]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
6 years agodocs: update documentation for v6.5.0-rc.4 11516/head
Nicolas Coden [Wed, 26 Sep 2018 20:51:50 +0000 (22:51 +0200)] 
docs: update documentation for v6.5.0-rc.4

6 years agochore: generate dist files for v6.5.0-rc.4
Nicolas Coden [Wed, 26 Sep 2018 20:47:56 +0000 (22:47 +0200)] 
chore: generate dist files for v6.5.0-rc.4

6 years agochore: bump version for for v6.5.0-rc.4
Nicolas Coden [Tue, 25 Sep 2018 21:47:10 +0000 (23:47 +0200)] 
chore: bump version for for v6.5.0-rc.4

6 years agoUse pull request #11530 from ncoden/fix/tabs-accordion-deep-linking-11527 for v6.5.0
Nicolas Coden [Thu, 11 Oct 2018 20:49:56 +0000 (22:49 +0200)] 
Use pull request #11530 from ncoden/fix/tabs-accordion-deep-linking-11527 for v6.5.0

33c55db80 fix: fix scroll to deep-linking default anchor on initialization in Tabs/Accordion
8d4a13ead fix: prevent Tabs/Accordion to scroll to others components' anchors
7bccec66f fix: ensure Tab deep-linking to redirect to hash with #
9fbc2eeb5 test: add visual test for Tabs deep-linking

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11529 from peterquentin/peterquentin-patch-1 for v6.5.0
Peter Quentin [Thu, 11 Oct 2018 20:37:15 +0000 (22:37 +0200)] 
Use pull request #11529 from peterquentin/peterquentin-patch-1 for v6.5.0

a3b25c072 Fix parsing rules, allow filename to contain brackets

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11528 from ncoden/chore/update-foundation-docs for v6.5.0
Nicolas Coden [Thu, 11 Oct 2018 20:37:15 +0000 (22:37 +0200)] 
Use pull request #11528 from ncoden/chore/update-foundation-docs for v6.5.0

f2cb1b0ae chore: update "foundation-docs" dependency
38183468c chore: update lockfiles

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoMerge pull request #11531 from ncoden/fix/close-on-tap-11423-for-v6-5-0
Nicolas Coden [Thu, 11 Oct 2018 20:33:17 +0000 (22:33 +0200)] 
Merge pull request #11531 from ncoden/fix/close-on-tap-11423-for-v6-5-0

fix: fix various bugs with "Tap" events (v6.5)

6 years agodocs: fix various typo in Touch methods and Reveal tests (v6.5) 11531/head
Nicolas Coden [Wed, 10 Oct 2018 17:31:51 +0000 (19:31 +0200)] 
docs: fix various typo in Touch methods and Reveal tests (v6.5)

