]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
5 years agoUpdate composer.json for packagist.org 11936/head
Bruce Wells [Wed, 11 Dec 2019 18:54:27 +0000 (13:54 -0500)] 
Update composer.json for packagist.org

5 years agoMerge branch 'master' into develop
Joe Workman [Sun, 8 Dec 2019 00:38:16 +0000 (16:38 -0800)] 
Merge branch 'master' into develop

5 years agoMerge branch 'hotfix/legacy-doc-fix'
Joe Workman [Sun, 8 Dec 2019 00:38:16 +0000 (16:38 -0800)] 
Merge branch 'hotfix/legacy-doc-fix'

5 years agoFix legacy doc links
Joe Workman [Sat, 7 Dec 2019 23:50:00 +0000 (15:50 -0800)] 
Fix legacy doc links

5 years agoMerge pull request #11925 from DanielRuf/fix/11924-sticky-breakpoint-check
Joe Workman [Sat, 7 Dec 2019 15:11:42 +0000 (07:11 -0800)] 
Merge pull request #11925 from DanielRuf/fix/11924-sticky-breakpoint-check

fix: correctly check breakpoint

5 years agofix: correctly check breakpoint 11925/head
Daniel Ruf [Fri, 6 Dec 2019 23:19:51 +0000 (00:19 +0100)] 
fix: correctly check breakpoint

5 years agoMerge tag 'v6.6.0' into develop
Joe Workman [Thu, 5 Dec 2019 23:10:01 +0000 (15:10 -0800)] 
Merge tag 'v6.6.0' into develop

Foundation 6.6.0

5 years agoMerge branch 'hotfix/6.6.0' v6.6.0
Joe Workman [Thu, 5 Dec 2019 23:09:22 +0000 (15:09 -0800)] 
Merge branch 'hotfix/6.6.0'

5 years agofix: fixed foundation color include
Joe Workman [Thu, 5 Dec 2019 23:08:00 +0000 (15:08 -0800)] 
fix: fixed foundation color include

5 years agoMerge tag 'vv6.6.0' into develop
Joe Workman [Thu, 5 Dec 2019 22:46:27 +0000 (14:46 -0800)] 
Merge tag 'vv6.6.0' into develop

build: foundation 6.6.0 release this is far out

5 years agoMerge branch 'release/v6.6.0'
Joe Workman [Thu, 5 Dec 2019 22:45:48 +0000 (14:45 -0800)] 
Merge branch 'release/v6.6.0'

5 years agobuild: foundation 6.6.0 release this is far out
Joe Workman [Thu, 5 Dec 2019 22:44:03 +0000 (14:44 -0800)] 
build: foundation 6.6.0 release this is far out

5 years agoMerge pull request #10979 from DanielRuf/fix/print-media-query-calculation
Joe Workman [Thu, 5 Dec 2019 22:29:46 +0000 (14:29 -0800)] 
Merge pull request #10979 from DanielRuf/fix/print-media-query-calculation

fix: add the print media query for the right media query combinations

5 years agoMerge pull request #11436 from ncoden/feat/js-media-query-down-breakpoint-11122
Joe Workman [Thu, 5 Dec 2019 21:58:40 +0000 (13:58 -0800)] 
Merge pull request #11436 from ncoden/feat/js-media-query-down-breakpoint-11122

feat: add support for "down" media queries in "MediaQuery.is()" #11122

5 years agoSimplified breakpoint print if logic as agree to 10979/head
Joe Workman [Thu, 5 Dec 2019 21:57:47 +0000 (13:57 -0800)] 
Simplified breakpoint print if logic as agree to

generate print if the breakpoint affects the print-breakpoint (or smaller).
This means the current condition only needs to be extended so 'down' always generates print.

5 years agoStop using http-server 11436/head
Joe Workman [Thu, 5 Dec 2019 21:11:01 +0000 (13:11 -0800)] 
Stop using http-server

5 years agoUse Mocha assets instead of http-server
Joe Workman [Thu, 5 Dec 2019 21:10:20 +0000 (13:10 -0800)] 
Use Mocha assets instead of http-server

Stopped using http-server

5 years agoFix Windows tests
Joe Workman [Thu, 5 Dec 2019 21:09:15 +0000 (13:09 -0800)] 
Fix Windows tests

Remove the http-server start since this is not supported on windows as a background process.

5 years agoupdate http-server version
Joe Workman [Thu, 5 Dec 2019 19:46:03 +0000 (11:46 -0800)] 
update http-server version

