Releases: foundation/foundation-sites
Foundation v6.9.0 Release
Foundation 6.9 is here! This release does a lot more clean up work for improving the Sass. Thank you to everyone that help chip in and stay on top of things to get this release out the door. I am honored that so many of you choose to use Foundation. It's been a lot of fun meeting and chatting with so many of you on the Discord server.
Speaking of the Discord server, that is currently the best place to chat about Foundation. After the war with spam on the Github issues and discussion boards, I had to lock those down. If you are not on the Discord server, here is an invitation link.
Notes on Dart Sass 2.0
There is more work to do on the Sass side of things in order to get ready for the Dart Sass 2.0 release. Since Foundation is one of the largest Sass projects on the web, the Sass team reached out to me about migrating from @include
to @use
. I delayed this release in hopes of getting that done. It turns out that change was not so simple. It really does change some core fundamental aspects of the SCSS architecture. Therefore, it will need to be moved to the F7 release. The Sass team has been amazing to work with though. They were gracious enough to submit a couple of PRs my way in order to seed the process.
OK, now let's check out the details of this release...
Updated Requirements
Foundation 6.9 requires Node 18+. It only uses DartSass.
Featured Enhancements
- 🚀 Faster Builds with
sass-embedded
. All supporting Foundation repositories have also been updated to use Dart Sass andsass-embedded
. - 🚀 Your eyes will be saved from all of those Sass deprecation warnings! 👀
Bug Fixes
- 🐛 Fix for deep linking with Tabs
- 🐛 Abide will no longer add aria-describedby to hidden inputs
- 🐛 Fixed missing return type for SmoothScroll Typescript
- 🐛 Improved focus styles and behavior for switch
- 🐛 Abide will now clear existing errors on an input when re-validating
- 🐛 Fixed many sass deprecation warnings
Contributors
Thanks to the 21 amazing people who contributed code or documentation to the 6.9 release. Foundation wouldn't happen without you!
v6.8.1
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
What's Changed
A small issue with the build was found after 6.8.0 was released. While it will most likely not affect anyone else, I figured that it would be nice to just ship the fix out just in case anyone was running a build directly inside of the repo.
Full Changelog: v6.8.0...v6.8.1
v6.8.0
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
What's Changed
Rejoice! Foundation now works with node 16, 18 and 20! The minimum version of node that is required is now v16. A lot of packages and dependencies needed to be upgrade in order to make this happen.
Full Changelog: v6.7.5...v6.8.0
Foundation for Sites v6.7.5
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
What's Changed
- fix: removing the 'invisible' class from parent list when utilizing by @pebutler3 in #12322
- Fix wrong markup in the typography base file by @tpoisot in #12338
- docs: fix typo in CONTRIBUTING.md by @Priestch in #12439
- Remplace color-adjust with the new print-color-adjust syntax by @mrleblanc101 in #12442
- build(deps): bump nanoid from 3.1.30 to 3.3.4 by @dependabot in #12430
- fix: typo in $-zf-bp-value name by @javierm in #12420
- build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #12417
- docs: fixed bad code block in motion-ui page by @htemele in #12388
- build(deps): bump follow-redirects from 1.14.5 to 1.14.8 by @dependabot in #12387
- build(deps-dev): bump node-sass from 6.0.1 to 7.0.0 by @dependabot in #12386
- Documentation: Fix options name for "In-Canvas to Off-Canvas" code example by @alamowo in #12376
- Bug #12070: make _button-group.scss compatible with libsass 3.6.3 by @tjdub in #12419
- fix(abide): add aria-describedby to the input only if error is visible by @ahukkanen in #12398
- FIX difference in behaviour between mouse & keyboard interactions on Sliders by @rickcurran in #12378
- FIX SASS color interpolation warning #12333 by @thomasfrobieter in #12370
New Contributors
- @tpoisot made their first contribution in #12338
- @Priestch made their first contribution in #12439
- @mrleblanc101 made their first contribution in #12442
- @javierm made their first contribution in #12420
- @htemele made their first contribution in #12388
- @tjdub made their first contribution in #12419
- @rickcurran made their first contribution in #12378
- @thomasfrobieter made their first contribution in #12370
Full Changelog: v6.7.4...v6.7.5
Foundation for Sites v6.7.4
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
- 🚀 Outlines on focus will be removed when
what-intent
detects you are using a mouse of touch. - 🚀 When an element is set to
draggable=false
, callouts and force touch on iOS are also suppressed. - 🚀 New Visibility classes for dark mode, IE10+, and sticky
show-for-dark-mode
hide-for-dark-mode
show-for-ie
hide-for-ie
show-for-sticky
hide-for-sticky
- 🚀 Slider now uses grab based cursors for the handle
Bug Fixes
- 🐛 No more ESLint and SassLint errors when you run a build!
- 🐛 Many dependencies updated to keep up with that dep train
- 🐛 Fixed the customizer build
- 🐛 Fixed numerous bad links on the documentation site.
- 🐛 Match height on Tabs now uses
min-height
- 🐛 Fix for Accordion Menu carets not always able to be sized via sass vars
- 🐛 Removed several instance of console.log
- 🐛 The
changed.zf.mediaquery
event is back! When the browser has been resized and crosses a defined breakpoint, this event will be triggered. You can always access the current named breakpoint viaFoundation.MediaQuery.current
- 🐛 Added momentum scrolling support for Reveal, Off Canvas and Overflow prototype classes
- 🐛 Slider no longer emits
moved.zf.slider
andchanged.zf.slider
events on init
Contributors
Thanks to those who contributed code or documentation to the 6.7.4 release. Foundation wouldn't happen without you!
Foundation v6.7.3 Release
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
- 🚀 New $
unit-warnings
setting. This can allow you to suppress warnings when non-numerical values are passed to the rem-calc() method. This can be beneficial when passing CSS custom props as values instead of actual unit based values.
Bug Fixes
- 🐛 Fix null color errors with some Sass build setups
Contributors
Thanks to those who contributed code or documentation to the 6.7.2 release. Foundation wouldn't happen without you!
Foundation 6.7.2
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
- 🚀 New
$body-safe-padding
setting. This will add safe padding to the body. This can be good if you want your site to be automatically padding in from the edge of non-rectangular displays such as phones with notches.
Contributors
Thanks to those who contributed code or documentation to the 6.7.2 release. Foundation wouldn't happen without you!
Foundation v6.7.1
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
- 🚀 Touch event are now passive when possible
- 🚀 safe padding added to body for non-rectangular displays
Bug Fixes
- 🐛 Puppeteer moved to dev dependencies
- 🐛 Fixed invalid HTML with meta tag added for media query access in JS
- 🐛 More doc fixes
Contributors
Thanks to those who contributed code or documentation to the 6.7.1 release. Foundation wouldn't happen without you!
Foundation v6.7.0
Foundation 6.7 is here! This release does a lot of cleanup work in order to make foundation compatible with the newer versions of its dependencies like Node and Dart Sass. A ton of issues were closed and pull requests were merged. This gives us a much cleaner slate to start the long quest of brining Foundation 7 to you.
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Updated Requirements
Foundation 6.7 requires Node 12 or 14. Support for Node 16 is still being worked on. Many dependencies have been updated to newer versions.
Featured Enhancements
- 🚀 Dart Sass compatibility! Big thank you to Antti Hukkanen
- 🚀 Improved CSS triangle mixin
- 🚀 Revamped Typescript type definitions
- 🚀 New deepLinkSmudgeOffset option added to Tabs
- 🚀 Resolved a most security warnings within dependencies
- 🚀 Removed tree based roles from menus for improved Accessibility
- 🚀 Keyboard.findFocusable is now sorted by tab index
Bug Fixes
- 🐛 Off Canvas touch scrolling improved
- 🐛 Improved keyboard navigation with Drilldown
- 🐛 Accessibility improvements to Accordion. Removed tab related roles
- 🐛 Mark correct aria-haspopup value for modal opening controls
- 🐛 Fixed line-height for labels
- 🐛 Improved Drilldown height calculation
- 🐛 Improvements for Dropdown menu usability on touch devices
- 🐛 Many improvements to docs
Contributors
Thanks to the 21 amazing people who contributed code or documentation to the 6.7 release. Foundation wouldn't happen without you!
Foundation v6.6.3
Foundation 6.6.3 has some really great fixes and enhancements. Check out the highlights below.
Bug Fixes
Contributors
Thanks to the amazing people who contributed code or documentation to the 6.6.3 release. Foundation wouldn't happen without you!