This is a patch of 6200d17 (#11430) for v6.5.

6 years agostyle: remove extranous linebreak in Touch (v6.5)
Nicolas Coden [Wed, 10 Oct 2018 17:29:08 +0000 (19:29 +0200)] 
style: remove extranous linebreak in Touch (v6.5)

This is a patch of 2ae641e (#11430) for v6.5.

6 years agofix: keep the original event datas in Touch tap/swipe events (v6.5)
Nicolas Coden [Wed, 10 Oct 2018 17:27:41 +0000 (19:27 +0200)] 
fix: keep the original event datas in Touch tap/swipe events (v6.5)

Keep the `touchstart`/`touchmove`/`touchend` datas (like `target`) for the events that are manually triggered: `tap` and `swipe`.

This resolve a bug in "Reveal" when a `touchend` event inside the reveal modal is transformed to a `tap` event on the overlay because the original `target` is lost when triggered the event on the overlay.

This is a patch of f016a9f (#11430) for v6.5.

6 years agofix: fix "tap" event triggering in Touch (v6.5)
Nicolas Coden [Wed, 10 Oct 2018 17:20:24 +0000 (19:20 +0200)] 
fix: fix "tap" event triggering in Touch (v6.5)

The current implementation actually never triggers the "tap" event. This commit refactor its handling to triggers it when the screen is touched without sliding.

Changes:
- Register the `tap` event in jQuery
- Triggers the `tap` event on `mouseend` if no moves were recorded before.

This is a patch of e07bd4e (#11430) for v6.5.

6 years agoMerge pull request #11526 from ncoden/docs/fake-offcanvas-namespace-11523
Nicolas Coden [Tue, 9 Oct 2018 17:52:19 +0000 (19:52 +0200)] 
Merge pull request #11526 from ncoden/docs/fake-offcanvas-namespace-11523

docs: use correct namespace for DropdownMenu/OffCanvas events (v6.5)

6 years agodocs: use event namespace instead of Class name for event doc #11523 11526/head
Nicolas Coden [Sun, 7 Oct 2018 20:38:17 +0000 (22:38 +0200)] 
docs: use event namespace instead of Class name for event doc #11523

Document events with the namespace of the triggered event instead of the class name. There is not ideal but this is better than having a documentation that doesn't match the described event.

This fix is compatible with Foundation <= v6.5.0
Closes https://github.com/zurb/foundation-sites/issues/11523

6 years agoUse pull request #11519 from ncoden/fix/clean-smoothscroll-events-on-destroy for...
Nicolas Coden [Sat, 29 Sep 2018 20:10:57 +0000 (22:10 +0200)] 
Use pull request #11519 from ncoden/fix/clean-smoothscroll-events-on-destroy for v6.5.0

7d717bfb2 refactor: move SmoothScroll to ES6+ and fix linting issues
fd14999f1 refactor: move SmoothScroll click event handling to its own function
e0fbd09c8 fix: clean SmoothScroll events when destroyed
65c26b102 docs: fix typo in SmoothScroll click handler

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11518 from ncoden/docs/typos-in-javascript-doc for v6.5.0
Nicolas Coden [Thu, 27 Sep 2018 22:24:58 +0000 (00:24 +0200)] 
Use pull request #11518 from ncoden/docs/typos-in-javascript-doc for v6.5.0

dbefc0fb2 docs: fix various spelling mistakes in Javascript doc and deploy scripts

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11500 from chrisdfe/patch-1 for v6.5.0
Christopher Ferris [Tue, 25 Sep 2018 21:44:26 +0000 (23:44 +0200)] 
Use pull request #11500 from chrisdfe/patch-1 for v6.5.0

9195b712c Update prototyping-utilities.md
62d7f5ea2 Update prototyping-utilities.md
a99a0b0be Update prototyping-utilities.md

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11510 from ncoden/fix/smooth-scroll-absolute-links-11506 for v6.5.0
Nicolas Coden [Tue, 25 Sep 2018 21:44:25 +0000 (23:44 +0200)] 
Use pull request #11510 from ncoden/fix/smooth-scroll-absolute-links-11506 for v6.5.0

140abba37 fix: follow relative and absolute links in SmoothScroll #11506

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11512 from ncoden/chore/update-dependencies-2018-09-22 for v6.5.0
Nicolas Coden [Tue, 25 Sep 2018 21:44:25 +0000 (23:44 +0200)] 
Use pull request #11512 from ncoden/chore/update-dependencies-2018-09-22 for v6.5.0

4bd819f2b chore: update dependencies (2018-09-22)
8ab5dd8b7 chore: update foundation-docs

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11508 from ncoden/chore/transpiled-esm-entry-11502 for v6.5.0
Nicolas Coden [Tue, 25 Sep 2018 21:44:24 +0000 (23:44 +0200)] 
Use pull request #11508 from ncoden/chore/transpiled-esm-entry-11502 for v6.5.0

d03b2256a chore: provide CJS, ESM and ES2015+ bundles
abcd7c465 docs: add description of bundle formats in the Javascript doc
795047f10 docs: improve title of section about bundle format in Javascript doc
8d94eb7fb docs: add the package.json entry in Javascript documentation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoMerge branch 'master-v6.5' into develop-v6.5
Nicolas Coden [Thu, 13 Sep 2018 21:03:15 +0000 (23:03 +0200)] 
Merge branch 'master-v6.5' into develop-v6.5

6 years agoMerge pull request #11499 from ncoden/release/v6.5-rc.3 v6.5.0-rc.3
Nicolas Coden [Thu, 13 Sep 2018 20:39:28 +0000 (22:39 +0200)] 
Merge pull request #11499 from ncoden/release/v6.5-rc.3

🚀  Release v6.5.0-rc.3

6 years agodocs: update documentation for v6.5.0-rc.3 11499/head
Nicolas Coden [Wed, 12 Sep 2018 20:54:50 +0000 (22:54 +0200)] 
docs: update documentation for v6.5.0-rc.3

6 years agochore: generate dist files for v6.5.0-rc.3
Nicolas Coden [Wed, 12 Sep 2018 20:50:38 +0000 (22:50 +0200)] 
chore: generate dist files for v6.5.0-rc.3

6 years agochore: bump version for for v6.5.0-rc.3
Nicolas Coden [Sat, 25 Aug 2018 20:40:27 +0000 (22:40 +0200)] 
chore: bump version for for v6.5.0-rc.3

6 years agoUse pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.0
Nicolas Coden [Wed, 12 Sep 2018 20:25:53 +0000 (22:25 +0200)] 
Use pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.0

9bd7f933c refactor: move dropdownMenu mouseleave special case to its own utility function
8f2470c28 docs: add doc for core utility onLeaveElement
90de67a17 refactor: make the magic mouseleave utility a simple event filter
adeee972d docs: add some doc in the magic mouseleave utility "ignoreMousedisappear"
f46e78bd1 fix: prevent Dropdown and Tooltip to hide when moving mouse to browser UI elements
5bdec3a3c tests: add visual test for the Dropdown magic mousleave bug
f0168bb9f style: fix incorrectly named variable in ignoreMousedisappear utility
1847f6c9b fix: make the "ignoreMousedisappear()" handler called before mouseenter
3ec791559 docs: improve doc in "ignoreMousedisappear()"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11477 from ncoden/fix/initial-tab-deep-linking-11100 for v6.5.0
Nicolas Coden [Wed, 12 Sep 2018 20:20:54 +0000 (22:20 +0200)] 
Use pull request #11477 from ncoden/fix/initial-tab-deep-linking-11100 for v6.5.0

5ea51f3b9 fix: return to initial state when reseting hash in Accordion & Tabs #11100
314b4ee53 fix: fix initial state for Accordion without any panel active
abbbdbff6 refactor: split DOM operations from logics in Accordion
e26190579 refactor: move "init only" Accordion logic to its own methods
b819fafba docs: remove outdated comments in Accordion related to the initial state
7307c4395 feat: add "Tabs._collapse()" to collapse the active tab
012db1077 refactor: clean up the Tab initialization
c6d37c42e fix: close the active Tab when going back to a "tab-less" history state
267356747 docs: fix "zplugin" typo in Accordion & Tabs events

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11388 from DanielRuf/docs/add-pnpm for v6.5.0
Daniel Ruf [Tue, 11 Sep 2018 21:36:33 +0000 (23:36 +0200)] 
Use pull request #11388 from DanielRuf/docs/add-pnpm for v6.5.0

3d8333513 docs: add pnpm
3fae21dbf chore: add pnpm lockfile
bfaecd2f9 chore: add npm script to generate all lockfiles

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11491 from ncoden/chore/fix-gulp-sass-watch for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:57:41 +0000 (22:57 +0200)] 
Use pull request #11491 from ncoden/chore/fix-gulp-sass-watch for v6.5.0

f74c6f7db chore: update docs styles when SCSS change

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11497 from ncoden/docs/js-tree-shaking-path for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:57:40 +0000 (22:57 +0200)] 
Use pull request #11497 from ncoden/docs/js-tree-shaking-path for v6.5.0

c7a0b9cee docs: use named import for javascript "direct import" fallback

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11445 from ncoden/chore/tree-shaking for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:57:40 +0000 (22:57 +0200)] 
Use pull request #11445 from ncoden/chore/tree-shaking for v6.5.0

ff937ead3 chore: use a more tree-shaking compliant ESM entry file
83c90b089 fix: add missing export of "Move" in "foundation-plugins" entry
5d9373b3d chore: add default export as it may be sometimes required for tree-shaking
7326c38fd docs: add "Tree Shaking" section in javascript documentation
8e44c64fd chore: remove unrecommended "grouped" default exports
d44a7a0f5 chore: add missing "sideEffects" flag to ensure tree shaking with webpack
680ed6a03 docs: make "direct import" for tree shaking sounds less imperative
17b3cd1f8 chore: remove redundant "pkg.browser" field
89e66da32 docs: improve "tree shaking" documentation to promote named imports
45e990c1c Revert "chore: add default export as it may be sometimes required for tree-shaking"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11495 from gforcada/patch-1 for v6.5.0
Gil Forcada Codinachs [Mon, 10 Sep 2018 20:57:39 +0000 (22:57 +0200)] 
Use pull request #11495 from gforcada/patch-1 for v6.5.0

38347e931 Fix swipe docs

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11488 from ncoden/chore/update-dependencies-2018-09-03 for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:57:38 +0000 (22:57 +0200)] 
Use pull request #11488 from ncoden/chore/update-dependencies-2018-09-03 for v6.5.0

