Skip to content

Commit

Permalink
Merge pull request #11647 from ncoden/release/v6.5.2
Browse files Browse the repository at this point in the history
🚀  Release v6.5.2
  • Loading branch information
ncoden committed Jan 23, 2019
2 parents c712acf + dcab002 commit 0459382
Show file tree
Hide file tree
Showing 182 changed files with 5,251 additions and 4,769 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -39,7 +39,7 @@
<!-------------------------------------------------------------------
│ We highly recommend you to provide a live example of your bug so we
│ can reproduce it. You can create a test case with the last Foundation
│ version by forking https://codepen.io/ncoden/pen/YLzjeq
│ version by forking https://codepen.io/ncoden/pen/dQmVgg
└------------------------------------------------------------------->
Test Case: <!-- https://... -->

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.md
Expand Up @@ -35,7 +35,7 @@ about: Something is broken or doesn't work as expected
<!-------------------------------------------------------------------
│ We highly recommend you to provide a live example of your bug so we
│ can reproduce it. You can create a test case with the last Foundation
│ version by forking https://codepen.io/ncoden/pen/YLzjeq
│ version by forking https://codepen.io/ncoden/pen/dQmVgg
└------------------------------------------------------------------->
Test Case: <!-- https://... -->

Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Expand Up @@ -19,8 +19,8 @@ _build
.customizer

bower_components
bundle
build/*
./bundle
./build/*
/docs2/public/*
_yardoc
coverage
Expand Down
36 changes: 23 additions & 13 deletions .travis.yml
@@ -1,21 +1,31 @@
language: node_js
cache: yarn

os:
- windows
- linux
- osx

node_js:
- 6
- 8
- 10
- node

env:
global:
- YARN_GPG=no
matrix:
- ZF_TRAVIS_COMMAND=test

matrix:
include:
- node_js: "6"
env: ZF_TRAVIS_COMMAND=test
- node_js: "8"
env: ZF_TRAVIS_COMMAND=test
- node_js: "10"
env: ZF_TRAVIS_COMMAND=test
- node_js: "stable"
env: ZF_TRAVIS_COMMAND=test
- node_js: "stable"
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack
- os: linux
node_js: 10
env: ZF_TRAVIS_COMMAND=test:javascript:browserstack

before_install: npm install -g npm@latest
install: npm ci
script: npm run $ZF_TRAVIS_COMMAND
install: yarn --network-timeout 1000000
script: yarn run $ZF_TRAVIS_COMMAND

notifications:
email: false
14 changes: 7 additions & 7 deletions .versions
@@ -1,8 +1,8 @@
babel-compiler@7.2.1
babel-compiler@7.2.4
babel-runtime@1.3.0
caching-compiler@1.2.0
caching-compiler@1.2.1
dynamic-import@0.5.0
ecmascript@0.12.0
ecmascript@0.12.4
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.8.0
ecmascript-runtime-server@0.7.1
Expand All @@ -11,10 +11,10 @@ fourseven:scss@4.5.4
inter-process-messaging@0.1.0
jquery@1.11.8
meteor@1.9.2
modern-browsers@0.1.2
modern-browsers@0.1.3
modules@0.13.0
modules-runtime@0.10.2
promise@0.11.1
modules-runtime@0.10.3
promise@0.11.2
random@1.1.0
underscore@1.0.10
zurb:foundation-sites@6.5.1
zurb:foundation-sites@6.5.2
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -17,7 +17,7 @@ Every participant is expected to follow the project's [Code of Conduct](code-of-
* [ ] This is a bug and not a missing feature
* [ ] This bug comes from Foundation and not the browser or an other library
* [ ] This bug is still present in the latest Foundation release
3. **Prepare a test case with your bug** ([link](https://codepen.io/ncoden/pen/YLzjeq)).
3. **Prepare a test case with your bug** ([link](https://codepen.io/ncoden/pen/dQmVgg)).
Trying to reproduce a bug is often time-consuming. Please isolate your bug in a dedicated test case. The simpler is the test case, the best it is.
4. **Create your issue** ([link](https://github.com/zurb/foundation-sites/issues/new)).
Please provide a complete description of your bug: What do you expect? What happends instead? Which version of Foundation do you use, which ones are affected by the bug? Keep in mind that someone will spend a lot of time to understand your issue, make the task easy for him/her.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2011-2018 ZURB, Inc.
Copyright (c) 2011-2019 ZURB, Inc.

MIT License

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,4 +71,4 @@ Check out [CONTRIBUTING.md](CONTRIBUTING.md) to see how to report an issue or su

Want the guided tour to Foundation from the team that built it? The ZURB team offers comprehensive training courses for developers of all skill levels. If you're new to Foundation, check out the [Introduction to Foundation Course](http://zurb.com/university/foundation-intro?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to kickstart your skills, amplify your productivity, and get a comprehensive overview of everything Foundation has to offer. More advanced users should check out the [Advanced Foundation Course](http://zurb.com/university/advanced-foundation-training?utm_source=Github%20Repo&utm_medium=website&utm_campaign=readme&utm_content=readme%20training%20link) to learn the Advanced skills that ZURB uses to deliver quality client work in short timeframes.

Copyright (c) 2018 ZURB, Inc.
Copyright (c) 2019 ZURB, Inc.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.5.1",
"version": "6.5.2",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "http://foundation.zurb.com/sites",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions dist/css/foundation-float.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation-float.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-float.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-float.min.css.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions dist/css/foundation-prototype.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-prototype.min.css.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions dist/css/foundation-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation-rtl.min.css.map

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions dist/css/foundation.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/foundation.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/foundation.min.css.map

Large diffs are not rendered by default.

0 comments on commit 0459382

Please sign in to comment.