]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
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 agodocs: center the thumbnails
Daniel Ruf [Fri, 9 Mar 2018 21:51:57 +0000 (22:51 +0100)] 
docs: center the thumbnails

7 years agodocs: improve wording in toggler docs 11031/head
Daniel Ruf [Fri, 9 Mar 2018 21:32:52 +0000 (22:32 +0100)] 
docs: improve wording in toggler docs

7 years agodocs: make clear that data-toggler of toggler supports .classname and classname
Daniel Ruf [Fri, 9 Mar 2018 20:26:08 +0000 (21:26 +0100)] 
docs: make clear that data-toggler of toggler supports .classname and classname

7 years agodocs: remove the unused data-btm-offset-pct in reveal 11030/head
Daniel Ruf [Fri, 9 Mar 2018 19:49:34 +0000 (20:49 +0100)] 
docs: remove the unused data-btm-offset-pct in reveal

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 agoMerge pull request #11024 from DanielRuf/docs/fix-small-typo
Nicolas Coden [Thu, 8 Mar 2018 08:56:14 +0000 (09:56 +0100)] 
Merge pull request #11024 from DanielRuf/docs/fix-small-typo

docs: fix small typo

7 years agodocs: fix small typo 11024/head
Daniel Ruf [Thu, 8 Mar 2018 07:14:52 +0000 (08:14 +0100)] 
docs: fix small typo

7 years agochore: add Edge to the compatibility table 11023/head
Daniel Ruf [Thu, 8 Mar 2018 07:13:31 +0000 (08:13 +0100)] 
chore: add Edge to the compatibility table

7 years agochore: update the browserslist config according to the compability table
Daniel Ruf [Wed, 7 Mar 2018 07:30:24 +0000 (08:30 +0100)] 
chore: update the browserslist config according to the compability table

7 years agoMerge pull request #10993 from gormus/patch-2
Nicolas Coden [Tue, 6 Mar 2018 22:59:49 +0000 (23:59 +0100)] 
Merge pull request #10993 from gormus/patch-2

Remove `.info` class name

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 #11005 from DanielRuf/docs/update-sri-hashes-11004
Nicolas Coden [Mon, 5 Mar 2018 22:56:34 +0000 (23:56 +0100)] 
Merge pull request #11005 from DanielRuf/docs/update-sri-hashes-11004

docs: update the SRI hashes

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 agodocs: remove out-of-date bug warning in Reponsive Navigation 11010/head
Nicolas Coden [Sat, 3 Mar 2018 22:20:15 +0000 (23:20 +0100)] 
docs: remove out-of-date bug warning in Reponsive Navigation

Introduced in https://github.com/zurb/foundation-sites/commit/d93ac93941ae1b01165f0f97fc7f60f6679811d9 (https://github.com/zurb/foundation-sites/pull/10058)

Bug in v6.3.1: https://codepen.io/IamManchanda/pen/OmawKe
Resolved in v6.4.3: https://codepen.io/ncoden/pen/XZQBPJ

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 agodocs: update the SRI hashes 11005/head
Daniel Ruf [Fri, 2 Mar 2018 21:00:14 +0000 (22:00 +0100)] 
docs: update the SRI hashes

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 agofix: remove top and bottom padding from select tags
Daniel Ruf [Fri, 2 Mar 2018 18:57:21 +0000 (19:57 +0100)] 
fix: remove top and bottom padding from select tags

7 years agoMerge branch 'develop' of github.com:zurb/foundation-sites into fix/fix-es6-plugins...
Nicolas Coden [Thu, 1 Mar 2018 21:20:56 +0000 (22:20 +0100)] 
Merge branch 'develop' of github.com:zurb/foundation-sites into fix/fix-es6-plugins-webpack-build-2

7 years agoMerge pull request #10996 from DanielRuf/docs/default-reveal-width-8707
Nicolas Coden [Thu, 1 Mar 2018 21:07:00 +0000 (22:07 +0100)] 
Merge pull request #10996 from DanielRuf/docs/default-reveal-width-8707

docs: fix and improve the description of the default reveal width

7 years agoadd missing backticks 10996/head
Daniel Ruf [Thu, 1 Mar 2018 00:09:10 +0000 (01:09 +0100)] 
add missing backticks

7 years agodocs: just reference the reveal-width variable
Daniel Ruf [Thu, 1 Mar 2018 00:01:15 +0000 (01:01 +0100)] 
docs: just reference the reveal-width variable

7 years agodocs: fix and improve the description of the default reveal width
Daniel Ruf [Wed, 28 Feb 2018 23:53:32 +0000 (00:53 +0100)] 
docs: fix and improve the description of the default reveal width

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 agoRemove `.info` class name 10993/head
Osman Gormus [Wed, 28 Feb 2018 19:07:58 +0000 (11:07 -0800)] 
Remove `.info` class name

The example suggest there is a `.info` class available for labels. However there is no definition for `.info` class, the demo is simply rendering the default `.label`.

