]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Marius Olbertz [Fri, 12 May 2017 13:45:08 +0000 (15:45 +0200)]
Removed keydown handler that used to trigger open.
Will trigger for space and enter automatically for buttons as anchors.
However, space will not trigger the click event for links (which is the default behavior).
As buttons should be used as anchors, this follows the specs.
Relevant for issue #10019.
Marius Olbertz [Fri, 12 May 2017 13:44:53 +0000 (15:44 +0200)]
Added visual test for issue with additional listeners on anchor.
Relevant for issue #10019.
Kevin Ball [Mon, 8 May 2017 20:23:39 +0000 (13:23 -0700)]
Merge pull request #10011 from drewfranklin/develop
Update to abbreviation specificity to overwrite normalize
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
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
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
Kieran Mahon [Fri, 5 May 2017 09:39:30 +0000 (10:39 +0100)]
Fix table border rendering by including border-collapse declaration
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
Kevin Ball [Fri, 28 Apr 2017 16:49:00 +0000 (09:49 -0700)]
Merge pull request #9971 from Owlbertz/keyboard-tests
[WIP] Keyboard tests
Marius Olbertz [Fri, 28 Apr 2017 15:41:00 +0000 (17:41 +0200)]
Added tests for keyboard events for vertical DropdownMenu.
Marius Olbertz [Fri, 28 Apr 2017 05:37:03 +0000 (07:37 +0200)]
Added test for close with ESCAPE for DropdownMenu.
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.
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
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
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.
Kevin Ball [Wed, 26 Apr 2017 22:44:50 +0000 (15:44 -0700)]
Merge branch 'develop' into move-to-webpack
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
Kevin Ball [Wed, 26 Apr 2017 20:09:39 +0000 (13:09 -0700)]
Move Touch to being object literal
Kevin Ball [Wed, 26 Apr 2017 20:01:23 +0000 (13:01 -0700)]
Update rtl imports to use 'rtl as Rtl'
RafiBomb [Wed, 26 Apr 2017 15:56:57 +0000 (08:56 -0700)]
Merge branch 'andycochran-button-hollow-clear-mixin' into develop
RafiBomb [Wed, 26 Apr 2017 15:56:22 +0000 (08:56 -0700)]
formats SCSS
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
Raymond Hawkins [Wed, 26 Apr 2017 04:22:05 +0000 (00:22 -0400)]
Fixed onImagesLoaded sometimes loading images multiple times
Kevin Ball [Tue, 25 Apr 2017 21:19:03 +0000 (14:19 -0700)]
Merge branch 'develop' into move-to-webpack
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
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`
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
Kevin Ball [Tue, 25 Apr 2017 18:42:15 +0000 (11:42 -0700)]
Address issues from code review
Kevin Ball [Tue, 25 Apr 2017 16:20:08 +0000 (09:20 -0700)]
Merge branch 'develop' into move-to-webpack
Marius Olbertz [Tue, 25 Apr 2017 05:42:14 +0000 (07:42 +0200)]
Added test 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.
Marius Olbertz [Tue, 25 Apr 2017 05:34:43 +0000 (07:34 +0200)]
Removed debug logging.
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.
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.
Marius Olbertz [Tue, 25 Apr 2017 05:29:52 +0000 (07:29 +0200)]
Move focus back to anchor when closed.
Laurel [Mon, 24 Apr 2017 16:34:37 +0000 (09:34 -0700)]
Update button.md
LaurelBCodin [Mon, 24 Apr 2017 16:32:30 +0000 (09:32 -0700)]
removed un-needed markup and file for the PR
harry [Mon, 24 Apr 2017 16:29:36 +0000 (21:59 +0530)]
Reorganizing of examples!
harry [Mon, 24 Apr 2017 16:25:39 +0000 (21:55 +0530)]
Added url pattern again!
- Also fixed Responsiveness
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
harry [Sat, 22 Apr 2017 14:29:17 +0000 (19:59 +0530)]
Update docs issue that i created!
harry [Sat, 22 Apr 2017 13:29:37 +0000 (18:59 +0530)]
Docs correction!
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!
Deckluhm [Sat, 22 Apr 2017 13:09:28 +0000 (15:09 +0200)]
Add new $has-tip-cursor variable to customize tooltips cursor
LaurelBCodin [Sat, 22 Apr 2017 00:04:40 +0000 (17:04 -0700)]
fixed dropdown mixin issue
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
Andy Cochran [Fri, 21 Apr 2017 22:10:41 +0000 (18:10 -0400)]
Static Gutters documentation
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
Andy Cochran [Fri, 21 Apr 2017 17:54:15 +0000 (13:54 -0400)]
simplify clear button method
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.
Marius Olbertz [Fri, 21 Apr 2017 15:21:05 +0000 (17:21 +0200)]
Refactored Reveal tests to work correctly with async execution.
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
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
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
Kevin Ball [Thu, 20 Apr 2017 20:41:47 +0000 (13:41 -0700)]
Refix interchange test
Kevin Ball [Thu, 20 Apr 2017 20:35:40 +0000 (13:35 -0700)]
Merge branch 'develop' into move-to-webpack
Kevin Ball [Thu, 20 Apr 2017 20:34:13 +0000 (13:34 -0700)]
Add modules false to babelrc
Marius Olbertz [Thu, 20 Apr 2017 19:49:04 +0000 (21:49 +0200)]
Fixed typo.
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...
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.
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
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.
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
Marius Olbertz [Thu, 20 Apr 2017 15:28:43 +0000 (17:28 +0200)]
Added 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 Accordion.
Brett Mason [Thu, 20 Apr 2017 10:22:08 +0000 (11:22 +0100)]
Remove transition for `.reveal-for-*` classes
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.
Kevin Ball [Wed, 19 Apr 2017 23:09:40 +0000 (16:09 -0700)]
Merge branch 'develop' into move-to-webpack
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
Kevin Ball [Wed, 19 Apr 2017 22:44:25 +0000 (15:44 -0700)]
Beginnings of customizer working with webpack
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
Kevin Ball [Wed, 19 Apr 2017 19:07:08 +0000 (12:07 -0700)]
Update transpile to es2015
Kevin Ball [Wed, 19 Apr 2017 19:07:00 +0000 (12:07 -0700)]
Update touch and triggers for idempotent initialization
Marius Olbertz [Wed, 19 Apr 2017 18:50:24 +0000 (20:50 +0200)]
Added tests for keyboard events for Tabs.
Currently only implemented events for changing tabs with arrow keys.
Marius Olbertz [Wed, 19 Apr 2017 18:25:24 +0000 (20:25 +0200)]
Added tests for keyboard events for Slider.
Kevin Ball [Wed, 19 Apr 2017 17:20:31 +0000 (10:20 -0700)]
Merge pull request #9963 from Owlbertz/home-end-slider
Home end slider
Kevin Ball [Wed, 19 Apr 2017 17:07:53 +0000 (10:07 -0700)]
Merge pull request #9868 from IamManchanda/hotfix/meter-webkit-appearance
Fix #9866 - Hack to disable `-webkit-appearance` from getting prefixed
Kevin Ball [Wed, 19 Apr 2017 16:51:06 +0000 (09:51 -0700)]
Merge pull request #9812 from jellisii/develop
Added ability to disable accordion controls.
Marius Olbertz [Wed, 19 Apr 2017 15:12:56 +0000 (17:12 +0200)]
Added tests for home and end keyboard events.
Marius Olbertz [Wed, 19 Apr 2017 15:12:28 +0000 (17:12 +0200)]
Added home and end keys to keyboard event mock.
Marius Olbertz [Wed, 19 Apr 2017 05:40:06 +0000 (07:40 +0200)]
Added keyboard bindings for home and end.
Home sets value to minimum.
End sets value to maximum.
This implementation follows the w3 specs.
Marius Olbertz [Wed, 19 Apr 2017 05:39:40 +0000 (07:39 +0200)]
Added home and end keys to keyboard util.
Kevin Ball [Wed, 19 Apr 2017 00:08:44 +0000 (17:08 -0700)]
Merge pull request #9743 from zurb/card-flexstyles
Adds flex to card-divider and fixes card width for narrow content
Kevin Ball [Tue, 18 Apr 2017 23:42:09 +0000 (16:42 -0700)]
Merge pull request #9654 from Owlbertz/keyboard-mock
Keyboard mock
Kevin Ball [Tue, 18 Apr 2017 23:31:45 +0000 (16:31 -0700)]
Port new smoothscroll module to the new approach
Kevin Ball [Tue, 18 Apr 2017 23:23:57 +0000 (16:23 -0700)]
Update to remove default exports
Kevin Ball [Tue, 18 Apr 2017 22:40:21 +0000 (15:40 -0700)]
Merge pull request #9531 from zurb/card-variable-change
Changes Card variable naming
Kevin Ball [Tue, 18 Apr 2017 22:33:45 +0000 (15:33 -0700)]
Merge pull request #9601 from zurb/refactor-touch-for-better-encapsulation
Refactor touch for better encapsulation
Kevin Ball [Tue, 18 Apr 2017 22:28:03 +0000 (15:28 -0700)]
Merge pull request #9626 from zurb/fix-global-resize-handler-in-interchange
Replace global resize handler in interchange with zf trigger
Kevin Ball [Tue, 18 Apr 2017 19:02:47 +0000 (12:02 -0700)]
Merge pull request #9916 from IamManchanda/hotfix/aria-hidden-incorrect-usage
Fixes #9913: Removed aria-hidden and using is-active for targeting active tabs
Kevin Ball [Tue, 18 Apr 2017 18:04:34 +0000 (11:04 -0700)]
Merge pull request #9960 from Owlbertz/tabs-keyboard
Fixed keyboard navigation for Tabs
Kevin Ball [Tue, 18 Apr 2017 17:46:31 +0000 (10:46 -0700)]
Merge pull request #9956 from Owlbertz/accordion-space-fix
Fixed Accordion Menu scrolling when using space.
Kevin Ball [Tue, 18 Apr 2017 17:45:19 +0000 (10:45 -0700)]
Merge pull request #9954 from dragthor/patch-2
Update README.md - Javascript Unit Tests
Kevin Ball [Tue, 18 Apr 2017 17:13:23 +0000 (10:13 -0700)]
Merge pull request #9949 from designerno1/drilldown-destroy-invisible
[Drilldown] also remove the invisible class on destroy
Kevin Ball [Tue, 18 Apr 2017 17:11:58 +0000 (10:11 -0700)]
Merge pull request #9948 from designerno1/fix-drilldown-mutate-multi
[Drilldown] fixes mutateme.zf.trigger fires as often as many submenu you got beca…
Kevin Ball [Tue, 18 Apr 2017 16:50:30 +0000 (09:50 -0700)]
Update yarn install
Kevin Ball [Tue, 18 Apr 2017 16:50:11 +0000 (09:50 -0700)]
Fix rebase issue
Kevin Ball [Wed, 25 Jan 2017 00:24:15 +0000 (16:24 -0800)]
Get individual plugin builds working
Kevin Ball [Wed, 18 Jan 2017 20:25:22 +0000 (12:25 -0800)]
Get the 'all' version of foundation working using webpack
Kevin Ball [Wed, 18 Jan 2017 00:55:05 +0000 (16:55 -0800)]
Change main foundation gulp build to webpack