Skip to content
v6.5.0-rc.4

Foundation v6.5.0 Release Candidate 4
===

This release provide additional bug fixes and various patches to improve the stability of Foundation.

Note about this pull request: 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-rc.3
---

* 🐛  #11510 - Follow relative and absolute links in SmoothScroll (@ncoden, #11506)
* 🐛  #11519 - Clean SmoothScroll listeners on destroy (@ncoden)
* 🐛  #11529 - Allow Interchange filenames to contain brackets (@peterquentin)
* 🐛  #11530 - Fix various bugs with Tabs/Accordion deep-linking (@ncoden, #11527)
* 🐛  #11531 - Fix various bugs with "Tap" events in Touch utility (@ncoden, #11423)
* 🚚  #11508 - Provide CJS, ESM and ES6+ bundles (@ncoden, #11502)
* 📦  #11512 - Update dependencies (2018-09-22) (@ncoden)
* 📦  #11528 - Update and fix `foundation-docs` dependency (@ncoden)
* 📖  #11500 - Improve description of the Prototype page (@chrisdfe)
* 📖  #11518 - Fix typos in the Javascript documentation (@ncoden)
* 📖  #11526 - Use correct namespace for DropdownMenu/OffCanvas events (@ncoden, #11523)

Contributors
---

* Christopher Ferris ([@chrisdfe](https://github.com/chrisdfe)) [1]
* Nicolas Coden ([@ncoden](https://github.com/ncoden)) [23]
* Peter Quentin ([@peterquentin](https://github.com/peterquentin)) [1]

Special thanks to:
* Daniel Ruf ([@DanielRuf](https://github.com/DanielRuf))
* Kai Falkowski ([@SassNinja](https://github.com/SassNinja))