]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoSample video open
Kevin Ball [Mon, 8 May 2017 16:09:13 +0000 (09:09 -0700)] 
Sample video open

8 years agoRemoved `spaced-around/between` for vertical menu specific!
harry [Sun, 7 May 2017 14:15:03 +0000 (19:45 +0530)] 
Removed `spaced-around/between` for vertical menu specific!

8 years agoAdd js video
Kevin Ball [Fri, 5 May 2017 18:38:07 +0000 (11:38 -0700)] 
Add js video

8 years agoMerge pull request #10009 from designchief/table-border-fix
Kevin Ball [Fri, 5 May 2017 18:36:00 +0000 (11:36 -0700)] 
Merge pull request #10009 from designchief/table-border-fix

Fix table border rendering by including border-collapse declaration

8 years agoUpdate to abbreviation specificity to overwrite normalize 10011/head
Drew Franklin [Fri, 5 May 2017 18:19:55 +0000 (11:19 -0700)] 
Update to abbreviation specificity to overwrite normalize

Normalize's abbr[title] styling was overwriting this style. Adding this specificity promotes foundation abbr above normalize

8 years agoFix nav that wasn't expanding for compatibility
Kevin Ball [Fri, 5 May 2017 17:50:23 +0000 (10:50 -0700)] 
Fix nav that wasn't expanding for compatibility

8 years agoAdd our existing foundation docs vids
Kevin Ball [Fri, 5 May 2017 17:34:20 +0000 (10:34 -0700)] 
Add our existing foundation docs vids

8 years agoMerge branch 'layout-refactor' into docs-update
Kevin Ball [Fri, 5 May 2017 16:56:45 +0000 (09:56 -0700)] 
Merge branch 'layout-refactor' into docs-update

8 years agoMerge pull request #10007 from chedaroo/reveal-modal-width-typo
Kevin Ball [Fri, 5 May 2017 16:09:53 +0000 (09:09 -0700)] 
Merge pull request #10007 from chedaroo/reveal-modal-width-typo

Fixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument

8 years agoAdd option to main class generating mixin to exclude vertical and collapse classes...
Brett Mason [Fri, 5 May 2017 14:47:16 +0000 (15:47 +0100)] 
Add option to main class generating mixin to exclude vertical and collapse classes from output. Needs cleaning up.

8 years agoFixed a bug in the responsive accordion plugin where event bindings are lost when... 10010/head
Ryan Detert [Fri, 5 May 2017 10:14:03 +0000 (03:14 -0700)] 
Fixed a bug in the responsive accordion plugin where event bindings are lost when switching from tabs to accordion

8 years agoFix table border rendering by including border-collapse declaration 10009/head
Kieran Mahon [Fri, 5 May 2017 09:39:30 +0000 (10:39 +0100)] 
Fix table border rendering by including border-collapse declaration

8 years agoUpdate layout for new stickiness
Kevin Ball [Thu, 4 May 2017 18:15:48 +0000 (11:15 -0700)] 
Update layout for new stickiness

8 years agoMerge branch 'docs-update' of https://github.com/zurb/foundation-sites into docs...
Kevin Chu [Thu, 4 May 2017 16:26:48 +0000 (09:26 -0700)] 
Merge branch 'docs-update' of https://github.com/zurb/foundation-sites into docs-update

8 years agoUpdating mobile navigation - component list
Kevin Chu [Thu, 4 May 2017 16:25:49 +0000 (09:25 -0700)] 
Updating mobile navigation - component list

8 years agoMerge branch 'master' of https://github.com/zurb/foundation-sites into docs-update
Kevin Chu [Thu, 4 May 2017 16:20:32 +0000 (09:20 -0700)] 
Merge branch 'master' of https://github.com/zurb/foundation-sites into docs-update

8 years agoFixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument 10007/head
Richard Jesudason [Thu, 4 May 2017 09:49:54 +0000 (10:49 +0100)] 
Fixed typo in 'reveal-modal-width' mixin, now uses '$max-width' argument