This fixes travis testing

5 years agoMerge pull request #11906 from SassNinja/feature/responsive-accordion-tabs-real-insta...
Kai Falkowski [Tue, 3 Dec 2019 14:28:26 +0000 (15:28 +0100)] 
Merge pull request #11906 from SassNinja/feature/responsive-accordion-tabs-real-instance-access

feat: add zfPluginBase attribute to responsive accordion tabs

5 years agochore: update lockfiles
Daniel Ruf [Sun, 17 Nov 2019 16:22:56 +0000 (17:22 +0100)] 
chore: update lockfiles

5 years agodocs: fix various typo and import errors wording in MediaQuery
Nicolas Coden [Sat, 6 Oct 2018 22:29:27 +0000 (00:29 +0200)] 
docs: fix various typo and import errors wording in MediaQuery

5 years agodocs: use "smaller" and "larger" to describe breakpoints in Grid/Media Query doc
Nicolas Coden [Sat, 6 Oct 2018 22:28:13 +0000 (00:28 +0200)] 
docs: use "smaller" and "larger" to describe breakpoints in Grid/Media Query doc

5 years agodocs: improve MediaQuery JS documentation & add only/down modifiers
Nicolas Coden [Sat, 11 Aug 2018 22:06:52 +0000 (00:06 +0200)] 
docs: improve MediaQuery JS documentation & add only/down modifiers

5 years agotest: add tests for "MediaQuery.only()"
Nicolas Coden [Sat, 11 Aug 2018 22:06:03 +0000 (00:06 +0200)] 
test: add tests for "MediaQuery.only()"

5 years agofeat: add "MediaQuery.only()"
Nicolas Coden [Sat, 11 Aug 2018 22:05:38 +0000 (00:05 +0200)] 
feat: add "MediaQuery.only()"

Add method:
* `MediaQuery.only(size)`
  Checks if the screen is within the given breakpoint.
  If smaller than the breakpoint of wider than its upper limit, returns false.

5 years agotest: add tests for MediaQuery.upTo()
Nicolas Coden [Sat, 11 Aug 2018 21:02:12 +0000 (23:02 +0200)] 
test: add tests for MediaQuery.upTo()

5 years agotest: add tests for MediaQuery.atLeast()
Nicolas Coden [Sat, 11 Aug 2018 21:02:01 +0000 (23:02 +0200)] 
test: add tests for MediaQuery.atLeast()

5 years agofix: fix MediaQuery.upTo()
Nicolas Coden [Sat, 11 Aug 2018 21:01:22 +0000 (23:01 +0200)] 
fix: fix MediaQuery.upTo()

MediaQuery.upTo() should return whether the screen is within a breakpoint or smaller. The previous implementation had an incorrect algorithm.

The new implementation is more divided and documented, making the algorithm way more clear and auditable.

5 years agorefactor: move MediaQuery query name resolution to "_getQueryName()"
Nicolas Coden [Sat, 11 Aug 2018 20:42:56 +0000 (22:42 +0200)] 
refactor: move MediaQuery query name resolution to "_getQueryName()"

5 years agotest: prevent cache in iframe in MediaQuery unit tests
Nicolas Coden [Sat, 11 Aug 2018 20:40:40 +0000 (22:40 +0200)] 
test: prevent cache in iframe in MediaQuery unit tests

5 years agotest: add base for MediaQuery unit tests
Nicolas Coden [Fri, 10 Aug 2018 21:59:38 +0000 (23:59 +0200)] 
test: add base for MediaQuery unit tests

5 years agofeat: add "MediaQuery.upTo()" and support of "down" mq to "MediaQuery.is()"
Nicolas Coden [Mon, 6 Aug 2018 21:56:56 +0000 (23:56 +0200)] 
feat: add "MediaQuery.upTo()" and support of "down" mq to "MediaQuery.is()"

5 years agofix: validate "MediaQuery.is()" input and returns an error for invalid modifiers
Nicolas Coden [Mon, 6 Aug 2018 21:55:30 +0000 (23:55 +0200)] 
fix: validate "MediaQuery.is()" input and returns an error for invalid modifiers

5 years agofix: add missing value for zfPluginBase 11906/head
SassNinja [Wed, 6 Nov 2019 13:57:22 +0000 (14:57 +0100)] 
fix: add missing value for zfPluginBase

forgot to save that prior to my prev commit