e628e0d40 chore: update dependencies (2018-09-03)

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11485 from ncoden/fix/tabs-deep-link-custom-target-11484 for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:57:38 +0000 (22:57 +0200)] 
Use pull request #11485 from ncoden/fix/tabs-deep-link-custom-target-11484 for v6.5.0

f974a5b1f fix: use data-tabs-target to update history in Tabs deep-linking #11484

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11486 from cyChop/develop for v6.5.0
Cyrille Chopelet [Mon, 10 Sep 2018 20:57:27 +0000 (22:57 +0200)] 
Use pull request #11486 from cyChop/develop for v6.5.0

da0bfda6d Fix a bug in tab changing
abcbeb053 fix: use a safer selector for targetted tab title in Tabs.selectTab

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11487 from palicko/develop for v6.5.0
Pavol Caban [Mon, 10 Sep 2018 20:50:33 +0000 (22:50 +0200)] 
Use pull request #11487 from palicko/develop for v6.5.0

9baf81725 Fix wrong responsive spacing classes #11236

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11466 from ncoden/chore/simplify-github-template for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:50:33 +0000 (22:50 +0200)] 
Use pull request #11466 from ncoden/chore/simplify-github-template for v6.5.0

9f639414f chore: simplify the GitHub pull request template
0564f033f chore: simplify GitHub issue templates

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11475 from Harmageddon/patch-1 for v6.5.0
Constantin Romankiewicz [Mon, 10 Sep 2018 20:50:33 +0000 (22:50 +0200)] 
Use pull request #11475 from Harmageddon/patch-1 for v6.5.0

ea5e362f4 Added missing quotation mark.

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11472 from ncoden/fix/xy-grid-offset-zero-margin-11471 for v6.5.0
Nicolas Coden [Mon, 10 Sep 2018 20:50:32 +0000 (22:50 +0200)] 
Use pull request #11472 from ncoden/fix/xy-grid-offset-zero-margin-11471 for v6.5.0

