]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
7 years agomore accurate -zf-zero-breakpoint error message 11103/head
Andy Cochran [Wed, 28 Mar 2018 16:40:05 +0000 (12:40 -0400)] 
more accurate -zf-zero-breakpoint error message

7 years agoMerge pull request #11093 from ncoden/fix/nested-reveal-deep-link-history-8012
Nicolas Coden [Tue, 27 Mar 2018 21:58:37 +0000 (23:58 +0200)] 
Merge pull request #11093 from ncoden/fix/nested-reveal-deep-link-history-8012

fix: fix history browsing with nested Reveal and deep-linking

7 years agoMerge pull request #11084 from VoltiSubito/variables-for-callout-padding
Nicolas Coden [Tue, 27 Mar 2018 18:30:48 +0000 (20:30 +0200)] 
Merge pull request #11084 from VoltiSubito/variables-for-callout-padding

feat(?): Adds variables for padding of large and small callouts

7 years agoMerge pull request #11083 from DanielRuf/chore/remove-deprecated-responsive-embed...
Nicolas Coden [Mon, 26 Mar 2018 19:08:20 +0000 (21:08 +0200)] 
Merge pull request #11083 from DanielRuf/chore/remove-deprecated-responsive-embed-mixins

chore: remove deprecated mixins

7 years agoMerge pull request #11077 from ncoden/fix/on-load-listeners
Nicolas Coden [Mon, 26 Mar 2018 17:48:46 +0000 (19:48 +0200)] 
Merge pull request #11077 from ncoden/fix/on-load-listeners

fix: fix "load" actions in dynamically added components

7 years agoMerge pull request #10856 from ncoden/chore/sort-sass-components-by-specificity
Nicolas Coden [Mon, 26 Mar 2018 17:47:21 +0000 (19:47 +0200)] 
Merge pull request #10856 from ncoden/chore/sort-sass-components-by-specificity

chore: sort Sass components in categories

7 years agoMerge remote-tracking branch 'zurb/develop' into chore/sort-sass-components-by-specif... 10856/head
Nicolas Coden [Mon, 26 Mar 2018 17:46:51 +0000 (19:46 +0200)] 
Merge remote-tracking branch 'zurb/develop' into chore/sort-sass-components-by-specificity

7 years agotests: add visual tests for nested Reveal with deep-linking 11093/head
Nicolas Coden [Mon, 26 Mar 2018 08:12:08 +0000 (10:12 +0200)] 
tests: add visual tests for nested Reveal with deep-linking

See https://github.com/zurb/foundation-sites/issues/8012#issuecomment-372816984

7 years agofix: prevent Reveal opening with its hash already set to add history entry
Nicolas Coden [Mon, 26 Mar 2018 08:11:32 +0000 (10:11 +0200)] 
fix: prevent Reveal opening with its hash already set to add history entry

7 years agofix: update history when closing Reveal with `replaceState` #8012
Nicolas Coden [Mon, 26 Mar 2018 08:08:31 +0000 (10:08 +0200)] 
fix: update history when closing Reveal with `replaceState` #8012

When closing a Reveal with `replaceState: true`, push a new entry to reset the hash. So going back to the history reopen the modals opened before in reverse order.

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

7 years agoMerge pull request #11086 from ncoden/chore/normalize-8
Nicolas Coden [Sun, 25 Mar 2018 18:25:49 +0000 (20:25 +0200)] 
Merge pull request #11086 from ncoden/chore/normalize-8

chore: drop `normalize-scss` and upgrade to normalize.css v8.0.0

7 years agoMerge pull request #10952 from ncoden/fix/make-toggler-target-an-option-10892
Nicolas Coden [Sat, 24 Mar 2018 20:45:12 +0000 (21:45 +0100)] 
Merge pull request #10952 from ncoden/fix/make-toggler-target-an-option-10892

fix: make Toggler target an option #10892

7 years agochore: remove deprecated grid-column-uncollapse and grid-col-uncollapse mixins 11083/head
Daniel Ruf [Sat, 24 Mar 2018 16:05:30 +0000 (17:05 +0100)] 
chore: remove deprecated grid-column-uncollapse and grid-col-uncollapse mixins

