Nicolas Coden [Sat, 16 Jun 2018 07:14:09 +0000 (09:14 +0200)]
Use pull request #10911 from ncoden/fix/temporary-disable-umd-bundling for v6.5.0
c2acd0c14 fix: export Foundation in `foundation.core` entry for usage in other entries fe895f5f5 fix: fix `Object.assign` usage in `javascript:plugins` gulp task 568a9a589 fix: temporary disable UMD bundling
Marius Olbertz [Sat, 16 Jun 2018 07:14:06 +0000 (09:14 +0200)]
Use pull request #10699 from Owlbertz/abide-accessibility for v6.5.0
51a255840 Implemented accessibility for Abide. dfae51056 Improved accessibility of Abide page. 3e512b9a5 Added unittests for aria-invalid in Abide. 835cf0458 docs: improve accessibility of abide examples 07b2d7670 feat: add [aria-live] on [data-abide-error] on form validation 88abca78c feat: automatically add [aria-describedby] and [for] attributes in Abide d1acd32dc feat: add `a11yAttributes` option on Abide to disable a11y attribute insertion f55efd50c feat: set `[aria-live]` on Abide global erros on init 6cf661906 docs: add basic doc about a11y attributes in Abide 32efbc2b0 test: add unit tests for Abide.addA11yAttributes() 8e7fa0614 test: add unit test for Abide.addGlobalErrorA11yAttributes() edf21d231 test: add visual test for Abide accessibility c6a690677 fix: fix side-effect of jQuery .filter() in Abide.addA11yAttributes c6e4b562c feat: add [role=label] to all form errors in Abide
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr> Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sat, 16 Jun 2018 07:12:52 +0000 (09:12 +0200)]
Use pull request #10864 from ncoden/chore/es5-pkg-main for v6.5.0
ee3399bc1 Revert "fix: prevent side-effect from .stack-for in media-object" 329902ccf chore: make UMD build default entry point ba9fd8abe chore: export core utilities as `CoreUtils` 565a60f44 fix: fix webpack.config entry point
SassNinja [Sat, 16 Jun 2018 07:10:43 +0000 (09:10 +0200)]
Use pull request #10786 from SassNinja/fix-reveal-enable-scroll for v6.5.0
7e675258c Fix reveal enableScroll calculation of scrollTop 4f2773318 refactor: add defaults to `_enableScroll`/`_disableScroll` properties in Reveal 808fc3be0 style: document the #10786 bug in Reveal
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr> Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Nicolas Coden [Sat, 16 Jun 2018 07:10:42 +0000 (09:10 +0200)]
Use pull request #10868 from ncoden/fix/off-canvas-reveal-on-option-10867 for v6.5.0
ee3399bc1 Revert "fix: prevent side-effect from .stack-for in media-object" 594cf65aa fix: fix off-canvas option `revealOn` when used without classes #10867 23da69d1e test: add visual test for off-canvas revealOn option 5255360bd fix: fix merge fail in off-canvas a2d431a76 fix: fix Off-canvas `revealOn` option when used with `revealClass` option 05697a06c fix: fix regexp check for revealClass option in Off-Canvas 72f7e40f7 feat: expose RegExpEscape 13202d033 test: add tests for `RegExpEscape`
Nicolas Coden [Sat, 16 Jun 2018 07:10:41 +0000 (09:10 +0200)]
Use pull request #10866 from ncoden/docs/improve-grid-setup-10843 for v6.5.0
c3f72c617 docs: add doc for different grids setup caa6ba332 docs: show base classes before their modifiers in grids and callout 049679c18 docs: fix callout class glued to modifier in grids doc
Nicolas Coden [Sat, 16 Jun 2018 07:10:40 +0000 (09:10 +0200)]
Use pull request #10847 from ncoden/docs/improve-installation-and-setup-10843 for v6.5.0
70543fa0b docs: improve docs of Template installation 8d730a953 docs: improve design of download part in installation 52447aa78 docs: move html starter template to the bottom 20efaa040 docs: add float, prototyping and rtl to CDN links c8b5c029b docs: improve file tree design in installation c47d70b78 docs: improve docs of CLI installation ed5cb75b7 docs: improve design of package manager installation 533b1fa95 docs: add yarn installation to docs 4495764a1 docs: add links to packages managers in installation ac4544977 docs: merge CLI and template installations 030611f4a docs: improve documentation of Starter Projects
Nicolas Venegas [Sat, 16 Jun 2018 07:09:37 +0000 (09:09 +0200)]
Use pull request #10837 from nicolasv/bugfix/10836-magellan-clear-hash for v6.5.0
9b8129a10 chore: Fix != comparison in Magellan. 6fb7092fd Clear hash in Magellan deep linking when there is no active link. ba938ce7b fix: prevent to loose query params when reseting hash in magellan
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr> Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Martin Hofmann [Sat, 16 Jun 2018 06:59:15 +0000 (08:59 +0200)]
Use pull request #10679 from Martskin/fix-media-object-mixin-flex-mode for v6.5.0
310e3dc21 Addresses Media Object mixin issue in Flex mode. #9038. af9d6978f Adds Media Object visual test page. 606f16480 fix: prevent side-effect from .stack-for in media-object
Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr> Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
Marius Olbertz [Sat, 16 Jun 2018 06:59:14 +0000 (08:59 +0200)]
Use pull request #10711 from Owlbertz/reveal-anchor-focus-fix for v6.5.0
9fce99e34 Focus active anchor rather than last one in collection when closing a Reveal modal. 9e8535ab2 Added tests for #10604. f954f7ebd Added visual test for #10604. 6cfebc3c0 Update Yarn file! 6bc8691ab Revert "Update Yarn file!"
Co-Authored-By: Harry Manchanda <harmanmanchanda182@gmail.com> Co-Authored-By: Nicolas Coden <nicolas@ncoden.fr> Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
RafiBomb [Sat, 16 Jun 2018 06:59:13 +0000 (08:59 +0200)]
Use pull request #10703 from zurb/fix10693 for v6.5.0
82afc2d8a adds more details to buttongroup variable e5d89c277 fixes #10693 stack button group always expanded 566989c3d adds use case for medium down and adds a visual test
Kerry [Sun, 1 Oct 2017 14:36:37 +0000 (15:36 +0100)]
Add grow to xy-cell-base
Added the ability to use the xy-cell-base mixin to grow the flex item to take up all available space.
This is effectively the same as: `.flex-child-grow`, found @ https://foundation.zurb.com/sites/docs/flexbox-utilities.html#vanilla-flexbox-helper-classes - But there isn't a way to do this through the SASS mixins.
Merge branch 'andycochran-responsive-expanded-buttons' of git://github.com/DaSchTour/foundation-sites into DaSchTour-andycochran-responsive-expanded-buttons