281e4a8c9 fix: fix generated offset for zero gutters in "xy-cell-offset" #11471
c07d3d99a fix: fix offset calculation in "xy-cell-offset"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11469 from ncoden/fix/clear-nest-submenu-classes-11467 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:34:54 +0000 (22:34 +0200)] 
Use pull request #11469 from ncoden/fix/clear-nest-submenu-classes-11467 for v6.5.0

fcd02bdfc fix: clear submenu item classe in Nest #11467

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11462 from ncoden/fix/reveal-mobile-full-height-10879 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:34:54 +0000 (22:34 +0200)] 
Use pull request #11462 from ncoden/fix/reveal-mobile-full-height-10879 for v6.5.0

fd0479899 fix: avoid viewport height for fullscreen Reveal as it may be incorrect #10879

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11454 from ncoden/fix/split-gulp-tasks-11452 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:34:54 +0000 (22:34 +0200)] 
Use pull request #11454 from ncoden/fix/split-gulp-tasks-11452 for v6.5.0

6c45b451e fix: remove broken Sass linting from Sass compilation task and move it to build task
80c6def1f refactor: split the docs build task to `docs:pages` and `docs:search`
6b12883d6 refactor: move the customizer ZIPing to `customizer:zip` and `customizer:clean`

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11464 from ncoden/docs/remove-vertical-block-grid-11463 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:34:53 +0000 (22:34 +0200)] 
Use pull request #11464 from ncoden/docs/remove-vertical-block-grid-11463 for v6.5.0

2bb3df02d docs: remove mentions of unsupported Y Grid from block grids section

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11458 from SassNinja/docs/foundation-cli for v6.5.0
SassNinja [Sat, 25 Aug 2018 20:34:53 +0000 (22:34 +0200)] 
Use pull request #11458 from SassNinja/docs/foundation-cli for v6.5.0

be886fb2f add more foundation-cli install instructions for windows user

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11450 from DanielRuf/fix/correct-selector-11447 for v6.5.0
Daniel Ruf [Sat, 25 Aug 2018 20:33:43 +0000 (22:33 +0200)] 
Use pull request #11450 from DanielRuf/fix/correct-selector-11447 for v6.5.0

b5452e883 fix: use correct selector, fixes #11447

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11444 from aorinevo/I-11443_develop_AN_gulp_fix for v6.5.0
Aori Nevo [Sat, 25 Aug 2018 20:33:42 +0000 (22:33 +0200)] 
Use pull request #11444 from aorinevo/I-11443_develop_AN_gulp_fix for v6.5.0

d0f405400 fix: i11443 gulp watch
c90c048cc fix: prevent "test:reload" task to block future reloads

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11448 from melek/patch-1 for v6.5.0
Lionel [Sat, 25 Aug 2018 20:33:42 +0000 (22:33 +0200)] 
Use pull request #11448 from melek/patch-1 for v6.5.0

47264afbf Update installation.md
9e5f5e228 docs: fix Foundation 6 CLI uninstallation note phrasing

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11435 from ncoden/docs/motion-ui-components for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:33:42 +0000 (22:33 +0200)] 
Use pull request #11435 from ncoden/docs/motion-ui-components for v6.5.0

b08a56da4 docs: move Motion UI Toggler example to its own section
bd4bf11d2 docs: add a simpler example in Motion UI docs header

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11433 from ncoden/fix/dropdown-menu-top-level-items-11412 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:33:41 +0000 (22:33 +0200)] 
Use pull request #11433 from ncoden/fix/dropdown-menu-top-level-items-11412 for v6.5.0

6a0e3240b fix: fix Dropdown Menu top level item properties #11412

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11425 from ncoden/fix/drilldown-submenu-height-11416 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:33:41 +0000 (22:33 +0200)] 
Use pull request #11425 from ncoden/fix/drilldown-submenu-height-11416 for v6.5.0

c7ce8d5b9 fix: set the Drilldown height for on the currently opened (sub)menu #11416
43c1fac65 test: add unit tests for Drilldown resizing on toggling
7f7dfd83a test: check the Drilldrown wrapper height instead of the element height
90c4e45f8 fix: set a default for the current menu in Drilldown before it is used
1db6a1f2a test: add unit test for the Drilldown height when reopened from a submenu #11416
d4617ac08 clean: remove infinite timeout used for development in Drilldown tests

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11419 from ncoden/chore/update-dependencies-2018-07-26 for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:33:40 +0000 (22:33 +0200)] 
Use pull request #11419 from ncoden/chore/update-dependencies-2018-07-26 for v6.5.0

d70627374 chore: update dependencies (2018-07-26)
4ed0ec2a9 chore: update lockfiles (2018-07-26)

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11411 from arloduff/fix/check-for-null-related-target for v6.5.0
Arlo Duff [Sat, 25 Aug 2018 20:33:39 +0000 (22:33 +0200)] 
Use pull request #11411 from arloduff/fix/check-for-null-related-target for v6.5.0

