]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoAdd doc comments for new historyHandled param 9674/head
Kevin Ball [Mon, 23 Jan 2017 17:57:04 +0000 (09:57 -0800)] 
Add doc comments for new historyHandled param

8 years agoUpdate deeplink approach to address concerns in #9674
Kevin Ball [Fri, 20 Jan 2017 22:08:02 +0000 (14:08 -0800)] 
Update deeplink approach to address concerns in #9674

8 years agoRestore yarn.lock to where it is on develop
Kevin Ball [Thu, 19 Jan 2017 00:08:46 +0000 (16:08 -0800)] 
Restore yarn.lock to where it is on develop

8 years agoFix tabs deeplink history to work with back button within page
Kevin Ball [Wed, 18 Jan 2017 23:13:21 +0000 (15:13 -0800)] 
Fix tabs deeplink history to work with back button within page

8 years agoMerge pull request #9648 from IamManchanda/hotfix/disabled-buttons
Kevin Ball [Tue, 17 Jan 2017 19:35:37 +0000 (11:35 -0800)] 
Merge pull request #9648 from IamManchanda/hotfix/disabled-buttons

Bug Fix #9617 - Disables hover focus on button disabled

8 years agoPutting logic at the top of the mixin instead of in between the css properties 9648/head
harry [Tue, 17 Jan 2017 17:55:42 +0000 (23:25 +0530)] 
Putting logic at the top of the mixin instead of in between the css properties

8 years agoAdded comments for color auto logic
harry [Tue, 17 Jan 2017 17:41:18 +0000 (23:11 +0530)] 
Added comments for color auto logic

8 years agoMerge branch 'v6.4' into develop
Kevin Ball [Tue, 17 Jan 2017 17:28:07 +0000 (09:28 -0800)] 
Merge branch 'v6.4' into develop

8 years agoMerge pull request #9644 from brettsmason/font-stack
Kevin Ball [Tue, 17 Jan 2017 17:27:35 +0000 (09:27 -0800)] 
Merge pull request #9644 from brettsmason/font-stack

New function: font-stack

8 years agoRemove stray bracket 9644/head
Brett Mason [Tue, 17 Jan 2017 16:43:35 +0000 (16:43 +0000)] 
Remove stray bracket

8 years agoAttempt at adding a quick unit test for `map-safe-get`
Brett Mason [Tue, 17 Jan 2017 11:39:21 +0000 (11:39 +0000)] 
Attempt at adding a quick unit test for `map-safe-get`

8 years agoUpdate `map-safe-get` conditional check and change parameter to `$key`
Brett Mason [Tue, 17 Jan 2017 11:27:11 +0000 (11:27 +0000)] 
Update `map-safe-get` conditional check and change parameter to `$key`

