Skip to content
v6.5.1

Foundation v6.5.1
===

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.

Note about this release: 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.

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
---
* mbehboodian (https://github.com/xeptore)) [1]
* Nicolas Coden (https://github.com/ncoden)) [7]

Special thanks to
---
* Daniel Ruf (https://github.com/DanielRuf) for his assistance in issues and his
  reviews of pull requests.
* Jeremy Englert (https://github.com/JeremyEnglert) for his assistance in issues.