ac88dac72 fix: resolve dropdown menu disappearing for #11410
ae8fa2def fix: move relatedTarget null check to setTimeout for #11410
a25180c3d style: improve dropdown hiding event readability in dropdownMenu
e46ddd1cc docs: improve description of #11410 bug fix in dropdownMenu
ebc4be784 docs: fix typo in bug description in dropdownMenu

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11409 from veselinn/fix/slider-handle-negative-data-start for v6.5.0
Veselin Nikolov [Sat, 25 Aug 2018 20:33:39 +0000 (22:33 +0200)] 
Use pull request #11409 from veselinn/fix/slider-handle-negative-data-start for v6.5.0

81fc284e9 fix: slider handle negative data-start values
da0b014de fix: remove unnecessary if from slider
9851a17ff test: add tests for Slider._adjustValue

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11393 from DanielRuf/fix/matchmedia-polyfill-window-fix-ie11 for...
Daniel Ruf [Sat, 25 Aug 2018 20:33:38 +0000 (22:33 +0200)] 
Use pull request #11393 from DanielRuf/fix/matchmedia-polyfill-window-fix-ie11 for v6.5.0

e7554d60d fix: set matchMedia on window to fix issue on IE11, fixes #11358
1a36a44e7 chore: update MatchMedia polyfill to v0.3.1

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11397 from ncoden/fix/xy-grid-responsive-modifiers-reset-10891...
Nicolas Coden [Sat, 25 Aug 2018 20:33:38 +0000 (22:33 +0200)] 
Use pull request #11397 from ncoden/fix/xy-grid-responsive-modifiers-reset-10891-2 for v6.5.0

7e34dc3b5 perf: factorize XY grid responsive modifiers
21be51d21 fix: add missing flex reset in XY Grid responsive vertical cell widths

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoUse pull request #11394 from ncoden/chore/dist-js-plugins-sourcemaps for v6.5.0
Nicolas Coden [Sat, 25 Aug 2018 20:33:37 +0000 (22:33 +0200)] 
Use pull request #11394 from ncoden/chore/dist-js-plugins-sourcemaps for v6.5.0

09a46c612 chore: update sourcemaps of distributed JS plugins

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
6 years agoMerge branch 'master-v6.5' into develop-v6.5
Nicolas Coden [Sat, 25 Aug 2018 17:27:52 +0000 (19:27 +0200)] 
Merge branch 'master-v6.5' into develop-v6.5

7 years agoMerge pull request #11391 from ncoden/release/v6.5-rc.2 v6.5.0-rc.2
Nicolas Coden [Tue, 10 Jul 2018 20:32:17 +0000 (22:32 +0200)] 
Merge pull request #11391 from ncoden/release/v6.5-rc.2

🚀  Release v6.5.0-rc.2

7 years agodocs: update documentation for v6.5.0-rc.1 11391/head
Nicolas Coden [Mon, 9 Jul 2018 21:21:52 +0000 (23:21 +0200)] 
docs: update documentation for v6.5.0-rc.1

7 years agochore: generate dist files for v6.5.0-rc.2
Nicolas Coden [Mon, 9 Jul 2018 21:18:04 +0000 (23:18 +0200)] 
chore: generate dist files for v6.5.0-rc.2

7 years agochore: bump version for for v6.5.0-rc.2
Nicolas Coden [Sun, 8 Jul 2018 18:41:42 +0000 (20:41 +0200)] 
chore: bump version for for v6.5.0-rc.2

7 years agoUse pull request #11389 from chore/update-dependencies-2018-07-06 for v6.5.0
Nicolas Coden [Sun, 8 Jul 2018 18:40:11 +0000 (20:40 +0200)] 
Use pull request #11389 from chore/update-dependencies-2018-07-06 for v6.5.0

a9daeb109 chore: upgrade gulp to v4.0.0
8a373da3d chore: update dependencies (2018-07-06)
d8e5b9568 chore: remove unused dependency opener
229ec508e chore: update lockfiles (2018-07-06)

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11381 from ncoden/fix/initialize-media-query for v6.5.0
Nicolas Coden [Sun, 8 Jul 2018 13:19:38 +0000 (15:19 +0200)] 
Use pull request #11381 from ncoden/fix/initialize-media-query for v6.5.0

ff1c302ab fix: initialize MediaQuery in global Foundation entry

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11378 from ncoden/docs/improve-gitflow-model-for-supported-versions...
Nicolas Coden [Fri, 6 Jul 2018 20:40:19 +0000 (22:40 +0200)] 
Use pull request #11378 from ncoden/docs/improve-gitflow-model-for-supported-versions for v6.5.0

86a0aaef9 docs: improve gitflow model for supported versions
4ed00bf51 docs: use valid branch names for supported versions

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11382 from ncoden/docs/media-query-global-styles-notice-11374 for...
Nicolas Coden [Fri, 6 Jul 2018 20:40:18 +0000 (22:40 +0200)] 
Use pull request #11382 from ncoden/docs/media-query-global-styles-notice-11374 for v6.5.0

deee05678 docs: add a notice about required CSS in Media Query doc
cfcc36b82 docs: fix typo in Media Query warning about required CSS

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11379 from absolunet/fix-elseif for v6.5.0
Jb Landry [Fri, 6 Jul 2018 20:40:17 +0000 (22:40 +0200)] 
Use pull request #11379 from absolunet/fix-elseif for v6.5.0

