Releases: foundation/foundation-sites
Foundation v6.6.2
Foundation 6.6.2 has some really great fixes and enhancements. Check out the highlights below.
Bug Fixes
- 🐛 #11871 - Fixed Flexbox Button Groups
- 🐛 #11959 - Adds the offset to Accordion when deep linking
- 🐛 #11908 - Fixes for Interchange initialization
- 🐛 #11859 - Clearing the animation queue on Accordion
- 🐛 #11990 - Fixed event name for Dropdown Menus
Featured Enhancements
Contributors
Thanks to the amazing people who contributed code or documentation to the 6.6.2 release. Foundation wouldn't happen without you!
Foundation v6.6.1
Foundation 6.6.1 has fixes for issues introduced with 6.6
Check out the details below:
Bug Fixes
- 🐛 # - Fix sticky breakpoint check
- 🐛 # - Update composer.json for packagist.org
- 🐛 # - add missing foundation.js reference comment
Contributors
Thanks to the amazing people who contributed code or documentation to the 6.6.1 release. Foundation wouldn't happen without you!
v6.6.0 | Farout
This release has been a long time coming and contains tons of great updates to the framework and surrounding ecosystem.
Foundation 6.6 has dropped and it is LOADED. Code named "Farout" after the furthest away planet discovered to date, this new release is jam-packed with important new features and bug fixes that push the framework toward the future. Check out the details below:
Featured Enhancements
- 🚀 # - Refactor XY Grid cell mixins (See migration) Includes:
- Updates XY Grid static classes generation and XY Grid mixins
- Adds XY Grid functions
- Adds new XY Grid mixins
- Adds utility functions
- Bug fixes
- 🚀 # - Fixes off-canvas close events and updates event naming for constancy and adds tests (See migration)
- 🚀 # - Fix imports of the UMD files for AMD and CommonJS environments.
- 🚀 # - Adds required checkbox support to Abide
- 🚀 # - Adds opening methods to responsiveAccordionTabs
- 🚀 # - Adds support of
formnovalidate
in Abide - 🚀 # - Adds support for
down
media queries inMediaQuery.is()
- 🚀 # - Adds print media queries for the right media query combinations
Bug Fixes
- 🐛 # - Fix Accordion Menu keyboard accessibility function
- 🐛 # - Colorize clear dropdown button arrow
- 🐛 # - Clear
is-active
class when menu is closed in Accordion Menu - 🐛 # - Ensure Dropdown aria-labelledby has an ID
- 🐛 # - Fix smoothscroll not applying custom options
- 🐛 # - Refactor and simplify XY Grid cell mixins
- 🐛 # - Clear "is-active" class when menu is closed in Accordion Menu
- 🐛 # - Fix for Magellan
.is-active
class not being applied when use as an individual module. - 🐛 # - Fix for Vertical Slider to handle negative data-start values.
- 🐛 # - Supports data-pattern for Abide
- 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
- 🐛 # - Enables and disables scroll if there is no visible reveal
- 🐛 # - Adds role="presentation" to accordion items
- 🐛 # - Fixes Off-Canvas contentScroll inner scrollbox
- 🐛 # - Fix/responsive accordion tabs initial methods
- 📖 # - Fixed missing print variable documentation
- 📖 # - Fixes incorrect "grid-padding-y" class in XY Grid docs
- 📖 # - Adds availability of features in the XY Grid (X/Y/both)
- 📖 # - Fixed docs for the Drilldown "closed" event
- 📖 # - Added documentation for table nest option
- 📖 # - Reintroduce throttle documentation
So many more! You can see the full list here: v6.5.3...v6.6.0
Migration Notes
- Refactor XY Grid cell mixins: This is a big one! (See migration notes)
- Off-canvas event: Renamed
closed.zf.offcanvas
toclose.zf.offcanvas
- New
_settings.scss
variables- $closebutton-default-size: medium;
- $closebutton-z-index: 10;
- submit buttons in forms: Submit buttons can not have the name
submit
anymore due to howjQuery.submit()
works. If it does not work for you try to add the class.submit
and removetype="button"
or removetype="submit"
.
Contributors
Thanks to the 46 amazing people who contributed code or documentation to the 6.6 release. Foundation wouldn't happen without you!
- Antoine Bluchet
- Aori Nevo
- Arlo Duff
- Ben Zhang
- Brendan Abbott
- Brian Shanley
- cdang3
- Chris
- Colin Marshall
- Daniel
- Daniel Rhodes
- Daniel Ruf
- David Krause
- David Newman
- David Niciforovic
- David Reese
- Harwin Borger
- decabeza
- derweili
- Eva Gagnon-Messier
- harry
- imsys
- Isaak Eriksson
- Jeremy Englert
- Jeroen Coumans
- jfamousket
- Joe Workman
- Kai
- karland
- Karlis Venters
- kball
- Kevin Partington
- koki-higashikawa
- Martin
- Mathieu
- Nicolas Coden
- Nicolas Venegas
- Noah Heck
- Nordanne Isahac
- Olena Pastushenko
- Ruben Pascal Abel
- Saad Shahd
- SassNinja
- Veselin Nikolov
- Vitaliy Filipov
Farout
Farout is 120 astronomical units (AU) from the sun — one AU is the distance between Earth and the sun, which is about 93 million miles (150 million kilometers). The object is more than 3.5 times the current distance between Pluto and the sun (34 AU), and it outpaces the previous farthest-known solar system object, the dwarf planet Eris, which is currently about 96 AU from the sun. NASA's Voyager 2 spacecraft recently entered interstellar space at about 120 AU, leaving the sun's "sphere of influence" called the heliopause, where bodies experience the solar wind.
(Source https://www.space.com/42755-farout-farthest-solar-system-object-discovery.html)
v6.5.3
v6.5.2
Foundation v6.5.2 (2019-01-23)
This version provides various bug fixes and improvements for Foundation 6.5, updates the documentation and improves the test workflow.
Changes from v6.5.1
Fixes and improvements
- 🐛 #11592 - Fix an issue with Triggers utility when the plugin name is an object (@DanielRuf)
- 🐛 #11605 - Import used Touch utility in Dropdown and Reveal (@ncoden, #11604)
- 🐛 #11606 - Fix Accordion bouncing with active submenus on initialization (@pascalknecht)
- 🐛 #11622 - Fix SmoothScroll ignoring the passed options (@ben-z, #11620)
- 🐛 #11634 - Prevent the XY Grid container to override top/bottom margins (@HarwinBorger, #11633)
- 📖 #11608 - Update CodePen test case templates to Foundation v6.5.1 (@ncoden)
- 📖 #11610 - Add availability of features in the XY Grid doc (X/Y only or both) (@ncoden, #11601)
- 📖 #11619 - Remove warning for abandoned deprecations in SCSS utilities (@ncoden, #10540)
- 📖 #11644 - Update license and copyright notices to 2019 (@benhc123)
- 🚚 #11607 - Revert to labelling Foundation as "with side effects" (@ncoden, #11586)
- 🚚 #11618 - Fix names of modules for AMD/CommonJs (@ncoden, #11614)
Internal
- 🛠️ #11595 - Remove duplicate CSS properties in Grid examples (@DanielRuf)
- 🛠️ #11596 - Remove unused background CSS properties in doc (@DanielRuf)
- 🛠️ #11597 - Remove duplicate CSS properties in Progress bar (@DanielRuf)
- 🛠️ #11598 - Remove duplicate CSS properties in Drilldown (@DanielRuf)
- 🛠️ #11636 - Remove duplicate code in Nest utilities (@DanielRuf)
- 💻 #11538 - Run tests on Linux, macOS and Windows (@DanielRuf)
- 💻 #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
Foundation v6.5.1 (2018-11-15)
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.
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
Special thanks to:
- Daniel Ruf (@DanielRuf) for his assistance in issues and his reviews of pull requests.
- Jeremy Englert (@JeremyEnglert) for his assistance in issues.
v6.5.0
Foundation v6.5.0 (2018-10-30)
It's happening! Foundation 6.5.0 is out now and is ready for production use! This release is based on v6.5.0-rc.4
and simply provides additional fixes in the documentation and an improved test flow.
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
- 📖 #11545 - Fix plugins instantiation examples in Javascript docs (@ncoden)
- 📖 #11548 - Fix "Converts" misspelling in
-zf-bp-serialize
docs (@joshwhatk) - 📖 #11549 - Make Callout closable in the first Close Button example (@ncoden)
- 🚨 #11550 - Run Sass unit tests in the Travis CI flow (@ncoden)
- 🚨 #11561 - Run tests on Node 6, 8, 10 and stable (@DanielRuf)
- 💻 #11560 - Update dependencies (2018-10-24) (@ncoden)
Contributors
- Daniel Ruf (@DanielRuf) [1]
- Josh Friend (@joshwhatk) [1]
- Nicolas Coden (@ncoden) [5]
Special thanks to:
- Daniel Ruf (@DanielRuf) for his assistance in issues and his reviews of pull requests.
- Kai Falkowski (@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
Foundation v6.5.0-rc.4 (2018-10-13)
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) [1]
- Nicolas Coden (@ncoden) [23]
- Peter Quentin (@peterquentin) [1]
Special thanks to:
- Daniel Ruf (@DanielRuf)
- Kai Falkowski (@SassNinja)
v6.5.0-rc.3
Foundation v6.5.0-rc.3 (2018-09-22)
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]
v6.5.0-rc.2
Foundation v6.5.0-rc.2 (2018-07-10)
Changes from v6.5.0-rc.1
-
Components
🐛 #11104 - Fix radius on Input Group labels and buttons (@andycochran, #8833)
🐛 #11361 - Fix invalid gutters for vertical XY Grid auto/shrink cells (@ncoden, #11359)
🐛 #11366 - Fix window event listeners being removed in various components (@ncoden, #11360)
🐛 #11381 - Provide global Foundation.MediaQuery initialized (@ncoden, #10363) -
Internal
🐛 #11350 - Fix and update Bower configuration (@ncoden)
🐛 #11356 - Resolve invalid conflict resolution #11077 (@DanielRuf, #11355)
🐛 #11367 - Fix invalid JSON in Bower package configuration (@ncoden, #11364)
🚚 #11346 - Fix completion callback called too many time in Gulp deploy task (@ncoden)
💻 #11352 - Resolve jQuery devDependency CVE (@ncoden)
📦 #11389 - Update dependencies (2018-07-06) and migrate to Gulp v4 (@ncoden)
💎 #11368 - Always use typeof for checking undefined values (@DanielRuf, #11363)
💎 #11379 - Use@else if
instead of deprecated@elseif
(@jblandry) -
Documentation
📖 #11373 - Fixdata-animate
attribute in Responsive Toggle documentation (@rlhawk, #11372)
📖 #11377 - Fix ignored Dropdown Menu$dropdownmenu-background
setting (@rlhawk, #11376)
📖 #11378 - Improve GitFlow model for supported versions (@ncoden)
📖 #11382 - 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]