]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
dependabot[bot] [Mon, 30 Apr 2018 09:23:51 +0000 (09:23 +0000)]
build: bump browser-sync from 2.23.7 to 2.24.1
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.23.7 to 2.24.1.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.23.7...v2.24.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Sun, 29 Apr 2018 16:02:01 +0000 (18:02 +0200)]
Merge pull request #11208 from DanielRuf/chore/use-test-dependencies-from-node-modules
chore: use test dependencies from node_modules
Nicolas Coden [Sun, 22 Apr 2018 21:02:37 +0000 (23:02 +0200)]
chore: update yarn lockfile
Daniel Ruf [Mon, 16 Apr 2018 09:06:51 +0000 (11:06 +0200)]
chore: use test dependencies from node_modules
Nicolas Coden [Sun, 29 Apr 2018 14:01:25 +0000 (16:01 +0200)]
Merge pull request #11205 from ncoden/chore/gulp-add-missing-sequence-callbacks
chore: add missing callback to gulp sequences
Nicolas Coden [Sun, 29 Apr 2018 13:26:38 +0000 (15:26 +0200)]
fix: wait for gulp tasks ends with the `finish` event
`pipe(done)` is a mistake and pipe does not work that way.
`on('end')` may not be triggered because `end` is an interval stream event that does not reflect the whole gulp stream operation. Only `finish` should be used to wait for the operation end.
See: https://stackoverflow.com/a/
41003102 /
4317384
Nicolas Coden [Sun, 29 Apr 2018 13:17:41 +0000 (15:17 +0200)]
Merge pull request #11210 from ncoden/chore/delete-components-after-tests
chore: clean components & focus after tests
Nicolas Coden [Sun, 29 Apr 2018 12:14:50 +0000 (14:14 +0200)]
docs: add back comments in dropdownMenu tests
Nicolas Coden [Sat, 28 Apr 2018 15:54:55 +0000 (17:54 +0200)]
chore: clean focus after tests involving focus
See https://github.com/zurb/foundation-sites/issues/11074
Nicolas Coden [Fri, 27 Apr 2018 22:01:10 +0000 (00:01 +0200)]
chore: clean component after Toggler tests
Nicolas Coden [Fri, 27 Apr 2018 21:59:38 +0000 (23:59 +0200)]
chore: clean component after DropdownMenu tests #11074
Closes https://github.com/zurb/foundation-sites/issues/11074
Nicolas Coden [Fri, 27 Apr 2018 20:05:57 +0000 (22:05 +0200)]
Merge pull request #11209 from zurb/dependabot/npm_and_yarn/babel-core-6.26.2
build: bump babel-core from 6.26.0 to 6.26.2
dependabot[bot] [Fri, 27 Apr 2018 09:18:08 +0000 (09:18 +0000)]
build: bump babel-core from 6.26.0 to 6.26.2
Bumps [babel-core](https://github.com/babel/babel) from 6.26.0 to 6.26.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v6.26.0...v6.26.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Thu, 26 Apr 2018 13:29:18 +0000 (15:29 +0200)]
Merge pull request #11206 from zurb/dependabot/npm_and_yarn/chalk-2.4.1
build: bump chalk from 2.4.0 to 2.4.1
dependabot[bot] [Thu, 26 Apr 2018 09:16:39 +0000 (09:16 +0000)]
build: bump chalk from 2.4.0 to 2.4.1
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.4.0...v2.4.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Wed, 25 Apr 2018 21:55:19 +0000 (23:55 +0200)]
chore: add missing callback to gulp sequences
As gulp sequences don't return a stream, a callback must be called when its callback job is done.
Bug was introduced in https://github.com/zurb/foundation-sites/pull/11119
Nicolas Coden [Wed, 25 Apr 2018 16:17:20 +0000 (18:17 +0200)]
Merge pull request #11179 from DanielRuf/tests/increase-timeouts-viewport-reflow-test
tests: prevent race condition in _reflow test
Nicolas Coden [Tue, 24 Apr 2018 20:45:32 +0000 (22:45 +0200)]
Merge pull request #11198 from zurb/dependabot/npm_and_yarn/mocha-headless-chrome-2.0.0
build: bump mocha-headless-chrome from 1.8.3 to 2.0.0
dependabot[bot] [Tue, 24 Apr 2018 09:15:56 +0000 (09:15 +0000)]
build: bump mocha-headless-chrome from 1.8.3 to 2.0.0
Bumps [mocha-headless-chrome](https://github.com/direct-adv-interfaces/mocha-headless-chrome) from 1.8.3 to 2.0.0.
- [Release notes](https://github.com/direct-adv-interfaces/mocha-headless-chrome/releases)
- [Commits](https://github.com/direct-adv-interfaces/mocha-headless-chrome/compare/v1.8.3...v2.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Sun, 22 Apr 2018 21:44:28 +0000 (23:44 +0200)]
Merge pull request #11021 from DanielRuf/chore/compability-update-browserslist-9123
chore: update the browserslist config according to the compability table
Nicolas Coden [Sun, 22 Apr 2018 21:35:57 +0000 (23:35 +0200)]
Merge branch 'develop' into chore/compability-update-browserslist-9123
Daniel Ruf [Mon, 16 Apr 2018 07:41:36 +0000 (09:41 +0200)]
tests: prevent race condition in _reflow test
Nicolas Coden [Sun, 22 Apr 2018 17:31:08 +0000 (19:31 +0200)]
Merge pull request #11178 from ncoden/docs/improve-reedme-and-contribution-guidelines
docs: improve README & Contribution guidelines
Nicolas Coden [Sat, 21 Apr 2018 21:22:16 +0000 (23:22 +0200)]
docs: fix README logo inline styles for GitHub
GitHub remove all inline styles but `max-width: 100%`
Nicolas Coden [Sat, 21 Apr 2018 21:03:30 +0000 (23:03 +0200)]
docs: fix typo in CONTRIBUTING.md
Nicolas Coden [Sat, 21 Apr 2018 20:34:06 +0000 (22:34 +0200)]
chore: uncheck TODO lists in CONTRIBUTING.md
As there are things to do and not done, they should not be pre-checked.
Nicolas Coden [Sat, 21 Apr 2018 20:28:31 +0000 (22:28 +0200)]
docs: improve README logo responsivness
Nicolas Coden [Sat, 21 Apr 2018 20:26:32 +0000 (22:26 +0200)]
docs: fix various typo in contribution recommendations
Nicolas Coden [Sat, 21 Apr 2018 10:30:37 +0000 (12:30 +0200)]
chore: make the user "follow" CONTRIBUTING.md and not simply read it
Nicolas Coden [Sat, 21 Apr 2018 10:27:47 +0000 (12:27 +0200)]
chore: add checkbox aobut commits in GitHub pull request template
Nicolas Coden [Sat, 21 Apr 2018 10:25:41 +0000 (12:25 +0200)]
chore: simplify the description explainaition in GitHub pull request template
Nicolas Coden [Fri, 20 Apr 2018 23:44:12 +0000 (01:44 +0200)]
chore: improve GitHub templates readibility in text format
Changes:
* limite lines lenght to 80 characters
* add centering and left/right alignement of texts
* use `-` instead of `*` for lists
Nicolas Coden [Fri, 20 Apr 2018 22:55:17 +0000 (00:55 +0200)]
docs: improve gitflow documentation in CONTRIBUTING.md
Nicolas Coden [Fri, 20 Apr 2018 20:39:39 +0000 (22:39 +0200)]
chore: improve GitHub pull request template
This template was generated by https://www.talater.com/open-source-templates/#/ and modified according to our own CONTRIBUTION.md guidelines.
Nicolas Coden [Fri, 20 Apr 2018 20:38:01 +0000 (22:38 +0200)]
chore: improve GitHub issue template
This template was generated by https://www.talater.com/open-source-templates/#/ and modified according to our own CONTRIBUTION.md guidelines.
Nicolas Coden [Fri, 20 Apr 2018 18:24:08 +0000 (20:24 +0200)]
Merge pull request #11192 from rbrtmrtn/patch-1
Update xy-grid.md
Robert Martin [Fri, 20 Apr 2018 15:15:04 +0000 (11:15 -0400)]
Update xy-grid.md
Minor style edit
Nicolas Coden [Fri, 20 Apr 2018 10:08:17 +0000 (12:08 +0200)]
Merge pull request #11190 from zurb/dependabot/npm_and_yarn/browser-sync-2.23.7
build: bump browser-sync from 2.23.6 to 2.23.7
Nicolas Coden [Fri, 20 Apr 2018 10:04:32 +0000 (12:04 +0200)]
Merge pull request #11189 from hikouki/fix-typo
fix: typo in Reveal function.
dependabot[bot] [Fri, 20 Apr 2018 09:16:40 +0000 (09:16 +0000)]
build: bump browser-sync from 2.23.6 to 2.23.7
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.23.6 to 2.23.7.
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.23.6...v2.23.7)
Signed-off-by: dependabot[bot] <support@dependabot.com>
koki-higashikawa [Fri, 20 Apr 2018 09:00:17 +0000 (18:00 +0900)]
fix: typo in Reveal function.
Nicolas Coden [Thu, 19 Apr 2018 09:58:45 +0000 (11:58 +0200)]
Merge pull request #11187 from zurb/dependabot/npm_and_yarn/mocha-5.1.1
build: bump mocha from 5.1.0 to 5.1.1
dependabot[bot] [Thu, 19 Apr 2018 09:19:53 +0000 (09:19 +0000)]
build: bump mocha from 5.1.0 to 5.1.1
Bumps [mocha](https://github.com/mochajs/mocha) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.1.0...v5.1.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Wed, 18 Apr 2018 20:45:13 +0000 (22:45 +0200)]
docs: fix typo in Contributions section of CONTRIBUTING.md
Nicolas Coden [Wed, 18 Apr 2018 20:42:24 +0000 (22:42 +0200)]
docs: fix internals links in CONTRIBUTING.md
Nicolas Coden [Wed, 18 Apr 2018 20:40:00 +0000 (22:40 +0200)]
docs: fix link to CONTRIBUTING.md in README
Nicolas Coden [Wed, 18 Apr 2018 20:33:58 +0000 (22:33 +0200)]
docs: fix lists formatting in CONTRIBUTING.md
Nicolas Coden [Wed, 18 Apr 2018 20:12:17 +0000 (22:12 +0200)]
docs: improve issues & PR recommendation in CONTRIBUTE.md
Nicolas Coden [Wed, 18 Apr 2018 20:09:10 +0000 (22:09 +0200)]
docs: replace "Yetinauts" mentions by "Core Team"
Nicolas Coden [Wed, 18 Apr 2018 11:44:27 +0000 (13:44 +0200)]
Merge pull request #11186 from zurb/dependabot/npm_and_yarn/webpack-4.6.0
build: bump webpack from 4.5.0 to 4.6.0
dependabot[bot] [Wed, 18 Apr 2018 09:14:08 +0000 (09:14 +0000)]
build: bump webpack from 4.5.0 to 4.6.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.5.0...v4.6.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Tue, 17 Apr 2018 09:38:26 +0000 (11:38 +0200)]
Merge pull request #11184 from zurb/dependabot/npm_and_yarn/chalk-2.4.0
build: bump chalk from 2.3.2 to 2.4.0
dependabot[bot] [Tue, 17 Apr 2018 09:24:32 +0000 (09:24 +0000)]
build: bump chalk from 2.3.2 to 2.4.0
Bumps [chalk](https://github.com/chalk/chalk) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v2.3.2...v2.4.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Mon, 16 Apr 2018 12:29:42 +0000 (14:29 +0200)]
Merge pull request #11181 from zurb/dependabot/npm_and_yarn/autoprefixer-8.3.0
build: bump autoprefixer from 8.2.0 to 8.3.0
dependabot[bot] [Mon, 16 Apr 2018 09:19:15 +0000 (09:19 +0000)]
build: bump autoprefixer from 8.2.0 to 8.3.0
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/8.2.0...8.3.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Sun, 15 Apr 2018 20:40:25 +0000 (22:40 +0200)]
docs: improve README design & organization
Changes
* Add Foundation logo
* Add menu bar with installation/docs/releases/contributing
* Simplify local running & testing sections
Nicolas Coden [Sun, 15 Apr 2018 16:27:46 +0000 (18:27 +0200)]
Merge pull request #11175 from ncoden/chore/move-docs-to-develop
chore: move documentation changes to develop
Nicolas Coden [Sat, 14 Apr 2018 23:05:38 +0000 (01:05 +0200)]
Merge pull request #11176 from DanielRuf/fix/travis-remove-extraneous-space
style: remove extraneous space in Travis CI config
Daniel Ruf [Sat, 14 Apr 2018 22:29:34 +0000 (00:29 +0200)]
fix: remove extraneous space in Travis CI config
Nicolas Coden [Sat, 14 Apr 2018 21:52:33 +0000 (23:52 +0200)]
Merge pull request #11174 from DanielRuf/build/npm-ci
build: use npm ci
Nicolas Coden [Sat, 14 Apr 2018 21:02:18 +0000 (23:02 +0200)]
Merge branch 'master' into chore/move-docs-to-develop
Nicolas Coden [Sat, 14 Apr 2018 20:15:04 +0000 (22:15 +0200)]
chore: move documentation changes to develop
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Daniel Ruf [Fri, 13 Apr 2018 21:08:53 +0000 (23:08 +0200)]
build: use npm ci
Nicolas Coden [Fri, 13 Apr 2018 20:34:49 +0000 (22:34 +0200)]
Merge pull request #11173 from piouPiouM/patch-1
docs: fix small typo in Sass doc of $card-background
Nicolas Coden [Fri, 13 Apr 2018 20:34:29 +0000 (22:34 +0200)]
Merge pull request #11167 from MoarCoding/develop
fix: support aria-controls with multiple ids in Toogler
Mehdi Kabab [Fri, 13 Apr 2018 13:10:11 +0000 (15:10 +0200)]
Small typo
Nicolas Coden [Fri, 13 Apr 2018 09:32:02 +0000 (11:32 +0200)]
Merge pull request #11172 from zurb/dependabot/npm_and_yarn/mocha-5.1.0
build: bump mocha from 5.0.5 to 5.1.0
dependabot[bot] [Fri, 13 Apr 2018 09:18:24 +0000 (09:18 +0000)]
build: bump mocha from 5.0.5 to 5.1.0
Bumps [mocha](https://github.com/mochajs/mocha) from 5.0.5 to 5.1.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v5.0.5...v5.1.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Fri, 13 Apr 2018 09:12:56 +0000 (11:12 +0200)]
Merge pull request #11141 from RvWensen/develop
in-canvas-for-x width:auto instead of width:inherit
Nicolas Coden [Thu, 12 Apr 2018 21:54:26 +0000 (23:54 +0200)]
Merge pull request #11107 from DanielRuf/fix/orbit-slide-positioning-jump-11082
fix: always use absolute positioning to prevent jumping Orbit slider
Nicolas Coden [Thu, 12 Apr 2018 21:53:29 +0000 (23:53 +0200)]
Merge pull request #11171 from englishtom/patch-1
Incorrect variable name in legacy Float Grid docs
Nicolas Coden [Thu, 12 Apr 2018 21:51:12 +0000 (23:51 +0200)]
fix: improve id detection/replacment for Toggler `aria-controls` attribute
Changes:
* Only add the id if it does not exist in `aria-contolers` with better RegExp detection
* Use ES6 features to simplify code
* Add comments
Tom English [Thu, 12 Apr 2018 16:08:26 +0000 (17:08 +0100)]
Incorrect variable name in legacy Float Grid docs
In the docs it states that $global-flex needs to be set to false to enable the float grid, however the variable is $global-flexbox
Stefan Lisper [Thu, 12 Apr 2018 12:58:07 +0000 (14:58 +0200)]
Removed old code
Stefan Lisper [Thu, 12 Apr 2018 09:59:28 +0000 (11:59 +0200)]
fixed bug where aria-controls is not updated with multiple ids
Nicolas Coden [Wed, 11 Apr 2018 21:01:22 +0000 (23:01 +0200)]
fix: remove position reset of Orbit slides preventing the "full-absolute" new behavior
All Orbit slides should always have an `absolute` positioning to prevent jumping Orbit slider (see #11107). The `'position': 'relative'` reset is no longer necessary here and break the Orbit behavior as inline styles overrides `.orbit-slide` class styles.
See:
* https://github.com/zurb/foundation-sites/pull/11107/commits/
dbdae96312bcccd0820d8ee43c088d5d6a1fab14
* https://github.com/zurb/foundation-sites/pull/11107
Nicolas Coden [Wed, 11 Apr 2018 20:44:34 +0000 (22:44 +0200)]
Merge pull request #11142 from ncoden/fix/fix-magellan-without-link
fix: fix Magellan hash resolution without active link
Nicolas Coden [Wed, 11 Apr 2018 20:10:39 +0000 (22:10 +0200)]
fix: reset all OffCanvas properties when in in-canvas mode
> Done some research. The incanvas feature always used `inherit`, without explicit reasons given. Most font properties should inherit but not `background`, `width`, `overflow`, `transition` as this is not their default value. I'll replace all of them.
See https://github.com/zurb/foundation-sites/pull/11141#discussion_r180879166
Nicolas Coden [Wed, 11 Apr 2018 19:44:10 +0000 (21:44 +0200)]
Merge pull request #11119 from ncoden/chore/update-dependencies
chore: fix & update dependencies
Nicolas Coden [Tue, 10 Apr 2018 21:54:28 +0000 (23:54 +0200)]
Merge pull request #11158 from ncoden/fix/master-magellan-href-reference
[Support] fix: fix reference to component in `Magellan._events`
Nicolas Coden [Tue, 10 Apr 2018 21:44:57 +0000 (23:44 +0200)]
Merge pull request #11145 from DanielRuf/fix/block-grid-breakpoints-margins-11121
fix: use the right breakpoints in block-grid for gutter calculation
Nicolas Coden [Tue, 10 Apr 2018 21:40:58 +0000 (23:40 +0200)]
Merge pull request #11144 from DanielRuf/chore/switch-to-jsdelivr-11019
chore: switch to jsDelivr
Nicolas Coden [Sun, 18 Mar 2018 20:36:06 +0000 (21:36 +0100)]
fix: fix reference to component in `Magellan._events`
Bug introduced in https://github.com/zurb/foundation-sites/pull/10988 (
6371c6da3de11adf3dce181ec5b7cd5959fe5f8d )
RafiBomb [Tue, 10 Apr 2018 21:34:44 +0000 (14:34 -0700)]
adds segment tile to cl table
Nicolas Coden [Tue, 10 Apr 2018 21:02:26 +0000 (23:02 +0200)]
chore: update dependencies (10-04-17)
No changes required
Daniel Ruf [Tue, 10 Apr 2018 12:11:11 +0000 (14:11 +0200)]
chore: document $breakpoint variable in xy-grid-layout, set null as default for $breakpoint
Daniel Ruf [Mon, 9 Apr 2018 22:00:51 +0000 (00:00 +0200)]
chore: revert settings file
Daniel Ruf [Mon, 9 Apr 2018 21:52:54 +0000 (23:52 +0200)]
chore: use short named mixin parameters
Nicolas Coden [Mon, 9 Apr 2018 21:16:30 +0000 (23:16 +0200)]
Merge pull request #10969 from SassNinja/fix/10585_offcanvas_incanvas_option
Fix Off-canvas In-canvas feature
Nicolas Coden [Mon, 9 Apr 2018 21:07:26 +0000 (23:07 +0200)]
clean: remove unused links to foundation-icons in tests
Daniel Ruf [Sun, 8 Apr 2018 21:17:43 +0000 (23:17 +0200)]
fix: use the right breakpoints in block-grid for gutter calculation
Nicolas Coden [Sun, 8 Apr 2018 20:58:11 +0000 (22:58 +0200)]
Merge pull request #11123 from DanielRuf/fix/dropdown-toggle-keyboard-10391
fix: toggle dropdown if there is no focusable element inside
Daniel Ruf [Sun, 8 Apr 2018 17:37:46 +0000 (19:37 +0200)]
chore: point to right file names in html comments
Daniel Ruf [Sun, 8 Apr 2018 17:32:48 +0000 (19:32 +0200)]
chore: switch to jsDelivr
Nicolas Coden [Sat, 7 Apr 2018 21:47:52 +0000 (23:47 +0200)]
fix: fix Magellan hash resolution without active link
Nicolas Coden [Sat, 7 Apr 2018 21:16:05 +0000 (23:16 +0200)]
chore: enforce packages resolution via HTTPS
Daniel Ruf [Fri, 6 Apr 2018 22:22:06 +0000 (00:22 +0200)]
fix: render slide as block element
Roy [Fri, 6 Apr 2018 09:20:49 +0000 (11:20 +0200)]
in-canvas-for-x width:auto instead of width:inherit
Issue fix.
Discussion can be found https://github.com/zurb/foundation-sites/issues/11124
Nicolas Coden [Thu, 5 Apr 2018 22:13:30 +0000 (00:13 +0200)]
chore: regenerate yarn/npm lockfiles separately
Steps:
1. Install packages with Yarn, generating `yarn.lock` with sha1 integrity hashs (sha256/512 used by NPM is not supported by Yarn)
2. Generate `package-lock.json` alone with `npm i --package-lock-only`
Resolved dependencies should be the sames but with the perfect lockfile format for each package manager.
Nicolas Coden [Thu, 5 Apr 2018 21:38:14 +0000 (23:38 +0200)]
Merge pull request #11115 from ncoden/fix/float-grid-uncentered-last-column-9952
fix: fix uncentered last column on Float Grid #9952