]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Bruce Wells [Wed, 11 Dec 2019 18:54:27 +0000 (13:54 -0500)]
Update composer.json for packagist.org
Joe Workman [Sun, 8 Dec 2019 00:38:16 +0000 (16:38 -0800)]
Merge branch 'master' into develop
Joe Workman [Sun, 8 Dec 2019 00:38:16 +0000 (16:38 -0800)]
Merge branch 'hotfix/legacy-doc-fix'
Joe Workman [Sat, 7 Dec 2019 23:50:00 +0000 (15:50 -0800)]
Fix legacy doc links
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
Daniel Ruf [Fri, 6 Dec 2019 23:19:51 +0000 (00:19 +0100)]
fix: correctly check breakpoint
Joe Workman [Thu, 5 Dec 2019 23:10:01 +0000 (15:10 -0800)]
Merge tag 'v6.6.0' into develop
Foundation 6.6.0
Joe Workman [Thu, 5 Dec 2019 23:09:22 +0000 (15:09 -0800)]
Merge branch 'hotfix/6.6.0'
Joe Workman [Thu, 5 Dec 2019 23:08:00 +0000 (15:08 -0800)]
fix: fixed foundation color include
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
Joe Workman [Thu, 5 Dec 2019 22:45:48 +0000 (14:45 -0800)]
Merge branch 'release/v6.6.0'
Joe Workman [Thu, 5 Dec 2019 22:44:03 +0000 (14:44 -0800)]
build: foundation 6.6.0 release this is far out
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
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
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.
Joe Workman [Thu, 5 Dec 2019 21:11:01 +0000 (13:11 -0800)]
Stop using 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
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.
Joe Workman [Thu, 5 Dec 2019 19:46:03 +0000 (11:46 -0800)]
update http-server version
This fixes travis testing
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
Daniel Ruf [Sun, 17 Nov 2019 16:22:56 +0000 (17:22 +0100)]
chore: update lockfiles
Nicolas Coden [Sat, 6 Oct 2018 22:29:27 +0000 (00:29 +0200)]
docs: fix various typo and import errors wording in MediaQuery
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
Nicolas Coden [Sat, 11 Aug 2018 22:06:52 +0000 (00:06 +0200)]
docs: improve MediaQuery JS documentation & add only/down modifiers
Nicolas Coden [Sat, 11 Aug 2018 22:06:03 +0000 (00:06 +0200)]
test: add tests for "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.
Nicolas Coden [Sat, 11 Aug 2018 21:02:12 +0000 (23:02 +0200)]
test: add tests for MediaQuery.upTo()
Nicolas Coden [Sat, 11 Aug 2018 21:02:01 +0000 (23:02 +0200)]
test: add tests for MediaQuery.atLeast()
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.
Nicolas Coden [Sat, 11 Aug 2018 20:42:56 +0000 (22:42 +0200)]
refactor: move MediaQuery query name resolution to "_getQueryName()"
Nicolas Coden [Sat, 11 Aug 2018 20:40:40 +0000 (22:40 +0200)]
test: prevent cache in iframe in MediaQuery unit tests
Nicolas Coden [Fri, 10 Aug 2018 21:59:38 +0000 (23:59 +0200)]
test: add base for MediaQuery unit tests
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()"
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
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
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.
Daniel Ruf [Sun, 3 Nov 2019 18:04:25 +0000 (19:04 +0100)]
Removing noInvert from _setHandlePos() (#11854)
Removing noInvert from _setHandlePos()
Daniel Ruf [Sun, 3 Nov 2019 18:00:32 +0000 (19:00 +0100)]
fix: kitchen page validation #9900 (#11862)
fix: kitchen page validation #9900
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)
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
Daniel Ruf [Sat, 2 Nov 2019 17:56:47 +0000 (18:56 +0100)]
chore: add missing "T" (#11851)
chore: add missing "T"
decabeza [Sat, 2 Nov 2019 15:51:20 +0000 (16:51 +0100)]
fix: kitchen page validation #9900
jfamousket [Sun, 13 Oct 2019 14:45:23 +0000 (16:45 +0200)]
chore: add missing "T" - closes #11848
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
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
Joe Workman [Sat, 26 Oct 2019 21:16:24 +0000 (14:16 -0700)]
Fixed http links
Joe Workman [Sat, 26 Oct 2019 19:36:56 +0000 (12:36 -0700)]
Merge branch 'develop' into master
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
Joe Workman [Sat, 26 Oct 2019 15:30:11 +0000 (08:30 -0700)]
docs: https example.com
Joe Workman [Sat, 26 Oct 2019 14:51:11 +0000 (07:51 -0700)]
docs: localhost
Joe Workman [Sat, 26 Oct 2019 14:31:11 +0000 (07:31 -0700)]
docs: more fixes
Joe Workman [Sat, 26 Oct 2019 14:10:56 +0000 (07:10 -0700)]
docs: remove www
Joe Workman [Sat, 26 Oct 2019 13:56:22 +0000 (06:56 -0700)]
docs: link fixes
Joe Workman [Sat, 26 Oct 2019 13:21:13 +0000 (06:21 -0700)]
docs: revert changes
Joe Workman [Sat, 26 Oct 2019 13:10:36 +0000 (06:10 -0700)]
docs: https links
Joe Workman [Sat, 26 Oct 2019 04:29:12 +0000 (21:29 -0700)]
docs: forum link
Joe Workman [Sat, 26 Oct 2019 04:18:23 +0000 (21:18 -0700)]
docs: update contact
Joe Workman [Sat, 26 Oct 2019 04:01:37 +0000 (21:01 -0700)]
docs: swap domain to get.foundation
Joe Workman [Sat, 26 Oct 2019 03:58:26 +0000 (20:58 -0700)]
docs: remove http from links
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
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.
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
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.
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
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.
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
Joe Workman [Tue, 22 Oct 2019 19:37:13 +0000 (12:37 -0700)]
chore: dist folder from master 6.5.3
Joe Workman [Tue, 22 Oct 2019 19:30:54 +0000 (12:30 -0700)]
Merge pull request #11880 from foundation/hotfix/dist-rebuild
dist rebuild
Isaak Eriksson [Tue, 22 Oct 2019 19:02:01 +0000 (21:02 +0200)]
docs: only IE11 is supported by XY Grid - closes #11617
Joe Workman [Tue, 22 Oct 2019 19:17:51 +0000 (12:17 -0700)]
chore: rebuild dist to ensure up to date
Joe Workman [Tue, 22 Oct 2019 19:15:34 +0000 (12:15 -0700)]
chore: npm and yarn lock sync
Joe Workman [Tue, 22 Oct 2019 19:15:34 +0000 (12:15 -0700)]
chore: npm and yarn lock sync
Joe Workman [Tue, 22 Oct 2019 18:46:19 +0000 (11:46 -0700)]
chore: gulp eslint fix
Joe Workman [Tue, 22 Oct 2019 18:35:16 +0000 (11:35 -0700)]
chore: updated lock files
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
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.
Joe Workman [Tue, 22 Oct 2019 16:08:30 +0000 (09:08 -0700)]
chore: addeed node 12 & node to travis
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
Joe Workman [Mon, 21 Oct 2019 22:27:42 +0000 (15:27 -0700)]
chore: dependency updates
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
Steven D. Lander [Sun, 13 Oct 2019 23:32:30 +0000 (19:32 -0400)]
Removing noInvert from _setHandlePos()
Eva Gagnon-Messier [Wed, 9 Oct 2019 14:46:30 +0000 (11:46 -0300)]
docs: reintroduce throttle documentation (#11718)
Daniel Ruf [Sat, 5 Oct 2019 14:43:49 +0000 (16:43 +0200)]
ci: trigger new build
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
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>
rafibomb [Wed, 28 Aug 2019 17:54:28 +0000 (10:54 -0700)]
updates build deps
Daniel Ruf [Sun, 25 Aug 2019 21:42:56 +0000 (23:42 +0200)]
docs: use span for text in Progress Bar - closes #10490
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
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
SassNinja [Wed, 14 Aug 2019 12:04:54 +0000 (14:04 +0200)]
fix: typo
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
Daniel Ruf [Wed, 6 Mar 2019 07:34:28 +0000 (08:34 +0100)]
fix: use the right event namespace for dropdown menu
Daniel Ruf [Mon, 12 Aug 2019 07:57:06 +0000 (09:57 +0200)]
chore: adjust text in issue templates
SassNinja [Tue, 13 Aug 2019 07:54:36 +0000 (09:54 +0200)]
Merge branch 'develop' into feature/abide-novalidate
SassNinja [Tue, 13 Aug 2019 07:36:15 +0000 (09:36 +0200)]
test: add abide unit tests for validateForm
SassNinja [Tue, 13 Aug 2019 06:52:44 +0000 (08:52 +0200)]
fix: adjust returned value of _validationIsDisabled
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.
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
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
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