8 years agoUpdate docs vid for new scrollable video
Kevin Ball [Wed, 3 May 2017 18:45:51 +0000 (11:45 -0700)] 
Update docs vid for new scrollable video

8 years agoadd nested off-canvas feature + docs and visual test
SassNinja [Wed, 3 May 2017 10:18:59 +0000 (12:18 +0200)] 
add nested off-canvas feature + docs and visual test

8 years agoMerge branch 'fix-reveal-history' into develop 9651/head
Arian Xhezairi [Sun, 30 Apr 2017 20:00:07 +0000 (22:00 +0200)] 
Merge branch 'fix-reveal-history' into develop

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Arian Xhezairi [Sun, 30 Apr 2017 19:56:42 +0000 (21:56 +0200)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

8 years agoAdd check for window.history support.
Arian Xhezairi [Sun, 30 Apr 2017 19:56:24 +0000 (21:56 +0200)] 
Add check for window.history support.

8 years agoMerge pull request #9971 from Owlbertz/keyboard-tests
Kevin Ball [Fri, 28 Apr 2017 16:49:00 +0000 (09:49 -0700)] 
Merge pull request #9971 from Owlbertz/keyboard-tests

[WIP] Keyboard tests

8 years agoMerge pull request #9997 from realchriswells/patch-1 9999/head
Kevin Ball [Fri, 28 Apr 2017 16:21:55 +0000 (09:21 -0700)] 
Merge pull request #9997 from realchriswells/patch-1

Update to responsive-accordion-tabs.md

8 years agoAdded tests for keyboard events for vertical DropdownMenu. 9971/head
Marius Olbertz [Fri, 28 Apr 2017 15:41:00 +0000 (17:41 +0200)] 
Added tests for keyboard events for vertical DropdownMenu.

8 years agoUpdate to responsive-accordion-tabs.md 9997/head
realchriswells [Fri, 28 Apr 2017 13:17:14 +0000 (14:17 +0100)] 
Update to responsive-accordion-tabs.md

Added the version the functionality was introduced.

8 years agoAdded test for close with ESCAPE for DropdownMenu.
Marius Olbertz [Fri, 28 Apr 2017 05:37:03 +0000 (07:37 +0200)] 
Added test for close with ESCAPE for DropdownMenu.

8 years agoFixed focus placing when closing submenu with keyboard.
Marius Olbertz [Fri, 28 Apr 2017 05:36:31 +0000 (07:36 +0200)] 
Fixed focus placing when closing submenu with keyboard.

Focus was wrongly moved to the last tab, now it is moved to the first tab.

8 years agoMerge pull request #9908 from brock-duncan/patch-1
Kevin Ball [Thu, 27 Apr 2017 17:40:22 +0000 (10:40 -0700)] 
Merge pull request #9908 from brock-duncan/patch-1

Update responsive-accordion-tabs.md

8 years agoMerge pull request #9965 from zurb/move-to-webpack
Kevin Ball [Thu, 27 Apr 2017 16:15:55 +0000 (09:15 -0700)] 
Merge pull request #9965 from zurb/move-to-webpack

Move to webpack

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into keyboard...
Marius Olbertz [Thu, 27 Apr 2017 16:03:53 +0000 (18:03 +0200)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into keyboard-tests

8 years agoAdded keyboard event tests for DropdownMenu.
Marius Olbertz [Thu, 27 Apr 2017 15:30:46 +0000 (17:30 +0200)] 
Added keyboard event tests for DropdownMenu.

This currently only includes basic horizontal LTR menus.

8 years agoMerge branch 'develop' into move-to-webpack 9965/head
Kevin Ball [Wed, 26 Apr 2017 22:44:50 +0000 (15:44 -0700)] 
Merge branch 'develop' into move-to-webpack

8 years agoMerge pull request #9990 from RLHawk1/develop
Kevin Ball [Wed, 26 Apr 2017 22:42:16 +0000 (15:42 -0700)] 
Merge pull request #9990 from RLHawk1/develop

Rewrote onImagesLoaded to prevent loading images multiple times. Fixes #9932

8 years agoMove Touch to being object literal
Kevin Ball [Wed, 26 Apr 2017 20:09:39 +0000 (13:09 -0700)] 
Move Touch to being object literal

8 years agoUpdate rtl imports to use 'rtl as Rtl'
Kevin Ball [Wed, 26 Apr 2017 20:01:23 +0000 (13:01 -0700)] 
Update rtl imports to use 'rtl as Rtl'

8 years agoShow both html examples 9908/head
Brock Duncan [Wed, 26 Apr 2017 19:56:24 +0000 (15:56 -0400)] 
Show both html examples

I think I have it here, I also think I made this way more difficult than it needed to be.

8 years agoMerge branch 'new-grid' of git://github.com/brettsmason/foundation-sites into brettsm...
Kevin Ball [Wed, 26 Apr 2017 16:26:10 +0000 (09:26 -0700)] 
Merge branch 'new-grid' of git://github.com/brettsmason/foundation-sites into brettsmason-new-grid

8 years agoMerge branch 'andycochran-button-hollow-clear-mixin' into develop
RafiBomb [Wed, 26 Apr 2017 15:56:57 +0000 (08:56 -0700)] 
Merge branch 'andycochran-button-hollow-clear-mixin' into develop

8 years agoformats SCSS
RafiBomb [Wed, 26 Apr 2017 15:56:22 +0000 (08:56 -0700)] 
formats SCSS

8 years agoMerge branch 'button-hollow-clear-mixin' of git://github.com/andycochran/foundation...
RafiBomb [Wed, 26 Apr 2017 15:51:07 +0000 (08:51 -0700)] 
Merge branch 'button-hollow-clear-mixin' of git://github.com/andycochran/foundation-sites into andycochran-button-hollow-clear-mixin

8 years agoRemove .active references in visual test files. Add .is-active to visual test files... 9757/head
Jason Peretz [Wed, 26 Apr 2017 14:05:28 +0000 (10:05 -0400)] 
Remove .active references in visual test files. Add .is-active to visual test files (magellan/active-item, magellan/unordered-links, and a new one I found sticky/menus-with-anchors

8 years agoFixed calculation for margin based grid widths and gutters
Brett Mason [Wed, 26 Apr 2017 14:00:12 +0000 (15:00 +0100)] 
Fixed calculation for margin based grid widths and gutters

8 years agoFirst commit for the new grid. Functions and mixins generally working, with a lot...
Brett Mason [Wed, 26 Apr 2017 13:31:23 +0000 (14:31 +0100)] 
First commit for the new grid. Functions and mixins generally working, with a lot of the classes also finished.
Need to sort out the margin grid calculations with responsive gutters...

8 years agoaccordion/tabs values order
Brock Duncan [Wed, 26 Apr 2017 12:59:39 +0000 (08:59 -0400)] 
accordion/tabs values order

Show two html examples of data-responsive-accordion-tabs values in different orders.

8 years agoFixed onImagesLoaded sometimes loading images multiple times 9990/head
Raymond Hawkins [Wed, 26 Apr 2017 04:22:05 +0000 (00:22 -0400)] 
Fixed onImagesLoaded sometimes loading images multiple times

8 years agoMerge branch 'develop' into move-to-webpack
Kevin Ball [Tue, 25 Apr 2017 21:19:03 +0000 (14:19 -0700)] 
Merge branch 'develop' into move-to-webpack

8 years agoMerge pull request #9774 from jellisii/patch-1
Kevin Ball [Tue, 25 Apr 2017 21:09:16 +0000 (14:09 -0700)] 
Merge pull request #9774 from jellisii/patch-1

Indicate proper way to check for switch value.

8 years agoMerge pull request #9982 from zurb/dropdown-button-fix
Kevin Ball [Tue, 25 Apr 2017 21:03:15 +0000 (14:03 -0700)] 
Merge pull request #9982 from zurb/dropdown-button-fix

fixed dropdown mixin issue

8 years agoMerge pull request #9984 from IamManchanda/feature/add-pattern-website
Kevin Ball [Tue, 25 Apr 2017 21:01:34 +0000 (14:01 -0700)] 
Merge pull request #9984 from IamManchanda/feature/add-pattern-website

[New Feature] Closes #9870 - Added a combo pattern `website`

8 years agoMerge pull request #9977 from Owlbertz/reveal-space-close
Kevin Ball [Tue, 25 Apr 2017 20:43:39 +0000 (13:43 -0700)] 
Merge pull request #9977 from Owlbertz/reveal-space-close

Reveal space close

8 years agoAddress issues from code review
Kevin Ball [Tue, 25 Apr 2017 18:42:15 +0000 (11:42 -0700)] 
Address issues from code review

8 years agoMerge branch 'develop' into move-to-webpack
Kevin Ball [Tue, 25 Apr 2017 16:20:08 +0000 (09:20 -0700)] 
Merge branch 'develop' into move-to-webpack

8 years agoAdded test for focus on close. 9977/head
Marius Olbertz [Tue, 25 Apr 2017 05:42:14 +0000 (07:42 +0200)] 
Added test for focus on close.

8 years agoRemoved condition with what input for focus on close.
Marius Olbertz [Tue, 25 Apr 2017 05:41:51 +0000 (07:41 +0200)] 
Removed condition with what input for focus on close.

8 years agoRemoved debug logging.
Marius Olbertz [Tue, 25 Apr 2017 05:34:43 +0000 (07:34 +0200)] 
Removed debug logging.

8 years agoUse button as Reveal toggle in visual tests.
Marius Olbertz [Tue, 25 Apr 2017 05:30:51 +0000 (07:30 +0200)] 
Use button as Reveal toggle in visual tests.

Substituted links with buttons to have semantically correct tag usage.
As those toggles do not lead to a new page they should be buttons.

8 years agoUse button as Reveal toggle in docs.
Marius Olbertz [Tue, 25 Apr 2017 05:30:51 +0000 (07:30 +0200)] 
Use button as Reveal toggle in docs.

Substituted links with buttons to have semantically correct tag usage.
As those toggles do not lead to a new page they should be buttons.

8 years agoMove focus back to anchor when closed.
Marius Olbertz [Tue, 25 Apr 2017 05:29:52 +0000 (07:29 +0200)] 
Move focus back to anchor when closed.

8 years agofixes layout for sticky right sections
RafiBomb [Mon, 24 Apr 2017 21:21:53 +0000 (14:21 -0700)] 
fixes layout for sticky right sections

8 years agoUpdate button.md 9982/head
Laurel [Mon, 24 Apr 2017 16:34:37 +0000 (09:34 -0700)] 
Update button.md

8 years agoremoved un-needed markup and file for the PR
LaurelBCodin [Mon, 24 Apr 2017 16:32:30 +0000 (09:32 -0700)] 
removed un-needed markup and file for the PR

8 years agoReorganizing of examples! 9984/head
harry [Mon, 24 Apr 2017 16:29:36 +0000 (21:59 +0530)] 
Reorganizing of examples!

8 years agoAdded url pattern again!
harry [Mon, 24 Apr 2017 16:25:39 +0000 (21:55 +0530)] 
Added url pattern again!

- Also fixed Responsiveness

8 years agoMerge pull request #9983 from Deckluhm/tooltip-cursor
Kevin Ball [Mon, 24 Apr 2017 15:47:32 +0000 (08:47 -0700)] 
Merge pull request #9983 from Deckluhm/tooltip-cursor

[Tooltip] Add new $has-tip-cursor variable to customize cursor

8 years agoUpdate docs issue that i created!
harry [Sat, 22 Apr 2017 14:29:17 +0000 (19:59 +0530)] 
Update docs issue that i created!

8 years agoDocs correction!
harry [Sat, 22 Apr 2017 13:29:37 +0000 (18:59 +0530)] 
Docs correction!

8 years agoCloses #9870 - Added a combo pattern `website`
harry [Sat, 22 Apr 2017 13:24:04 +0000 (18:54 +0530)] 
Closes #9870 - Added a combo pattern `website`
Changes:
- Added a pattern `website` which is basically a combo of both `domain` and `url` pattern
- Also updated the docs!

8 years agoAdd new $has-tip-cursor variable to customize tooltips cursor 9983/head
Deckluhm [Sat, 22 Apr 2017 13:09:28 +0000 (15:09 +0200)] 
Add new $has-tip-cursor variable to customize tooltips cursor

8 years agofixed dropdown mixin issue
LaurelBCodin [Sat, 22 Apr 2017 00:04:40 +0000 (17:04 -0700)] 
fixed dropdown mixin issue

8 years agoMerge pull request #9981 from andycochran/static-gutter-docs
Kevin Ball [Fri, 21 Apr 2017 22:27:48 +0000 (15:27 -0700)] 
Merge pull request #9981 from andycochran/static-gutter-docs

Static Gutters documentation

8 years agoStatic Gutters documentation 9981/head
Andy Cochran [Fri, 21 Apr 2017 22:10:41 +0000 (18:10 -0400)] 
Static Gutters documentation

8 years agoMerge pull request #9973 from zurb/fix-normalize-dependency-update
Kevin Ball [Fri, 21 Apr 2017 20:12:11 +0000 (13:12 -0700)] 
Merge pull request #9973 from zurb/fix-normalize-dependency-update

Update to #9711 in a way that doesn't modify underlying dependency

8 years agosimplify clear button method 9979/head
Andy Cochran [Fri, 21 Apr 2017 17:54:15 +0000 (13:54 -0400)] 
simplify clear button method

8 years agoFixed space and enter not closing Reveal modals.
Marius Olbertz [Fri, 21 Apr 2017 15:21:46 +0000 (17:21 +0200)] 
Fixed space and enter not closing Reveal modals.

Refactored the component to not use special keyboard listening for opening and closing.
Normal event triggering with `click` event being emitted using space and enter is used now.
Added test for clicking close button.

8 years agoRefactored Reveal tests to work correctly with async execution.
Marius Olbertz [Fri, 21 Apr 2017 15:21:05 +0000 (17:21 +0200)] 
Refactored Reveal tests to work correctly with async execution.

8 years agoMerge pull request #9974 from zurb/fix-lingering-travis-error
Kevin Ball [Thu, 20 Apr 2017 21:31:10 +0000 (14:31 -0700)] 
Merge pull request #9974 from zurb/fix-lingering-travis-error

Resolve lingering travis error

8 years agoTry putting a timeout before checking on test that's flaking on travis 9974/head
Kevin Ball [Thu, 20 Apr 2017 21:02:45 +0000 (14:02 -0700)] 
Try putting a timeout before checking on test that's flaking on travis

8 years agoUpdate to #9711 in a way that doesn't modify underlying dependency 9973/head
Kevin Ball [Thu, 20 Apr 2017 20:51:21 +0000 (13:51 -0700)] 
Update to #9711 in a way that doesn't modify underlying dependency

8 years agoRefix interchange test
Kevin Ball [Thu, 20 Apr 2017 20:41:47 +0000 (13:41 -0700)] 
Refix interchange test

8 years agoMerge branch 'develop' into move-to-webpack
Kevin Ball [Thu, 20 Apr 2017 20:35:40 +0000 (13:35 -0700)] 
Merge branch 'develop' into move-to-webpack

8 years agoAdd modules false to babelrc
Kevin Ball [Thu, 20 Apr 2017 20:34:13 +0000 (13:34 -0700)] 
Add modules false to babelrc

8 years agoFixed typo.
Marius Olbertz [Thu, 20 Apr 2017 19:49:04 +0000 (21:49 +0200)] 
Fixed typo.

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into keyboard...
Marius Olbertz [Thu, 20 Apr 2017 19:47:08 +0000 (21:47 +0200)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into keyboard-tests

Merge to have passing tests from other components...

8 years agoMerge pull request #9972 from zurb/re-add-aria-to-tabs
Kevin Ball [Thu, 20 Apr 2017 18:20:23 +0000 (11:20 -0700)] 
Merge pull request #9972 from zurb/re-add-aria-to-tabs

Add back aria-hidden true to tabs for consistency.

8 years agoAdd back aria-hidden true to tabs for consistency. Update tests to understand correct... 9972/head
Kevin Ball [Thu, 20 Apr 2017 17:12:07 +0000 (10:12 -0700)] 
Add back aria-hidden true to tabs for consistency. Update tests to understand correct attribute removal

8 years agoMerge pull request #9966 from brettsmason/offcanvas-transition-length
Kevin Ball [Thu, 20 Apr 2017 16:50:40 +0000 (09:50 -0700)] 
Merge pull request #9966 from brettsmason/offcanvas-transition-length

Add correct implementation of `transition-time` attribute.

8 years agoMerge pull request #9967 from brettsmason/off-canvas-reveal-transition
Kevin Ball [Thu, 20 Apr 2017 16:35:34 +0000 (09:35 -0700)] 
Merge pull request #9967 from brettsmason/off-canvas-reveal-transition

Remove transition for `.reveal-for-*` classes

8 years agoMerge pull request #9969 from Glorfindel21/patch-1
Kevin Ball [Thu, 20 Apr 2017 16:08:39 +0000 (09:08 -0700)] 
Merge pull request #9969 from Glorfindel21/patch-1

Update reveal.md

8 years agoAdded tests for keyboard events for Off Canvas.
Marius Olbertz [Thu, 20 Apr 2017 15:28:43 +0000 (17:28 +0200)] 
Added tests for keyboard events for Off Canvas.

8 years agoAdded tests for keyboard events for Accordion.
Marius Olbertz [Thu, 20 Apr 2017 15:28:43 +0000 (17:28 +0200)] 
Added tests for keyboard events for Accordion.

8 years agoUpdate reveal.md 9969/head
Glorfindel21 [Thu, 20 Apr 2017 12:46:50 +0000 (14:46 +0200)] 
Update reveal.md

Intropsective -> Introspective (in alt description of an example).

8 years agoRemove transition for `.reveal-for-*` classes 9967/head
Brett Mason [Thu, 20 Apr 2017 10:22:08 +0000 (11:22 +0100)] 
Remove transition for `.reveal-for-*` classes

8 years agoAdd correct implementation of `transition-time` attribute. Also include visual test... 9966/head
Brett Mason [Thu, 20 Apr 2017 09:52:12 +0000 (10:52 +0100)] 
Add correct implementation of `transition-time` attribute. Also include visual test to confirm.

8 years agoMerge branch 'develop' into move-to-webpack
Kevin Ball [Wed, 19 Apr 2017 23:09:40 +0000 (16:09 -0700)] 
Merge branch 'develop' into move-to-webpack

8 years agoWork around module name mismatch with offcanvas in customizer and re-add minification...
Kevin Ball [Wed, 19 Apr 2017 22:56:20 +0000 (15:56 -0700)] 
Work around module name mismatch with offcanvas in customizer and re-add minification and other src files

8 years agoBeginnings of customizer working with webpack
Kevin Ball [Wed, 19 Apr 2017 22:44:25 +0000 (15:44 -0700)] 
Beginnings of customizer working with webpack

8 years agorename accordion tabs file to follow convention now that we don't need to hack alphab...
Kevin Ball [Wed, 19 Apr 2017 22:43:48 +0000 (15:43 -0700)] 
rename accordion tabs file to follow convention now that we don't need to hack alphabetism for dependency

8 years agoMerge branch 'docs-update' of https://github.com/zurb/foundation-sites into docs...
RafiBomb [Wed, 19 Apr 2017 22:40:08 +0000 (15:40 -0700)] 
Merge branch 'docs-update' of https://github.com/zurb/foundation-sites into docs-update

8 years agoUpdate transpile to es2015
Kevin Ball [Wed, 19 Apr 2017 19:07:08 +0000 (12:07 -0700)] 
Update transpile to es2015