7 years agoMerge pull request #11065 from DanielRuf/fix/reveal-overflow-11064
Nicolas Coden [Sat, 24 Mar 2018 14:31:30 +0000 (15:31 +0100)] 
Merge pull request #11065 from DanielRuf/fix/reveal-overflow-11064

fix: do not add the scrollbar by default

7 years agoMerge pull request #11085 from DanielRuf/fix/xy-grid-frame-scrollbar-10793
Nicolas Coden [Fri, 23 Mar 2018 22:27:15 +0000 (23:27 +0100)] 
Merge pull request #11085 from DanielRuf/fix/xy-grid-frame-scrollbar-10793

fix: add missing vertical scrollbar in xy-grid frame

7 years agochore: drop `normalize-scss` and upgrade to normalize.css v8.0.0 11086/head
Nicolas Coden [Fri, 23 Mar 2018 22:14:36 +0000 (23:14 +0100)] 
chore: drop `normalize-scss` and upgrade to normalize.css v8.0.0

`normalize-scss` is not maintained and actually pollute the Sass namespace. Move back to a as-hard-to-maintain approach with a Sass mixin hosting the normalize.css code.

Note: `/* */` comments where replaced by `//` comments to not being output.

7 years agostyle: sort Sass components inside each category alphabetically
Nicolas Coden [Fri, 23 Mar 2018 19:01:12 +0000 (20:01 +0100)] 
style: sort Sass components inside each category alphabetically

Note:
* forms & typograph has been moved to global styles, as they apply properties on tags and not custom components
* Accodtion/Drilldrown/Dropdown menus must be after `menu`

7 years agoMerge remote-tracking branch 'zurb/develop' into chore/sort-sass-components-by-specif...
Nicolas Coden [Fri, 23 Mar 2018 18:42:47 +0000 (19:42 +0100)] 
Merge remote-tracking branch 'zurb/develop' into chore/sort-sass-components-by-specificity

7 years agoMerge remote-tracking branch 'zurb/develop' into fix/on-load-listeners 11077/head
Nicolas Coden [Fri, 23 Mar 2018 09:08:20 +0000 (10:08 +0100)] 
Merge remote-tracking branch 'zurb/develop' into fix/on-load-listeners

7 years agofix: refactor the `onLoad` uility to allow to unbind the created listenner
Nicolas Coden [Fri, 23 Mar 2018 09:01:56 +0000 (10:01 +0100)] 
fix: refactor the `onLoad` uility to allow to unbind the created listenner

7 years agoSwaps specific callout padding size variables for a map of size to padding 11084/head
Jason Schindler [Fri, 23 Mar 2018 03:31:11 +0000 (22:31 -0500)] 
Swaps specific callout padding size variables for a map of size to padding

7 years agofix: add missing vertical scrollbar in xy-grid frame 11085/head
Daniel Ruf [Thu, 22 Mar 2018 20:46:58 +0000 (21:46 +0100)] 
fix: add missing vertical scrollbar in xy-grid frame

7 years agoAdds variables for padding of large and small callouts
Jason Schindler [Thu, 22 Mar 2018 15:23:28 +0000 (10:23 -0500)] 
Adds variables for padding of large and small callouts

7 years agochore: remove deprecated responsive embed mixins
Daniel Ruf [Thu, 22 Mar 2018 13:38:31 +0000 (14:38 +0100)] 
chore: remove deprecated responsive embed mixins

7 years agoMerge pull request #11076 from ncoden/fix/magellan-href-reference
Nicolas Coden [Wed, 21 Mar 2018 21:29:17 +0000 (22:29 +0100)] 
Merge pull request #11076 from ncoden/fix/magellan-href-reference

fix: fix reference to component in `Magellan._events`

7 years agoMerge pull request #11073 from DanielRuf/chore/move-from-bower-to-npm
Nicolas Coden [Tue, 20 Mar 2018 22:29:36 +0000 (23:29 +0100)] 
Merge pull request #11073 from DanielRuf/chore/move-from-bower-to-npm

chore: move from bower to npm

7 years agoMerge pull request #11012 from ncoden/chore/and-js-min-sourcefiles-10999
Nicolas Coden [Tue, 20 Mar 2018 10:45:53 +0000 (11:45 +0100)] 
Merge pull request #11012 from ncoden/chore/and-js-min-sourcefiles-10999