8 years agoReverse parameters for `map-safe-get`. Simplify `font-stack` to use the `map-safe...
Brett Mason [Tue, 17 Jan 2017 11:09:07 +0000 (11:09 +0000)] 
Reverse parameters for `map-safe-get`. Simplify `font-stack` to use the `map-safe-get` function.

8 years agoAdd `map-safe-get` function for safely retrieving a map value.
Brett Mason [Tue, 17 Jan 2017 10:41:49 +0000 (10:41 +0000)] 
Add `map-safe-get` function for safely retrieving a map value.

8 years agoRework doc block to be clearer.
Brett Mason [Tue, 17 Jan 2017 09:13:19 +0000 (09:13 +0000)] 
Rework doc block to be clearer.

8 years agoMerge pull request #9650 from IllusionPerdu/local
Kevin Ball [Mon, 16 Jan 2017 18:38:05 +0000 (10:38 -0800)] 
Merge pull request #9650 from IllusionPerdu/local

Make Optional extend .column with a alias ( default : .columns )

8 years agoSome typo's/English change 9650/head
IllusionPerdu [Mon, 16 Jan 2017 18:36:33 +0000 (19:36 +0100)] 
Some typo's/English change

8 years agoMerge pull request #9653 from Owlbertz/reveal-multiple-open-body-class
Kevin Ball [Mon, 16 Jan 2017 17:58:20 +0000 (09:58 -0800)] 
Merge pull request #9653 from Owlbertz/reveal-multiple-open-body-class

Make class on body persists if another Reveal is still visible.

8 years agoOups forgotten some change
IllusionPerdu [Mon, 16 Jan 2017 12:51:57 +0000 (13:51 +0100)] 
Oups forgotten some change

8 years agoChange in doc
IllusionPerdu [Mon, 16 Jan 2017 11:42:07 +0000 (12:42 +0100)] 
Change in doc

8 years agoAdd callout in docs/pages/grid.md
IllusionPerdu [Mon, 16 Jan 2017 11:12:21 +0000 (12:12 +0100)] 
Add callout in docs/pages/grid.md

8 years agoAdd a link in Grid docs for `.columns` alias.
Nicolas Coden [Mon, 16 Jan 2017 09:04:34 +0000 (10:04 +0100)] 
Add a link in Grid docs for `.columns` alias.

8 years agoRemove "@since" comment
IllusionPerdu [Mon, 16 Jan 2017 00:08:02 +0000 (01:08 +0100)] 
Remove "@since" comment

8 years agoMake `.is-reveal-open` class on body persists if another Reveal is still visible. 9653/head
Marius Olbertz [Sun, 15 Jan 2017 18:03:34 +0000 (19:03 +0100)] 
Make `.is-reveal-open` class on body persists if another Reveal is still visible.

Added visual and automatic test.

8 years agoSass-doc comment adjustment
IllusionPerdu [Sun, 15 Jan 2017 14:40:51 +0000 (15:40 +0100)] 
Sass-doc comment adjustment

8 years agoChange with the ncoden sugestion
IllusionPerdu [Sun, 15 Jan 2017 14:08:36 +0000 (15:08 +0100)] 
Change with the ncoden sugestion

8 years agoMake Optional extend .column with a alias ( default : .columns )
IllusionPerdu [Sun, 15 Jan 2017 13:05:26 +0000 (14:05 +0100)] 
Make Optional extend .column with a alias ( default : .columns )

8 years agocorrection in comments
harry [Sat, 14 Jan 2017 21:47:32 +0000 (03:17 +0530)] 
correction in comments

8 years agoMixin comments for button disabled. Using background and color simultaneously
harry [Sat, 14 Jan 2017 21:42:28 +0000 (03:12 +0530)] 
Mixin comments for button disabled. Using background and color simultaneously

8 years agoAdded color auto if statement to color pick contrast
harry [Sat, 14 Jan 2017 21:19:15 +0000 (02:49 +0530)] 
Added color auto if statement to color pick contrast

8 years agoDefined background and color again for hover and focus
harry [Sat, 14 Jan 2017 20:48:02 +0000 (02:18 +0530)] 
Defined background and color again for hover and focus

8 years agoRemoved box shadow as it was not doing anything
harry [Sat, 14 Jan 2017 18:25:43 +0000 (23:55 +0530)] 
Removed box shadow as it was not doing anything

8 years agoAdded color pick contrast for the sake of a11y-compliant
harry [Sat, 14 Jan 2017 18:14:32 +0000 (23:44 +0530)] 
Added color pick contrast for the sake of a11y-compliant

8 years agoBug Fix #9617 - Disables hover focus on button disabled and docs update
harry [Sat, 14 Jan 2017 15:00:33 +0000 (20:30 +0530)] 
Bug Fix #9617 - Disables hover focus on button disabled and docs update

Updated docs too by adding all the color buttons to the page

8 years agoMerge pull request #9642 from ncoden/feat/form-error-attribute-9600
Kevin Ball [Fri, 13 Jan 2017 23:10:31 +0000 (15:10 -0800)] 
Merge pull request #9642 from ncoden/feat/form-error-attribute-9600

[Abide] Add Form Error attribute

8 years agoMerge pull request #9630 from coreysyms/coreysyms-patch-triggers
Kevin Ball [Fri, 13 Jan 2017 22:52:42 +0000 (14:52 -0800)] 
Merge pull request #9630 from coreysyms/coreysyms-patch-triggers

Coreysyms patch triggers

8 years agoMerge pull request #9540 from natewiebe13/increase-luminance-precision
Kevin Ball [Fri, 13 Jan 2017 22:08:22 +0000 (14:08 -0800)] 
Merge pull request #9540 from natewiebe13/increase-luminance-precision

Increase the precision of the pow function when calculating luminance

8 years agoIncrease default precision of the pow function 9540/head
Nate Wiebe [Fri, 13 Jan 2017 22:00:00 +0000 (17:00 -0500)] 
Increase default precision of the pow function

8 years agoMerge branch 'v6.4' into develop
Kevin Ball [Fri, 13 Jan 2017 21:46:54 +0000 (13:46 -0800)] 
Merge branch 'v6.4' into develop

8 years agoBetter error reporting
Brett Mason [Fri, 13 Jan 2017 15:48:48 +0000 (15:48 +0000)] 
Better error reporting

8 years agoAdd an internal `$-zf-font-stack` map to group font stacks. Added `font-stack` functi...
Brett Mason [Fri, 13 Jan 2017 15:30:10 +0000 (15:30 +0000)] 
Add an internal `$-zf-font-stack` map to group font stacks. Added `font-stack` function which retrives a value from the new map, and can also be used with your own man.

8 years agoFix docs title in Abide 9642/head
Nicolas Coden [Fri, 13 Jan 2017 14:59:52 +0000 (15:59 +0100)] 
Fix docs title in Abide

8 years agoAdd docs for Form Errors
Nicolas Coden [Fri, 13 Jan 2017 14:58:58 +0000 (15:58 +0100)] 
Add docs for Form Errors

Add docs in Abide with:
- Explanation about the way Form Errors are found
- An example with `[data-form-error-for]

