Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release v6.5.0-rc.2 #11391

Merged
merged 20 commits into from
Jul 10, 2018
Merged

Conversation

ncoden
Copy link
Contributor

@ncoden ncoden commented Jul 8, 2018

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

Release Checklist

  • Bump versions
  • Update dist files
  • Update SCSS settings file
  • Update documentation
  • Prepare release for npm
  • Prepare release for Composer
  • Prepare release for Rails
  • Prepare release for Meteor Do not support pre-releases
    • ⚠️ Must be published before the Git release for .versions
  • Prepare release for NuGet
  • Released!

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)
  💻 #11351 - 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 - Fix data-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

Daniel Ruf and others added 20 commits June 27, 2018 20:34
…nfig for v6.5.0

54269a7 chore: update Bower ignored files list
5e7143c chore: add various fields to Bower config
e3979a3 fix: add back Bower dependencies

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…-against-cve for v6.5.0

26f0ce5 chore: resolve jQuery devDependency CVE

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…side-of-breakpoint for v6.5.0

a4cac3f fix: remove $-zf-size from non-responsive XY Grid classes generation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…4 for v6.5.0

a43e20b fix: fix Bower file invalid JSON foundation#11364

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…oup-label-radius for v6.5.0

8081d51 fix radius on input-group-label and input-group-button
713b541 dry input-group scss
d267df4 refactor: simplify Input Group border-radius selector

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…ore-unbind-11360 for v6.5.0

2c8485f fix: prevent removing all listeners by checking them before unbinding

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…-checking-undefined-11363 for v6.5.0

dd493bd style: use typeof for checking undefined

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…6.5.0

1131937 Use correct data attribute for responsive toggle with animation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…ltiple-completion-callback for v6.5.0

6cb8733 fix: fix completion callback called too many time in deploy task
9a9f0c1 style: remove unused "done" in "dist:deploy" gulp task
dcd3ab8 fix: remove run-sequence from gulp `deploy:dist` task to detect its end

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
0ec2be1 Define dropdown menu background in foundation-dropdown-menu mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
28c348b Replace deprecated `@elseif` for `@else if`

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…-styles-notice-11374 for v6.5.0

deee056 docs: add a notice about required CSS in Media Query doc
cfcc36b docs: fix typo in Media Query warning about required CSS

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…del-for-supported-versions for v6.5.0

86a0aae docs: improve gitflow model for supported versions
4ed00bf docs: use valid branch names for supported versions

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…ery for v6.5.0

ff1c302 fix: initialize MediaQuery in global Foundation entry

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…-07-06 for v6.5.0

a9daeb1 chore: upgrade gulp to v4.0.0
8a373da chore: update dependencies (2018-07-06)
d8e5b95 chore: remove unused dependency opener
229ec50 chore: update lockfiles (2018-07-06)

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
@DaSchTour
Copy link
Contributor

It's really hard to review such changes, I there are so many generate files in git and such many changes that just are rc.1 -> rc.2 so you don't really find the things to look at.

@ncoden
Copy link
Contributor Author

ncoden commented Jul 10, 2018

@DaSchTour As a release PR contains all the release changes and distribution files, it is often not intended to be manually reviewed. Only the list of commit and changelog really matters here.

@ncoden ncoden merged commit 3c5f422 into foundation:master-v6.5 Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants