]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
7 years agoUse pull request #10897 from nicwinn/patch-1 for v6.5.0
Nic Winn [Sat, 16 Jun 2018 07:15:53 +0000 (09:15 +0200)] 
Use pull request #10897 from nicwinn/patch-1 for v6.5.0

8fbe9c33d Remove calculated width for scrollable tables

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10914 from ffoodd/patch-1 for v6.5.0
Gaël Poupard [Sat, 16 Jun 2018 07:15:47 +0000 (09:15 +0200)] 
Use pull request #10914 from ffoodd/patch-1 for v6.5.0

6bad0f84f Remove `clip-path` from `element-invisible` mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10915 from Owlbertz/pagination-doc-fix-9334 for v6.5.0
Marius Olbertz [Sat, 16 Jun 2018 07:14:09 +0000 (09:14 +0200)] 
Use pull request #10915 from Owlbertz/pagination-doc-fix-9334 for v6.5.0

8cbad0dc3 Fix accessibility of pagination examples.

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10911 from ncoden/fix/temporary-disable-umd-bundling for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:14:09 +0000 (09:14 +0200)] 
Use pull request #10911 from ncoden/fix/temporary-disable-umd-bundling for v6.5.0

c2acd0c14 fix: export Foundation in `foundation.core` entry for usage in other entries
fe895f5f5 fix: fix `Object.assign` usage in `javascript:plugins` gulp task
568a9a589 fix: temporary disable UMD bundling

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10908 from DanielRuf/fix-regexpescape-definition for v6.5.0
Daniel Ruf [Sat, 16 Jun 2018 07:14:08 +0000 (09:14 +0200)] 
Use pull request #10908 from DanielRuf/fix-regexpescape-definition for v6.5.0

ed1a8431c fix the RegExpEscape definition

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10895 from ncoden/docs/new-videos-3 for v6.5.0
ZURBywood [Sat, 16 Jun 2018 07:14:08 +0000 (09:14 +0200)] 
Use pull request #10895 from ncoden/docs/new-videos-3 for v6.5.0

9d8ec91bf Adds XY Grid Video with links and Protoyping Utilities video with links

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10905 from ncoden/docs/xy-grid-mixin-parameters-10904 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:14:08 +0000 (09:14 +0200)] 
Use pull request #10905 from ncoden/docs/xy-grid-mixin-parameters-10904 for v6.5.0

da4d5bbd1 docs: add missing doc for parameters in XY Grid mixins #10904

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10887 from ncoden/fix/reduce-placeholder-specificity-8366 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:14:07 +0000 (09:14 +0200)] 
Use pull request #10887 from ncoden/fix/reduce-placeholder-specificity-8366 for v6.5.0

c72b87634 fix: reduce placeholder specificity #8366

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10902 from ncoden/fix/responsive-accordion-tabs-events-on-destroy...
Nicolas Coden [Sat, 16 Jun 2018 07:14:07 +0000 (09:14 +0200)] 
Use pull request #10902 from ncoden/fix/responsive-accordion-tabs-events-on-destroy-10901 for v6.5.0

1b7e5748e fix: remove window events handler when ResponsiveAccordionTabs is destroyed #10901

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #9381 from diniscorreia/develop for v6.5.0
Dinis Correia [Sat, 16 Jun 2018 07:14:07 +0000 (09:14 +0200)] 
Use pull request #9381  from diniscorreia/develop for v6.5.0

f3f24fe7d Fix dropdown destroy method

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10896 from JuanMME/patch-1 for v6.5.0
JuanMME [Sat, 16 Jun 2018 07:14:06 +0000 (09:14 +0200)] 
Use pull request #10896 from JuanMME/patch-1 for v6.5.0

bc48ab9c4 Update label.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10699 from Owlbertz/abide-accessibility for v6.5.0
Marius Olbertz [Sat, 16 Jun 2018 07:14:06 +0000 (09:14 +0200)] 
Use pull request #10699 from Owlbertz/abide-accessibility for v6.5.0

51a255840 Implemented accessibility for Abide.
dfae51056 Improved accessibility of Abide page.
3e512b9a5 Added unittests for aria-invalid in Abide.
835cf0458 docs: improve accessibility of abide examples
07b2d7670 feat: add [aria-live] on [data-abide-error] on form validation
88abca78c feat: automatically add [aria-describedby] and [for] attributes in Abide
d1acd32dc feat: add `a11yAttributes` option on Abide to disable a11y attribute insertion
f55efd50c feat: set `[aria-live]` on Abide global erros on init
6cf661906 docs: add basic doc about a11y attributes in Abide
32efbc2b0 test: add unit tests for Abide.addA11yAttributes()
8e7fa0614 test: add unit test for Abide.addGlobalErrorA11yAttributes()
edf21d231 test: add visual test for Abide accessibility
c6a690677 fix: fix side-effect of jQuery .filter() in Abide.addA11yAttributes
c6e4b562c feat: add [role=label] to all form errors in Abide

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10864 from ncoden/chore/es5-pkg-main for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:12:52 +0000 (09:12 +0200)] 
Use pull request #10864 from ncoden/chore/es5-pkg-main for v6.5.0

ee3399bc1 Revert "fix: prevent side-effect from .stack-for in media-object"
329902ccf chore: make UMD build default entry point
ba9fd8abe chore: export core utilities as `CoreUtils`
565a60f44 fix: fix webpack.config entry point

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10786 from SassNinja/fix-reveal-enable-scroll for v6.5.0
SassNinja [Sat, 16 Jun 2018 07:10:43 +0000 (09:10 +0200)] 
Use pull request #10786 from SassNinja/fix-reveal-enable-scroll for v6.5.0

7e675258c Fix reveal enableScroll calculation of scrollTop
4f2773318 refactor: add defaults to `_enableScroll`/`_disableScroll` properties in Reveal
808fc3be0 style: document the #10786 bug in Reveal

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10874 from ncoden/docs/improve-gitflow-doc for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:43 +0000 (09:10 +0200)] 
Use pull request #10874 from ncoden/docs/improve-gitflow-doc for v6.5.0

9b720281b docs: improve gitflow doc in CONTRIBUTING.md
96c1b85ac doc: link CONTRIBUTING.md to README.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10868 from ncoden/fix/off-canvas-reveal-on-option-10867 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:42 +0000 (09:10 +0200)] 
Use pull request #10868 from ncoden/fix/off-canvas-reveal-on-option-10867 for v6.5.0

ee3399bc1 Revert "fix: prevent side-effect from .stack-for in media-object"
594cf65aa fix: fix off-canvas option `revealOn` when used without classes #10867
23da69d1e test: add visual test for off-canvas revealOn option
5255360bd fix: fix merge fail in off-canvas
a2d431a76 fix: fix Off-canvas `revealOn` option when used with `revealClass` option
05697a06c fix: fix regexp check for revealClass option in Off-Canvas
72f7e40f7 feat: expose RegExpEscape
13202d033 test: add tests for `RegExpEscape`

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10871 from colin-marshall/fix/accordion-duplicate-id-10870 for...
Colin Marshall [Sat, 16 Jun 2018 07:10:42 +0000 (09:10 +0200)] 
Use pull request #10871 from colin-marshall/fix/accordion-duplicate-id-10870 for v6.5.0

dd020a705 Fixed duplicate id's on accordion when id is already set on <li> elements

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10845 from TheBnl/patch-1 for v6.5.0
Bram de Leeuw [Sat, 16 Jun 2018 07:10:41 +0000 (09:10 +0200)] 
Use pull request #10845 from TheBnl/patch-1 for v6.5.0

ec793f9a1 Use calc in button group with singel child

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10866 from ncoden/docs/improve-grid-setup-10843 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:41 +0000 (09:10 +0200)] 
Use pull request #10866 from ncoden/docs/improve-grid-setup-10843 for v6.5.0

c3f72c617 docs: add doc for different grids setup
caa6ba332 docs: show base classes before their modifiers in grids and callout
049679c18 docs: fix callout class glued to modifier in grids doc

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10848 from jnystromdesign/patch-1 for v6.5.0
Joakim Nystrom [Sat, 16 Jun 2018 07:10:41 +0000 (09:10 +0200)] 
Use pull request #10848 from jnystromdesign/patch-1 for v6.5.0

92d4bea17 Added solution to compile problem for npm users
b8779d66f Wrapped instructions in a callout

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10847 from ncoden/docs/improve-installation-and-setup-10843 for...
Nicolas Coden [Sat, 16 Jun 2018 07:10:40 +0000 (09:10 +0200)] 
Use pull request #10847 from ncoden/docs/improve-installation-and-setup-10843 for v6.5.0

70543fa0b docs: improve docs of Template installation
8d730a953 docs: improve design of download part in installation
52447aa78 docs: move html starter template to the bottom
20efaa040 docs: add float, prototyping and rtl to CDN links
c8b5c029b docs: improve file tree design in installation
c47d70b78 docs: improve docs of CLI installation
ed5cb75b7 docs: improve design of package manager installation
533b1fa95 docs: add yarn installation to docs
4495764a1 docs: add links to packages managers in installation
ac4544977 docs: merge CLI and template installations
030611f4a docs: improve documentation of Starter Projects

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10862 from tonymtz/patch-1 for v6.5.0
TonyMtz [Sat, 16 Jun 2018 07:10:39 +0000 (09:10 +0200)] 
Use pull request #10862 from tonymtz/patch-1 for v6.5.0

4f8945da2 Fixes quotes in xy-cell-size comment

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10859 from ocularrhythm/patch-8 for v6.5.0
Aaron Arney [Sat, 16 Jun 2018 07:10:39 +0000 (09:10 +0200)] 
Use pull request #10859 from ocularrhythm/patch-8 for v6.5.0

100a76428 Add missing 'a'

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10842 from ncoden/fix/media-object-custom-component for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:38 +0000 (09:10 +0200)] 
Use pull request #10842 from ncoden/fix/media-object-custom-component for v6.5.0

ee3399bc1 Revert "fix: prevent side-effect from .stack-for in media-object"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10840 from ncoden/fix/dropdown-anchor-attributes-10627 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:38 +0000 (09:10 +0200)] 
Use pull request #10840 from ncoden/fix/dropdown-anchor-attributes-10627 for v6.5.0

8bad6edd3 fix: fix dropdown aria-labelledby from its anchor id
401618a58 fix: fix dropdown default alignement based on float class

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10819 from ncoden/fix/fix-bp-size-leak-#10818 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:38 +0000 (09:10 +0200)] 
Use pull request #10819 from ncoden/fix/fix-bp-size-leak-#10818 for v6.5.0

31f46c25d fix: prevent leaking of `-zf-size` in `-zf-each-breakpoint` mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10821 from ncoden/fix/xy-cell-with-invalid-breakpoint for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 07:10:37 +0000 (09:10 +0200)] 
Use pull request #10821 from ncoden/fix/xy-cell-with-invalid-breakpoint for v6.5.0

e0f8eaef5 fix: do not generate invalid xy-cell when breakpoint is not found

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10839 from benhc123/patch-4 for v6.5.0
Ben Holden-Crowther [Sat, 16 Jun 2018 07:10:37 +0000 (09:10 +0200)] 
Use pull request #10839 from benhc123/patch-4 for v6.5.0

c8d0cc36f Inc. vs inc.
9451582f5 type: change inc. to Inc. in LICENSE

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10834 from ncoden/docs/remove-undefined-xy-cell-breakpoints-10276...
Nicolas Coden [Sat, 16 Jun 2018 07:10:37 +0000 (09:10 +0200)] 
Use pull request #10834 from ncoden/docs/remove-undefined-xy-cell-breakpoints-10276 for v6.5.0

4b3be7d98 docs: remove undefined mixin `xy-cell-breakpoints` #10276

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10837 from nicolasv/bugfix/10836-magellan-clear-hash for v6.5.0
Nicolas Venegas [Sat, 16 Jun 2018 07:09:37 +0000 (09:09 +0200)] 
Use pull request #10837 from nicolasv/bugfix/10836-magellan-clear-hash for v6.5.0

9b8129a10 chore: Fix != comparison in Magellan.
6fb7092fd Clear hash in Magellan deep linking when there is no active link.
ba938ce7b fix: prevent to loose query params when reseting hash in magellan

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10835 from gpaumier/patch-1 for v6.5.0
Guillaume Paumier [Sat, 16 Jun 2018 06:59:39 +0000 (08:59 +0200)] 
Use pull request #10835 from gpaumier/patch-1 for v6.5.0

c52a9f879 typo
40d3b04bf docs: fix typo in "upcoming"

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse commit 5c679d2a4 for v6.5.0
RafiBomb [Fri, 15 Jun 2018 20:05:50 +0000 (22:05 +0200)] 
Use commit 5c679d2a4 for v6.5.0

5c679d2a4 swaps footer form to button and updates footer copywrite

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10829 from Owlbertz/drilldown-parent-fix for v6.5.0
Marius Olbertz [Sat, 16 Jun 2018 06:59:17 +0000 (08:59 +0200)] 
Use pull request #10829 from Owlbertz/drilldown-parent-fix for v6.5.0

e30db5428 Fix Drilldown behavior with parent link when using keyboard.
2c4b3f9be Added test for fix for  #10803.

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10831 from benhc123/patch-2 for v6.5.0
Ben Holden-Crowther [Sat, 16 Jun 2018 06:59:17 +0000 (08:59 +0200)] 
Use pull request #10831 from benhc123/patch-2 for v6.5.0

9b7e2ac9c Updated to 2018
0c484bc0f docs: update to 2018

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10830 from ncoden/docs/button-disabled-params-typo-10783 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 06:59:16 +0000 (08:59 +0200)] 
Use pull request #10830 from ncoden/docs/button-disabled-params-typo-10783 for v6.5.0

54cf8393a docs: fix typo for `button-disabled` param types #10783

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10827 from ncoden/fix/remove-tab-outline-on-mouse-10798 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 06:59:16 +0000 (08:59 +0200)] 
Use pull request #10827 from ncoden/fix/remove-tab-outline-on-mouse-10798 for v6.5.0

856cf610e fix: remove tab outline on mouse #10798

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10825 from raym/develop for v6.5.0
Raymond Young [Sat, 16 Jun 2018 06:59:16 +0000 (08:59 +0200)] 
Use pull request #10825 from raym/develop for v6.5.0

244a68449 update version of `fourseven:scss` dependency
821e4782c remove comma after last element in array. was throwing syntax error

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10823 from ncoden/chore/update-babel for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 06:59:15 +0000 (08:59 +0200)] 
Use pull request #10823 from ncoden/chore/update-babel for v6.5.0

a180ffa15 chore: update babel packages
3d130a548 chore: update lock files

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10679 from Martskin/fix-media-object-mixin-flex-mode for v6.5.0
Martin Hofmann [Sat, 16 Jun 2018 06:59:15 +0000 (08:59 +0200)] 
Use pull request #10679 from Martskin/fix-media-object-mixin-flex-mode for v6.5.0

310e3dc21 Addresses Media Object mixin issue in Flex mode. #9038.
af9d6978f Adds Media Object visual test page.
606f16480 fix: prevent side-effect from .stack-for in media-object

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10711 from Owlbertz/reveal-anchor-focus-fix for v6.5.0
Marius Olbertz [Sat, 16 Jun 2018 06:59:14 +0000 (08:59 +0200)] 
Use pull request #10711 from Owlbertz/reveal-anchor-focus-fix for v6.5.0

9fce99e34 Focus active anchor rather than last one in collection when closing a Reveal modal.
9e8535ab2 Added tests for #10604.
f954f7ebd Added visual test for #10604.
6cfebc3c0 Update Yarn file!
6bc8691ab Revert "Update Yarn file!"

Co-Authored-By: Harry Manchanda <harmanmanchanda182@gmail.com>
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10822 from ncoden/docs/update-sri for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 06:59:14 +0000 (08:59 +0200)] 
Use pull request #10822 from ncoden/docs/update-sri for v6.5.0

492fb1580 docs: update sub-ressources integrity

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10703 from zurb/fix10693 for v6.5.0
RafiBomb [Sat, 16 Jun 2018 06:59:13 +0000 (08:59 +0200)] 
Use pull request #10703 from zurb/fix10693 for v6.5.0

82afc2d8a adds more details to buttongroup variable
e5d89c277 fixes #10693 stack button group always expanded
566989c3d adds use case for medium down and adds a visual test

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10709 from mziraki/patch-1 for v6.5.0
Mahdi Ziraki [Sat, 16 Jun 2018 06:59:13 +0000 (08:59 +0200)] 
Use pull request #10709 from mziraki/patch-1 for v6.5.0

32c804a0e fix typo in doc

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10720 from LukasDrgon/patch-3 for v6.5.0
Lukas Drgon [Sat, 16 Jun 2018 06:59:13 +0000 (08:59 +0200)] 
Use pull request #10720 from LukasDrgon/patch-3 for v6.5.0

b3252acdd Add jsDelivr hits badge

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10729 from DanielRuf/patch-on-load for v6.5.0
Daniel Ruf [Sat, 16 Jun 2018 06:59:12 +0000 (08:59 +0200)] 
Use pull request #10729 from DanielRuf/patch-on-load for v6.5.0

4ad4a07a6 use on() to listen for the load event
de54ab2a5 use on() to listen for the load event

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10731 from DanielRuf/patch-accordion-smudge-delay-master for v6.5.0
Daniel Ruf [Sat, 16 Jun 2018 06:59:12 +0000 (08:59 +0200)] 
Use pull request #10731 from DanielRuf/patch-accordion-smudge-delay-master for v6.5.0

5aa4b9296 fix data attribute name

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10752 from zurb/thumnails-standarize for v6.5.0
Harry Manchanda [Sat, 16 Jun 2018 06:59:11 +0000 (08:59 +0200)] 
Use pull request #10752 from zurb/thumnails-standarize for v6.5.0

b3fd9ea41 Just to keep things standard

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10785 from IanCaunce/fix.functionDocs for v6.5.0
Ian Caunce [Sat, 16 Jun 2018 06:59:11 +0000 (08:59 +0200)] 
Use pull request #10785 from IanCaunce/fix.functionDocs for v6.5.0

75803226f Fixed typo in the rem-calc's documentation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10778 from rlhawk/patch-1 for v6.5.0
Rick Hawkins [Sat, 16 Jun 2018 06:59:11 +0000 (08:59 +0200)] 
Use pull request #10778 from rlhawk/patch-1 for v6.5.0

33a5884b7 Update xy-grid.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10807 from Anidetrix/patch-1 for v6.5.0
Anton Kudryavtsev [Sat, 16 Jun 2018 06:59:10 +0000 (08:59 +0200)] 
Use pull request #10807 from Anidetrix/patch-1 for v6.5.0

8cac92fa7 Fix Keyboard util TypeScript declaration

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10815 from kirra/develop for v6.5.0
r.bos [Sat, 16 Jun 2018 06:59:10 +0000 (08:59 +0200)] 
Use pull request #10815 from kirra/develop for v6.5.0

c36cdf43a Changed `$foundation-palette` to `$button-palette`

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10719 from artbypravesh/master for v6.5.0
ArtbyPravesh [Sat, 16 Jun 2018 06:59:10 +0000 (08:59 +0200)] 
Use pull request #10719 from artbypravesh/master for v6.5.0

a2fc4f57f Fix typo in javascript docs page

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10710 from skadzielawa/patch-1 for v6.5.0
skadzielawa [Sat, 16 Jun 2018 06:59:09 +0000 (08:59 +0200)] 
Use pull request #10710 from skadzielawa/patch-1 for v6.5.0

f0f882142 Update starter-projects.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #10698 from pdeffendol/patch-1 for v6.5.0
Pete Deffendol [Sat, 16 Jun 2018 06:59:09 +0000 (08:59 +0200)] 
Use pull request #10698 from pdeffendol/patch-1 for v6.5.0

fd33d800d Fix autoprefixer documentation for Sass setup

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoMerge pull request #11333 from ncoden/chore/increase-tests-timeout
Nicolas Coden [Thu, 14 Jun 2018 21:45:00 +0000 (23:45 +0200)] 
Merge pull request #11333 from ncoden/chore/increase-tests-timeout

chore: increase mocha tests timeout

7 years agoMerge pull request #11334 from ncoden/chore/update-dependencies-2018-06-13s
Nicolas Coden [Thu, 14 Jun 2018 09:14:47 +0000 (11:14 +0200)] 
Merge pull request #11334 from ncoden/chore/update-dependencies-2018-06-13s

chore: update dependencies (2018-06-13)

7 years agochore: update lockfiles 11334/head
Nicolas Coden [Wed, 13 Jun 2018 22:14:24 +0000 (00:14 +0200)] 
chore: update lockfiles

7 years agochore: update dependencies (2018-06-13)
Nicolas Coden [Wed, 13 Jun 2018 21:53:48 +0000 (23:53 +0200)] 
chore: update dependencies (2018-06-13)

Update dependencies:
- sinon `5.0.1` -> `6.0.0`
- motion-ui `1.1.0` -> `2.0.2`

There is no breaking changes

7 years agochore: increase mocha tests timeout 11333/head
Nicolas Coden [Wed, 13 Jun 2018 20:57:41 +0000 (22:57 +0200)] 
chore: increase mocha tests timeout

Some tests still take too much time depending on the browser and system on BrowserStack.

7 years agoMerge pull request #11326 from mapx/patch-1
Nicolas Coden [Thu, 7 Jun 2018 04:44:10 +0000 (06:44 +0200)] 
Merge pull request #11326 from mapx/patch-1

Fix a typo in customizer/index.html

7 years agoFix typo 11326/head
Yuchen Xie [Wed, 6 Jun 2018 01:06:14 +0000 (09:06 +0800)] 
Fix typo

7 years agoMerge pull request #11321 from zurb/dependabot/npm_and_yarn/js-yaml-3.12.0
Nicolas Coden [Tue, 5 Jun 2018 21:59:28 +0000 (23:59 +0200)] 
Merge pull request #11321 from zurb/dependabot/npm_and_yarn/js-yaml-3.12.0

build: bump js-yaml from 3.11.0 to 3.12.0

7 years agoMerge pull request #11322 from zurb/dependabot/npm_and_yarn/webpack-4.10.2
Nicolas Coden [Tue, 5 Jun 2018 21:57:11 +0000 (23:57 +0200)] 
Merge pull request #11322 from zurb/dependabot/npm_and_yarn/webpack-4.10.2

build: bump webpack from 4.9.1 to 4.10.2

7 years agoMerge pull request #11323 from zurb/dependabot/npm_and_yarn/autoprefixer-8.6.0
Nicolas Coden [Tue, 5 Jun 2018 21:56:40 +0000 (23:56 +0200)] 
Merge pull request #11323 from zurb/dependabot/npm_and_yarn/autoprefixer-8.6.0

build: bump autoprefixer from 8.5.1 to 8.6.0

7 years agobuild: bump autoprefixer from 8.5.1 to 8.6.0 11323/head
dependabot[bot] [Mon, 4 Jun 2018 21:39:03 +0000 (21:39 +0000)] 
build: bump autoprefixer from 8.5.1 to 8.6.0

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 8.5.1 to 8.6.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.5.1...8.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoMerge pull request #11320 from zurb/dependabot/npm_and_yarn/@commitlint/cli-7.0.0
Nicolas Coden [Mon, 4 Jun 2018 21:36:16 +0000 (23:36 +0200)] 
Merge pull request #11320 from zurb/dependabot/npm_and_yarn/@commitlint/cli-7.0.0

build: bump @commitlint/cli from 6.2.0 to 7.0.0

7 years agobuild: bump js-yaml from 3.11.0 to 3.12.0 11321/head
dependabot[bot] [Mon, 4 Jun 2018 20:55:00 +0000 (20:55 +0000)] 
build: bump js-yaml from 3.11.0 to 3.12.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.11.0...3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump webpack from 4.9.1 to 4.10.2 11322/head
dependabot[bot] [Mon, 4 Jun 2018 20:54:49 +0000 (20:54 +0000)] 
build: bump webpack from 4.9.1 to 4.10.2

