Skip to content

v4.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 14:39
· 348 commits to main since this release
38ffd69

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework
Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.3.0

馃挘 Fixing misaligned logo sections from 4.2

In Vanilla 4.2 we reworked our logo section component. If used correctly, with correctly sized images it should be a seamless upgrade, but if you have used logo section with logos not correctly spaced by visual design team you may end up with broken look of oversized logos.

In Vanilla 4.3 we introduced a fallback workaround for this regression. It doesn't fix the issue automatically, but we introduced a has-misaligned-images fallback class name that can be added to broken logo sections if logo images can't be replaced by new ones. You can learn more in the docs.

馃殌 Features

  • Add fallback variant for legacy misaligned logos by @bartaz (#4870)

馃敤 Maintenance

New Contributors

Full Changelog: v4.2.0...v4.3.0