Skip to content

Releases: foundation/foundation-sites

Foundation v6.6.1

13 Dec 19:50
Compare
Choose a tag to compare

Foundation 6.6.1 has fixes for issues introduced with 6.6
Check out the details below:

Bug Fixes

  • 🐛 # - Fix sticky breakpoint check
  • 🐛 # - Update composer.json for packagist.org
  • 🐛 # - add missing foundation.js reference comment

Contributors

Thanks to the amazing people who contributed code or documentation to the 6.6.1 release. Foundation wouldn't happen without you!

v6.6.0 | Farout

05 Dec 23:14
Compare
Choose a tag to compare

This release has been a long time coming and contains tons of great updates to the framework and surrounding ecosystem.

Foundation 6.6 has dropped and it is LOADED. Code named "Farout" after the furthest away planet discovered to date, this new release is jam-packed with important new features and bug fixes that push the framework toward the future. Check out the details below:

Featured Enhancements

  • 🚀 # - Refactor XY Grid cell mixins (See migration) Includes:
    • Updates XY Grid static classes generation and XY Grid mixins
    • Adds XY Grid functions
    • Adds new XY Grid mixins
    • Adds utility functions
    • Bug fixes
  • 🚀 # - Fixes off-canvas close events and updates event naming for constancy and adds tests (See migration)
  • 🚀 # - Fix imports of the UMD files for AMD and CommonJS environments.
  • 🚀 # - Adds required checkbox support to Abide
  • 🚀 # - Adds opening methods to responsiveAccordionTabs
  • 🚀 # - Adds support of formnovalidate in Abide
  • 🚀 # - Adds support for down media queries in MediaQuery.is()
  • 🚀 # - Adds print media queries for the right media query combinations

Bug Fixes

  • 🐛 # - Fix Accordion Menu keyboard accessibility function
  • 🐛 # - Colorize clear dropdown button arrow
  • 🐛 # - Clear is-active class when menu is closed in Accordion Menu
  • 🐛 # - Ensure Dropdown aria-labelledby has an ID
  • 🐛 # - Fix smoothscroll not applying custom options
  • 🐛 # - Refactor and simplify XY Grid cell mixins
  • 🐛 # - Clear "is-active" class when menu is closed in Accordion Menu
  • 🐛 # - Fix for Magellan .is-active class not being applied when use as an individual module.
  • 🐛 # - Fix for Vertical Slider to handle negative data-start values.
  • 🐛 # - Supports data-pattern for Abide
  • 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
  • 🐛 # - Enables and disables scroll if there is no visible reveal
  • 🐛 # - Adds role="presentation" to accordion items
  • 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
  • 🐛 # - Fix/responsive accordion tabs initial methods
  • 📖 # - Fixed missing print variable documentation
  • 📖 # - Fixes incorrect "grid-padding-y" class in XY Grid docs
  • 📖 # - Adds availability of features in the XY Grid (X/Y/both)
  • 📖 # - Fixed docs for the Drilldown "closed" event
  • 📖 # - Added documentation for table nest option
  • 📖 # - Reintroduce throttle documentation

So many more! You can see the full list here: v6.5.3...v6.6.0

Migration Notes

  • Refactor XY Grid cell mixins: This is a big one! (See migration notes)
  • Off-canvas event: Renamed closed.zf.offcanvas to close.zf.offcanvas
  • New _settings.scss variables
    • $closebutton-default-size: medium;
    • $closebutton-z-index: 10;
  • submit buttons in forms: Submit buttons can not have the name submit anymore due to how jQuery.submit() works. If it does not work for you try to add the class .submit and remove type="button" or remove type="submit".

Contributors

Thanks to the 46 amazing people who contributed code or documentation to the 6.6 release. Foundation wouldn't happen without you!

  • Antoine Bluchet
  • Aori Nevo
  • Arlo Duff
  • Ben Zhang
  • Brendan Abbott
  • Brian Shanley
  • cdang3
  • Chris
  • Colin Marshall
  • Daniel
  • Daniel Rhodes
  • Daniel Ruf
  • David Krause
  • David Newman
  • David Niciforovic
  • David Reese
  • Harwin Borger
  • decabeza
  • derweili
  • Eva Gagnon-Messier
  • harry
  • imsys
  • Isaak Eriksson
  • Jeremy Englert
  • Jeroen Coumans
  • jfamousket
  • Joe Workman
  • Kai
  • karland
  • Karlis Venters
  • kball
  • Kevin Partington
  • koki-higashikawa
  • Martin
  • Mathieu
  • Nicolas Coden
  • Nicolas Venegas
  • Noah Heck
  • Nordanne Isahac
  • Olena Pastushenko
  • Ruben Pascal Abel
  • Saad Shahd
  • SassNinja
  • Veselin Nikolov
  • Vitaliy Filipov

Farout

