Skip to content

Tags: phpfui/foundation-sites

Tags

v6.6.3

Toggle v6.6.3's commit message
Foudnation v6.6.3

v6.6.2

Toggle v6.6.2's commit message
Foundation for Sites v6.6.2

v6.6.1

Toggle v6.6.1's commit message
Foundation 6.6.1 has fixes for issues introduced with 6.6

Check out the details below:

- 🐛 [#](foundation#11925) - Fix sticky breakpoint check
- 🐛 [#](foundation#11936) - Update composer.json for packagist.org
- 🐛 [#](foundation#11938) - add missing foundation.js reference comment

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

* [Daniel Ruf](https://github.com/DanielRuf)
* [Kai](https://github.com/SassNinja)
* [Joe Workman](https://github.com/joeworkman)
* [phpfui](https://github.com/phpfui)

v6.6.0

Toggle v6.6.0's commit message
Foundation 6.6.0

v6.5.3

Toggle v6.5.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ncoden Nicolas Cn
v6.5.3

Foundation v6.5.3
===

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

Changes from v6.5.2
---
* 🚚  Regenerate distribution files with valid sourcemaps

v6.5.2

Toggle v6.5.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ncoden Nicolas Cn
Foundation v6.5.2

===

This version provide various bug fixes and improvements for Foundation 6.5, update the documentation and improve the test workflow.

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

Fixes and improvements
* 🐛  foundation#11592 - Fix an issue with Triggers utility when the plugin name is an object (@DanielRuf)
* 🐛  foundation#11605 - Import used Touch utility in Dropdown and Reveal (@ncoden, foundation#11604)
* 🐛  foundation#11606 - Fix Accordion bouncing with active submenus on initialization (@pascalknecht)
* 🐛  foundation#11622 - Fix SmoothScroll ignoring the passed options (@ben-z, foundation#11620)
* 🐛  foundation#11634 - Prevent the XY Grid container to override top/bottom margins (@HarwinBorger, foundation#11633)
* 📖  foundation#11608 - Update CodePen test case templates to Foundation v6.5.1 (@ncoden)
* 📖  foundation#11610 - Add availability of features in the XY Grid doc (X/Y only or both) (@ncoden, foundation#11601)
* 📖  foundation#11619 - Remove warning for abandoned deprecations in SCSS utilities (@ncoden, foundation#10540)
* 📖  foundation#11644 - Update license and copyright notices to 2019 (@benhc123)
* 🚚  foundation#11607 - Revert to labelling Foundation as "with side effects" (@ncoden, foundation#11586)
* 🚚  foundation#11618 - Fix names of modules for AMD/CommonJs (@ncoden, foundation#11614)

Internal
* 🛠️  foundation#11595 - Remove duplicate CSS properties in Grid examples (@DanielRuf)
* 🛠️  foundation#11596 - Remove unused background CSS properties in doc (@DanielRuf)
* 🛠️  foundation#11597 - Remove duplicate CSS properties in Progress bar (@DanielRuf)
* 🛠️  foundation#11598 - Remove duplicate CSS properties in Drilldown (@DanielRuf)
* 🛠️  foundation#11636 - Remove duplicate code in Nest utilities (@DanielRuf)
* 💻  foundation#11538 - Run tests on Linux, macOS and Windows (@DanielRuf)
* 💻  foundation#11635 - Run tests on latest Node.js version (@DanielRuf)

Contributors
---
* Ben Holden-Crowther (@benhc123) [1]
* Ben Zhang (@ben-z) [3]
* Daniel Ruf (@DanielRuf) [13]
* Harwin Borger (@HarwinBorger) [1]
* Nicolas Coden (@ncoden) [17]
* Pascal Knecht (@pascalknecht) [1]

v6.5.1

Toggle v6.5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ncoden Nicolas Cn
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
---
* 🐛  foundation#11573 - Ensure Dropdown label to have an ID for a11y (@ncoden, foundation#11572)
* 🐛  foundation#11579 - Cleanup "is-active" class in AccordionMenu when closed (@ncoden, foundation#11383)
* 🐛  foundation#11581 - Fix arrow color in clear dropdown Button (@ncoden, foundation#11581)
* 📖  foundation#11562 - Cleanup an invalid beacon in Grid docs (@xeptore)
* 📖  foundation#11564 - Add missing doc for the "$print-hrefs" setting (@ncoden)
* 🚚  Reimport incorrectly imported patch for foundation#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.

v6.5.0

Toggle v6.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ncoden Nicolas Cn
v6.5.0

Foundation v6.5.0
===

This release is based on `v6.5.0-rc.4` and simply provides additional fixes in
the documentation and an improved test flow.

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-rc.4
---
* 📖  foundation#11545 - Fix plugins instantiation examples in Javascript docs (@ncoden)
* 📖  foundation#11548 - Fix "Converts" misspelling in `-zf-bp-serialize` docs (@joshwhatk)
* 📖  foundation#11549 - Make Callout closable in the first Close Button example (@ncoden)
* 🚨  foundation#11550 - Run Sass unit tests in the Travis CI flow (@ncoden)
* 🚨  foundation#11560 - Run tests on Node 6, 8, 10 and stable (@DanielRuf)
* 💻  foundation#11560 - Update dependencies (2018-10-24) (@ncoden)

Contributors
---
* Daniel Ruf (https://github.com/DanielRuf) [1]
* Josh Friend (https://github.com/joshwhatk) [1]
* Nicolas Coden (https://github.com/ncoden) [5]

Special thanks to
---
* Daniel Ruf (https://github.com/DanielRuf) for his assistance in issues and his
  reviews of pull requests.
* Kai Falkowski (https://github.com/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

Toggle v6.5.0-rc.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
ncoden Nicolas Cn
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
---

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

v6.5.0-rc.3

Toggle v6.5.0-rc.3's commit message

Verified

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

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

* Documentation
  📖 foundation#11435 - Improve Motion UI docs (@ncoden)
  📖 foundation#11448 - Fix sentence in installation docs (@melek)
  📖 foundation#11458 - Add advices for Windows users in installation docs (@SassNinja, foundation#11458)
  📖 foundation#11464 - Remove unsupported vertical block grids in XY Grid docs (@ncoden)
  📖 foundation#11475 - Fix callout markup in Sass docs (@Harmageddon)
  📖 foundation#11495 - Fix examples for spotSwipe events in Js Utilities docs (@gforcada)
  📖 foundation#11497 - Use named imports in Javascript docs instead of invalid default imports (@ncoden)
  📖 foundation#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]