]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Nicolas Coden [Thu, 29 Nov 2018 22:56:56 +0000 (23:56 +0100)]
chore: fix plugins UMD external names
Make the plugins looking for "./plugin" instead of "plugin" for AMD/CommonJs formats
Nicolas Coden [Wed, 28 Nov 2018 22:59:22 +0000 (23:59 +0100)]
Merge pull request #11610 from ncoden/docs/xy-grid-x-vs-y-features
docs: add availability of features in the XY Grid (X/Y/both)
Nicolas Coden [Wed, 28 Nov 2018 22:58:43 +0000 (23:58 +0100)]
docs: fix "grid-padding-y" class in XY Grid docs
SassNinja [Wed, 28 Nov 2018 08:31:50 +0000 (09:31 +0100)]
feat: split enableValidation into individual methods
SassNinja [Tue, 27 Nov 2018 16:35:18 +0000 (17:35 +0100)]
feat: consider formnovalidate attr
Besides I've added an enableValidation method to set isEnabled via JS.
Nicolas Coden [Mon, 26 Nov 2018 19:30:39 +0000 (20:30 +0100)]
docs: document availability of the XY Grid for X/Y/both grids
Closes https://github.com/zurb/foundation-sites/issues/11601
Note: this require https://github.com/zurb/foundation-docs/pull/42
Nicolas Coden [Fri, 23 Nov 2018 21:54:47 +0000 (22:54 +0100)]
Merge pull request #11607 from ncoden/chore/disable-tree-shaking
chore: temporary disable tree-shaking #11586
Nicolas Coden [Fri, 23 Nov 2018 21:54:09 +0000 (22:54 +0100)]
Merge pull request #11608 from ncoden/docs/update-foundation-codepen-template
docs: update the CodePen test case template
Nicolas Coden [Fri, 23 Nov 2018 11:28:57 +0000 (12:28 +0100)]
Merge pull request #11606 from webkinder/nested_submenu_bounce
fix: Fixed submenu bounce if nested
Nicolas Coden [Thu, 22 Nov 2018 21:40:12 +0000 (22:40 +0100)]
docs: update the CodePen test case template
Nicolas Coden [Thu, 22 Nov 2018 21:31:46 +0000 (22:31 +0100)]
refactor: improve readibility and add docs in "AccordionMenu.down()"
Nicolas Coden [Thu, 22 Nov 2018 20:48:32 +0000 (21:48 +0100)]
Merge pull request #11605 from ncoden/fix/import-used-utilities
fix: import used Touch utility in Dropdown and Reveal #11604
Nicolas Coden [Thu, 22 Nov 2018 20:39:55 +0000 (21:39 +0100)]
chore: temporary disable tree-shaking #11586
Despite the previous attempts to make Foundation compatible with tree shaking (#11445, #11497 and #11508), Foundation is used with side-effects (on jQuery) and cannot be considered as "without side-effects" for tree-shaking purposes.
This commit remove the "sideEffects: false" label and thus disable tree-shaking support, until the Foundation API and usage is changed to not implicitely rely on the global jQuery object.
Closes https://github.com/zurb/foundation-sites/issues/11586
Related to:
- https://github.com/zurb/foundation-sites/pull/11508
- https://github.com/zurb/foundation-sites/pull/11497
- https://github.com/zurb/foundation-sites/pull/11445
pascalknecht [Thu, 22 Nov 2018 07:30:59 +0000 (08:30 +0100)]
Fixed submenu bounce if nested
Nicolas Coden [Wed, 21 Nov 2018 22:30:38 +0000 (23:30 +0100)]
fix: import used Touch utility in Dropdown and Reveal
Nicolas Coden [Tue, 20 Nov 2018 08:55:18 +0000 (09:55 +0100)]
Merge pull request #11538 from DanielRuf/tests/test-linux-macos-windows
tests: test on Linux, macOS and Windows
Nicolas Coden [Tue, 20 Nov 2018 08:54:51 +0000 (09:54 +0100)]
Merge pull request #11592 from DanielRuf/fix/triggers-use-concat-return-value
fix: use concat return value for Trigger names
Nicolas Coden [Tue, 20 Nov 2018 08:52:14 +0000 (09:52 +0100)]
Merge pull request #11596 from DanielRuf/fix/docs-remove-unused-background-rules
chore: remove unused background rules in docs
Nicolas Coden [Tue, 20 Nov 2018 08:50:32 +0000 (09:50 +0100)]
Merge pull request #11594 from DanielRuf/fix/interchange-undefined-check
fix: properly check for "undefined" as type
Daniel Ruf [Mon, 19 Nov 2018 08:04:31 +0000 (09:04 +0100)]
chore: remove unused background rules in docs
Nicolas Coden [Mon, 19 Nov 2018 21:20:47 +0000 (22:20 +0100)]
Merge pull request #11598 from DanielRuf/fix/drilldown-remove-duplicate-border-left-width
fix: remove duplicate border-left-width:0 in drilldown
Nicolas Coden [Mon, 19 Nov 2018 21:16:21 +0000 (22:16 +0100)]
Merge pull request #11595 from DanielRuf/fix/docs-remove-duplicate-margin-bottom
fix: remove duplicate margin-bottom from grid example
Nicolas Coden [Mon, 19 Nov 2018 21:14:09 +0000 (22:14 +0100)]
Merge pull request #11597 from DanielRuf/fix/progress-bar-remove-duplicate-position-absolute
fix: remove duplicate position:absolute in progress-bar
Daniel Ruf [Mon, 19 Nov 2018 08:14:27 +0000 (09:14 +0100)]
fix: remove duplicate border-left-width:0 in drilldown
Daniel Ruf [Mon, 19 Nov 2018 08:09:06 +0000 (09:09 +0100)]
fix: remove duplicate position:absolute in progress-bar
Daniel Ruf [Mon, 19 Nov 2018 08:00:50 +0000 (09:00 +0100)]
fix: remove duplicate margin-bottom from grid example
Daniel Ruf [Mon, 19 Nov 2018 07:53:51 +0000 (08:53 +0100)]
fix: properly check for "undefined" as type
Daniel Ruf [Mon, 19 Nov 2018 07:38:11 +0000 (08:38 +0100)]
fix: use concat return value for Trigger names
Nicolas Coden [Sun, 18 Nov 2018 18:14:57 +0000 (19:14 +0100)]
chore: cache Yarn in Travis
Nicolas Coden [Sun, 18 Nov 2018 18:14:08 +0000 (19:14 +0100)]
fix: disable Yarn GPG so it doesn't prevent the Travis build to finish
See https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288
Nicolas Coden [Sun, 18 Nov 2018 14:35:41 +0000 (15:35 +0100)]
Merge branch 'develop' into DanielRuf/tests/test-linux-macos-windows
Nicolas Coden [Thu, 15 Nov 2018 22:17:47 +0000 (23:17 +0100)]
Merge branch 'master-v6.5' into develop-v6.5
Nicolas Coden [Thu, 15 Nov 2018 22:15:49 +0000 (23:15 +0100)]
Merge pull request #11584 from ncoden/release/v6.5.1
🚀 Release v6.5.1
Nicolas Coden [Tue, 13 Nov 2018 07:41:24 +0000 (08:41 +0100)]
Merge pull request #11575 from ncoden/feat/dynamic-close-button-sizes
feat: dynamically generate Close Button sizes from "$closebutton-size"
Nicolas Coden [Mon, 12 Nov 2018 20:07:02 +0000 (21:07 +0100)]
docs: update documentation for v6.5.1
Nicolas Coden [Mon, 12 Nov 2018 20:04:05 +0000 (21:04 +0100)]
chore: generate dist files for v6.5.1
Nicolas Coden [Mon, 12 Nov 2018 19:57:54 +0000 (20:57 +0100)]
chore: update lockfiles for v6.5.1
Nicolas Coden [Mon, 12 Nov 2018 19:47:30 +0000 (20:47 +0100)]
chore: bump version for v6.5.1
Nicolas Coden [Mon, 12 Nov 2018 19:41:41 +0000 (20:41 +0100)]
Use pull request #11581 from ncoden/fix/button-dropdown-clear-style-11576 for v6.5.1
3b97092da fix: colorize clear dropdown Button arrow #11576
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 12 Nov 2018 19:41:41 +0000 (20:41 +0100)]
Use pull request #11579 from ncoden/fix/accordion-menu-is-active-on-close-11383 for v6.5.1
54785ea7f fix: clear "is-active" class when menu is closed in AccordionMenu
5b105ac8e test: add tests to check attributes when AccordionMenu is opened/closed
a221e8ae4 refactor: simplify AccordionMenu "up" and "down" methods
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 12 Nov 2018 19:41:40 +0000 (20:41 +0100)]
Use pull request #11573 from ncoden/fix/dropdown-aria-missing-id-11572 for v6.5.1
5ddb04b6e fix: ensure Dropdown aria-labelledby to have an ID #11572
adce39107 fix: revert inadvertent substitution of Dropdown "aria-labelledby" attribute
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 12 Nov 2018 19:41:39 +0000 (20:41 +0100)]
Use pull request #11564 from ncoden/docs/print-hrefs-setting for v6.5.1
de6140f73 docs: add missing doc for the "$print-hrefs" setting
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
mbehboodian [Mon, 12 Nov 2018 19:41:39 +0000 (20:41 +0100)]
Use pull request #11562 from xeptore/patch-1 for v6.5.1
66adaa1d0 cleanup
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sun, 11 Nov 2018 21:36:45 +0000 (22:36 +0100)]
Use pull request #11418 from ncoden/refactor/mouseleave-special-case for v6.5.1
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()"
Note: this commit has the same purpose of
55e60ee86 but includes the commits
from
8f2470c28 to
3ec791559 that missed in the previous merge commit.
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 12 Nov 2018 19:30:55 +0000 (20:30 +0100)]
Merge pull request #11581 from ncoden/fix/button-dropdown-clear-style-11576
fix: colorize clear dropdown Button arrow #11576
Nicolas Coden [Mon, 12 Nov 2018 19:28:38 +0000 (20:28 +0100)]
Merge pull request #11579 from ncoden/fix/accordion-menu-is-active-on-close-11383
fix: clear "is-active" class when menu is closed in AccordionMenu
Nicolas Coden [Mon, 12 Nov 2018 16:27:12 +0000 (17:27 +0100)]
docs: fix multiple @see annotations in "$closebutton-default-size" doc
Nicolas Coden [Sun, 11 Nov 2018 21:55:21 +0000 (22:55 +0100)]
fix: colorize clear dropdown Button arrow #11576
Closes https://github.com/zurb/foundation-sites/issues/11576
Nicolas Coden [Sat, 10 Nov 2018 21:32:33 +0000 (22:32 +0100)]
refactor: simplify AccordionMenu "up" and "down" methods
Nicolas Coden [Sat, 10 Nov 2018 21:21:08 +0000 (22:21 +0100)]
test: add tests to check attributes when AccordionMenu is opened/closed
Nicolas Coden [Sat, 10 Nov 2018 21:01:14 +0000 (22:01 +0100)]
fix: clear "is-active" class when menu is closed in AccordionMenu
Nicolas Coden [Wed, 7 Nov 2018 22:58:45 +0000 (23:58 +0100)]
feat: make Close Button sizing modifiers generated dynamically from "$closebutton-size"
Nicolas Coden [Fri, 2 Nov 2018 17:51:43 +0000 (18:51 +0100)]
Merge pull request #11573 from ncoden/fix/dropdown-aria-missing-id-11572
fix: ensure Dropdown aria-labelledby to have an ID #11572
Nicolas Coden [Fri, 2 Nov 2018 11:34:42 +0000 (12:34 +0100)]
fix: revert inadvertent substitution of Dropdown "aria-labelledby" attribute
Nicolas Coden [Thu, 1 Nov 2018 22:59:58 +0000 (23:59 +0100)]
fix: ensure Dropdown aria-labelledby to have an ID #11572
Closes https://github.com/zurb/foundation-sites/issues/11572
Nicolas Coden [Tue, 30 Oct 2018 13:29:26 +0000 (14:29 +0100)]
Merge pull request #11551 from ncoden/release/v6.5.0
🚀 Release v6.5.0
Nicolas Coden [Mon, 29 Oct 2018 23:22:55 +0000 (00:22 +0100)]
chore: add Nuget package file for v6.5.0
Nicolas Coden [Mon, 29 Oct 2018 21:37:14 +0000 (22:37 +0100)]
chore: update meteor lockfile for v6.5.0
Nicolas Coden [Sun, 21 Oct 2018 14:49:54 +0000 (16:49 +0200)]
docs: update documentation for v6.5.0
Nicolas Coden [Sun, 21 Oct 2018 14:46:46 +0000 (16:46 +0200)]
chore: generate dist files for v6.5.0
Nicolas Coden [Sun, 21 Oct 2018 14:44:47 +0000 (16:44 +0200)]
chore: update lockfiles for v6.5.0
Nicolas Coden [Sun, 21 Oct 2018 14:42:08 +0000 (16:42 +0200)]
chore: bump version for for v6.5.0
Daniel Ruf [Mon, 29 Oct 2018 23:30:21 +0000 (00:30 +0100)]
Use pull request #11561 from DanielRuf/ci/test-nodejs-6-8-10-stable for v6.5.0
cb38e03cf ci: test Node.js 6, 8, 10 and stable
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 29 Oct 2018 23:30:15 +0000 (00:30 +0100)]
Use pull request #11560 from ncoden/chore/update-dependencies-2018-10-24 for v6.5.0
c60031cdd chore: replace multiline dependency by strip-indent
18df4103e chore: update dependencies (2018-10-24)
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Mon, 29 Oct 2018 21:05:00 +0000 (22:05 +0100)]
Merge pull request #11405 from ncoden/refactor/xy-cell
Refactor XY Grid cell mixins
Nicolas Coden [Sun, 28 Oct 2018 19:24:01 +0000 (20:24 +0100)]
Merge pull request #11566 from ncoden/feat/close-button-z-index-11544
feat: add z-index to the Close Button
Nicolas Coden [Sat, 27 Oct 2018 19:18:03 +0000 (21:18 +0200)]
feat: add z-index to the Close Button with the "$closebutton-z-index" setting
We cannot ensure the Close Button to always be on top of others elements. This commit add a `z-index` to the Close Button and a setting to customize it.
Related to https://github.com/zurb/foundation-sites/issues/11544
Nicolas Coden [Sat, 27 Oct 2018 19:00:19 +0000 (21:00 +0200)]
Merge pull request #11564 from ncoden/docs/print-hrefs-setting
docs: add missing doc for the "$print-hrefs" setting
Nicolas Coden [Sat, 27 Oct 2018 18:59:23 +0000 (20:59 +0200)]
Merge pull request #11565 from ncoden/fix/print-readable-text-on-background-11546
fix: print readable text on background #11546
Nicolas Coden [Fri, 26 Oct 2018 20:00:59 +0000 (22:00 +0200)]
docs: add missing doc for the "$print-hrefs" setting
Nicolas Coden [Fri, 26 Oct 2018 19:53:36 +0000 (21:53 +0200)]
fix: prevent/enforce color adjustment according to "$print-transparent-backgrounds"
Nicolas Coden [Fri, 26 Oct 2018 09:07:15 +0000 (11:07 +0200)]
Merge pull request #11562 from xeptore/patch-1
cleanup
mbehboodian [Fri, 26 Oct 2018 03:27:55 +0000 (06:57 +0330)]
cleanup
i guess that was an unnecessary (broken!) span element and official doc does not apply any highlighting on that block of code
Nicolas Coden [Thu, 25 Oct 2018 19:58:47 +0000 (21:58 +0200)]
Merge pull request #10949 from DanielRuf/fix/offcanvas-trigger-close-events
fix: consistent event name triggering in components
Nicolas Coden [Thu, 25 Oct 2018 18:09:06 +0000 (20:09 +0200)]
Merge pull request #11561 from DanielRuf/ci/test-nodejs-6-8-10-stable
ci: test Node.js 6, 8, 10 and stable
Nicolas Coden [Thu, 25 Oct 2018 17:57:29 +0000 (19:57 +0200)]
Merge branch 'develop' into DanielRuf/fix/offcanvas-trigger-close-events
Nicolas Coden [Thu, 25 Oct 2018 17:55:45 +0000 (19:55 +0200)]
Merge branch 'develop' into DanielRuf/ci/test-nodejs-6-8-10-stable
Nicolas Coden [Thu, 25 Oct 2018 17:54:28 +0000 (19:54 +0200)]
Merge pull request #11560 from ncoden/chore/update-dependencies-2018-10-24
chore: update dependencies (2018-10-24)
Daniel Ruf [Thu, 25 Oct 2018 06:04:09 +0000 (08:04 +0200)]
ci: test Node.js 6, 8, 10 and stable
Nicolas Coden [Wed, 24 Oct 2018 19:52:36 +0000 (21:52 +0200)]
chore: update dependencies (2018-10-24)
Major bump:
| Package | From | To |
| :------------------------------ | :---------- | :---------- |
| husky | 1.0.0-rc.2 | 1.0.0 |
| sinon | 6.3.5 | 7.0.0 |
Minor bump:
| Package | From | To |
| :------------------------------ | :---------- | :---------- |
| rollup | 0.65.2 | 0.66.6 |
Also, this commit relock devDependencies and update all sub-devDependencies.
Closes https://github.com/zurb/foundation-sites/issues/11555
Nicolas Coden [Wed, 24 Oct 2018 19:41:39 +0000 (21:41 +0200)]
chore: replace "multiline" dependency by "strip-indent"
Nicolas Coden [Wed, 24 Oct 2018 18:44:58 +0000 (20:44 +0200)]
Merge pull request #11559 from pnomolos/patch-2
Fixed spelling error in CONTRIBUTING.md
Nicolas Coden [Wed, 24 Oct 2018 18:44:13 +0000 (20:44 +0200)]
Merge pull request #11558 from pnomolos/patch-1
Fix spelling error on the installation docs
Phil Schalm [Wed, 24 Oct 2018 17:37:48 +0000 (10:37 -0700)]
Fixed spelling error in CONTRIBUTING.md
Phil Schalm [Wed, 24 Oct 2018 17:34:58 +0000 (10:34 -0700)]
Fix spelling error on 'pythong'
Nicolas Coden [Tue, 23 Oct 2018 20:49:07 +0000 (22:49 +0200)]
refactor: clean up "Drilldown._hideAll()" method
1. Retrieve datas and elements
2. Apply actions on them
3. Trigger events
Nicolas Coden [Tue, 23 Oct 2018 20:44:39 +0000 (22:44 +0200)]
fix: fix wrong context when triggering "closed.zf.drilldown" in Drilldown
When triggering "closed.zf.drilldown", the context `this` should be the component. But jQuery's `.one(...)` change it to `$elem`.
Nicolas Coden [Tue, 23 Oct 2018 20:41:10 +0000 (22:41 +0200)]
test: fix Drilldown test for the "closed.zf.drilldown" event
- Remove unecessary event layers (`close.zf.drilldown` is already tested)
- Expect "is-closed" and "is-active" NOT to be present.
- Avoir calling `done()` several times. Call `done()` after all testes passed.
Nicolas Coden [Tue, 23 Oct 2018 10:43:56 +0000 (12:43 +0200)]
Merge pull request #11553 from brendo/docs/drilldown-typo
docs: fix typo in drilldown docs for autoApplyClass
Brendan Abbott [Tue, 23 Oct 2018 00:36:15 +0000 (20:36 -0400)]
docs: correct typo in drilldown for autoApplyClass
Nicolas Coden [Mon, 22 Oct 2018 21:58:51 +0000 (23:58 +0200)]
Merge branch 'develop' into DanielRuf/fix/offcanvas-trigger-close-events
Nicolas Coden [Sun, 21 Oct 2018 14:36:20 +0000 (16:36 +0200)]
Use pull request #11550 from ncoden/tests/travis-run-sass-tests for v6.5.0
495a6ead0 tests: run Sass unit tests in Travis CI
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sun, 21 Oct 2018 14:36:20 +0000 (16:36 +0200)]
Use pull request #11549 from ncoden/docs/callout-close-button-callout-example for v6.5.0
7cffc5266 docs: make Callout closable in the first Close Button example
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Josh Friend [Sun, 21 Oct 2018 14:36:19 +0000 (16:36 +0200)]
Use pull request #11548 from joshwhatk/fix-converts-misspelling for v6.5.0
044ce5b3e Fix `Converts` misspelling
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sun, 21 Oct 2018 14:36:19 +0000 (16:36 +0200)]
Use pull request #11545 from ncoden/docs/javascript-plugin-instanciation-element for v6.5.0
3a079659e docs: fix plugins instantiation examples in Javascript docs
Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sun, 21 Oct 2018 14:36:06 +0000 (16:36 +0200)]
Merge branch 'master-v6.5' into develop-v6.5
Nicolas Coden [Sun, 21 Oct 2018 10:57:36 +0000 (12:57 +0200)]
Merge pull request #11550 from ncoden/tests/travis-run-sass-tests
tests: run Sass unit tests in Travis CI
Nicolas Coden [Sun, 21 Oct 2018 10:56:58 +0000 (12:56 +0200)]
Merge pull request #11549 from ncoden/docs/callout-close-button-callout-example
docs: make Callout closable in the first Close Button example
Nicolas Coden [Sat, 20 Oct 2018 21:38:23 +0000 (23:38 +0200)]
tests: run Sass unit tests in Travis CI
npm "test" script run both Javascript and Sass unit tests
Nicolas Coden [Sat, 20 Oct 2018 21:02:35 +0000 (23:02 +0200)]
docs: make Callout closable in the first Close Button example
People could get confused with the example showing a close button that have not effect. This commit makes the Callout closable in the first Close Button example.