28c348b38 Replace deprecated `@elseif` for `@else if`

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11377 from rlhawk/dropdown-menu for v6.5.0
Rick Hawkins [Fri, 6 Jul 2018 20:31:56 +0000 (22:31 +0200)] 
Use pull request #11377 from rlhawk/dropdown-menu for v6.5.0

0ec2be113 Define dropdown menu background in foundation-dropdown-menu mixin

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11346 from ncoden/fix/gulp-deploy-task-multiple-completion-callback...
Nicolas Coden [Fri, 6 Jul 2018 20:31:56 +0000 (22:31 +0200)] 
Use pull request #11346 from ncoden/fix/gulp-deploy-task-multiple-completion-callback for v6.5.0

6cb873365 fix: fix completion callback called too many time in deploy task
9a9f0c197 style: remove unused "done" in "dist:deploy" gulp task
dcd3ab813 fix: remove run-sequence from gulp `deploy:dist` task to detect its end

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11373 from rlhawk/responsive-toggle for v6.5.0
Rick Hawkins [Fri, 6 Jul 2018 20:31:55 +0000 (22:31 +0200)] 
Use pull request #11373 from rlhawk/responsive-toggle for v6.5.0

1131937e6 Use correct data attribute for responsive toggle with animation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11368 from DanielRuf/style/use-typeof-for-checking-undefined-11363...
Daniel Ruf [Fri, 6 Jul 2018 20:31:47 +0000 (22:31 +0200)] 
Use pull request #11368 from DanielRuf/style/use-typeof-for-checking-undefined-11363 for v6.5.0

dd493bd64 style: use typeof for checking undefined

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11366 from ncoden/fix/check-listeners-before-unbind-11360 for v6.5.0
Nicolas Coden [Fri, 6 Jul 2018 20:28:24 +0000 (22:28 +0200)] 
Use pull request #11366 from ncoden/fix/check-listeners-before-unbind-11360 for v6.5.0

2c8485f32 fix: prevent removing all listeners by checking them before unbinding

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11104 from zurb/andycochran/8833-input-group-label-radius for v6.5.0
Andy Cochran [Fri, 6 Jul 2018 20:27:06 +0000 (22:27 +0200)] 
Use pull request #11104 from zurb/andycochran/8833-input-group-label-radius for v6.5.0

8081d51c0 fix radius on input-group-label and input-group-button
713b54178 dry input-group scss
d267df4b9 refactor: simplify Input Group border-radius selector

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11367 from ncoden/fix/fix-bower-json-11364 for v6.5.0
Nicolas Coden [Fri, 6 Jul 2018 20:27:05 +0000 (22:27 +0200)] 
Use pull request #11367 from ncoden/fix/fix-bower-json-11364 for v6.5.0

a43e20b2b fix: fix Bower file invalid JSON #11364

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11361 from ncoden/fix/xy-grid-zf-size-outside-of-breakpoint for...
Nicolas Coden [Fri, 6 Jul 2018 20:27:05 +0000 (22:27 +0200)] 
Use pull request #11361 from ncoden/fix/xy-grid-zf-size-outside-of-breakpoint for v6.5.0

a4cac3f36 fix: remove $-zf-size from non-responsive XY Grid classes generation

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11352 from ncoden/chore/update-dev-jauery-against-cve for v6.5.0
Nicolas Coden [Fri, 6 Jul 2018 20:27:04 +0000 (22:27 +0200)] 
Use pull request #11352 from ncoden/chore/update-dev-jauery-against-cve for v6.5.0

26f0ce5b6 chore: resolve jQuery devDependency CVE

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11350 from ncoden/fix/fix-update-bower-config for v6.5.0
Nicolas Coden [Fri, 6 Jul 2018 20:26:51 +0000 (22:26 +0200)] 
Use pull request #11350 from ncoden/fix/fix-update-bower-config for v6.5.0

54269a7df chore: update Bower ignored files list
5e7143c60 chore: add various fields to Bower config
e3979a3dc fix: add back Bower dependencies

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoMerge pull request #11356 from DanielRuf/fix/use-local-this
Nicolas Coden [Wed, 27 Jun 2018 20:18:02 +0000 (22:18 +0200)] 
Merge pull request #11356 from DanielRuf/fix/use-local-this

fix: resolve invalid conflict resolution #11077 for v6.5

7 years agofix: resolve invalid conflict resolution #11077 for v6.5 11356/head
Daniel Ruf [Wed, 27 Jun 2018 11:11:51 +0000 (13:11 +0200)] 
fix: resolve invalid conflict resolution #11077 for v6.5

7 years agoMerge pull request #11340 from ncoden/release/v6.5 v6.5.0-rc.1
Nicolas Coden [Sun, 24 Jun 2018 21:42:25 +0000 (23:42 +0200)] 
Merge pull request #11340 from ncoden/release/v6.5

🚀  Release v6.5.0-rc.1