8 years agoAdd attribute to declare Form Error relation
Nicolas Coden [Fri, 13 Jan 2017 14:56:31 +0000 (15:56 +0100)] 
Add attribute to declare Form Error relation

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

Add `[data-form-error-for=someId]` attribute to declare a relation
between a form error and the related field.

8 years agoMerge pull request #9635 from Owlbertz/drilldown-esc-bug
Kevin Ball [Thu, 12 Jan 2017 17:37:25 +0000 (09:37 -0800)] 
Merge pull request #9635 from Owlbertz/drilldown-esc-bug

Fixed ESC button on drilldown menus.

8 years agoMerge pull request #9634 from Owlbertz/drilldown-keyboard-trap
Kevin Ball [Thu, 12 Jan 2017 17:35:21 +0000 (09:35 -0800)] 
Merge pull request #9634 from Owlbertz/drilldown-keyboard-trap

Prevent keyboard trap in drilldown menu.

8 years agoFixed ESC button on drilldown menus. 9635/head
Marius Olbertz [Thu, 12 Jan 2017 16:37:19 +0000 (17:37 +0100)] 
Fixed ESC button on drilldown menus.

Previously, _back was being called without a parameter which is both a wrong ca$
ESC is now using _hide and will place focus on the anchor that was used to open$

TBD: If hideAll should be called so all sub menus are closed using ESC.

8 years agoPrevent keyboard trap in drilldown menu. 9634/head
Marius Olbertz [Thu, 12 Jan 2017 07:11:26 +0000 (08:11 +0100)] 
Prevent keyboard trap in drilldown menu.

Added check if current element is first/last element in root ul of drilldown.
Only prevents default if this is not the case now.

Fixes #9597

8 years agoremoving unneeded function 9630/head
Corey Snyder [Wed, 11 Jan 2017 18:30:07 +0000 (13:30 -0500)] 
removing unneeded function

