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.2 #11647

Merged
merged 27 commits into from
Jan 23, 2019
Merged

🚀 Release v6.5.2 #11647

merged 27 commits into from
Jan 23, 2019

Conversation

ncoden
Copy link
Contributor

@ncoden ncoden commented Jan 12, 2019

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

Fixes and improvements

Internal


Contributors


Release Checklist

  • Bump versions
  • Update lockfiles
  • Update dist files
  • Update SCSS settings file
  • Update documentation
  • Prepare release for npm
  • Prepare release for Composer
  • Prepare release for Meteor - Must be published before the Git release for .versions
  • Prepare release for Rails - Must be published on foundation-rails
  • Prepare release for NuGet - Must be published with nuget-publish
  • Released!

ncoden and others added 19 commits November 15, 2018 23:17
…fig for v6.5.0

4d9270f chore: fix plugins UMD external names
7f5aa78 docs: add documentation for the webpack UMD configuration
4124057 chore: fix plugins' UMD root variables names
3fa6741 test: add test for imports via AMD
91353db docs: improve description for the webpack externals config in build script
a69a577 docs: improve docs for the root namespace in build script
5e42209 docs: improve docs of the "getUmdEntry" build utility

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

5cd6267 refactor: remove duplicate code in util.nest

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

d0f6c3b tests: test on Linux, macOS and Windows
8273493 tests: use Node.js 6, 8 and 10
78b516f tests: run Browswestack tests only on one platform
6234087 ci: use Yarn
e457b19 chore: downgrade mocha-headless-chrome for now
b453e55 fix: downgrade doiuse to support Node.js 6
0c92518 fix: disable Yarn GPG so it doesn't prevent the Travis build to finish
3f3c331 chore: cache Yarn in Travis

Co-Authored-By: Daniel Ruf <daniel.ruf@ueberbit.de>
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…s for v6.5.0

0222ddc ci: test latest Node.js

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

2b71513 Fix wrong implementation of centering the grid-container

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

ae8363a Fix smoothscroll not applying custom options
8dd7065 fix: correctly remove the event listener in _destroy
9767057 fix: fix spelling

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

367468e docs: remove warning for abandoned deprecations foundation#10540

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

30601b7 docs: document availability of the XY Grid for X/Y/both grids
ff2943b docs: fix "grid-padding-y" class in XY Grid docs

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

d8bcc3a chore: temporary disable tree-shaking foundation#11586

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

063e1be docs: update the CodePen test case template

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

0d50a60 Fixed submenu bounce if nested
165a371 refactor: improve readibility and add docs in "AccordionMenu.down()"

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

40833df fix: import used Touch utility in Dropdown and Reveal

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

5b92798 fix: use concat return value for Trigger names

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

7acd41d chore: remove unused background rules in docs

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…-duplicate-border-left-width for v6.5.0

b6a3c65 fix: remove duplicate border-left-width:0 in drilldown

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

bebce87 fix: remove duplicate margin-bottom from grid example

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…ove-duplicate-position-absolute for v6.5.0

8cd5454 fix: remove duplicate position:absolute in progress-bar

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
2b6af27 Update license date
848b38a docs: update copyright policies

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
@DanielRuf
Copy link
Contributor

DanielRuf commented Jan 12, 2019

Hm, not sure if it is good to mix Yarn and npm commands.

But weird that the Windows builds are not green anymore. I'll contact the Travis XI team.

https://travis-ci.org/zurb/foundation-sites/jobs/478599445#L176

@ncoden
Copy link
Contributor Author

ncoden commented Jan 12, 2019

Hm, not sure if it is good to mix Yarn and npm commands.

I don't know. But it's the same on develop

But weird that the Windows builds are nit green anymore. I'll contact the Travis XI team.

There is issues with Yarn+Windows on Travis. This, There appears to be trouble with your network connection times to times.

@glen-84
Copy link
Contributor

glen-84 commented Jan 15, 2019

Will this be released soon?

v6.4.3 is broken because of main pointing to ES6 code.
v6.5.1 is broken because of #11586.

😞

@ncoden
Copy link
Contributor Author

ncoden commented Jan 15, 2019

@glen-84 See #11586 (comment)

We are waiting for Travis to pass, there is some issues with Window. This should be released by the end of the week.

@glen-84
Copy link
Contributor

glen-84 commented Jan 15, 2019

Are you running Windows locally, or another OS? I mean, is this specific to Travis CI, or a general issue with Windows builds?

I see that "Windows builds are in early access stage".

@glen-84
Copy link
Contributor

glen-84 commented Jan 15, 2019

Error: Failed to launch chrome!
[0112/003942.079:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\travis\build\zurb\foundation-sites\node_modules\puppeteer.local-chromium\win64-594312\chrome-win\chrome.dll: The specified module could not be found. (0x7E)

https://travis-ci.community/t/puppeteer-not-working-on-windows-container/354

It might be worth trying the latest version of Puppeteer?

@ncoden
Copy link
Contributor Author

ncoden commented Jan 15, 2019

@glen-84
Copy link
Contributor

glen-84 commented Jan 15, 2019

I see.

It looks like lots of people are seeing this error ... yarnpkg/yarn#4890 yarnpkg/yarn#5259.

Is it worth trying --network-timeout 1000000?

... or switching to npm. 🙂

Did you or @DanielRuf contact Travis support?

@DanielRuf
Copy link
Contributor

DanielRuf commented Jan 15, 2019

... or switching to npm

npm has more and bigger issues.

https://travis-ci.community/t/yarn-network-troubles/333/2

@DanielRuf
Copy link
Contributor

It is the Puppeteer issue.

https://travis-ci.org/zurb/foundation-sites/jobs/478599448#L290

develop has a newer version. So this should be fine to update and cherry-pick the update of the dependency @ncoden

@glen-84
Copy link
Contributor

glen-84 commented Jan 17, 2019

@ncoden Will you be able to try this soon?

@glen-84
Copy link
Contributor

glen-84 commented Jan 21, 2019

Is there anything that I can do to help?

ncoden and others added 3 commits January 22, 2019 17:42
… for v6.5.0

ba8f9d3 docs: fix various typos for available

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
189dd49 fixed overridden
03fc63e docs: fix various "overridden" in utility docs

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
…es-2019-01-13 for v6.5.0

7a4057f chore: update dependencies (2019-01-13)
5090e7c chore: increase Yarn network timeout in Travis
2f2b585 chore: update sub-dependency pupeeteer for Travis on Windows
aff8bd7 chore: ensure to keep dep resolutions when relocking deps

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
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.

6 participants