chore(deps): update dependency foundation to v6 #184
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.2
->6.7.4
Release Notes
zurb/foundation-sites
v6.7.4
Compare Source
Join us on our Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
what-intent
detects you are using a mouse of touch.draggable=false
, callouts and force touch on iOS are also suppressed.show-for-dark-mode
hide-for-dark-mode
show-for-ie
hide-for-ie
show-for-sticky
hide-for-sticky
Bug Fixes
min-height
changed.zf.mediaquery
event is back! When the browser has been resized and crosses a defined breakpoint, this event will be triggered. You can always access the current named breakpoint viaFoundation.MediaQuery.current
moved.zf.slider
andchanged.zf.slider
events on initFull Release Compare
Contributors
Thanks to those who contributed code or documentation to the 6.7.4 release. Foundation wouldn't happen without you!
v6.7.3
Compare Source
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
This PR contains the following updates:
5.0.2
->6.7.4
unit-warnings `setting. This can allow you to suppress warnings when non-numerical values are passed to the rem-calc() method. This can be beneficial when passing CSS custom props as values instead of actual unit based values.
Bug Fixes
Full Release Compare
Contributors
Thanks to those who contributed code or documentation to the 6.7.2 release. Foundation wouldn't happen without you!
v6.7.1
Compare Source
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Featured Enhancements
Bug Fixes
Full Release Compare
Contributors
Thanks to those who contributed code or documentation to the 6.7.1 release. Foundation wouldn't happen without you!
v6.7.0
Compare Source
Foundation 6.7 is here! This release does a lot of cleanup work in order to make foundation compatible with the newer versions of its dependencies like Node and Dart Sass. A ton of issues were closed and pull requests were merged. This gives us a much cleaner slate to start the long quest of brining Foundation 7 to you.
Join us on our new Discussions Board. This is a great place to ask questions and interact with your fellow Foundation users.
Check out the details of this release below:
Updated Requirements
Foundation 6.7 requires Node 12 or 14. Support for Node 16 is still being worked on. Many dependencies have been updated to newer versions.
Featured Enhancements
Bug Fixes
Full Release Compare
Contributors
Thanks to the 21 amazing people who contributed code or documentation to the 6.7 release. Foundation wouldn't happen without you!
v6.6.3
Compare Source
Foundation 6.6.3 has some really great fixes and enhancements. Check out the highlights below.
Full Release Compare
Bug Fixes
Contributors
Thanks to the amazing people who contributed code or documentation to the 6.6.3 release. Foundation wouldn't happen without you!
v6.6.2
Compare Source
Foundation 6.6.2 has some really great fixes and enhancements. Check out the highlights below.
Full Release Compare
Bug Fixes
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!
v6.6.1
Compare Source
Foundation 6.6.1 has fixes for issues introduced with 6.6
Check out the details below:
Bug Fixes
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
Compare Source
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
formnovalidate
in Abidedown
media queries inMediaQuery.is()
Bug Fixes
is-active
class when menu is closed in Accordion Menu.is-active
class not being applied when use as an individual module.So many more! You can see the full list here: foundation/foundation-sites@v6.5.3...v6.6.0
Migration Notes
closed.zf.offcanvas
toclose.zf.offcanvas
_settings.scss
variablessubmit
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!
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
Compare Source
Foundation v6.5.3 (2019-01-27)
This version fixes the invalid sourcemap files that were shipped in v6.5.2 (https://github.com/zurb/foundation-sites/pull/11647).
Changes from v6.5.2
v6.5.2
Compare Source
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
Internal
Contributors
v6.5.1
Compare Source
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
16b8e38
, previously55e60ee
).Contributors
Special thanks to:
v6.5.0
Compare Source
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 branchdevelop
, excluding API evolutions and breaking changes. These imported changes are theUse pull request #xxx
commits you can see in this pull request. Development will continue ondevelop
and will lead to a future release with all changes, including new features and breaking changes.See the Release Notes
##### Changes from v6.5.0-rc.4-zf-bp-serialize
docs (@joshwhatk)Contributors
Special thanks to:
v6.4.3
Compare Source
This quick patch release fixes a couple missing semicolons in the scss that were not impacting
node-sass
but were preventing webpack scss builds from working properly in 6.4.2.v6.4.2
Compare Source
The 6.4.2 release contains both a series of bugfixes and some incremental improvements, particularly focused on the new XY Grid as we get more and more folks using it in the wild. Big shoutout to our @hikouki as one of our newer contributors who jumped in with quite a few different bug fixes, docs updates, and improvements!
Migration Notes:
$block-grid-max
variable for xy and regular grids, meaning you could not have both in with different values. The xy-grid setting has been separated out to$xy-block-grid-max
. If you have changed the value of$block-grid-max
and are using the xy-grid, you should update$xy-block-grid-max
.Updates and Improvements
Bugfixes:
v6.4.1
Compare Source
Contains a few quick fixes and iterations from Foundation 6.4.0
foundation.core.js
: https://github.com/zurb/foundation-sites/pull/10292v6.4.0
Compare Source
Foundation 6.4 has dropped and it is HOT. Code named KELT-9 after the hottest planet ever discovered, this new release is jampacked with some incredible new features that enable you to build layouts and designs with Foundation that weren’t possible before. Check out the details below:
Major changes
Major props to @brettsmason for pushing this through. Thanks to @corysimmons, @IamManchanda, @andycochran, and @oxyc who all went above and beyond to help make this turn out the way it did.
Other New Stuff
Major Enhancements
Bug Fixes
More than we can list
Migration Notes
is-active
instead ifactive
for active state. The oldactive
works but is deprecated and will be removed.align-center
on the menu rather than wrapping them in amenu-centered
class to center them. The old way works but is deprecated and will be removed.is-active
class. Users of tabs who are customizing panelActiveClass will need to adddisplay:block;
to the styles for their panelActiveClass.$card-margin
class has been changed to be$card-margin-bottom
to better align with convention. If you have changed$card-margin
update it to$card-margin-bottom
.foundation-sites/js/foundation.zf.responsiveAccordionTabs.js
to referencefoundation-sites/js/foundation.responsiveAccordionTabs.js
instead.Contributors
Thanks to the 37 amazing people who contributed code or documentation to the 6.4.0 release. Foundation wouldn't happen without you!
KELT-9
Astronomers have found the hottest known exoplanet, a world where temperatures exceed those on the surface of most stars.
The Jupiter-like planet, known as KELT-9b, zips around its hot host star once every 1.5 Earth days. Its orbit is so tight that the gas giant is tidally locked, always showing the same face to the star, just as the moon shows only one face to Earth.
Temperatures on KELT-9b's "day side" reach a blazing 7,800 degrees Fahrenheit (4,300 Celsius), the planet's discoverers said. That's hotter than the surface of the dwarf stars that dominate the Milky Way galaxy, and just 2,200 degrees F (1,200 degrees C) cooler than the surface of the sun. (However, temperatures in the sun's outer atmosphere, or corona, can reach about 3 million degrees F, or 1.67 million degrees C.)
(Artists Rendition courtesy of https://www.jpl.nasa.gov/news/news.php?feature=6865)
v6.3.1
Compare Source
v6.3.0
Compare Source
Foundation 6.3 contains new features, reworked old features, and more bugfixes than you can shake a stick at! Foundation is now EVEN MORE accessible out of the box, with a default color palette that meets AA contrast requirements, better keyboard navigation, and a slew of other improvements.
Migration Notes:
data-accordion-item
, they are no longer inferred fromli
elements. Check out https://github.com/zurb/foundation-sites/pull/9178dist/css
, JS files indist/js
. Check out https://github.com/zurb/foundation-sites/pull/9078$header-sizes
map has been replaced with a more general$header-styles
map.$header-styles
map not only allows to set thefont-size
, but alsoline-height
,margin-top
andmargin-bottom
per header size and breakpoint.$header-sizes
still works, however, it is going to be depreciated. If$header-sizes
is present in your_settings.scss
it overrides any$header-styles
map. Check out #9419New Components:
Super cool enhancements:
Contributors
Proxima Centauri b
A recently discovered Earth-sized planet, rotating around the star closest to our sun, Proxima Centauri b "would be the most natural location to where our civilization could aspire to move after the sun will die, five billion years from now" - Avi Loeb, Harvard-Smithsonian Center for Astrophysics
(Artists rendition courtesy of http://news.nationalgeographic.com/2016/08/earth-mass-planet-proxima-centauri-habitable-space-science/)v6.0.5
Compare Source
Markup Changes
The following components saw HTML changes to fix bugs or improve accessibility.
Labels and badges should have unique IDs, and the elements they describe should have the attribute
aria-describedby
.No update is required, but current uses of the label and badge are not fully accessible without these changes. Refer to the documentation for label and badge to learn more.
Buttons in input groups require a wrapper. This fixes issues with
<button>
and<input>
elements not working within input groups.An update is required if you want to use
<button>
or<input>
. If you're using<a>
, the old structure will continue to work fine, but you should update anyway.Sass Settings Changes
The following changes were made to
_settings.scss
. All new projects will get these changes automatically. If you're upgrading an existing project, you'll need to change these defaults or add the new variables yourself.Changed
$block-grid-max
from6
to8
.Changed
$input-color
from$dark-gray
to$black
Added
$grid-column-align-edge: true
Added Sass variables for Title Bar:
$titlebar-background: $black
$titlebar-color: $white
$titlebar-padding: 0.5rem
$titlebar-text-font-weight: bold
$titlebar-icon-color: $white
$titlebar-icon-color-hover: $medium-gray
$titlebar-icon-spacing: 0.25rem
Package Changes
dist/foundation.js
as the main JavaScript file.New Features
forceFollow
option totrue
in your JavaScript, or the attributedata-force-follow="true"
in a dropdown menu's HTML.barOffset
/data-bar-offset
option. The default value is0
.Bug Fixes
href
attributes from anchors, but didn't reapply them if the plugin was destroyed.$topbar-link-color
variable not being appliedgrid-column-end()
mixin's CSS not being applied due to a specificity issue. (#7323)grid-context()
mixin not resetting the value of$grid-column-count
. (#7330)grid-column()
mixin not working when passed anx of y
value. (#7265)Prometheus is a shepherd moon of Saturn. A shepherd moon is a satellite that sculpts and shapes the rings of a planet with its gravity. It's like a... hair stylist for planets. A ring stylist.
v6.0.1
Compare Source
!default
flag to tabs Sass variables missing them.Albiorix is a moon of Saturn, part of the planet's Gallic group of irregular satellites. At 32 kilometers in diameter, it's the largest of the four Gallic satellites. For reference, 32 kilometers is about 75% the distance of a typical marathon, so our more athletic Foundation fans could circle Albiorix no problem!
v5.5.3
Compare Source
v5.5.2
Compare Source
v5.5.1
[Compare Source](https://togithub.com/zurb/foundation-sites/compare/
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.