chore: add sourcemaps for JS and minified files #10999

7 years agoMerge branch 'develop' into chore/and-js-min-sourcefiles-10999 11012/head
Nicolas Coden [Tue, 20 Mar 2018 08:40:02 +0000 (09:40 +0100)] 
Merge branch 'develop' into chore/and-js-min-sourcefiles-10999

7 years agofix: remove useless manual sourcemaps prefixing in gulp "deploy:dist" task
Nicolas Coden [Tue, 20 Mar 2018 08:37:55 +0000 (09:37 +0100)] 
fix: remove useless manual sourcemaps prefixing in gulp "deploy:dist" task

Sourcemaps output names are resolved at writting once source files are already renamed with the `.min` prefix.

7 years agoMerge pull request #11056 from ncoden/fix/tooltip-a11y-11054
Nicolas Coden [Mon, 19 Mar 2018 23:01:52 +0000 (00:01 +0100)] 
Merge pull request #11056 from ncoden/fix/tooltip-a11y-11054

fix: fix Tooltip cleaning on destroy #11054

7 years agoMerge pull request #11067 from DanielRuf/chore/tooltip-remove-deprecated-position...
Nicolas Coden [Mon, 19 Mar 2018 07:13:36 +0000 (08:13 +0100)] 
Merge pull request #11067 from DanielRuf/chore/tooltip-remove-deprecated-position-class-11066

chore: remove the deprecated positionClass in tooltip

7 years agofix: fix reference to component in `Magellan._events` 11076/head
Nicolas Coden [Sun, 18 Mar 2018 20:36:06 +0000 (21:36 +0100)] 
fix: fix reference to component in `Magellan._events`

Bug introduced in https://github.com/zurb/foundation-sites/pull/10988 (6371c6da3de11adf3dce181ec5b7cd5959fe5f8d)

7 years agofix: fix various component listeners on page load when the page is already loaded
Nicolas Coden [Sun, 18 Mar 2018 20:27:26 +0000 (21:27 +0100)] 
fix: fix various component listeners on page load when the page is already loaded

Prevent bugs in Accordion, Magellan, OffCanvas, Reveal, Sticky, Tabs and trigger utilities when the component is dynamically added because the window `load` event they rely on would never be triggered.

Note: In addition to the bug fix, the following behaviors are changed:
* Accordion now smoothly scroll to the opened pane when the hash is changed

7 years agofeat: add `onLoad` utility to wait for page load even after it is already loaded
Nicolas Coden [Sun, 18 Mar 2018 20:16:11 +0000 (21:16 +0100)] 
feat: add `onLoad` utility to wait for page load even after it is already loaded

7 years agochore: move from bower to npm 11073/head
Daniel Ruf [Sun, 18 Mar 2018 19:51:03 +0000 (20:51 +0100)] 
chore: move from bower to npm

7 years agoMerge pull request #11052 from DanielRuf/fix/toggler-aria-expanded-on-trigger-11049
Nicolas Coden [Sat, 17 Mar 2018 22:21:52 +0000 (23:21 +0100)] 
Merge pull request #11052 from DanielRuf/fix/toggler-aria-expanded-on-trigger-11049

fix: add aria-expanded to the toggler trigger

7 years agotests: replace duplicate code in the toggler test 11052/head
Daniel Ruf [Sat, 17 Mar 2018 19:29:33 +0000 (20:29 +0100)] 
tests: replace duplicate code in the toggler test

7 years agoMerge pull request #10968 from alliclemens/alliclemens-dropdown-unit-tests
Nicolas Coden [Fri, 16 Mar 2018 21:37:49 +0000 (22:37 +0100)] 
Merge pull request #10968 from alliclemens/alliclemens-dropdown-unit-tests

Unit Tests added for dropdown

7 years agochore: remove the deprecated positionClass in tooltip 11067/head
Daniel Ruf [Thu, 15 Mar 2018 21:42:37 +0000 (22:42 +0100)] 
chore: remove the deprecated positionClass in tooltip

7 years agoMerge pull request #11036 from colin-marshall/chore/update-eslint-to-v4
Nicolas Coden [Thu, 15 Mar 2018 21:14:41 +0000 (22:14 +0100)] 
Merge pull request #11036 from colin-marshall/chore/update-eslint-to-v4

chore: update eslint/gulp-eslint to v4

7 years agofix: do not add the scrollbar by default 11065/head
Daniel Ruf [Thu, 15 Mar 2018 20:14:12 +0000 (21:14 +0100)] 
fix: do not add the scrollbar by default

7 years agofix: correctly clear tooltip classes on destroy 11056/head
Nicolas Coden [Thu, 15 Mar 2018 08:07:47 +0000 (09:07 +0100)] 
fix: correctly clear tooltip classes on destroy

Changes:
* remove the `triggerClass` option instead of `.has-tip`
* remove `.bottom`

7 years agofix: remove invalid attribute `aria-haspopup` for tooltip
Nicolas Coden [Thu, 15 Mar 2018 08:04:49 +0000 (09:04 +0100)] 
fix: remove invalid attribute `aria-haspopup` for tooltip

See:
* https://github.com/zurb/foundation-sites/issues/11054
* https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup

7 years agofix: apply aria-expanded to the toggler triggers in _updateARIA
Daniel Ruf [Tue, 13 Mar 2018 22:18:33 +0000 (23:18 +0100)] 
fix: apply aria-expanded to the toggler triggers in _updateARIA

7 years agofix: add aria-expanded to the toggler triggers
Daniel Ruf [Tue, 13 Mar 2018 20:54:41 +0000 (21:54 +0100)] 
fix: add aria-expanded to the toggler triggers

7 years agoMerge pull request #11002 from DanielRuf/fix/foundation-everything-xy-grid-10742
Nicolas Coden [Tue, 13 Mar 2018 20:33:11 +0000 (21:33 +0100)] 
Merge pull request #11002 from DanielRuf/fix/foundation-everything-xy-grid-10742

fix: add the xy-grid parameter to foundation-everything

7 years agoMerge pull request #11041 from DanielRuf/fix/reveal-destroy-remove-open-classes-10626
Nicolas Coden [Tue, 13 Mar 2018 20:21:18 +0000 (21:21 +0100)] 
Merge pull request #11041 from DanielRuf/fix/reveal-destroy-remove-open-classes-10626

fix: remove the open classes if no visible reveal exists after destro…

7 years agofix: fallback for xy-check 11002/head
Daniel Ruf [Mon, 12 Mar 2018 22:42:30 +0000 (23:42 +0100)] 
fix: fallback for xy-check

7 years agofix: make removeRevealOpenClasses and addRevealOpenClasses available for the whole... 11041/head
Daniel Ruf [Mon, 12 Mar 2018 07:41:30 +0000 (08:41 +0100)] 
fix: make removeRevealOpenClasses and addRevealOpenClasses available for the whole component

7 years agofix: use right reference to the local context
Daniel Ruf [Mon, 12 Mar 2018 07:20:55 +0000 (08:20 +0100)] 
fix: use right reference to the local context

7 years agofix: properly call removeRevealOpenClasses, add comments, remove a few empty lines
Daniel Ruf [Mon, 12 Mar 2018 06:59:50 +0000 (07:59 +0100)] 
fix: properly call removeRevealOpenClasses, add comments, remove a few empty lines

7 years agofix: remove the open classes if no visible reveal exists after destroying one
Daniel Ruf [Sun, 11 Mar 2018 22:35:53 +0000 (23:35 +0100)] 
fix: remove the open classes if no visible reveal exists after destroying one

7 years agoMerge pull request #11025 from jellisii/accordionPlusMinus
Nicolas Coden [Sat, 10 Mar 2018 21:11:21 +0000 (22:11 +0100)] 
Merge pull request #11025 from jellisii/accordionPlusMinus

Allow for setting of custom plus/minus indicators for Accordion.

7 years agoUpdate gulp-eslint to v4 11036/head
Colin Marshall [Sat, 10 Mar 2018 21:07:11 +0000 (14:07 -0700)] 
Update gulp-eslint to v4

7 years agoRemoved duplicate/misplaced ecmaVersion setting
Colin Marshall [Sat, 10 Mar 2018 20:59:53 +0000 (13:59 -0700)] 
Removed duplicate/misplaced ecmaVersion setting

7 years agoRevert "Add scroll to browser test display to allow viewing of all test results" 10968/head
Nicolas Coden [Fri, 9 Mar 2018 21:57:42 +0000 (22:57 +0100)] 
Revert "Add scroll to browser test display to allow viewing of all test results"

This reverts commit 2d56de0b675b41d2205d051651989ea98b672dfa.
See: https://github.com/zurb/foundation-sites/pull/10968#issuecomment-371957423

7 years agoMerge branch 'develop' into jellisii/accordionPlusMinus 11025/head
Nicolas Coden [Thu, 8 Mar 2018 21:17:34 +0000 (22:17 +0100)] 
Merge branch 'develop' into jellisii/accordionPlusMinus

7 years agoMerge pull request #10988 from DanielRuf/fix/magellan-update-active
Nicolas Coden [Thu, 8 Mar 2018 21:16:27 +0000 (22:16 +0100)] 
Merge pull request #10988 from DanielRuf/fix/magellan-update-active

fix: fire updateActive after calcPoints

7 years agodocs: improve Accordion icon content settings documentation
Nicolas Coden [Thu, 8 Mar 2018 21:10:07 +0000 (22:10 +0100)] 
docs: improve Accordion icon content settings documentation

See https://github.com/zurb/foundation-sites/pull/11025/files#r173287607

7 years agostyle: rename Accordion icon content settings
Nicolas Coden [Thu, 8 Mar 2018 21:09:26 +0000 (22:09 +0100)] 
style: rename Accordion icon content settings

See https://github.com/zurb/foundation-sites/pull/11025/files#r173285018

7 years agofeat: add Pagination option to customize arrow icons
Nicolas Coden [Thu, 8 Mar 2018 21:02:45 +0000 (22:02 +0100)] 
feat: add Pagination option to customize arrow icons

Similar to https://github.com/zurb/foundation-sites/pull/11025

> It make me think that we should have these options for every component where it could be useful to customize them, for lrt/rtl support and design customization (with a custom webfont for example).

7 years agoAllow for setting of custom plus/minus indicators.
J. Eric Ellis [Thu, 8 Mar 2018 13:00:43 +0000 (08:00 -0500)] 
Allow for setting of custom plus/minus indicators.

7 years agotests: various fix in Dropdown tests
Nicolas Coden [Tue, 6 Mar 2018 22:58:46 +0000 (23:58 +0100)] 
tests: various fix in Dropdown tests

Changes:
* split tests about `open()` or mouse events
* tests triggered events instead of method calling for mouse events
* add missing `done()` when test is asynchronous
* rely on options passed to plugin instead of in the HTML
* test the Id of the focused element instead of the whole HTML (it can change)
* improve various tests names

7 years agoclean: remove console.log in Dropdown tests
Nicolas Coden [Tue, 6 Mar 2018 22:54:31 +0000 (23:54 +0100)] 
clean: remove console.log in Dropdown tests

7 years agoMerge branch 'develop' into alliclemens/alliclemens-dropdown-unit-tests
Nicolas Coden [Tue, 6 Mar 2018 20:45:08 +0000 (21:45 +0100)] 
Merge branch 'develop' into alliclemens/alliclemens-dropdown-unit-tests

7 years agoMerge pull request #11011 from ncoden/fix/hashchange-event-compatibility-10771
Nicolas Coden [Tue, 6 Mar 2018 20:40:18 +0000 (21:40 +0100)] 
Merge pull request #11011 from ncoden/fix/hashchange-event-compatibility-10771

fix: use `hashchange` event instead of `popstate` for IE/Edge compatibility

7 years agoMerge pull request #11018 from DanielRuf/fix/menu-remove-unused-hover-variable-10758
Nicolas Coden [Tue, 6 Mar 2018 20:39:34 +0000 (21:39 +0100)] 
Merge pull request #11018 from DanielRuf/fix/menu-remove-unused-hover-variable-10758

fix: remove the unused menu-item-background-hover variable