5 years agofeat: add zfPluginBase attr to provide access to real instance
SassNinja [Wed, 6 Nov 2019 13:36:41 +0000 (14:36 +0100)] 
feat: add zfPluginBase attr to provide access to real instance

Since this special plugin overrides zfPlugin (by design) the new zfPluginBase provides the (only) possiblity to access the real ReponsiveAccordionTabs instance if not having called the contructor yourself.

5 years agoRemoving noInvert from _setHandlePos() (#11854)
Daniel Ruf [Sun, 3 Nov 2019 18:04:25 +0000 (19:04 +0100)] 
Removing noInvert from _setHandlePos() (#11854)

Removing noInvert from _setHandlePos()

5 years agofix: kitchen page validation #9900 (#11862)
Daniel Ruf [Sun, 3 Nov 2019 18:00:32 +0000 (19:00 +0100)] 
fix: kitchen page validation #9900 (#11862)

fix: kitchen page validation #9900

5 years agoMerge pull request #11843 from evagm/docs/reintroduce-throttle-documentation-11718
Daniel Ruf [Sat, 2 Nov 2019 23:38:02 +0000 (00:38 +0100)] 
Merge pull request #11843 from evagm/docs/reintroduce-throttle-documentation-11718

docs: reintroduce throttle documentation (#11718)

5 years agodocs: use span for text in Progress Bar - closes #10490 (#11811)
Daniel Ruf [Sat, 2 Nov 2019 23:36:51 +0000 (00:36 +0100)] 
docs: use span for text in Progress Bar - closes #10490 (#11811)

docs: use span for text in Progress Bar - closes #10490

5 years agochore: add missing "T" (#11851)
Daniel Ruf [Sat, 2 Nov 2019 17:56:47 +0000 (18:56 +0100)] 
chore: add missing "T" (#11851)

chore: add missing "T"

5 years agofix: kitchen page validation #9900 11862/head
decabeza [Sat, 2 Nov 2019 15:51:20 +0000 (16:51 +0100)] 
fix: kitchen page validation #9900

5 years agochore: add missing "T" - closes #11848 11851/head
jfamousket [Sun, 13 Oct 2019 14:45:23 +0000 (16:45 +0200)] 
chore: add missing "T" - closes #11848

5 years agoFix/responsive accordion tabs initial methods (#11885)
Kai Falkowski [Mon, 28 Oct 2019 08:20:21 +0000 (09:20 +0100)] 
Fix/responsive accordion tabs initial methods (#11885)

Fix/responsive accordion tabs initial methods

5 years agoMerge pull request #11891 from foundation/master
Joe Workman [Sun, 27 Oct 2019 15:38:25 +0000 (08:38 -0700)] 
Merge pull request #11891 from foundation/master

Merge #11890 docs changes back into develop

5 years agoFixed http links 11891/head
Joe Workman [Sat, 26 Oct 2019 21:16:24 +0000 (14:16 -0700)] 
Fixed http links

5 years agoMerge branch 'develop' into master
Joe Workman [Sat, 26 Oct 2019 19:36:56 +0000 (12:36 -0700)] 
Merge branch 'develop' into master

5 years agoMerge pull request #11890 from foundation/hotfix/docs-update
Joe Workman [Sat, 26 Oct 2019 19:14:50 +0000 (12:14 -0700)] 
Merge pull request #11890 from foundation/hotfix/docs-update

docs update to prepare to move off zurb.com

5 years agodocs: https example.com 11890/head
Joe Workman [Sat, 26 Oct 2019 15:30:11 +0000 (08:30 -0700)] 
docs: https example.com

5 years agodocs: localhost
Joe Workman [Sat, 26 Oct 2019 14:51:11 +0000 (07:51 -0700)] 
docs: localhost

5 years agodocs: more fixes
Joe Workman [Sat, 26 Oct 2019 14:31:11 +0000 (07:31 -0700)] 
docs: more fixes

5 years agodocs: remove www
Joe Workman [Sat, 26 Oct 2019 14:10:56 +0000 (07:10 -0700)] 
docs: remove www

5 years agodocs: link fixes
Joe Workman [Sat, 26 Oct 2019 13:56:22 +0000 (06:56 -0700)] 
docs: link fixes

5 years agodocs: revert changes
Joe Workman [Sat, 26 Oct 2019 13:21:13 +0000 (06:21 -0700)] 
docs: revert changes

5 years agodocs: https links
Joe Workman [Sat, 26 Oct 2019 13:10:36 +0000 (06:10 -0700)] 
docs: https links

5 years agodocs: forum link
Joe Workman [Sat, 26 Oct 2019 04:29:12 +0000 (21:29 -0700)] 
docs: forum link

5 years agodocs: update contact
Joe Workman [Sat, 26 Oct 2019 04:18:23 +0000 (21:18 -0700)] 
docs: update contact

5 years agodocs: swap domain to get.foundation
Joe Workman [Sat, 26 Oct 2019 04:01:37 +0000 (21:01 -0700)] 
docs: swap domain to get.foundation

5 years agodocs: remove http from links
Joe Workman [Sat, 26 Oct 2019 03:58:26 +0000 (20:58 -0700)] 
docs: remove http from links

5 years agoMerge pull request #11886 from SassNinja:fix/get-yo-digits
Kai Falkowski [Fri, 25 Oct 2019 09:26:08 +0000 (11:26 +0200)] 
Merge pull request #11886 from SassNinja:fix/get-yo-digits

closes #11883

5 years agoperf: cache chars length in GetYoDigits 11886/head
SassNinja [Fri, 25 Oct 2019 07:28:35 +0000 (09:28 +0200)] 
perf: cache chars length in GetYoDigits

This improves performance in particular for older browsers.

5 years agofix: work over GetYoDigits to support length > 10
SassNinja [Thu, 24 Oct 2019 15:49:14 +0000 (17:49 +0200)] 
fix: work over GetYoDigits to support length > 10

Prior to this there was unnecessary complicated math used and it didn't work if length > 10

5 years agofix: add reflow option in reflow to limit responsive accordion tabs fix 11885/head
SassNinja [Thu, 24 Oct 2019 15:28:15 +0000 (17:28 +0200)] 
fix: add reflow option in reflow to limit responsive accordion tabs fix

Without this adjustment the constructor of ResponsiveAccordionTabs always returns the transformed plugin (Accordion/Tab) and not ResponsiveAccordionTabs.

This behavior is mostly only needed if the plugin gets initialized automatically.
Otherwise all own methods of that plugin don't make much sense.

5 years agoMerge pull request #11881 from foundation/develop-rebase
Joe Workman [Thu, 24 Oct 2019 14:22:13 +0000 (07:22 -0700)] 
Merge pull request #11881 from foundation/develop-rebase

Chore: develop branch rebase with new master

5 years agofix: preserve initial data zfPlugin
SassNinja [Thu, 24 Oct 2019 13:40:52 +0000 (15:40 +0200)] 
fix: preserve initial data zfPlugin

This makes sure the intialized plugin provides all methods of the Accordion/Tab plugin.

5 years agoMerge pull request #11879 from MyIsaak/patch-1
Joe Workman [Wed, 23 Oct 2019 17:35:02 +0000 (10:35 -0700)] 
Merge pull request #11879 from MyIsaak/patch-1

 docs: only IE11 is supported by XY Grid - closes #11617

5 years agochore: dist folder from master 6.5.3 11881/head
Joe Workman [Tue, 22 Oct 2019 19:37:13 +0000 (12:37 -0700)] 
chore: dist folder from master 6.5.3

5 years agoMerge pull request #11880 from foundation/hotfix/dist-rebuild
Joe Workman [Tue, 22 Oct 2019 19:30:54 +0000 (12:30 -0700)] 
Merge pull request #11880 from foundation/hotfix/dist-rebuild

dist rebuild

5 years agodocs: only IE11 is supported by XY Grid - closes #11617 11879/head
Isaak Eriksson [Tue, 22 Oct 2019 19:02:01 +0000 (21:02 +0200)] 
docs: only IE11 is supported by XY Grid - closes #11617

5 years agochore: rebuild dist to ensure up to date 11880/head
Joe Workman [Tue, 22 Oct 2019 19:17:51 +0000 (12:17 -0700)] 
chore: rebuild dist to ensure up to date

5 years agochore: npm and yarn lock sync
Joe Workman [Tue, 22 Oct 2019 19:15:34 +0000 (12:15 -0700)] 
chore: npm and yarn lock sync

5 years agochore: npm and yarn lock sync
Joe Workman [Tue, 22 Oct 2019 19:15:34 +0000 (12:15 -0700)] 
chore: npm and yarn lock sync

5 years agochore: gulp eslint fix
Joe Workman [Tue, 22 Oct 2019 18:46:19 +0000 (11:46 -0700)] 
chore: gulp eslint fix

5 years agochore: updated lock files
Joe Workman [Tue, 22 Oct 2019 18:35:16 +0000 (11:35 -0700)] 
chore: updated lock files

5 years agoMerge branch 'master' into develop-rebase
Joe Workman [Tue, 22 Oct 2019 18:20:56 +0000 (11:20 -0700)] 
Merge branch 'master' into develop-rebase

# Conflicts:
# .github/ISSUE_TEMPLATE.md
# .github/ISSUE_TEMPLATE/1-bug-report.md
# .github/ISSUE_TEMPLATE/2-feature-request.md
# .github/ISSUE_TEMPLATE/3-documentation.md
# .github/ISSUE_TEMPLATE/4-maintainance.md
# .versions
# CONTRIBUTING.md
# LICENSE
# README.md
# bower.json
# docs/pages/abide.md
# docs/pages/installation.md
# docs/pages/xy-grid.md
# gulp/tasks/customizer.js
# gulp/tasks/deploy.js
# gulp/tasks/sass.js
# gulp/utils.js
# js/foundation.abide.js
# js/foundation.accordion.js
# js/foundation.core.utils.js
# js/foundation.dropdown.js
# js/foundation.dropdownMenu.js
# js/foundation.magellan.js
# js/foundation.offcanvas.js
# js/foundation.reveal.js
# js/foundation.sticky.js
# js/foundation.tabs.js
# js/foundation.toggler.js
# js/foundation.tooltip.js
# js/foundation.util.mediaQuery.js
# js/foundation.util.touch.js
# package-lock.json
# package.json
# script/husky-commit-lint.js
# script/husky-commit-test.js
# script/husky-push-test.js
# scss/components/_button-group.scss
# scss/components/_button.scss
# scss/foundation.scss
# scss/typography/_base.scss
# scss/util/_breakpoint.scss
# scss/util/_mixins.scss
# scss/xy-grid/_cell.scss
# scss/xy-grid/_classes.scss
# scss/xy-grid/_layout.scss
# scss/xy-grid/_position.scss
# test/javascript/components/abide.js
# test/javascript/components/drilldown.js
# test/javascript/components/slider.js
# test/javascript/components/toggler.js
# yarn.lock

5 years agoMerge pull request #11878 from foundation/master-new
Joe Workman [Tue, 22 Oct 2019 16:09:21 +0000 (09:09 -0700)] 
Merge pull request #11878 from foundation/master-new

Creating a clean master.

5 years agochore: addeed node 12 & node to travis 11878/head
Joe Workman [Tue, 22 Oct 2019 16:08:30 +0000 (09:08 -0700)] 
chore: addeed node 12 & node to travis

5 years agochore: remove node 12 from travis tests since its not working right now
Joe Workman [Tue, 22 Oct 2019 06:15:56 +0000 (23:15 -0700)] 
chore: remove node 12 from travis tests since its not working right now

5 years agochore: dependency updates
Joe Workman [Mon, 21 Oct 2019 22:27:42 +0000 (15:27 -0700)] 
chore: dependency updates

5 years agoMerge branch 'master-6.5.3' into master-new
Joe Workman [Mon, 21 Oct 2019 22:10:40 +0000 (15:10 -0700)] 
Merge branch 'master-6.5.3' into master-new

# Conflicts:
# CONTRIBUTING.md
# README.md
# docs/pages/abide.md
# docs/pages/grid.md
# docs/pages/installation.md
# docs/pages/motion-ui.md
# docs/pages/prototyping-utilities.md
# docs/pages/sass.md
# docs/partials/footer.html
# js/foundation.abide.js
# js/foundation.magellan.js
# package-lock.json
# package.json
# yarn.lock

5 years agoRemoving noInvert from _setHandlePos() 11854/head
Steven D. Lander [Sun, 13 Oct 2019 23:32:30 +0000 (19:32 -0400)] 
Removing noInvert from _setHandlePos()

5 years agodocs: reintroduce throttle documentation (#11718) 11843/head
Eva Gagnon-Messier [Wed, 9 Oct 2019 14:46:30 +0000 (11:46 -0300)] 
docs: reintroduce throttle documentation (#11718)

5 years agoci: trigger new build 11811/head
Daniel Ruf [Sat, 5 Oct 2019 14:43:49 +0000 (16:43 +0200)] 
ci: trigger new build

5 years agoMerge pull request #11818 from foundation/dependabot/npm_and_yarn/eslint-utils-1.4.2
Joe Workman [Wed, 11 Sep 2019 23:31:48 +0000 (16:31 -0700)] 
Merge pull request #11818 from foundation/dependabot/npm_and_yarn/eslint-utils-1.4.2

chore(deps): bump eslint-utils from 1.4.0 to 1.4.2

5 years agochore(deps): bump eslint-utils from 1.4.0 to 1.4.2 11818/head
dependabot[bot] [Mon, 9 Sep 2019 22:12:34 +0000 (22:12 +0000)] 
chore(deps): bump eslint-utils from 1.4.0 to 1.4.2

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
5 years agoupdates build deps
rafibomb [Wed, 28 Aug 2019 17:54:28 +0000 (10:54 -0700)] 
updates build deps

5 years agodocs: use span for text in Progress Bar - closes #10490
Daniel Ruf [Sun, 25 Aug 2019 21:42:56 +0000 (23:42 +0200)] 
docs: use span for text in Progress Bar - closes #10490

5 years agoMerge pull request #11801 from zurb:chore/adjust-issue-template-text
Kai Falkowski [Thu, 15 Aug 2019 07:54:23 +0000 (09:54 +0200)] 
Merge pull request #11801 from zurb:chore/adjust-issue-template-text

chore: adjust text in issue templates

5 years agoMerge pull request #11613 from SassNinja/feature/abide-novalidate
Kai Falkowski [Thu, 15 Aug 2019 07:51:31 +0000 (09:51 +0200)] 
Merge pull request #11613 from SassNinja/feature/abide-novalidate

feat: add support of [formnovalidate] in Abide

5 years agofix: typo 11613/head
SassNinja [Wed, 14 Aug 2019 12:04:54 +0000 (14:04 +0200)] 
fix: typo

5 years agofix(accordion): adds role="presentation" to accordion items #11659
Rhys Lloyd [Mon, 18 Feb 2019 04:10:20 +0000 (14:40 +1030)] 
fix(accordion): adds role="presentation" to accordion items #11659

Adds `role="presentation"` to accordion items to comply with WAI. Includes the respective unit test.

fix #11659

5 years agofix: use the right event namespace for dropdown menu
Daniel Ruf [Wed, 6 Mar 2019 07:34:28 +0000 (08:34 +0100)] 
fix: use the right event namespace for dropdown menu

5 years agochore: adjust text in issue templates 11801/head
Daniel Ruf [Mon, 12 Aug 2019 07:57:06 +0000 (09:57 +0200)] 
chore: adjust text in issue templates

5 years agoMerge branch 'develop' into feature/abide-novalidate
SassNinja [Tue, 13 Aug 2019 07:54:36 +0000 (09:54 +0200)] 
Merge branch 'develop' into feature/abide-novalidate

5 years agotest: add abide unit tests for validateForm
SassNinja [Tue, 13 Aug 2019 07:36:15 +0000 (09:36 +0200)] 
test: add abide unit tests for validateForm

5 years agofix: adjust returned value of _validationIsDisabled
SassNinja [Tue, 13 Aug 2019 06:52:44 +0000 (08:52 +0200)] 
fix: adjust returned value of _validationIsDisabled

5 years agorefactor: work over formnovalidate support & extend visual test
SassNinja [Mon, 12 Aug 2019 15:19:13 +0000 (17:19 +0200)] 
refactor: work over formnovalidate support & extend visual test

This makes sure Abide behaves identical to a native form with formnovalidate submit.

5 years agoMerge pull request #11748 from Certeo/fix/respect-classname-for-aria-expanded-state...
Kevin Ball [Mon, 12 Aug 2019 22:06:01 +0000 (15:06 -0700)] 
Merge pull request #11748 from Certeo/fix/respect-classname-for-aria-expanded-state-11747

fix: respect classname for aria-expanded initial state

5 years agoMerge pull request #11716 from DanielRuf/fix/11714-util-touch-pass-event-properties
Kevin Ball [Mon, 12 Aug 2019 22:00:26 +0000 (15:00 -0700)] 
Merge pull request #11716 from DanielRuf/fix/11714-util-touch-pass-event-properties

fix: properly pass Event as object

5 years agoMerge pull request #10961 from ncoden/feat/responsive-accordion-tabs-open-methods...
Kevin Ball [Mon, 12 Aug 2019 21:56:43 +0000 (14:56 -0700)] 
Merge pull request #10961 from ncoden/feat/responsive-accordion-tabs-open-methods-10953

feat: add opening methods to responsiveAccordionTabs #10953