]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Nicolas Coden [Sun, 28 Jan 2018 17:52:59 +0000 (18:52 +0100)]
Merge branch 'develop' into chore/es5-pkg-main
Nicolas Coden [Wed, 24 Jan 2018 20:30:21 +0000 (21:30 +0100)]
Merge pull request #10637 from SassNinja/feature/dropdown-hover-touch
Linked hoverable dropdown toggle (forceFollow option)
Nicolas Coden [Wed, 24 Jan 2018 20:23:51 +0000 (21:23 +0100)]
Merge pull request #10786 from SassNinja/fix-reveal-enable-scroll
Fix reveal enableScroll calculation of scrollTop
SassNinja [Wed, 24 Jan 2018 15:38:25 +0000 (16:38 +0100)]
Add comments and rework condition to consider explicit forceFollow:false
Nicolas Coden [Mon, 22 Jan 2018 21:10:25 +0000 (22:10 +0100)]
Merge pull request #10851 from ncoden/fix/enforce-show-for-sr-10850
fix: enforce `show-for-sr` and others visibility classes with important #10850
Nicolas Coden [Mon, 22 Jan 2018 15:56:52 +0000 (16:56 +0100)]
Merge pull request #10868 from ncoden/fix/off-canvas-reveal-on-option-10867
fix: fix off-canvas option `revealOn` when used without classes #10867
Nicolas Coden [Sun, 21 Jan 2018 21:39:43 +0000 (22:39 +0100)]
Merge pull request #10871 from colin-marshall/fix/accordion-duplicate-id-10870
fix: fix duplicate id's on accordion when id is already set on <li> elements
Nicolas Coden [Sat, 20 Jan 2018 18:11:13 +0000 (19:11 +0100)]
Merge pull request #10845 from TheBnl/patch-1
Use calc in button group with single child
Nicolas Coden [Sat, 20 Jan 2018 14:43:38 +0000 (15:43 +0100)]
style: document the #10786 bug in Reveal
Nicolas Coden [Sat, 20 Jan 2018 14:42:43 +0000 (15:42 +0100)]
refactor: add defaults to `_enableScroll`/`_disableScroll` properties in Reveal
Try to keep a more or less enclosed behavior by using defaults properties. The functions behaviors can be changed when needed.
Nicolas Coden [Fri, 19 Jan 2018 22:58:56 +0000 (23:58 +0100)]
test: add tests for `RegExpEscape`
Nicolas Coden [Fri, 19 Jan 2018 22:58:40 +0000 (23:58 +0100)]
feat: expose RegExpEscape
Colin Marshall [Fri, 19 Jan 2018 21:49:21 +0000 (14:49 -0700)]
Fixed duplicate id's on accordion when id is already set on <li> elements
Nicolas Coden [Thu, 18 Jan 2018 13:53:15 +0000 (14:53 +0100)]
fix: fix regexp check for revealClass option in Off-Canvas
Nicolas Coden [Thu, 18 Jan 2018 10:29:51 +0000 (11:29 +0100)]
fix: fix Off-canvas `revealOn` option when used with `revealClass` option
Note: this add a new core utility `RegExpEscape`
Nicolas Coden [Thu, 18 Jan 2018 08:54:27 +0000 (09:54 +0100)]
fix: fix merge fail in off-canvas
Nicolas Coden [Wed, 17 Jan 2018 17:15:53 +0000 (18:15 +0100)]
test: add visual test for off-canvas revealOn option
Nicolas Coden [Wed, 17 Jan 2018 17:14:27 +0000 (18:14 +0100)]
fix: fix off-canvas option `revealOn` when used without classes #10867
Closes: https://github.com/zurb/foundation-sites/issues/10867
Nicolas Coden [Sun, 14 Jan 2018 22:30:45 +0000 (23:30 +0100)]
fix: fix webpack.config entry point
Nicolas Coden [Sun, 14 Jan 2018 22:29:28 +0000 (23:29 +0100)]
chore: export core utilities as `CoreUtils`
Nicolas Coden [Sun, 14 Jan 2018 22:28:58 +0000 (23:28 +0100)]
chore: make UMD build default entry point
Make UMD (universal module definition) build the default entry point (`pkg.main`).
Related changes:
* make `js/entries/foundation` build AND export Foundation and plugins
* use `js/entries/foundation` as ESM entry point
* use `dist/js/foundation.js` as browser entry point
* delete useless `dist/js/npm.js`
Nicolas Coden [Thu, 11 Jan 2018 22:20:41 +0000 (23:20 +0100)]
Merge pull request #10842 from ncoden/fix/media-object-custom-component
Revert "fix: prevent side-effect from .stack-for in media-object"
Nicolas Coden [Thu, 11 Jan 2018 22:20:20 +0000 (23:20 +0100)]
Merge pull request #10840 from ncoden/fix/dropdown-anchor-attributes-10627
fix: fix dropdown anchor attributes #10627
Nicolas Coden [Wed, 10 Jan 2018 22:31:58 +0000 (23:31 +0100)]
fix: enforce `show-for-sr` and other visibility classes with important
Please read: https://github.com/zurb/foundation-sites/issues/10850#issuecomment-
356741458
Closes: https://github.com/zurb/foundation-sites/issues/10850
Bram de Leeuw [Tue, 9 Jan 2018 11:43:21 +0000 (12:43 +0100)]
Use calc in button group with singel child
Without calc the singel button in a button group would overlap the grid because of set negative margin. This becomes noticeable when the spacing is set to, for example, the grid gutter.
Nicolas Coden [Mon, 8 Jan 2018 22:32:56 +0000 (23:32 +0100)]
Revert "fix: prevent side-effect from .stack-for in media-object"
This reverts commit
606f16480e0ca8d931adcdf49bcc7d0cef2754c6 .
> Prevent a parent component with `.stack-for-*` to have side effects on `.media-object-section`.
Actually, no others component uses `.stack-for-*`.
Also, this would prevent to create a custom component from `@media media-object-section`.
Nicolas Coden [Sun, 7 Jan 2018 22:30:30 +0000 (23:30 +0100)]
fix: fix dropdown default alignement based on float class
Nicolas Coden [Sun, 7 Jan 2018 22:30:05 +0000 (23:30 +0100)]
fix: fix dropdown aria-labelledby from its anchor id
Introduced in https://github.com/zurb/foundation-sites/pull/10360 (https://github.com/zurb/foundation-sites/pull/10360/commits/
36521fb40fd438c14925208020128311c0dddeaa )
Closes https://github.com/zurb/foundation-sites/issues/10627
Nicolas Coden [Sun, 7 Jan 2018 19:19:10 +0000 (20:19 +0100)]
Merge pull request #10819 from ncoden/fix/fix-bp-size-leak-#10818
fix: prevent leaking of `-zf-size` in `-zf-each-breakpoint` mixin
Nicolas Coden [Sun, 7 Jan 2018 19:17:39 +0000 (20:17 +0100)]
Merge pull request #10821 from ncoden/fix/xy-cell-with-invalid-breakpoint
fix: do not generate invalid xy-cell when breakpoint is not found
Nicolas Coden [Sat, 6 Jan 2018 22:53:50 +0000 (23:53 +0100)]
Merge pull request #10839 from benhc123/patch-4
Inc. vs inc.
Nicolas Coden [Sat, 6 Jan 2018 22:45:30 +0000 (23:45 +0100)]
type: change inc. to Inc. in LICENSE
Ben Holden-Crowther [Sat, 6 Jan 2018 15:18:51 +0000 (15:18 +0000)]
Inc. vs inc.
Nicolas Coden [Thu, 4 Jan 2018 08:18:12 +0000 (09:18 +0100)]
Merge pull request #10837 from nicolasv/bugfix/10836-magellan-clear-hash
Fix for #10836 (clear hash in Magellan w/ deep linking)
Nicolas Coden [Thu, 4 Jan 2018 08:12:13 +0000 (09:12 +0100)]
fix: prevent to loose query params when reseting hash in magellan
See: https://stackoverflow.com/a/
5298684 /
4317384
Nicolas Venegas [Wed, 3 Jan 2018 22:05:51 +0000 (09:05 +1100)]
Merge branch 'develop' into bugfix/10836-magellan-clear-hash
Nicolas Coden [Wed, 3 Jan 2018 16:44:42 +0000 (17:44 +0100)]
Merge pull request #10833 from jfurler/feature/magellan-update-history-option
Add updateHistory option to magellan
Nicolas Venegas [Wed, 3 Jan 2018 05:18:34 +0000 (16:18 +1100)]
Clear hash in Magellan deep linking when there is no active link.
Nicolas Venegas [Wed, 3 Jan 2018 05:09:28 +0000 (16:09 +1100)]
chore: Fix != comparison in Magellan.
Nicolas Coden [Tue, 2 Jan 2018 08:27:46 +0000 (09:27 +0100)]
docs: add docs in magellan about `updateHistory` option
Nicolas Coden [Tue, 2 Jan 2018 08:26:44 +0000 (09:26 +0100)]
feat: disable updateHistory by default for Magellan
**MIGRATION NEEDED**.
Nicolas Coden [Tue, 2 Jan 2018 07:20:48 +0000 (08:20 +0100)]
Merge pull request #10829 from Owlbertz/drilldown-parent-fix
Drilldown parent fix
Jake Furler [Tue, 2 Jan 2018 05:13:18 +0000 (16:13 +1100)]
Add updateHistory option to magellan
Nicolas Coden [Mon, 1 Jan 2018 16:38:44 +0000 (17:38 +0100)]
Merge pull request #10831 from benhc123/patch-2
Updated to 2018
Nicolas Coden [Sun, 31 Dec 2017 20:43:59 +0000 (21:43 +0100)]
Merge pull request #10830 from ncoden/docs/button-disabled-params-typo-10783
docs: fix typo in `button-disabled()` params #10783
Nicolas Coden [Sun, 31 Dec 2017 20:24:32 +0000 (21:24 +0100)]
docs: update to 2018
Ben Holden-Crowther [Sun, 31 Dec 2017 16:19:36 +0000 (16:19 +0000)]
Updated to 2018
Nicolas Coden [Sat, 30 Dec 2017 22:30:22 +0000 (23:30 +0100)]
docs: fix typo for `button-disabled` param types #10783
Closes https://github.com/zurb/foundation-sites/issues/10783
Nicolas Coden [Sat, 30 Dec 2017 22:28:19 +0000 (23:28 +0100)]
Merge pull request #10827 from ncoden/fix/remove-tab-outline-on-mouse-10798
fix: remove tab outline when not using keyboard 10798
Marius Olbertz [Sat, 30 Dec 2017 22:04:23 +0000 (23:04 +0100)]
Added test for fix for #10803.
Nicolas Coden [Fri, 29 Dec 2017 18:45:59 +0000 (19:45 +0100)]
fix: remove tab outline on mouse #10798
Closes https://github.com/zurb/foundation-sites/issues/10798
Marius Olbertz [Sat, 30 Dec 2017 22:04:23 +0000 (23:04 +0100)]
Fix Drilldown behavior with parent link when using keyboard.
Fixes #10803
Nicolas Coden [Thu, 28 Dec 2017 10:05:09 +0000 (11:05 +0100)]
Merge pull request #10825 from raym/develop
Update dependency `fourseven:scss`
Raymond Young [Thu, 28 Dec 2017 02:13:51 +0000 (18:13 -0800)]
remove comma after last element in array. was throwing syntax error
Raymond Young [Thu, 28 Dec 2017 00:37:19 +0000 (16:37 -0800)]
update version of `fourseven:scss` dependency
Nicolas Coden [Wed, 27 Dec 2017 19:45:43 +0000 (20:45 +0100)]
Merge pull request #10823 from ncoden/chore/update-babel
chore: update Babel dependencies & Lock files
Nicolas Coden [Wed, 27 Dec 2017 08:56:52 +0000 (09:56 +0100)]
Merge pull request #10615 from lvl99/fix-tabs-data-tabs-target
added extra searches for [data-tabs-target] when determining target tab…
Nicolas Coden [Tue, 26 Dec 2017 22:39:26 +0000 (23:39 +0100)]
chore: update lock files
Nicolas Coden [Tue, 26 Dec 2017 22:27:04 +0000 (23:27 +0100)]
chore: update babel packages
Nicolas Coden [Tue, 26 Dec 2017 22:14:17 +0000 (23:14 +0100)]
Merge pull request #10687 from jmsfwk/develop
Allow inline `<cite>` elements
Nicolas Coden [Tue, 26 Dec 2017 21:43:17 +0000 (22:43 +0100)]
Merge pull request #10679 from Martskin/fix-media-object-mixin-flex-mode
Addresses Media Object mixin issue in Flex mode. #9038.
Nicolas Coden [Tue, 26 Dec 2017 21:42:03 +0000 (22:42 +0100)]
docs: add docs about the `cite-block` component
Nicolas Coden [Tue, 26 Dec 2017 21:20:19 +0000 (22:20 +0100)]
fix: prevent side-effect from .stack-for in media-object
Prevent a parent component with `.stack-for-*` to have side effects on `.media-object-section`.
This is a part of a PR and the selector specificity is revert to the one before the PR (0.3.0).
Nicolas Coden [Tue, 26 Dec 2017 20:50:05 +0000 (21:50 +0100)]
feat: make cite-block an optional component & use it as default for <cite>
Note: this remove the backward incompability included in
18af0ed805ebe7a18a1b77dd09cd2e1a33a5b469
Nicolas Coden [Mon, 25 Dec 2017 20:53:55 +0000 (21:53 +0100)]
Merge pull request #10711 from Owlbertz/reveal-anchor-focus-fix
Reveal anchor focus fix
Nicolas Coden [Mon, 25 Dec 2017 20:35:22 +0000 (21:35 +0100)]
Revert "Update Yarn file!"
This reverts commit
6cfebc3c0af8851f94faba1d652d90820fd9a320 .
Nicolas Coden [Mon, 25 Dec 2017 20:28:06 +0000 (21:28 +0100)]
Merge pull request #10702 from rokkan/develop
Push, pull, & offset optional for foundation-grid
Nicolas Coden [Mon, 25 Dec 2017 18:32:18 +0000 (19:32 +0100)]
refactor: avoid code duplication for grid unpositioning classes
Harry Manchanda [Mon, 25 Dec 2017 11:21:20 +0000 (16:51 +0530)]
Update Yarn file!
Nicolas Coden [Mon, 25 Dec 2017 10:42:14 +0000 (11:42 +0100)]
Merge pull request #10691 from DaSchTour/button-font-weight
Option to change font-weight of buttons
Harry Manchanda [Mon, 25 Dec 2017 10:36:09 +0000 (16:06 +0530)]
Merge pull request #10822 from ncoden/docs/update-sri
docs: update sub-ressources integrity
Nicolas Coden [Mon, 25 Dec 2017 10:29:53 +0000 (11:29 +0100)]
fix: allow to use inherit/global font-weight for button
Nicolas Coden [Sun, 24 Dec 2017 23:21:38 +0000 (00:21 +0100)]
Merge pull request #10703 from zurb/fix10693
fixes #10693 stack button group always expanded
Nicolas Coden [Sun, 24 Dec 2017 17:16:31 +0000 (18:16 +0100)]
Merge pull request #10729 from DanielRuf/patch-on-load
use on() to listen for the load event
Nicolas Coden [Sun, 24 Dec 2017 17:04:59 +0000 (18:04 +0100)]
docs: update sub-ressources integrity
You can check sha384 hash with https://www.srihash.org/
Nicolas Coden [Sun, 24 Dec 2017 15:18:27 +0000 (16:18 +0100)]
Merge pull request #10752 from zurb/thumnails-standarize
Just to keep things standard!
Nicolas Coden [Sun, 24 Dec 2017 13:47:20 +0000 (14:47 +0100)]
Merge pull request #10807 from Anidetrix/patch-1
Fix Keyboard util TypeScript declaration
Nicolas Coden [Sun, 24 Dec 2017 13:44:01 +0000 (14:44 +0100)]
Merge pull request #10815 from kirra/develop
Changed `$foundation-palette` to `$button-palette`
Nicolas Coden [Sun, 24 Dec 2017 13:31:49 +0000 (14:31 +0100)]
fix: do not generate invalid xy-cell when breakpoint is not found
Nicolas Coden [Sat, 23 Dec 2017 16:14:29 +0000 (17:14 +0100)]
fix: prevent leaking of `-zf-size` in `-zf-each-breakpoint` mixin
Closes https://github.com/zurb/foundation-sites/issues/10818
Note: this also remove some useless logic in `@mixin breakpoint`
r.bos [Thu, 21 Dec 2017 19:44:53 +0000 (20:44 +0100)]
Changed `$foundation-palette` to `$button-palette`
Anton Kudryavtsev [Fri, 15 Dec 2017 11:47:38 +0000 (14:47 +0300)]
Fix Keyboard util TypeScript declaration
Laurel [Mon, 11 Dec 2017 18:26:49 +0000 (10:26 -0800)]
default pointer
global settings for button cursor should be by default pointer
SassNinja [Wed, 22 Nov 2017 16:42:01 +0000 (17:42 +0100)]
Fix reveal enableScroll calculation of scrollTop
The target scrollTop must be calculated BEFORE the is-reveal-open class gets removed.
Otherwise iOS is not able to determine the correct top value but uses "auto".
To add a scrollTop param to the disableScroll is not necessary but due to consistency I've done it here the same way.
Matt Scheurich [Sat, 18 Nov 2017 16:54:49 +0000 (17:54 +0100)]
reworded some text to be more illustrative
Matt Scheurich [Sat, 18 Nov 2017 16:51:52 +0000 (17:51 +0100)]
package-lock.json
Matt Scheurich [Sat, 18 Nov 2017 16:47:51 +0000 (17:47 +0100)]
added visual test for tabs target
James Fenwick [Wed, 1 Nov 2017 12:36:15 +0000 (12:36 +0000)]
Add mixin to restore old behavior
James Fenwick [Fri, 29 Sep 2017 15:27:00 +0000 (16:27 +0100)]
Allow inline `<cite>` elements
Move the block styling and reduced font size on `<cite>` to only
apply when it is a child of `<blockquote>`.
Fixes issue #10226
Harry Manchanda [Wed, 25 Oct 2017 16:41:38 +0000 (22:11 +0530)]
Just to keep things standard
Daniel Ruf [Mon, 16 Oct 2017 10:43:12 +0000 (12:43 +0200)]
use on() to listen for the load event
Daniel Ruf [Mon, 16 Oct 2017 10:38:55 +0000 (12:38 +0200)]
use on() to listen for the load event
Marius Olbertz [Sat, 7 Oct 2017 19:15:29 +0000 (21:15 +0200)]
Added visual test for #10604.
Marius Olbertz [Sat, 7 Oct 2017 19:14:50 +0000 (21:14 +0200)]
Added tests for #10604.
Marius Olbertz [Sat, 7 Oct 2017 19:14:03 +0000 (21:14 +0200)]
Focus active anchor rather than last one in collection when closing a Reveal modal.
Addresses #10604.
RafiBomb [Thu, 5 Oct 2017 21:46:54 +0000 (14:46 -0700)]
adds use case for medium down and adds a visual test
RafiBomb [Thu, 5 Oct 2017 21:30:56 +0000 (14:30 -0700)]
fixes #10693 stack button group always expanded
RafiBomb [Thu, 5 Oct 2017 21:25:38 +0000 (14:25 -0700)]
adds more details to buttongroup variable
Dusan Milko [Thu, 5 Oct 2017 21:10:16 +0000 (17:10 -0400)]
Optional center and uncenter
Allowing center and uncenter to be optional
Dusan Milko [Thu, 5 Oct 2017 21:07:25 +0000 (17:07 -0400)]
Fix missing class on last edit