7 years agoMerge pull request #10965 from DanielRuf/fix/develop-dropdown-eventnames
Nicolas Coden [Mon, 5 Mar 2018 22:59:32 +0000 (23:59 +0100)] 
Merge pull request #10965 from DanielRuf/fix/develop-dropdown-eventnames

fix: camelCase all events

7 years agoMerge pull request #11001 from DanielRuf/fix/tabs-remove-unused-variable-expand-max...
Nicolas Coden [Mon, 5 Mar 2018 22:56:14 +0000 (23:56 +0100)] 
Merge pull request #11001 from DanielRuf/fix/tabs-remove-unused-variable-expand-max-8484

fix: remove the unused tab-expand-max variable

7 years agofix: remove the unused menu-item-background-hover variable 11018/head
Daniel Ruf [Mon, 5 Mar 2018 22:05:21 +0000 (23:05 +0100)] 
fix: remove the unused menu-item-background-hover variable

7 years agoMerge pull request #11003 from DanielRuf/tests/run-tests-all-node-versions
Nicolas Coden [Sun, 4 Mar 2018 22:59:58 +0000 (23:59 +0100)] 
Merge pull request #11003 from DanielRuf/tests/run-tests-all-node-versions

tests: run tests on latest stable and LTS releases of Node.js

7 years agoclean: remove comment about a resolved bug in Magellan tests 10988/head
Nicolas Coden [Sun, 4 Mar 2018 22:51:10 +0000 (23:51 +0100)] 
clean: remove comment about a resolved bug in Magellan tests

https://github.com/zurb/foundation-sites/pull/10906

7 years agotests: revert to systematic test of magellan graceful failure
Nicolas Coden [Sun, 4 Mar 2018 22:50:05 +0000 (23:50 +0100)] 
tests: revert to systematic test of magellan graceful failure

Partially revert e89d85cbf4328c8d925a64bde7e2525c88841d5a

Test Magellan.scrollToLoc systematically as it should _never_ throw an error when target does not exists.

7 years agostyle: add some doc for minified source map
Nicolas Coden [Sun, 4 Mar 2018 18:57:42 +0000 (19:57 +0100)] 
style: add some doc for minified source map

7 years agochore: add sourcemaps for minified files
Nicolas Coden [Sun, 4 Mar 2018 18:56:52 +0000 (19:56 +0100)] 
chore: add sourcemaps for minified files

7 years agochore: add JS sourcemaps
Nicolas Coden [Sun, 4 Mar 2018 18:55:29 +0000 (19:55 +0100)] 
chore: add JS sourcemaps

See https://github.com/shama/webpack-stream#source-maps