7 years agoUse pull request #11349 from ncoden/fix/meteor-fourseven-scss-compatibility for v6.5.0 11340/head
Nicolas Coden [Sat, 23 Jun 2018 22:11:31 +0000 (00:11 +0200)] 
Use pull request #11349 from ncoden/fix/meteor-fourseven-scss-compatibility for v6.5.0

009b469a6 fix: revise Meteor "fourseven:scss" compatibility for better Meteor support

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agochore: update Package.js source files
Nicolas Coden [Fri, 22 Jun 2018 19:59:21 +0000 (21:59 +0200)] 
chore: update Package.js source files

Update the list of source files in package.js for meteor

7 years agochore: add keywords to package.json
Nicolas Coden [Thu, 21 Jun 2018 21:59:08 +0000 (23:59 +0200)] 
chore: add keywords to package.json

7 years agochore: update .gitignore & .npmignore files
Nicolas Coden [Thu, 21 Jun 2018 21:49:57 +0000 (23:49 +0200)] 
chore: update .gitignore & .npmignore files

7 years agodocs: update documentation for v6.5.0-rc.1
Nicolas Coden [Thu, 21 Jun 2018 21:05:38 +0000 (23:05 +0200)] 
docs: update documentation for v6.5.0-rc.1

7 years agochore: generate SCSS settings for v6.5.0-rc.1
Nicolas Coden [Wed, 20 Jun 2018 22:28:24 +0000 (00:28 +0200)] 
chore: generate SCSS settings for v6.5.0-rc.1

7 years agochore: generate dist files for v6.5.0-rc.1
Nicolas Coden [Wed, 20 Jun 2018 22:27:23 +0000 (00:27 +0200)] 
chore: generate dist files for v6.5.0-rc.1

7 years agochore: update lockfiles for v6.5.0-rc.1
Nicolas Coden [Wed, 20 Jun 2018 21:23:47 +0000 (23:23 +0200)] 
chore: update lockfiles for v6.5.0-rc.1

7 years agochore: bump version for v6.5.0-rc.1
Nicolas Coden [Wed, 20 Jun 2018 20:46:54 +0000 (22:46 +0200)] 
chore: bump version for v6.5.0-rc.1

7 years agoUse pull request #11341 from ncoden/fix/reveal-single-scrollbar-7831 for v6.5.0
Nicolas Coden [Wed, 20 Jun 2018 19:55:18 +0000 (21:55 +0200)] 
Use pull request #11341 from ncoden/fix/reveal-single-scrollbar-7831 for v6.5.0

96141b743 docs: add doc for Reveal methods _addGlobalClasses/_removeGlobalClasses
deda9dc3a refactor: rename Reveal internal methods for a better clarity
82a04933a fix: show/hide Reveal scrollbar on window resizing
e6eb9b091 fix: keep a scrollbar on document when Reveal opens #7831

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse dependabot pull requests for v6.5.0
dependabot[bot] [Sun, 17 Jun 2018 17:33:49 +0000 (19:33 +0200)] 
Use dependabot pull requests for v6.5.0

934220821 build: bump mocha from 5.0.5 to 5.1.0
c6a456739 build: bump autoprefixer from 8.2.0 to 8.3.0
a4bb6fae2 build: bump chalk from 2.3.2 to 2.4.0
ec6fef998 build: bump webpack from 4.5.0 to 4.6.0
e8455ecb1 build: bump mocha from 5.1.0 to 5.1.1
74f469eba build: bump browser-sync from 2.23.6 to 2.23.7
0bb5e3fbc build: bump mocha-headless-chrome from 1.8.3 to 2.0.0
15dbe8ac3 build: bump chalk from 2.4.0 to 2.4.1
15d30ca9c build: bump babel-core from 6.26.0 to 6.26.2
20b64ebb6 build: bump browser-sync from 2.23.7 to 2.24.1
e530be531 build: bump clipboard from 2.0.0 to 2.0.1
af26f10f8 build: bump autoprefixer from 8.3.0 to 8.4.1
7b5115317 build: bump sinon from 4.5.0 to 5.0.1
f58137d2e build: bump babel-core from 6.26.2 to 6.26.3
7ae645f56 build: bump @commitlint/cli from 6.1.3 to 6.2.0
3a15b77c6 build: bump sinon from 5.0.1 to 5.0.3
4ddcee67b build: bump browser-sync from 2.24.1 to 2.24.2
2d1ddcd19 build: bump what-input from 5.0.5 to 5.0.7
08c895bdd build: bump browser-sync from 2.24.2 to 2.24.4
2d50de586 build: bump gulp-clean-css from 3.9.3 to 3.9.4
0c00cc766 build: bump webpack from 4.6.0 to 4.7.0
a2a820fbe build: bump sinon from 5.0.3 to 5.0.5
57e5a0ce6 build: bump array-uniq from 1.0.3 to 2.0.0
bcdc081eb build: bump webpack from 4.7.0 to 4.8.3
47875fbd5 build: bump husky from 1.0.0-rc.2 to 1.0.0-rc.4
2cf410832 build: bump sinon from 5.0.5 to 5.0.7
bbef3b798 build: bump autoprefixer from 8.4.1 to 8.5.0
e720c283a build: bump gulp-rename from 1.2.2 to 1.2.3
8e3319401 build: bump mocha from 5.1.1 to 5.2.0
80fcdfa7d build: bump what-input from 5.0.7 to 5.1.0
d0fdc5974 build: bump gulp-replace from 0.6.1 to 1.0.0
4a5230a37 build: bump husky from 1.0.0-rc.4 to 1.0.0-rc.6
1b2194e11 build: bump sinon from 5.0.7 to 5.0.10
22015f4bd build: bump gulp-sass-lint from 1.3.4 to 1.4.0
b6d25277a build: bump autoprefixer from 8.5.0 to 8.5.1
447da60a0 build: bump webpack from 4.8.3 to 4.9.1
28455f90a build: bump husky from 1.0.0-rc.6 to 1.0.0-rc.8
ba39fb498 build: bump @commitlint/config-conventional from 6.1.3 to 7.0.1
369819694 build: bump inquirer from 5.2.0 to 6.0.0
44548fab2 build: bump @commitlint/cli from 6.2.0 to 7.0.0
81d18b62d build: bump webpack from 4.9.1 to 4.10.2
12b16b068 build: bump js-yaml from 3.11.0 to 3.12.0
a94d2b149 build: bump autoprefixer from 8.5.1 to 8.6.0

