Skip to content

Commit

Permalink
Merge branch 'release/v6.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Apr 8, 2020
2 parents 2cca132 + f111f90 commit 0f9fea5
Show file tree
Hide file tree
Showing 73 changed files with 236 additions and 41,599 deletions.
3 changes: 0 additions & 3 deletions .commitlintrc.yml
@@ -1,5 +1,2 @@
extends:
- '@commitlint/config-conventional'
rules:
subject-case: [0, always]
subject-full-stop: [0, always]
56 changes: 56 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,56 @@
name: CI

on: [push, pull_request]

jobs:
build_latest_browserstack:
name: Node latest with browserstack
runs-on: ubuntu-latest
container: node:latest
steps:
- uses: actions/checkout@v1
- name: install system dependencies
run: apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
- name: install dependencies
run: yarn
- name: patch packages
run: yarn patch-package
- name: run tests with browserstack
env: # Or as an environment variable
BROWSERSTACK_KEY: ${{ secrets.BROWSERSTACK_KEY }}
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
run: yarn test:javascript:browserstack

build_latest:
name: Node latest
runs-on: ubuntu-latest
container: node:current
steps:
- uses: actions/checkout@v1
- name: install system dependencies
run: apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
- name: install dependencies
run: yarn
- name: patch packages
run: yarn patch-package
- name: run tests
run: yarn test:single-process

build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node: [ '12', '10', '8' ]
name: Node ${{ matrix.node }} (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: install dependencies
run: yarn
- name: patch packages
run: yarn patch-package
- name: run tests
run: yarn test
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -13,7 +13,7 @@

---

[![Build Status](https://travis-ci.org/foundation/foundation-sites.svg?branch=develop)](https://travis-ci.org/foundation/foundation-sites)
[![Build Status](https://github.com/foundation/foundation-sites/workflows/CI/badge.svg)](https://github.com/foundation/foundation-sites/actions?workflow=CI)
[![dependencies Status](https://david-dm.org/foundation/foundation-sites/status.svg)](https://david-dm.org/foundation/foundation-sites)
[![devDependencies Status](https://david-dm.org/foundation/foundation-sites/dev-status.svg)](https://david-dm.org/foundation/foundation-sites?type=dev)
[![npm version](https://badge.fury.io/js/foundation-sites.svg)](https://badge.fury.io/js/foundation-sites)
Expand Down Expand Up @@ -41,10 +41,10 @@ To run the documentation locally on your machine, you need [Node.js](https://nod
# Install
git clone https://github.com/foundation/foundation-sites
cd foundation-sites
npm install
yarn

# Start the documentation
npm start
yarn start
```

### Testing
Expand All @@ -54,11 +54,11 @@ Foundation has three kinds of tests: JavaScript, Sass, and visual regression. Re
Run tests with:
```bash
# Sass unit tests
npm run test:sass
yarn test:sass
# JavaScript unit tests
npm run test:javascript:units
yarn test:javascript:units
# Visual tests
npm run test:visual
yarn test:visual
```

## Contributing
Expand Down
3 changes: 1 addition & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.6.2",
"version": "6.6.3",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "https://get.foundation/sites",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,6 @@
".eslintrc",
".huskyrc.yml",
".sass-lint.yml",
".travis.yml",
".versions",
"bower.json",
"browserstack.json",
Expand Down
4 changes: 1 addition & 3 deletions browserstack.json
@@ -1,6 +1,4 @@
{
"username": "joeworkman",
"key": "vutaD3ypYamTHAHQxP5Z",
"test_path": "test/javascript/index.html",
"test_framework": "mocha",
"exit_with_fail": true,
Expand Down Expand Up @@ -42,4 +40,4 @@
"real_mobile": "true"
}
]
}
}
2 changes: 1 addition & 1 deletion 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.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/foundation.cjs.js

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

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/foundation.es6.js

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

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/foundation.esm.js

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

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/foundation.js
Expand Up @@ -1615,7 +1615,7 @@ function (_Plugin) {
'aria-expanded': true,
'aria-selected': true
});
$target.stop().slideDown(this.options.slideSpeed, function () {
$target.finish().slideDown(this.options.slideSpeed, function () {
/**
* Fires when the tab is done opening.
* @event Accordion#down
Expand Down Expand Up @@ -1644,7 +1644,7 @@ function (_Plugin) {
'aria-expanded': false,
'aria-selected': false
});
$target.stop().slideUp(this.options.slideSpeed, function () {
$target.finish().slideUp(this.options.slideSpeed, function () {
/**
* Fires when the tab is done collapsing up.
* @event Accordion#up
Expand Down Expand Up @@ -2214,7 +2214,7 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterat



var FOUNDATION_VERSION = '6.6.2'; // Global Foundation object
var FOUNDATION_VERSION = '6.6.3'; // Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify

var Foundation = {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/foundation.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.abide.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/plugins/foundation.accordion.js

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

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordion.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordion.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordion.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.accordionMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.js

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

2 changes: 1 addition & 1 deletion dist/js/plugins/foundation.core.js.map

Large diffs are not rendered by default.

0 comments on commit 0f9fea5

Please sign in to comment.