7 years agofix: copy the sourcemap files (#10998)
Daniel Ruf [Sun, 4 Mar 2018 16:41:32 +0000 (17:41 +0100)] 
fix: copy the sourcemap files (#10998)

7 years agofix: use `hashchange` event instead of `popstate` for IE/Edge compatibility 11011/head
Nicolas Coden [Sun, 4 Mar 2018 16:29:57 +0000 (17:29 +0100)] 
fix: use `hashchange` event instead of `popstate` for IE/Edge compatibility

See: https://github.com/zurb/foundation-sites/pull/11006#issuecomment-370193395

Previous PR: https://github.com/zurb/foundation-sites/pull/11006 (@DanielRuf)
Closes https://github.com/zurb/foundation-sites/issues/10771 (@hubert-ried)

7 years agoMerge pull request #10927 from ncoden/fix/xy-grid-responsive-modifiers-reset-10891
Nicolas Coden [Sat, 3 Mar 2018 17:21:11 +0000 (18:21 +0100)] 
Merge pull request #10927 from ncoden/fix/xy-grid-responsive-modifiers-reset-10891

fix: fix XY Grid responsive widths with shrink/auto #10891

7 years agofix: move xy-grid check under flex-grid check
Daniel Ruf [Fri, 2 Mar 2018 23:36:27 +0000 (00:36 +0100)] 
fix: move xy-grid check under flex-grid check

7 years agotests: use the Boron and Carbon LTS releases 11003/head
Daniel Ruf [Fri, 2 Mar 2018 23:26:10 +0000 (00:26 +0100)] 
tests: use the Boron and Carbon LTS releases

7 years agofix: set the global xy-grid variable based on the local y-grid parameter
Daniel Ruf [Fri, 2 Mar 2018 23:21:24 +0000 (00:21 +0100)] 
fix: set the global xy-grid variable based on the local y-grid parameter

7 years agotests: run tests on latest stable and LTS releases of Node.js
Daniel Ruf [Fri, 2 Mar 2018 23:12:10 +0000 (00:12 +0100)] 
tests: run tests on latest stable and LTS releases of Node.js

7 years agotests: make sure that the Magellan tests are properly running
Daniel Ruf [Fri, 2 Mar 2018 20:15:50 +0000 (21:15 +0100)] 
tests: make sure that the Magellan tests are properly running

7 years agotests: only test Node.js 6 and higher
Daniel Ruf [Fri, 2 Mar 2018 19:55:53 +0000 (20:55 +0100)] 
tests: only test Node.js 6 and higher

7 years agotests: run tests on all Node.js versions
Daniel Ruf [Fri, 2 Mar 2018 19:46:15 +0000 (20:46 +0100)] 
tests: run tests on all Node.js versions

7 years agofix: add the xy-grid parameter to foundation-everything
Daniel Ruf [Fri, 2 Mar 2018 19:25:29 +0000 (20:25 +0100)] 
fix: add the xy-grid parameter to foundation-everything

7 years agofix: remove the unused tab-expand-max variable 11001/head
Daniel Ruf [Fri, 2 Mar 2018 19:07:00 +0000 (20:07 +0100)] 
fix: remove the unused tab-expand-max variable

7 years agodo less calculations to improve the performance
Daniel Ruf [Wed, 28 Feb 2018 22:13:50 +0000 (23:13 +0100)] 
do less calculations to improve the performance

7 years agoMerge pull request #10990 from DanielRuf/fix/get-fn-name-unit-test
Nicolas Coden [Tue, 27 Feb 2018 20:40:29 +0000 (21:40 +0100)] 
Merge pull request #10990 from DanielRuf/fix/get-fn-name-unit-test

fix: do not test for inferred names in getFnName unit test

7 years agoMerge branch 'develop' into fix/develop-dropdown-eventnames 10965/head
Daniel Ruf [Mon, 26 Feb 2018 23:10:43 +0000 (00:10 +0100)] 
Merge branch 'develop' into fix/develop-dropdown-eventnames

7 years agoremove spaces
Daniel Ruf [Mon, 26 Feb 2018 23:10:04 +0000 (00:10 +0100)] 
remove spaces

7 years agooffcanvas: integrate changes from the develop branch, camelcase closed event
Daniel Ruf [Mon, 26 Feb 2018 23:06:57 +0000 (00:06 +0100)] 
offcanvas: integrate changes from the develop branch, camelcase closed event

7 years agoproperly camelcase offCanvas and smoothScroll events
Daniel Ruf [Mon, 26 Feb 2018 23:00:37 +0000 (00:00 +0100)] 
properly camelcase offCanvas and smoothScroll events

7 years agoMerge pull request #10960 from jellisii/develop
Nicolas Coden [Mon, 26 Feb 2018 22:46:24 +0000 (23:46 +0100)] 
Merge pull request #10960 from jellisii/develop

Added 'disabled' styling to switches.

7 years agoadd info about inferred names of anonymous functions 10990/head
Daniel Ruf [Mon, 26 Feb 2018 22:15:56 +0000 (23:15 +0100)] 
add info about inferred names of anonymous functions

7 years agoremove unused code
Daniel Ruf [Mon, 26 Feb 2018 22:12:12 +0000 (23:12 +0100)] 
remove unused code

7 years agofix small typo
Daniel Ruf [Mon, 26 Feb 2018 22:08:06 +0000 (23:08 +0100)] 
fix small typo

7 years agofix: do not test for inferred names in getFnName unit test
Daniel Ruf [Mon, 26 Feb 2018 21:53:38 +0000 (22:53 +0100)] 
fix: do not test for inferred names in getFnName unit test

7 years agofire updateActive after calcPoints
Daniel Ruf [Mon, 26 Feb 2018 21:05:48 +0000 (22:05 +0100)] 
fire updateActive after calcPoints