Note: package-lock.json and yarn.lock files were separately regenerated.

Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr>
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11333 from ncoden/chore/increase-tests-timeout for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 09:00:59 +0000 (11:00 +0200)] 
Use pull request #11333 from ncoden/chore/increase-tests-timeout for v6.5.0

8011b409a chore: increase mocha tests timeout

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11334 from ncoden/chore/update-dependencies-2018-06-13s for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 09:00:51 +0000 (11:00 +0200)] 
Use pull request #11334 from ncoden/chore/update-dependencies-2018-06-13s for v6.5.0

a7da01225 chore: update dependencies (2018-06-13)
3c84f7c48 chore: update lockfiles

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11326 from mapx/patch-1 for v6.5.0
Yuchen Xie [Sat, 16 Jun 2018 08:54:29 +0000 (10:54 +0200)] 
Use pull request #11326 from mapx/patch-1 for v6.5.0

37eea7500 Fix typo

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11317 from ncoden/chore/upgrade-babel-v7 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 08:54:22 +0000 (10:54 +0200)] 
Use pull request #11317 from ncoden/chore/upgrade-babel-v7 for v6.5.0

4174473b3 fix: use the env babel preset for browserify transformation
07348e7e5 refactor: move all browserlist configs to .browserslistrc
1b09e3d91 chore: update Babel to v7
4a42d2a1f fix: add missing Foundation import in Touch entry

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11316 from ncoden/fix/babelify-env-preset for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 08:52:11 +0000 (10:52 +0200)] 
Use pull request #11316 from ncoden/fix/babelify-env-preset for v6.5.0

4174473b3 fix: use the "env" babel preset for browserify transformation
07348e7e5 refactor: move all browserlist configs to ".browserslistrc"

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11315 from ncoden/fix/breakpoint-max-width-precision-11313 for...
Nicolas Coden [Sat, 16 Jun 2018 08:52:10 +0000 (10:52 +0200)] 
Use pull request #11315 from ncoden/fix/breakpoint-max-width-precision-11313 for v6.5.0

798377d96 fix: lower breakpoint max value precision to avoid rounding #11313
a36504ccb fix: revert mistakenly changed `$global-flexbox` setting in #11315

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11308 from ncoden/chore/remove-unused-dependencies for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 08:52:00 +0000 (10:52 +0200)] 
Use pull request #11308 from ncoden/chore/remove-unused-dependencies for v6.5.0

5b84cb537 chore: remove unused dependencies

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11300 from ncoden/fix/xy-cell-gutter-fallback-11194 for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 08:17:05 +0000 (10:17 +0200)] 
Use pull request #11300 from ncoden/fix/xy-cell-gutter-fallback-11194 for v6.5.0

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

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11274 from ncoden/fix/typescript-foudation-global-definition-11193...
Nicolas Coden [Sat, 16 Jun 2018 08:17:05 +0000 (10:17 +0200)] 
Use pull request #11274 from ncoden/fix/typescript-foudation-global-definition-11193 for v6.5.0

cac478cca chore: move typescript definitions out of dist folders
5e540b7b9 fix: fix Typescript jQuery foundation method definition #11193

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11269 from ncoden/chore/move-typescript-out-of-dist-folder for...
Nicolas Coden [Sat, 16 Jun 2018 08:17:05 +0000 (10:17 +0200)] 
Use pull request #11269 from ncoden/chore/move-typescript-out-of-dist-folder for v6.5.0

cac478cca chore: move typescript definitions out of dist folders

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
7 years agoUse pull request #11292 from ncoden/chore/update-foundation-docs for v6.5.0
Nicolas Coden [Sat, 16 Jun 2018 08:17:04 +0000 (10:17 +0200)] 
Use pull request #11292 from ncoden/chore/update-foundation-docs for v6.5.0

7c45c95a9 chore: update foundation-docs

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>