eventsListener() is the init of mutation, removing old function and comments.

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Tue, 10 Jan 2017 22:11:04 +0000 (14:11 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 9 Jan 2017 23:14:45 +0000 (15:14 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9613 from drball/patch-3
Nicolas Coden [Fri, 6 Jan 2017 11:25:22 +0000 (12:25 +0100)] 
Merge pull request #9613 from drball/patch-3

Spelling correction

8 years agoSpelling correction 9613/head
David Ball [Fri, 6 Jan 2017 10:50:31 +0000 (10:50 +0000)] 
Spelling correction

8 years agoMerge pull request #9610 from zurb/fix-docs-titles
Nicolas Coden [Thu, 5 Jan 2017 23:50:13 +0000 (00:50 +0100)] 
Merge pull request #9610 from zurb/fix-docs-titles

Specificity first in titles on docs pages

8 years agoSpecificity first in titles on docs pages 9610/head
Kevin Ball [Thu, 5 Jan 2017 22:59:31 +0000 (14:59 -0800)] 
Specificity first in titles on docs pages

8 years agoMerge branch 'master' into v6.4
Kevin Ball [Thu, 5 Jan 2017 17:01:49 +0000 (09:01 -0800)] 
Merge branch 'master' into v6.4

8 years agoMerge pull request #9605 from DaSchTour/abide-definitions
Kevin Ball [Thu, 5 Jan 2017 16:49:27 +0000 (08:49 -0800)] 
Merge pull request #9605 from DaSchTour/abide-definitions

Added Abide defaults

8 years agoAdded Abide defaults 9605/head
Daniel Schuba [Thu, 5 Jan 2017 10:44:08 +0000 (11:44 +0100)] 
Added Abide defaults

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Wed, 4 Jan 2017 21:19:34 +0000 (13:19 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge pull request #9563 from ncoden/docs/responsive-navigation
Kevin Ball [Wed, 4 Jan 2017 21:14:30 +0000 (13:14 -0800)] 
Merge pull request #9563 from ncoden/docs/responsive-navigation

Fix responsive navigation docs

8 years agoMerge branch 'master' into develop
Kevin Ball [Wed, 4 Jan 2017 21:00:26 +0000 (13:00 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9550 from alamowo/patch-4
Kevin Ball [Wed, 4 Jan 2017 19:37:15 +0000 (11:37 -0800)] 
Merge pull request #9550 from alamowo/patch-4

Issue #9535: Set box-sizing for select elements

8 years agoMerge pull request #9509 from ncoden/fix/simple-menu-align-9499
Kevin Ball [Wed, 4 Jan 2017 19:33:22 +0000 (11:33 -0800)] 
Merge pull request #9509 from ncoden/fix/simple-menu-align-9499

Fix #9499 - Add simple menu behavior for align-right

8 years agoMerge pull request #9525 from mlang38/patch-1
Kevin Ball [Wed, 4 Jan 2017 19:31:41 +0000 (11:31 -0800)] 
Merge pull request #9525 from mlang38/patch-1

[Drilldown] Add an 'else' clause to not let the $wrapper property undefined

8 years agoMerge pull request #9599 from IamManchanda/docs/flexbox-grammar
Kevin Ball [Wed, 4 Jan 2017 19:11:10 +0000 (11:11 -0800)] 
Merge pull request #9599 from IamManchanda/docs/flexbox-grammar

2nd try , Flexbox page update

8 years agoUpdated the flexbox docs page with a grammatical change 9599/head
harry [Wed, 4 Jan 2017 18:15:38 +0000 (23:45 +0530)] 
Updated the flexbox docs page with a grammatical change

Some more grammatical change: 2nd update

Some more grammatical change: 3rd update, 2nd try - just an extra exclamation

removed an extra exclamation that i added previously

Simple Grammatical changes to flexbox page

8 years agoMerge branch 'develop' into v6.4
Kevin Ball [Wed, 4 Jan 2017 01:02:55 +0000 (17:02 -0800)] 
Merge branch 'develop' into v6.4

8 years agoMerge pull request #9589 from joernroeder/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:40:01 +0000 (14:40 -0800)] 
Merge pull request #9589 from joernroeder/patch-1

fixed programmatic use of interchange. see #9332

8 years agoMerge pull request #9580 from colinmackinlay/patch-1
Kevin Ball [Tue, 3 Jan 2017 22:16:26 +0000 (14:16 -0800)] 
Merge pull request #9580 from colinmackinlay/patch-1

Fix #9579 - ignore disabled input in Abide

8 years agoMerge pull request #9577 from ncoden/docs/flex-grid-column-gutters
Kevin Ball [Tue, 3 Jan 2017 22:10:22 +0000 (14:10 -0800)] 
Merge pull request #9577 from ncoden/docs/flex-grid-column-gutters

Fix flex-grid-column gutters docs

8 years agoMerge pull request #9571 from zy4/warnings
Kevin Ball [Tue, 3 Jan 2017 21:29:30 +0000 (13:29 -0800)] 
Merge pull request #9571 from zy4/warnings

Fix gulp warning that strings must use single quotes

8 years agoMerge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557
Kevin Ball [Tue, 3 Jan 2017 21:11:01 +0000 (13:11 -0800)] 
Merge pull request #9568 from ncoden/fix/flex-grid-nested-row-alignment-9557

Fix flex-grid nested row alignment

8 years agoupdates footer for 2017
RafiBomb [Tue, 3 Jan 2017 19:52:10 +0000 (11:52 -0800)] 
updates footer for 2017

8 years agoupdates to 2017
Rafi [Tue, 3 Jan 2017 19:38:08 +0000 (11:38 -0800)] 
updates to 2017

8 years agoAdd browserstack reference to readme
Kevin Ball [Tue, 3 Jan 2017 19:32:14 +0000 (11:32 -0800)] 
Add browserstack reference to readme

Lets us get open source license to browserstack for contributor testing.

8 years agoupdates copywrite to 2017
Rafi [Tue, 3 Jan 2017 19:25:49 +0000 (11:25 -0800)] 
updates copywrite to 2017

8 years agoAdd browserstack logo
Kevin Ball [Tue, 3 Jan 2017 19:19:41 +0000 (11:19 -0800)] 
Add browserstack logo

8 years agoMerge pull request #9566 from ncoden/fix/pre-overflow-9565
Kevin Ball [Tue, 3 Jan 2017 18:50:28 +0000 (10:50 -0800)] 
Merge pull request #9566 from ncoden/fix/pre-overflow-9565

Fix #9565 - prevent `<pre>` overflow

8 years agoMerge pull request #9562 from ncoden/docs/js-options-defaults
Kevin Ball [Tue, 3 Jan 2017 17:36:00 +0000 (09:36 -0800)] 
Merge pull request #9562 from ncoden/docs/js-options-defaults

Fix docs of JS options

8 years agofixed programmatic use of interchange. see #9332 9589/head
Jörn Röder [Tue, 3 Jan 2017 14:54:26 +0000 (15:54 +0100)] 
fixed programmatic use of interchange. see #9332

8 years agoMoved ignore examples to separate section 9580/head
colinmackinlay [Sat, 31 Dec 2016 14:44:16 +0000 (14:44 +0000)] 
Moved ignore examples to separate section

8 years agoUpdate abide.md with extra ignore conditions
colinmackinlay [Sat, 31 Dec 2016 14:04:28 +0000 (14:04 +0000)] 
Update abide.md with extra ignore conditions

In addition to data-abide-ignore, abide also ignores type="hidden" attribute and in this patch the diabled attribute

8 years ago'Ignore' details added to validateInput() comment
colinmackinlay [Sat, 31 Dec 2016 13:53:40 +0000 (13:53 +0000)] 
'Ignore' details added to  validateInput() comment

8 years agoTo resolve #9579
colinmackinlay [Sat, 31 Dec 2016 11:53:31 +0000 (11:53 +0000)] 
To resolve #9579

so that disabled inputs are not validated

8 years agoMerge pull request #9570 from zy4/develop
Nicolas Coden [Fri, 30 Dec 2016 19:45:51 +0000 (20:45 +0100)] 
Merge pull request #9570 from zy4/develop

Fix invalid characters in _accordion.scss and typography/_base.scss f…

8 years agoFix flex-grid-column gutters docs 9577/head
Nicolas Coden [Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)] 
Fix flex-grid-column gutters docs

8 years agoMerge pull request #9574 from ahebrank/tabs-docs-fix
Rafi [Thu, 29 Dec 2016 17:46:42 +0000 (09:46 -0800)] 
Merge pull request #9574 from ahebrank/tabs-docs-fix

tabs markdown fix and clarify browser history updates

8 years agosome tweaks 9574/head
Andy Hebrank [Thu, 29 Dec 2016 16:49:48 +0000 (11:49 -0500)] 
some tweaks

8 years agomarkdown fix and clarify history updates
Andy Hebrank [Thu, 29 Dec 2016 15:48:43 +0000 (10:48 -0500)] 
markdown fix and clarify history updates

8 years agoFix gulp warnings that strings must use single quotes 9571/head
Seung-Zin Nam [Wed, 28 Dec 2016 13:46:46 +0000 (14:46 +0100)] 
Fix gulp warnings that strings must use single quotes

8 years agoUse dash glyph instead of minus for accordion 9570/head
Seung-Zin Nam [Tue, 27 Dec 2016 14:53:04 +0000 (15:53 +0100)] 
Use dash glyph instead of minus for accordion

See https://github.com/zurb/foundation-sites/pull/9570#issuecomment-269328088

8 years agoFix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.
Seung-Zin Nam [Mon, 26 Dec 2016 13:11:46 +0000 (14:11 +0100)] 
Fix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.

8 years agoFix nested collapsed flex-grid row 9568/head
Nicolas Coden [Sun, 25 Dec 2016 22:30:43 +0000 (23:30 +0100)] 
Fix nested collapsed flex-grid row

Bug: columns in collapsed row doesn't have padding, but nested
collapsed flex-grid row still have negative margins.

Fix: apply the same path than in classic grids.

Note: Grids and flex-grids have a lot of bugs like this one and should
be refactorized. Please beat me if you see this commit 6 months later
and nothing changed.

8 years agoFix size of row nested inside collapsed (flex-)grid row.
Nicolas Coden [Sun, 25 Dec 2016 22:26:47 +0000 (23:26 +0100)] 
Fix size of row nested inside collapsed (flex-)grid row.

See: https://github.com/zurb/foundation-sites/issues/9557
Problem: Every row has a max width, so when nested, it cannot be
enlarged with negative margins to handle the paddings of its columns.

Fix: expand the size of all row nested in a non-expanded row.

Note: THIS IS A TEMPORARY FIX. Grids and flex-grids have a lot of bugs
like this one and should be refactorized. Please beat me if you see
this commit 6 months later and nothing changed.

8 years agoAdd visual tests for nesting in collapsed rows.
Nicolas Coden [Sun, 25 Dec 2016 21:30:09 +0000 (22:30 +0100)] 
Add visual tests for nesting in collapsed rows.

See: https://github.com/zurb/foundation-sites/issues/9557

8 years agoFix #9565 - prevent `<pre>` overflow 9566/head
Nicolas Coden [Sat, 24 Dec 2016 11:49:18 +0000 (12:49 +0100)] 
Fix #9565 - prevent `<pre>` overflow

Fix: https://github.com/zurb/foundation-sites/issues/9565

There is no case where we would expect the pre content to overflow.

8 years agoRemove duplicated event docs in ResponsiveToggle 9563/head
Nicolas Coden [Sat, 24 Dec 2016 00:36:49 +0000 (01:36 +0100)] 
Remove duplicated event docs in ResponsiveToggle

8 years agoRemove wrong requirements in ResponsiveMenu.
Nicolas Coden [Sat, 24 Dec 2016 00:23:04 +0000 (01:23 +0100)] 
Remove wrong requirements in ResponsiveMenu.

These "modules":
- do not exists as utils
- are not requirements, but plugins

8 years agoAdd possible values in JS docs 9562/head
Nicolas Coden [Fri, 23 Dec 2016 23:41:17 +0000 (00:41 +0100)] 
Add possible values in JS docs

8 years agoTypo fix in Dropdown docs
Nicolas Coden [Fri, 23 Dec 2016 23:26:44 +0000 (00:26 +0100)] 
Typo fix in Dropdown docs