7 years agoMerge pull request #10962 from DanielRuf/docs/xy-grid-flex-grid-fallback
Nicolas Coden [Tue, 27 Feb 2018 21:51:59 +0000 (22:51 +0100)] 
Merge pull request #10962 from DanielRuf/docs/xy-grid-flex-grid-fallback

docs: the flexgrid is used if $xy-grid is set to false

7 years agoMerge pull request #10966 from SassNinja/hotfix/10328_offcanvas_docs_update
Nicolas Coden [Tue, 27 Feb 2018 21:50:58 +0000 (22:50 +0100)] 
Merge pull request #10966 from SassNinja/hotfix/10328_offcanvas_docs_update

Update off-canvas docs

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 #10986 from ncoden/docs/fix-broken-link-xy-grid-10985
Nicolas Coden [Mon, 26 Feb 2018 22:47:02 +0000 (23:47 +0100)] 
Merge pull request #10986 from ncoden/docs/fix-broken-link-xy-grid-10985

docs: fix broken links #10985

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 agoMerge remote-tracking branch 'zurb/develop' into fix/fix-es6-plugins-webpack-build-2
Nicolas Coden [Mon, 26 Feb 2018 21:44:29 +0000 (22:44 +0100)] 
Merge remote-tracking branch 'zurb/develop' into fix/fix-es6-plugins-webpack-build-2

7 years agochore: move `core` and `util.core` tests to the `core` namespace
Nicolas Coden [Mon, 26 Feb 2018 21:43:18 +0000 (22:43 +0100)] 
chore: move `core` and `util.core` tests to the `core` namespace

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

7 years agoMerge pull request #10906 from zurb/coreysyms-patch-magellan-constant-updates
Nicolas Coden [Mon, 26 Feb 2018 07:15:01 +0000 (08:15 +0100)] 
Merge pull request #10906 from zurb/coreysyms-patch-magellan-constant-updates

fix: fire Magellan update event only where there is a change

7 years agochore: prevent `core.utils` and `core.plugin` duplication across plugin entries
Nicolas Coden [Mon, 26 Feb 2018 06:25:27 +0000 (07:25 +0100)] 
chore: prevent `core.utils` and `core.plugin` duplication across plugin entries

Export all `foundation.core.*` files in the `foundation.core` entry to prevent duplication across plugin entries without adding new entries.

7 years agochore: move `util.core` and `plugin` to the `core` namespace
Nicolas Coden [Mon, 26 Feb 2018 06:20:37 +0000 (07:20 +0100)] 
chore: move `util.core` and `plugin` to the `core` namespace

7 years agodocs: fix link to "Starter Projects" in "Installation" docs 10986/head
Nicolas Coden [Sun, 25 Feb 2018 20:53:03 +0000 (21:53 +0100)] 
docs: fix link to "Starter Projects" in "Installation" docs

7 years agodocs: fix broken link to XY Grid in Float Grid docs #10985
Nicolas Coden [Sun, 25 Feb 2018 20:46:36 +0000 (21:46 +0100)] 
docs: fix broken link to XY Grid in Float Grid docs #10985

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

7 years agoMerge pull request #10984 from ncoden/chore/update-packages-cve
Nicolas Coden [Sun, 25 Feb 2018 18:06:32 +0000 (19:06 +0100)] 
Merge pull request #10984 from ncoden/chore/update-packages-cve

chore: resolve dependencies CVE

7 years agochore: update `foundation-docs` 10984/head
Nicolas Coden [Sun, 25 Feb 2018 17:43:03 +0000 (18:43 +0100)] 
chore: update `foundation-docs`

7 years agochore: update `supercollider` to 1.4.4
Nicolas Coden [Sun, 25 Feb 2018 17:42:41 +0000 (18:42 +0100)] 
chore: update `supercollider` to 1.4.4

7 years agoMerge pull request #10981 from DanielRuf/docs/off-canvas-click-trigger-id
Nicolas Coden [Sat, 24 Feb 2018 14:59:19 +0000 (15:59 +0100)] 
Merge pull request #10981 from DanielRuf/docs/off-canvas-click-trigger-id

7 years agochore: update dependencies with CVE
Nicolas Coden [Fri, 23 Feb 2018 22:47:47 +0000 (23:47 +0100)] 
chore: update dependencies with CVE

See:
* https://github.com/zurb/supercollider/pull/16
* https://github.com/zurb/panini/pull/158
* https://github.com/zurb/foundation-docs/pull/27

Update packages:
* `handlebars`: `2.0.0`-> `4.0.1` (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8861)
* `uglify-js`: `2.3.6` -> `2.8.29` (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8857, https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8858)
* `marked`: `0.3.6` -> `0.3.14` (https://nvd.nist.gov/vuln/detail/CVE-2017-1000427)

7 years agoremove leading zero from bp-max decrement
JasonMiller [Fri, 23 Feb 2018 14:18:17 +0000 (09:18 -0500)] 
remove leading zero from bp-max decrement

7 years agodocs: fix the id of the example code for the click trigger 10981/head
Daniel Ruf [Fri, 23 Feb 2018 11:59:15 +0000 (12:59 +0100)] 
docs: fix the id of the example code for the click trigger

7 years agofix: add the print media query for the right media query combinations
Daniel Ruf [Thu, 22 Feb 2018 23:29:27 +0000 (00:29 +0100)] 
fix: add the print media query for the right media query combinations

7 years agoMerge pull request #10977 from ocularrhythm/patch-8
Nicolas Coden [Thu, 22 Feb 2018 22:49:47 +0000 (23:49 +0100)] 
Merge pull request #10977 from ocularrhythm/patch-8

Fix broken link to XY grid

7 years agoupdate max-widths values
JasonMiller [Thu, 22 Feb 2018 22:23:53 +0000 (17:23 -0500)] 
update max-widths values

7 years agodecrement bp-max by 0.0001 rather than 1/16
JasonMiller [Thu, 22 Feb 2018 22:20:44 +0000 (17:20 -0500)] 
decrement bp-max by 0.0001 rather than 1/16

Browser windows can be fractions of pixels wide, under certain circumstances (e.g. zoom). In these cases, it is not enough to set the max-width to the em equivalent of one pixel less.

7 years agoFix broken link to XY grid 10977/head
Aaron Arney [Thu, 22 Feb 2018 15:33:52 +0000 (10:33 -0500)] 
Fix broken link to XY grid

There was a forward slash in the path which was causing a 404.

7 years agoMerge pull request #10944 from DanielRuf/patch/unit-tests-headless-chrome
Nicolas Coden [Wed, 21 Feb 2018 23:07:53 +0000 (00:07 +0100)] 
Merge pull request #10944 from DanielRuf/patch/unit-tests-headless-chrome

tests: migrate to mocha-headless-chrome

7 years agoMerge pull request #10967 from DanielRuf/fix/offcanvas-trigger-opened-later
Nicolas Coden [Wed, 21 Feb 2018 23:02:32 +0000 (00:02 +0100)] 
Merge pull request #10967 from DanielRuf/fix/offcanvas-trigger-opened-later

fix: trigger opened.zf.offcanvas at the end to prevent race conditions

7 years agochore: update package-lock for mocha-headless-chrome 10944/head
Nicolas Coden [Wed, 21 Feb 2018 22:57:48 +0000 (23:57 +0100)] 
chore: update package-lock for mocha-headless-chrome

7 years agobetter description of the foundation-everything mixin parameters 10962/head
Daniel Ruf [Wed, 21 Feb 2018 21:47:56 +0000 (22:47 +0100)] 
better description of the foundation-everything mixin parameters

7 years agoAuto add missing CSS class if only inCanvasOn option set
SassNinja [Wed, 21 Feb 2018 17:46:43 +0000 (18:46 +0100)] 
Auto add missing CSS class if only inCanvasOn option set

Just makes the feature more bullet proof.

7 years agoAdd inCanvasOn option to consider window resizing
SassNinja [Wed, 21 Feb 2018 17:30:14 +0000 (18:30 +0100)] 
Add inCanvasOn option to consider window resizing

Without this option certain things remain visible (overlay etc.) when an off-canvas is opened and moves into canvas on window resize.
CSS only can't fix this.

7 years agoMerge branch 'develop' into develop 10960/head
Nicolas Coden [Wed, 21 Feb 2018 15:43:35 +0000 (16:43 +0100)] 
Merge branch 'develop' into develop

7 years agoMoved disabled settings into switch-paddle mixin.
J. Eric Ellis [Wed, 21 Feb 2018 15:38:15 +0000 (10:38 -0500)] 
Moved disabled settings into switch-paddle mixin.

7 years agoChanges requested by @ncoden
J. Eric Ellis [Wed, 21 Feb 2018 14:12:20 +0000 (09:12 -0500)] 
Changes requested by @ncoden

Added variables for switch-cursor-disabled and switch-opacity-disabled.

Altered css selector to use class instead of element.

Added reduced opacity for disabled switches.

Fixed line spacing for comment.

7 years agoTests added for dropdown open
alliclemens [Wed, 21 Feb 2018 14:00:19 +0000 (08:00 -0600)] 
Tests added for dropdown open

7 years agoadd missing whitespace to empty line
Daniel Ruf [Wed, 21 Feb 2018 12:28:18 +0000 (13:28 +0100)] 
add missing whitespace to empty line

7 years agoremove whitespace from empty line
Daniel Ruf [Wed, 21 Feb 2018 12:27:41 +0000 (13:27 +0100)] 
remove whitespace from empty line

7 years agorevert component file and test to initial state
Daniel Ruf [Wed, 21 Feb 2018 12:26:23 +0000 (13:26 +0100)] 
revert component file and test to initial state

7 years agoRevert "trigger opened.zf.offcanvas at the end"
Daniel Ruf [Wed, 21 Feb 2018 12:16:34 +0000 (13:16 +0100)] 
Revert "trigger opened.zf.offcanvas at the end"

This reverts commit 5c91b76b5542ad656b7cc8c7cc17664da837a09a.