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

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.1
---

* Components
  🐛  <samp>#11104</samp> - Fix radius on Input Group labels and buttons (@andycochran, #8833)
  🐛  <samp>#11361</samp> - Fix invalid gutters for vertical XY Grid auto/shrink cells (@ncoden, #11359)
  🐛  <samp>#11366</samp> - Fix window event listeners being removed in various components (@ncoden, #11360)
  🐛  <samp>#11381</samp> - Provide global Foundation.MediaQuery initialized (@ncoden, #10363)

* Internal
  🐛  <samp>#11350</samp> - Fix and update Bower configuration (@ncoden)
  🐛  <samp>#11356</samp> - Resolve invalid conflict resolution #11077 (@DanielRuf, #11355)
  🐛  <samp>#11367</samp> - Fix invalid JSON in Bower package configuration (@ncoden, #11364)
  🚚  <samp>#11346</samp> - Fix completion callback called too many time in Gulp deploy task (@ncoden)
  💻  <samp>#11351</samp> - Resolve jQuery devDependency CVE (@ncoden)
  📦  <samp>#11389</samp> - Update dependencies (2018-07-06) and migrate to Gulp v4 (@ncoden)
  💎  <samp>#11368</samp> - Always use typeof for checking undefined values (@DanielRuf, #11363)
  💎  <samp>#11379</samp> - Use `@else if` instead of deprecated `@elseif` (@jblandry)

* Documentation
  📖  <samp>#11373</samp> - Fix `data-animate` attribute in Responsive Toggle documentation (@rlhawk, #11372)
  📖  <samp>#11377</samp> - Fix ignored Dropdown Menu `$dropdownmenu-background` setting (@rlhawk, #11376)
  📖  <samp>#11378</samp> - Improve GitFlow model for supported versions (@ncoden)
  📖  <samp>#11382</samp> - Add a notice about required CSS in Media Query documentation (@ncoden, #11374)

Contributors
---

* Andy Cochran (@andycochran) [2]
* Daniel Ruf (@DanielRuf) [1]
* Jb Landry (@jblandry) [1]
* Nicolas Coden (@ncoden) [22]
* Rick Hawkins (@rlhawk) [2]