]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Nicolas Coden [Sun, 13 May 2018 19:46:58 +0000 (21:46 +0200)]
test: improve Interchange debounce test precision
Prevent some race condition by improving the interchange debounce test precision.
Changes:
* initialize Triggers manually to control and test the debounce time
* nest the timeout that trigger "resize" to make the delay between the last "resize" and the test check more precise (a bit more than the debounce time).
Timeout delays are most often not respected and the differences between several timeouts running in parrallel can be huge.
Nicolas Coden [Sun, 13 May 2018 19:38:08 +0000 (21:38 +0200)]
fix: prevent to initialize Triggers twice before window is loaded
Changes:
* check if Triggers is already initialized just before it should be initialized, once the window is loaded.
Nicolas Coden [Sat, 12 May 2018 21:32:29 +0000 (23:32 +0200)]
Merge pull request #11250 from datatypevoid/fix-form-progress-bar-mixin
fix: form progress bar mixin calls `has-value` as `hasvalue`
Nicolas Coden [Sat, 12 May 2018 21:31:18 +0000 (23:31 +0200)]
Merge pull request #11251 from datatypevoid/develop
docs: add spacing between words
Nicolas Coden [Sat, 12 May 2018 21:28:47 +0000 (23:28 +0200)]
Merge pull request #11252 from datatypevoid/enable-microsoft-autohiding-scrollbar
fix: enable microsoft autohiding scrollbar extension
David Niciforovic [Sat, 12 May 2018 12:38:36 +0000 (08:38 -0400)]
fix: enable microsoft autohiding scrollbar extension
David Niciforovic [Sat, 12 May 2018 02:49:56 +0000 (22:49 -0400)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Nicolas Coden [Fri, 11 May 2018 21:36:23 +0000 (23:36 +0200)]
Merge pull request #11246 from zurb/chore/multiple-issue-templates-11241
chore: add multiple issue templates
David Niciforovic [Fri, 11 May 2018 21:00:04 +0000 (17:00 -0400)]
fix: form progress bar mixin calls `has-value` as `hasvalue`
David Newman [Fri, 11 May 2018 15:45:45 +0000 (11:45 -0400)]
docs: add spacing between words
Nicolas Coden [Fri, 11 May 2018 14:15:35 +0000 (16:15 +0200)]
Merge pull request #11249 from datatypevoid/develop
docs: spelling and grammar corrections
David Niciforovic [Fri, 11 May 2018 12:21:13 +0000 (08:21 -0400)]
docs: spelling and grammar corrections
Nicolas Coden [Wed, 9 May 2018 20:49:30 +0000 (22:49 +0200)]
chore: fix typo in GitHub templates
Nicolas Coden [Mon, 7 May 2018 22:08:18 +0000 (00:08 +0200)]
chore: add Documentation GitHub issue template
Nicolas Coden [Mon, 7 May 2018 22:00:35 +0000 (00:00 +0200)]
chore: ensure GitHub issue templates are in the right order
Nicolas Coden [Mon, 7 May 2018 21:49:13 +0000 (23:49 +0200)]
chore: add multiple issue templates
Closes https://github.com/zurb/foundation-sites/issues/11241
Nicolas Coden [Mon, 7 May 2018 21:13:59 +0000 (23:13 +0200)]
Merge pull request #11243 from zurb/dependabot/npm_and_yarn/webpack-4.7.0
build: bump webpack from 4.6.0 to 4.7.0
Nicolas Coden [Mon, 7 May 2018 21:12:56 +0000 (23:12 +0200)]
Merge pull request #11245 from zurb/dependabot/npm_and_yarn/array-uniq-2.0.0
build: bump array-uniq from 1.0.3 to 2.0.0
Nicolas Coden [Mon, 7 May 2018 21:11:10 +0000 (23:11 +0200)]
Merge pull request #11244 from zurb/dependabot/npm_and_yarn/sinon-5.0.5
build: bump sinon from 5.0.3 to 5.0.5
dependabot[bot] [Mon, 7 May 2018 09:25:56 +0000 (09:25 +0000)]
build: bump array-uniq from 1.0.3 to 2.0.0
Bumps [array-uniq](https://github.com/sindresorhus/array-uniq) from 1.0.3 to 2.0.0.
- [Release notes](https://github.com/sindresorhus/array-uniq/releases)
- [Commits](https://github.com/sindresorhus/array-uniq/compare/v1.0.3...v2.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 7 May 2018 09:25:16 +0000 (09:25 +0000)]
build: bump sinon from 5.0.3 to 5.0.5
Bumps [sinon](https://github.com/sinonjs/sinon) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v5.0.3...v5.0.5)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 7 May 2018 09:23:28 +0000 (09:23 +0000)]
build: bump webpack from 4.6.0 to 4.7.0
Bumps [webpack](https://github.com/webpack/webpack) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.6.0...v4.7.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Sat, 5 May 2018 18:11:13 +0000 (20:11 +0200)]
Merge pull request #11238 from danielrhodeswarp/patch-1
Changed 'queues' to 'cues'
Daniel Rhodes [Sat, 5 May 2018 12:33:09 +0000 (13:33 +0100)]
Changed 'queues' to 'cues'
In Types of Disabilities | Visual we mean 'cues' not 'queues'.
Nicolas Coden [Fri, 4 May 2018 21:57:16 +0000 (23:57 +0200)]
Merge pull request #11235 from zurb/dependabot/npm_and_yarn/gulp-clean-css-3.9.4
build: bump gulp-clean-css from 3.9.3 to 3.9.4
Nicolas Coden [Fri, 4 May 2018 21:56:55 +0000 (23:56 +0200)]
Merge pull request #11234 from zurb/dependabot/npm_and_yarn/browser-sync-2.24.4
build: bump browser-sync from 2.24.2 to 2.24.4
dependabot[bot] [Fri, 4 May 2018 09:20:14 +0000 (09:20 +0000)]
build: bump gulp-clean-css from 3.9.3 to 3.9.4
Bumps [gulp-clean-css](https://github.com/scniro/gulp-clean-css) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/scniro/gulp-clean-css/releases)
- [Commits](https://github.com/scniro/gulp-clean-css/compare/3.9.3...3.9.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Fri, 4 May 2018 09:19:14 +0000 (09:19 +0000)]
build: bump browser-sync from 2.24.2 to 2.24.4
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.24.2 to 2.24.4.
- [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.24.2...v2.24.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Thu, 3 May 2018 19:52:24 +0000 (21:52 +0200)]
Merge pull request #11231 from DanielRuf/chore/remove-obsolete-sasslint-comments
chore: remove obsolete sasslint comments
Nicolas Coden [Thu, 3 May 2018 19:33:53 +0000 (21:33 +0200)]
Merge pull request #11232 from zurb/dependabot/npm_and_yarn/browser-sync-2.24.2
build: bump browser-sync from 2.24.1 to 2.24.2
Nicolas Coden [Thu, 3 May 2018 19:33:28 +0000 (21:33 +0200)]
Merge pull request #11233 from zurb/dependabot/npm_and_yarn/what-input-5.0.7
build: bump what-input from 5.0.5 to 5.0.7
dependabot[bot] [Thu, 3 May 2018 09:17:33 +0000 (09:17 +0000)]
build: bump what-input from 5.0.5 to 5.0.7
Bumps [what-input](https://github.com/ten1seven/what-input) from 5.0.5 to 5.0.7.
- [Release notes](https://github.com/ten1seven/what-input/releases)
- [Commits](https://github.com/ten1seven/what-input/compare/v5.0.5...v5.0.7)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Thu, 3 May 2018 09:16:41 +0000 (09:16 +0000)]
build: bump browser-sync from 2.24.1 to 2.24.2
Bumps [browser-sync](https://github.com/BrowserSync/browser-sync) from 2.24.1 to 2.24.2.
- [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.24.1...v2.24.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Daniel Ruf [Wed, 2 May 2018 22:38:23 +0000 (00:38 +0200)]
chore: remove obsolete sasslint comments
Nicolas Coden [Wed, 2 May 2018 22:25:10 +0000 (00:25 +0200)]
Merge pull request #11227 from DanielRuf/style/fix-sasslint-warnings
style: fix sasslint warnings
Daniel Ruf [Tue, 1 May 2018 21:25:19 +0000 (23:25 +0200)]
style: fix sasslint warnings
Nicolas Coden [Wed, 2 May 2018 17:14:28 +0000 (19:14 +0200)]
Merge pull request #11228 from zurb/dependabot/npm_and_yarn/@commitlint/cli-6.2.0
build: bump @commitlint/cli from 6.1.3 to 6.2.0
Nicolas Coden [Wed, 2 May 2018 17:13:22 +0000 (19:13 +0200)]
Merge pull request #11229 from zurb/dependabot/npm_and_yarn/sinon-5.0.3
build: bump sinon from 5.0.1 to 5.0.3
Nicolas Coden [Wed, 2 May 2018 17:12:41 +0000 (19:12 +0200)]
Merge pull request #11081 from DanielRuf/fix/xy-grid-gutter-output-11059
fix: respect $gutter-output in the -xy-cell-properties mixin
dependabot[bot] [Wed, 2 May 2018 09:17:52 +0000 (09:17 +0000)]
build: bump sinon from 5.0.1 to 5.0.3
Bumps [sinon](https://github.com/sinonjs/sinon) from 5.0.1 to 5.0.3.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v5.0.1...v5.0.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 2 May 2018 09:17:11 +0000 (09:17 +0000)]
build: bump @commitlint/cli from 6.1.3 to 6.2.0
Bumps [@commitlint/cli](https://github.com/marionebl/commitlint) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/marionebl/commitlint/releases)
- [Changelog](https://github.com/marionebl/commitlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Tue, 1 May 2018 20:01:23 +0000 (22:01 +0200)]
Merge pull request #11220 from zurb/dependabot/npm_and_yarn/sinon-5.0.1
build: bump sinon from 4.5.0 to 5.0.1
Nicolas Coden [Tue, 1 May 2018 19:58:16 +0000 (21:58 +0200)]
Merge pull request #11223 from zurb/dependabot/npm_and_yarn/babel-core-6.26.3
build: bump babel-core from 6.26.2 to 6.26.3
Nicolas Coden [Tue, 1 May 2018 19:57:48 +0000 (21:57 +0200)]
Merge pull request #11221 from zurb/dependabot/npm_and_yarn/browser-sync-2.24.1
build: bump browser-sync from 2.23.7 to 2.24.1
Nicolas Coden [Mon, 30 Apr 2018 20:02:20 +0000 (22:02 +0200)]
Merge pull request #11219 from zurb/dependabot/npm_and_yarn/clipboard-2.0.1
build: bump clipboard from 2.0.0 to 2.0.1
Nicolas Coden [Mon, 30 Apr 2018 20:01:40 +0000 (22:01 +0200)]
Merge pull request #11222 from zurb/dependabot/npm_and_yarn/autoprefixer-8.4.1
build: bump autoprefixer from 8.3.0 to 8.4.1
Nicolas Coden [Mon, 30 Apr 2018 19:42:06 +0000 (21:42 +0200)]
docs: update XY Grid `$gutter-output` doc for margin gutters
See https://github.com/zurb/foundation-sites/pull/11081
dependabot[bot] [Mon, 30 Apr 2018 19:38:30 +0000 (19:38 +0000)]
build: bump babel-core from 6.26.2 to 6.26.3
Bumps [babel-core](https://github.com/babel/babel) from 6.26.2 to 6.26.3.
- [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.2...v6.26.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 30 Apr 2018 19:37:59 +0000 (19:37 +0000)]
build: bump sinon from 4.5.0 to 5.0.1
Bumps [sinon](https://github.com/sinonjs/sinon) from 4.5.0 to 5.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v4.5.0...v5.0.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 30 Apr 2018 19:37:53 +0000 (19:37 +0000)]
build: bump autoprefixer from 8.3.0 to 8.4.1
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 8.3.0 to 8.4.1.
- [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.3.0...8.4.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 30 Apr 2018 19:37:21 +0000 (19:37 +0000)]
build: bump clipboard from 2.0.0 to 2.0.1
Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases)
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.0...v2.0.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Nicolas Coden [Mon, 30 Apr 2018 19:35:35 +0000 (21:35 +0200)]
Merge pull request #11197 from ncoden/chore/commit-messages-linting
chore: add commit message linting
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 [Mon, 30 Apr 2018 08:20:48 +0000 (10:20 +0200)]
Merge branch 'develop' into chore/commit-messages-linting
Daniel Ruf [Sun, 29 Apr 2018 21:26:14 +0000 (23:26 +0200)]
feat: ignore `gutter-output` for margin grid in `xy-cell` mixins
`gutter-output` cannot be set to `false` for margin grid as the gutter (margin)
is defined with the width. Gutters can only be set or reset to 0, which does
not fullful the role of `gutter-output`.
See discussion at https://github.com/zurb/foundation-sites/pull/11081
**BREAKING CHANGE**
Before:
```scss
@include xy-cell(12, $gutter-type: margin, $gutter-output: false);
@include xy-cell-static(full, $gutter-type: margin, $gutter-output: false);
```
After
```scss
@include xy-cell(12, $gutter-type: margin, $gutters: 0);
@include xy-cell-static(full, $gutter-type: margin, $gutters: 0);
```
Co-authored-by: Nicolas Coden <nicolas@ncoden.fr>
Co-authored-by: SassNinja <kai.falkowski@gmail.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:50:28 +0000 (15:50 +0200)]
Merge branch 'develop' into chore/commit-messages-linting
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
Nicolas Coden [Tue, 24 Apr 2018 20:11:26 +0000 (22:11 +0200)]
chore: rename husky scripts according to their action
Nicolas Coden [Tue, 24 Apr 2018 20:07:06 +0000 (22:07 +0200)]
chore: check commit message before tests
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 [Tue, 24 Apr 2018 07:41:08 +0000 (09:41 +0200)]
chore: upgrade Husky to 1.0
With v1.0-rc.1, husky offers a seperate configuration file outside
of package.json.
Nicolas Coden [Mon, 23 Apr 2018 22:16:14 +0000 (00:16 +0200)]
chore: add project Commitizen convention
Make the cz-conventional-changelog the default convention for Commitizen
Nicolas Coden [Mon, 23 Apr 2018 22:08:13 +0000 (00:08 +0200)]
chore: add commit message linting with commitlint & husky
Daniel Ruf [Mon, 23 Apr 2018 15:06:23 +0000 (17:06 +0200)]
fix: use and instead of &&
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.