Skip to content

Commit

Permalink
Merge pull request #11340 from ncoden/release/v6.5
Browse files Browse the repository at this point in the history
🚀  Release v6.5.0-rc.1
  • Loading branch information
ncoden committed Jun 24, 2018
2 parents 4044d5f + f22c67c commit 397084a
Show file tree
Hide file tree
Showing 404 changed files with 56,379 additions and 68,844 deletions.
12 changes: 1 addition & 11 deletions .babelrc
@@ -1,13 +1,3 @@
{
"plugins": [
"transform-es2015-arrow-functions",
"transform-es2015-block-scoped-functions",
"transform-es2015-block-scoping",
"transform-es2015-classes",
"transform-es2015-destructuring",
"transform-es2015-template-literals",
"transform-es2015-parameters",
"transform-es2015-shorthand-properties",
"transform-es2015-spread",
]
"presets": [ "@babel/preset-env" ]
}
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

5 changes: 5 additions & 0 deletions .browserslistrc
@@ -0,0 +1,5 @@
# Browsers that we support
last 2 versions
ie >= 9
ios >= 7
android >= 4.4
2 changes: 2 additions & 0 deletions .commitlintrc.yml
@@ -0,0 +1,2 @@
extends:
- '@commitlint/config-conventional'
1 change: 0 additions & 1 deletion .eslintrc
@@ -1,5 +1,4 @@
{
"ecmaVersion": 6,
"env": {
"browser": true,
"builtin": true,
Expand Down
87 changes: 59 additions & 28 deletions .github/ISSUE_TEMPLATE.md
@@ -1,28 +1,59 @@
<!-- For replicatable bugs or feature requests GitHub is the right place. The [Foundation Forum](http://foundation.zurb.com/forum) would be a great place to seek some help with general questions or help with your code. There you can reach out to the community to share your insights or ask questions. -->

#### How to reproduce this bug:

1. Step one
2. Step two
3. Step three

#### What should happen:

#### What happened instead:

#### Browser(s) and Device(s) tested on:

#### Foundation Version(s) you are using:

#### Test case link:

<!-- Give us a link to a CodePen or JSFiddle that recreates the issue. -->

- [CodePen with Foundation 6.3.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/LWGZxR)
- [CodePen with Foundation 6.3.1, Float Grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/bRYOMv)
- [CodePen with Foundation 6.3.1, Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/zZrBEv)

- [CodePen with Foundation 6.4.1, XY Flexbox grid and MotionUI](http://codepen.io/IamManchanda/pen/EXbGKJ)
- [CodePen with Foundation 6.4.1, XY Flexbox grid with RTL Direction and MotionUI](http://codepen.io/IamManchanda/pen/qjVLoO)
- [CodePen with Foundation 6.4.1, XY Flexbox grid with Prototype Mode and MotionUI](http://codepen.io/IamManchanda/pen/XgzopG)
- [CodePen with Foundation 6.4.1, Float Grid and MotionUI](http://codepen.io/IamManchanda/pen/qjVLrB)
<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your issue may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->
<!--- Only submit bug or feature requests here. For help or questions to -->
<!--- the community, see the forum: https://foundation.zurb.com/forum -->

## Expected Behavior
<!--- If describing a bug, tell us what should happen. -->
<!--- If suggesting a change/feature, tell us why and how it should work. -->

## Current Behavior
<!--- If describing a bug, tell us what happens instead. -->
<!--- If suggesting a change/feature, explain the difference from -->
<!--- current behavior. -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change. -->

## Test Case and/or Steps to Reproduce (for bugs)
<!--- 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 -->
Test Case: <!-- https://... -->

<!--- If you cannot provide a test case, provide an unambiguous set of -->
<!--- steps to reproduce, with your code and configuration. -->
How to reproduce:
1.
2.
3.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most -->
<!--- useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the context and environment -->
<!--- you experienced the bug in. You can also provide logs. -->
- Foundation version(s) used:
- Browser(s) name and version(s):
- Operating System and version (desktop or mobile):
- Link to your project:

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document.
- [ ] This is a bug report or a feature request.
- [ ] There are no other issues similar to this one.
- [ ] The issue title is descriptive.
- [ ] The template is fully and correctly filled.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your issue and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
@@ -0,0 +1,60 @@
---
name: "\U0001F41B Bug Report"
about: Something is broken or doesn't work as expected

---

<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your issue may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->
<!--- Only submit bug reports here. For help or questions to the community -->
<!--- see the forum: https://foundation.zurb.com/forum -->

## What should happen?


## What happens instead?


## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change. -->

## Test Case and/or Steps to Reproduce
<!--- 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 -->
Test Case:

<!--- If you cannot provide a test case, provide an unambiguous set of -->
<!--- steps to reproduce, with your code and configuration. -->
How to reproduce:
1.
2.
3.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most -->
<!--- useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the context and environment -->
<!--- you experienced the bug in. You can also provide logs if relevant. -->
- Foundation version(s) used:
- Browser(s) name and version(s):
- Operating System and version (desktop or mobile):

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the CONTRIBUTING.md document.
- [ ] There are no other issues similar to this one.
- [ ] The issue title is descriptive.
- [ ] The template is correctly filled.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your issue and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.md
@@ -0,0 +1,48 @@
---
name: "✨ Feature Request"
about: Something is missing or could be improved

---

<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your issue may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->
<!--- Only submit feature requests here. For help or questions to the -->
<!--- community, see the forum: https://foundation.zurb.com/forum -->

## What is missing?
<!--- What you want to be added or improved and how you would use it? -->

## Why is it important?
<!--- Why would this feature benefit everyone? What is the current -->
<!--- workaround and how is it insufficient or inadequate? -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change. -->

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most -->
<!--- useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the context and environment -->
<!--- you're using. You can also provide logs if relevant. -->
- Foundation version(s) used:
- Browser(s) name and version(s):
- Operating System and version (desktop or mobile):

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the CONTRIBUTING.md document.
- [ ] There are no other issues similar to this one.
- [ ] The issue title is descriptive.
- [ ] The template is correctly filled.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your issue and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/3-documentation.md
@@ -0,0 +1,31 @@
---
name: "\U0001F4D6 Documentation"
about: Typo mistakes, gaps or inconsistencies in docs or website

---

<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your issue may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->
<!--- Only submit documentation issue here. For help or questions to the. -->
<!--- community, see the forum: https://foundation.zurb.com/forum -->

## Description
<!--- What is incorrect, missing or could be improved? -->

## Possible Solution
<!--- How would you resolve that? -->

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the CONTRIBUTING.md document.
- [ ] There are no other issues similar to this one.
- [ ] The issue title is descriptive.
- [ ] The template is correctly filled.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your issue and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/4-maintainance.md
@@ -0,0 +1,30 @@
---
name: "\U0001F4BB Maintainance"
about: Tests, dependencies, workflow...

---

<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your issue may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->
<!--- Only submit maintainance issues here. For help or questions to the. -->
<!--- community, see the forum: https://foundation.zurb.com/forum -->

## Description

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason to resolve the issue. -->

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the CONTRIBUTING.md document.
- [ ] There are no other issues similar to this one.
- [ ] The issue title is descriptive.
- [ ] The template is correctly filled.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your issue and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
51 changes: 45 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,48 @@
Before submitting a pull request, make sure it's targeting the right branch:
<!--- --------------------------------------------------------------------- -->
<!--- Please fill the following template -->
<!--- Your pull request may be ignored otherwise -->
<!--- --------------------------------------------------------------------- -->

- For documentation fixes, use `master`.
- For bug fixes or new features compatible with the next version, use `develop`.
- For bug fixes incompatible with `develop`, use the support branch of the latest compatible version, which will be formatted `support/6.x`.
## Description
<!--- Describe your changes in detail. Include any relevant information -->
<!--- (reasons, difficulties, links to web references, related issues...) -->

If you're fixing a JavaScript issue, it would help to create a new test case under the folder `test/visual/` that recreates the issue and show's that it's been fixed. Run `npm test` to compile the testing folder.

Happy coding! :)

<!--- Bugs and new features/improvements must be presented and discussed in -->
<!--- an issue first. Please create one if there is no issue related to -->
<!--- this pull request. -->
- Closes <!--- link to issue... -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->

## Screenshots (if appropriate):

## Types of changes
<!--- What types of changes does your code introduce? -->
<!--- Put an `x` in all the boxes that apply: -->
- [ ] Documentation
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)

## Checklist (all required):
<!--- Go over all the following points, and put an `x` in the boxes. -->
<!--- If you're unsure about any of these, don't hesitate to ask. -->
- [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document.
- [ ] There are no other pull request similar to this one.
- [ ] The pull request title is descriptive.
- [ ] The template is fully and correctly filled.
- [ ] The pull request targets the right branch (`develop` or `support/*`).
- [ ] My commits are correctly titled and contain all relevant information.
- [ ] My code follows the code style of this project.
- [ ] I have updated the documentation accordingly to my changes (if relevant).
- [ ] I have added tests to cover my changes (if relevant).
- [ ] All new and existing tests passed.

<!--- --------------------------------------------------------------------- -->
<!--- For more information, see the CONTRIBUTING.md document -->
<!--- Thank you for your pull request and happy coding ;) -->
<!--- --------------------------------------------------------------------- -->
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -13,6 +13,7 @@
.grunt
.idea
.sass-cache/*
.eyeglass_cache/*
.yardoc
_build
.customizer
Expand Down Expand Up @@ -54,4 +55,4 @@ pizza/
data.json
npm-debug.log
foundation-docs
vendor
./vendor
6 changes: 6 additions & 0 deletions .huskyrc.yml
@@ -0,0 +1,6 @@
hooks:
commit-msg: >
node ./script/husky-commit-lint.js --color -e $GIT_PARAMS &&
node ./script/husky-commit-test.js --color
pre-push:
node ./script/husky-push-test.js --color

0 comments on commit 397084a

Please sign in to comment.