Farout is 120 astronomical units (AU) from the sun — one AU is the distance between Earth and the sun, which is about 93 million miles (150 million kilometers). The object is more than 3.5 times the current distance between Pluto and the sun (34 AU), and it outpaces the previous farthest-known solar system object, the dwarf planet Eris, which is currently about 96 AU from the sun. NASA's Voyager 2 spacecraft recently entered interstellar space at about 120 AU, leaving the sun's "sphere of influence" called the heliopause, where bodies experience the solar wind.

Farout
(Source https://www.space.com/42755-farout-farthest-solar-system-object-discovery.html)

v6.5.3

27 Jan 22:29
v6.5.3
b58d235
Compare
Choose a tag to compare

Foundation v6.5.3 (2019-01-27)

This version fixes the invalid sourcemap files that were shipped in v6.5.2 (#11647).

Changes from v6.5.2

  • 🚚 Regenerate distribution files with valid sourcemaps

v6.5.2

24 Jan 15:56
v6.5.2
0459382
Compare
Choose a tag to compare

Foundation v6.5.2 (2019-01-23)

This version provides various bug fixes and improvements for Foundation 6.5, updates the documentation and improves the test workflow.

Changes from v6.5.1

Fixes and improvements

Internal

Contributors

v6.5.1

15 Nov 22:25
v6.5.1
c712acf
Compare
Choose a tag to compare

Foundation v6.5.1 (2018-11-15)

This version fixes the distribution files for the JavaScript plugins that were generated for the wrong version (ongoing v6.6.0 instead of released v6.5.0) and provide various bug fixes and documentation updates.

Changes from v6.5.0

  • 🐛 #11573 - Ensure Dropdown label to have an ID for a11y (@ncoden, #11572)
  • 🐛 #11579 - Cleanup "is-active" class in AccordionMenu when closed (@ncoden, #11383)
  • 🐛 #11581 - Fix arrow color in clear dropdown Button (@ncoden, #11581)
  • 📖 #11562 - Cleanup an invalid beacon in Grid docs (@xeptore)
  • 📖 #11564 - Add missing doc for the "$print-hrefs" setting (@ncoden)
  • 🚚 Reimport incorrectly imported patch for #11418 (16b8e38, previously 55e60ee).
  • 🚚 Regenerate JavaScript plugins distribution files to reflect the new version.

Contributors

Special thanks to:

  • Daniel Ruf (@DanielRuf) for his assistance in issues and his reviews of pull requests.
  • Jeremy Englert (@JeremyEnglert) for his assistance in issues.

v6.5.0

30 Oct 13:38
v6.5.0
acad207
Compare
Choose a tag to compare

Foundation v6.5.0 (2018-10-30)

foundation-release-6-5-0

It's happening! Foundation 6.5.0 is out now and is ready for production use! This release is based on v6.5.0-rc.4 and simply provides additional fixes in the documentation and an improved test flow.

As this version was built to have the best compatibility with v6.4.4-rc1, we used a dedicated branch and manually picked safe changes from the development branch develop, excluding API evolutions and breaking changes. These imported changes are the Use pull request #xxx commits you can see in this pull request. Development will continue on develop and will lead to a future release with all changes, including new features and breaking changes.

See the Release Notes

Changes from v6.5.0-rc.4

  • 📖 #11545 - Fix plugins instantiation examples in Javascript docs (@ncoden)
  • 📖 #11548 - Fix "Converts" misspelling in -zf-bp-serialize docs (@joshwhatk)
  • 📖 #11549 - Make Callout closable in the first Close Button example (@ncoden)
  • 🚨 #11550 - Run Sass unit tests in the Travis CI flow (@ncoden)
  • 🚨 #11561 - Run tests on Node 6, 8, 10 and stable (@DanielRuf)
  • 💻 #11560 - Update dependencies (2018-10-24) (@ncoden)

Contributors

Special thanks to:

  • Daniel Ruf (@DanielRuf) for his assistance in issues and his reviews of pull requests.
  • Kai Falkowski (@SassNinja) for his assistance in issues and his reviews of pull requests.
  • Katerina Limpitsouni (https://undraw.co) for the assets used in the illustration.

v6.5.0-rc.4

13 Oct 17:29
v6.5.0-rc.4
9e7afed
Compare
Choose a tag to compare
v6.5.0-rc.4 Pre-release
Pre-release

Foundation v6.5.0-rc.4 (2018-10-13)

⚠️ This version is a Release Candidate and is intended for developers to test the new release with their project and environment and report regressions if any. It is not recommended for an usage in production.

Changes from v6.5.0-rc.3

Contributors

Special thanks to:

v6.5.0-rc.3

22 Sep 09:57
v6.5.0-rc.3
a8e3672
Compare
Choose a tag to compare
v6.5.0-rc.3 Pre-release
Pre-release

Foundation v6.5.0-rc.3 (2018-09-22)

⚠️ This version is a Release Candidate and is intended for developers to test the new release with their project and environment and report regressions if any. It is not recommended for an usage in production.

Changes from v6.5.0-rc.2

Components

Internal

Documentation

Contributors

v6.5.0-rc.2

10 Jul 20:50
v6.5.0-rc.2
3c5f422
Compare
Choose a tag to compare
v6.5.0-rc.2 Pre-release
Pre-release

Foundation v6.5.0-rc.2 (2018-07-10)

⚠️ This version is a Release Candidate and is intended for developers to test the new release with their project and environment and report regressions if any. It is not recommended for an usage in production.


Changes from v6.5.0-rc.1

Contributors

v6.5.0-rc.1

24 Jun 22:03
397084a
Compare
Choose a tag to compare
v6.5.0-rc.1 Pre-release
Pre-release

Foundation v6.5.0-rc.1 (2018-06-25)

Here we go! Foundation 6.5.0 (Release Candate 1) is out now and comes with a lot of bug fixes and various improvements! This release is mainly focused on stabilizing the previous release, improving accessibility and browser support and making the integration with your project easier. New features were delayed to the next release to ensure the best compatibility with v6.4.4-rc1. Check out the details below.


⚠️ This version is a Release Candidate and it intended for developers to test the new release with their project and environment and report regressions if any. It is not recommended for an usage in production.



Highlighs

  • 🌟 Improved Stability: 70+ bugs resolved!

    We worked hard to resolve over 70 bugs across all our components. This includes fixes for visual and functional bugs, resolved crashes and Sass compilation errors and improved integration, reusability and ease of customization in various environments and complex use cases.

  • 🙈 Improved Accessibility (#10699, #11052, #11167, #11099)

    We improved the accessibility of Abide forms by a lot! Most a11y attributes are now automatically set on form fields, labels and errors according to their relations. We also fixed the aria attributes of Toogler and all menu plugins, and improved many plugin documentations to show in examples the best practices in terms of accessibility.

  • 🌎 Improved Browser Support (#10786, #11011, #11021, #11108, #11252)

    We fixed various bugs in IE11/Edge in navigation components, Slider and XY Grid, as well as an issue with the Reveal scroll in iOS Safari. For consistency reasons, we revised our browser CSS compatibility table and improved support for iOS Safari >= 7. On the other hand, Android Browser < 4.4 is not supported anymore.


  • 🚀 New Accordion parentLink option (#10616)

    With the parentLink option, you can now automatically include the parent link at the top of an Accordion sub-menu like for Drilldown.

  • Matching help for standard input and input group (#10602)

    We changed the Input Group height calculation to match the standard input height. You may have to take a look at your forms after upgrading.

  • Better keyboard shortcuts for Dropdown (#10715, #11123)

    If a Dropdown trigger is an input or a textarea, Space does not open the Dropdown anymore. Also, an opened Dropdown is now closed with Space/Enter if nothing can be focused in it.

  • Improved Abide URL validation pattern (#11116)

    We changed the Abide validation pattern for URL so it is more permissive and supports various protocols and escaped characters. We recommend you to check if it still fulfills your needs before upgrading. You can always use the old URL pattern as a custom pattern.

  • 🐛 Fixed various bugs with dynamically created component (#11077, #10988)

    Components could be incorrecly initialized when dynamically created as they were waiting for the page load event (which was already called before). We fixed this and now fully support dynamically created components after the page loaded.

  • 🐛 Fixed various bugs causing a "gap" between breakpoints (#10978, #11315)

    A "gap" between breakpoints could appear with both or none breakpoints where considered as the "current one" due to the way some old browsers round values or when a smaller global font size was used.
    We changed this gap size to ensure the best browser compatibility and support smaller font size.

  • 🚚 UMD Bundling (#10864, #10911, #10930)

    Foundation is now distributed as an UMD package! Babel is no longer required and you can now import Foundation with ES6, RequireJS, Node.js or as a global variable.

  • 🚚 Sourcemaps everywhere! (#10998, #11012)

    No one likes debugging in minified code. All Foundation JavaScript and CSS distribution files now comes with sourcemap files, including individual plugin files.

  • 📦 jQuery and what-input are now peerDependencies (#11294)

    We think that like for most browser packages, you will want to only have one jQuery version installed and to choose its version by yourself. For this reason, jQuery and what-input should be exposed to you as peerDependencies. You should already have jQuery and what-input installed so Foundation will work the same way as before.

    Note for npm users: you may now have a warning message asking you to install these packages if you did not already. Please do so with versions we support: jquery@>=2.2.0 and what-input>=4.1.0.


All changes

This release comes with ~230 contributions like new features, improvements, bug fixes, documentation updates and maintenance tasks. This changelog uses the following emojis to describe contribution types.

Code changes Cleaning Maintenance
💥 Breaking changes
🚀 Features
✨ Improvements
🐛 Bug Fixes
🛠️ Refactoring
💎 Linting
📖 Documentation

💻 Tools
📦 Dependencies
🚚 Build files
🚨 Tests

Changes marked with RC were included in the previous unstable release candidate v6.4.4-rc1. They may have introduced new features and visual changes. If you have already migrated to Foundation v6.4.4-rc1 without encountering issues, you can safely migrate to v6.5.0.

General

Controls

Read more