Bumps [webpack](https://github.com/webpack/webpack) from 4.9.1 to 4.10.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.9.1...v4.10.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoMerge branch 'develop' into dependabot/npm_and_yarn/@commitlint/cli-7.0.0 11320/head
Nicolas Coden [Mon, 4 Jun 2018 20:53:45 +0000 (22:53 +0200)] 
Merge branch 'develop' into dependabot/npm_and_yarn/@commitlint/cli-7.0.0

7 years agoMerge pull request #11319 from zurb/dependabot/npm_and_yarn/inquirer-6.0.0
Nicolas Coden [Mon, 4 Jun 2018 20:52:17 +0000 (22:52 +0200)] 
Merge pull request #11319 from zurb/dependabot/npm_and_yarn/inquirer-6.0.0

build: bump inquirer from 5.2.0 to 6.0.0

7 years agoMerge pull request #11318 from zurb/dependabot/npm_and_yarn/@commitlint/config-conven...
Nicolas Coden [Mon, 4 Jun 2018 20:51:59 +0000 (22:51 +0200)] 
Merge pull request #11318 from zurb/dependabot/npm_and_yarn/@commitlint/config-conventional-7.0.1

build: bump @commitlint/config-conventional from 6.1.3 to 7.0.1

7 years agobuild: bump @commitlint/cli from 6.2.0 to 7.0.0
dependabot[bot] [Mon, 4 Jun 2018 20:04:52 +0000 (20:04 +0000)] 
build: bump @commitlint/cli from 6.2.0 to 7.0.0

Bumps [@commitlint/cli](https://github.com/marionebl/commitlint) from 6.2.0 to 7.0.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.2.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump inquirer from 5.2.0 to 6.0.0 11319/head
dependabot[bot] [Mon, 4 Jun 2018 20:04:46 +0000 (20:04 +0000)] 
build: bump inquirer from 5.2.0 to 6.0.0

Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/v5.2.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump @commitlint/config-conventional from 6.1.3 to 7.0.1 11318/head
dependabot[bot] [Mon, 4 Jun 2018 20:04:26 +0000 (20:04 +0000)] 
build: bump @commitlint/config-conventional from 6.1.3 to 7.0.1

Bumps [@commitlint/config-conventional](https://github.com/marionebl/commitlint) from 6.1.3 to 7.0.1.
- [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...v7.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoMerge pull request #11317 from ncoden/chore/upgrade-babel-v7
Nicolas Coden [Mon, 4 Jun 2018 20:01:59 +0000 (22:01 +0200)] 
Merge pull request #11317 from ncoden/chore/upgrade-babel-v7

chore: update Babel to v7

7 years agoMerge pull request #11316 from ncoden/fix/babelify-env-preset
Nicolas Coden [Mon, 4 Jun 2018 20:01:47 +0000 (22:01 +0200)] 
Merge pull request #11316 from ncoden/fix/babelify-env-preset

fix: fix outdated Browserify transform configuration

7 years agofix: add missing Foundation import in Touch entry 11317/head
Nicolas Coden [Sun, 3 Jun 2018 07:58:02 +0000 (09:58 +0200)] 
fix: add missing Foundation import in Touch entry

Export is no longer ignored for undefined variables in babel-core@7.

7 years agochore: update Babel to v7
Nicolas Coden [Sat, 2 Jun 2018 21:52:40 +0000 (23:52 +0200)] 
chore: update Babel to v7

Update update and related packages to v7 beta.

Changes:
* Migrate to `@babel/*` packages
* Use `@babel/preset-env` instead of `env` preset
* Remove unecessary browserlist config in `.babelrc` config
* Update Yarn lockfiles

7 years agorefactor: move all browserlist configs to ".browserslistrc" 11316/head
Nicolas Coden [Sat, 2 Jun 2018 19:03:50 +0000 (21:03 +0200)] 
refactor: move all browserlist configs to ".browserslistrc"

Note: browserlist config is kept in ".babelrc" because browserlist external config is not supported by Babel < 7. See https://github.com/browserslist/browserslist

7 years agofix: use the "env" babel preset for browserify transformation
Nicolas Coden [Sat, 2 Jun 2018 18:43:57 +0000 (20:43 +0200)] 
fix: use the "env" babel preset for browserify transformation

Foundation now require the `env` babel preset with a browserlist, but browserify config is oudated and still uses the `es2015` preset.

Changes:
* use the `env` babel prese for browserify transformation instead of `es2015`

7 years agoMerge pull request #11315 from ncoden/fix/breakpoint-max-width-precision-11313
Nicolas Coden [Fri, 1 Jun 2018 21:15:07 +0000 (23:15 +0200)] 
Merge pull request #11315 from ncoden/fix/breakpoint-max-width-precision-11313

fix: lower breakpoint max value precision to avoid rounding #11313

7 years agofix: revert mistakenly changed `$global-flexbox` setting in #11315 11315/head
Nicolas Coden [Thu, 31 May 2018 21:33:06 +0000 (23:33 +0200)] 
fix: revert mistakenly changed `$global-flexbox` setting in #11315

7 years agoMerge pull request #11308 from ncoden/chore/remove-unused-dependencies
Nicolas Coden [Thu, 31 May 2018 21:00:02 +0000 (23:00 +0200)] 
Merge pull request #11308 from ncoden/chore/remove-unused-dependencies

chore: remove unused dependencies

7 years agofix: lower breakpoint max value precision to avoid rounding #11313
Nicolas Coden [Thu, 31 May 2018 20:56:19 +0000 (22:56 +0200)] 
fix: lower breakpoint max value precision to avoid rounding #11313

As seen in #10978, we need a subpixel precision to handle zoomed browsers. But browsers handle sub-pixel mediaqueries badly and a too high precision causes the issue described above. So we have to find the proper balance for a maximum support.

Changes:
* set breakpoint max values to `0.00125em` (`0.02px`)  under the next breakpoint instead of `0.00001`.

Closes https://github.com/zurb/foundation-sites/issues/11313

7 years agochore: remove unused dependencies 11308/head
Nicolas Coden [Tue, 29 May 2018 21:58:38 +0000 (23:58 +0200)] 
chore: remove unused dependencies

Remove dependencies:
* `dateformat`
* `gaze`

These dependencies are not used in CLI, JS, Sass or `foundation-docs`.

Keep dependencies:
* `util-deprecate`: it is probable that we will have to add and remove it very often.

7 years agoMerge pull request #11306 from zurb/dependabot/npm_and_yarn/husky-1.0.0-rc.8
Nicolas Coden [Tue, 29 May 2018 21:36:50 +0000 (23:36 +0200)] 
Merge pull request #11306 from zurb/dependabot/npm_and_yarn/husky-1.0.0-rc.8

build: bump husky from 1.0.0-rc.6 to 1.0.0-rc.8

7 years agoMerge pull request #11305 from zurb/dependabot/npm_and_yarn/webpack-4.9.1
Nicolas Coden [Tue, 29 May 2018 21:36:05 +0000 (23:36 +0200)] 
Merge pull request #11305 from zurb/dependabot/npm_and_yarn/webpack-4.9.1

build: bump webpack from 4.8.3 to 4.9.1

7 years agoMerge pull request #11300 from ncoden/fix/xy-cell-gutter-fallback-11194
Nicolas Coden [Mon, 28 May 2018 18:14:20 +0000 (20:14 +0200)] 
Merge pull request #11300 from ncoden/fix/xy-cell-gutter-fallback-11194

fix: use fallback gutter for fallback breakpoint in XY cell #11194

7 years agoMerge pull request #11301 from zurb/dependabot/npm_and_yarn/sinon-5.0.10
Nicolas Coden [Mon, 28 May 2018 18:13:40 +0000 (20:13 +0200)] 
Merge pull request #11301 from zurb/dependabot/npm_and_yarn/sinon-5.0.10

build: bump sinon from 5.0.7 to 5.0.10

7 years agoMerge pull request #11302 from zurb/dependabot/npm_and_yarn/gulp-sass-lint-1.4.0
Nicolas Coden [Mon, 28 May 2018 18:12:34 +0000 (20:12 +0200)] 
Merge pull request #11302 from zurb/dependabot/npm_and_yarn/gulp-sass-lint-1.4.0

build: bump gulp-sass-lint from 1.3.4 to 1.4.0

7 years agoMerge pull request #11303 from zurb/dependabot/npm_and_yarn/autoprefixer-8.5.1
Nicolas Coden [Mon, 28 May 2018 18:11:09 +0000 (20:11 +0200)] 
Merge pull request #11303 from zurb/dependabot/npm_and_yarn/autoprefixer-8.5.1

build: bump autoprefixer from 8.5.0 to 8.5.1

7 years agobuild: bump husky from 1.0.0-rc.6 to 1.0.0-rc.8 11306/head
dependabot[bot] [Mon, 28 May 2018 09:23:22 +0000 (09:23 +0000)] 
build: bump husky from 1.0.0-rc.6 to 1.0.0-rc.8

Bumps [husky](https://github.com/typicode/husky) from 1.0.0-rc.6 to 1.0.0-rc.8.
- [Release notes](https://github.com/typicode/husky/releases)
- [Changelog](https://github.com/typicode/husky/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/typicode/husky/compare/v1.0.0-rc.6...v1.0.0-rc.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump webpack from 4.8.3 to 4.9.1 11305/head
dependabot[bot] [Mon, 28 May 2018 09:23:14 +0000 (09:23 +0000)] 
build: bump webpack from 4.8.3 to 4.9.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.8.3 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.8.3...v4.9.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump autoprefixer from 8.5.0 to 8.5.1 11303/head
dependabot[bot] [Mon, 28 May 2018 09:22:39 +0000 (09:22 +0000)] 
build: bump autoprefixer from 8.5.0 to 8.5.1

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 8.5.0 to 8.5.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.5.0...8.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump gulp-sass-lint from 1.3.4 to 1.4.0 11302/head
dependabot[bot] [Mon, 28 May 2018 09:22:22 +0000 (09:22 +0000)] 
build: bump gulp-sass-lint from 1.3.4 to 1.4.0

Bumps [gulp-sass-lint](https://github.com/sasstools/gulp-sass-lint) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/sasstools/gulp-sass-lint/releases)
- [Changelog](https://github.com/sasstools/gulp-sass-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sasstools/gulp-sass-lint/compare/v1.3.4...v1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agobuild: bump sinon from 5.0.7 to 5.0.10 11301/head
dependabot[bot] [Mon, 28 May 2018 09:21:49 +0000 (09:21 +0000)] 
build: bump sinon from 5.0.7 to 5.0.10

Bumps [sinon](https://github.com/sinonjs/sinon) from 5.0.7 to 5.0.10.
- [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.7...v5.0.10)

Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years agoMerge pull request #11265 from thoughtassassin/filter-elements-with-plugins-in-reflow
Nicolas Coden [Sun, 27 May 2018 19:19:04 +0000 (21:19 +0200)] 
Merge pull request #11265 from thoughtassassin/filter-elements-with-plugins-in-reflow

feat: filter elements with plugins from reflow method

7 years agodocs: fix typo in javascript setup 11265/head
Nicolas Coden [Sat, 26 May 2018 21:09:35 +0000 (23:09 +0200)] 
docs: fix typo in javascript setup

7 years agodocs: add warning about global foundation() performances
Nicolas Coden [Sat, 26 May 2018 21:03:20 +0000 (23:03 +0200)] 
docs: add warning about global foundation() performances

7 years agofix: use fallback gutter for fallback breakpoint in XY cell #11194 11300/head
Nicolas Coden [Fri, 25 May 2018 21:17:25 +0000 (23:17 +0200)] 
fix: use fallback gutter for fallback breakpoint in XY cell #11194

When no breakpoint is passed to `xy-cell` and a fallback "zero" breakpoint is used, use a fallback gutter as well if it is not found. This way, an implicit behavior stay implicit and a warning is thrown only if a breakpoint was explicitely given.

Closes https://github.com/zurb/foundation-sites/issues/11194