Skip to content
Foundation v6.5.0 Release Candidate 3
===

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

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 release. 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.2
---

* Components
  🐛 #11397 - Optimize and fix an issue with XY Grid responsive cell classes (@ncoden)
  🐛 #11409 - Fix Slider "offset" when used with negative values (@veselinn, #11390)
  🐛 #11411 - Fix Dropdown Menu closing when the mouse goes over the browser UI (@arloduff, #11410)
  🐛 #11425 - Fix Drilldrown not opening the active submenu height (@ncoden, #11416)
  🐛 #11433 - Fix Dropdown Menu top-level item styles and background setting (@ncoden, #11412)
  🐛 #11450 - Fix styles not applied on Accordion last item (@DanielRuf, #11447)
  🐛 #11462 - Fix fullscreen Reveal height on browsers with dynamic viewport (@ncoden, #10879)
  🐛 #11469 - Clean submenus classes in menus when destroyed (@ncoden, #11467)
  🐛 #11472 - Fix "xy-cell-offset()" mixin for 0-width gutters (@ncoden, #11471)
  🐛 #11485 - Support data-tabs-target in Tabs deep-linking (@ncoden, #11484)
  🐛 #11486 - Fix Tabs switching for when tab links are nested (@cyChop)
  🐛 #11487 - Fix margin directions of Prototype spacing classes (@palicko, #11236)
  🐛 #11477 - Fix rollback to initial state with Accordion and Tabs deep-linking (@ncoden, #11100)
  🐛 #11418 - Fix Dropdown & Tooltip closing when the mouse goes over the browser UI (@ncoden)

* Internal
  🐛 #11393 - Make matchMedia a global polyfill for IE compatibility (@DanielRuf, #11358)
  🚚 #11394 - Add sourcemaps for minified plugins to distribution files (@ncoden)
  🚚 #11445 - Improve support and documentation for tree shaking (@ncoden)
  💻 #11444 - Fix Gulp watch task blocking following tasks (@aorinevo, #11443)
  💻 #11454 - Refactor Gulp tasks to not rely on the unsuitable "finish" event (@ncoden, #11452)
  💻 #11466 - Simplify GitHub templates for issues & pull requests (@ncoden)
  💻 #11491 - Update docs styles when SCSS change in Gulp watch task (@ncoden)
  📦 #11419 - Update dependencies (2018-07-26) (@ncoden)
  📦 #11488 - Update dependencies (2018-09-03) (@ncoden)

* Documentation
  📖 #11435 - Improve Motion UI docs (@ncoden)
  📖 #11448 - Fix sentence in installation docs (@melek)
  📖 #11458 - Add advices for Windows users in installation docs (@SassNinja, #11458)
  📖 #11464 - Remove unsupported vertical block grids in XY Grid docs (@ncoden)
  📖 #11475 - Fix callout markup in Sass docs (@Harmageddon)
  📖 #11495 - Fix examples for spotSwipe events in Js Utilities docs (@gforcada)
  📖 #11497 - Use named imports in Javascript docs instead of invalid default imports (@ncoden)
  📖 #11388 - Add the pnpm package manager in the installation page (@DanielRuf)

Contributors
---

* Aori Nevo (@aorinevo) [2]
* Arlo Duff (@arloduff) [1]
* Constantin Romankiewicz (@Harmageddon) [1]
* Cyrille Chopelet (@cyChop) [1]
* Daniel Ruf (@DanielRuf) [3]
* Gil Forcada Codinachs (@gforcada) [1]
* Lionel (@melek) [1]
* Nicolas Coden (@ncoden) [65]
* Pavol Caban (@palicko) [1]
* SassNinja (@SassNinja) [1]
* Veselin Nikolov (@veselinn) [3]