]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
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 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…
Marius Olbertz [Tue, 18 Apr 2017 06:35:49 +0000 (08:35 +0200)]
Make Tabs contents focusable using tab.
Setting tabindex on properly now prevents tabs from being focused when using tabs rather than the content.
Marius Olbertz [Tue, 18 Apr 2017 06:35:36 +0000 (08:35 +0200)]
Added focusable elements to examples for tabs.
Kevin Ball [Mon, 17 Apr 2017 23:26:07 +0000 (16:26 -0700)]
Merge pull request #9848 from jeromelebleu/fix-animated-reveal-closing
[Reveal] Fix closing when Motion UI is used
Kevin Ball [Mon, 17 Apr 2017 21:45:26 +0000 (14:45 -0700)]
Merge pull request #9933 from dragthor/box-tests
[Test] Start of Box tests
Kevin Ball [Mon, 17 Apr 2017 21:06:51 +0000 (14:06 -0700)]
Merge pull request #9930 from IamManchanda/issue-template/add-question-browser-devices
[Issue Template] Added a question: Browser(s) and Device(s) tested on?
Kevin Ball [Mon, 17 Apr 2017 21:02:36 +0000 (14:02 -0700)]
Merge pull request #9929 from zurb/add-browserstack-account
Add browserstack api access
Kevin Ball [Mon, 17 Apr 2017 20:45:27 +0000 (13:45 -0700)]
Merge pull request #9927 from IamManchanda/hotfix/flexbox-topbar-margin-auto
Added `margin-left: auto` to top-bar-right & vice versa!
Kevin Ball [Mon, 17 Apr 2017 20:29:47 +0000 (13:29 -0700)]
Merge branch 'artursopelnik-develop' into develop
Kevin Ball [Mon, 17 Apr 2017 20:29:31 +0000 (13:29 -0700)]
Merge branch 'master' into develop
Kevin Ball [Mon, 17 Apr 2017 20:29:19 +0000 (13:29 -0700)]
Merge branch 'master' into artursopelnik-develop
Kevin Ball [Mon, 17 Apr 2017 20:29:15 +0000 (13:29 -0700)]
Merge branch 'develop' of git://github.com/artursopelnik/foundation-sites into artursopelnik-develop
Marius Olbertz [Fri, 14 Apr 2017 14:27:20 +0000 (16:27 +0200)]
Fixed Accordion Menu scrolling when using space.
Addresses #9953.
Kristofer Krause [Thu, 13 Apr 2017 20:18:10 +0000 (16:18 -0400)]
Update README.md
To run javascript unit tests locally the command has changed to: `npm run test:javascript:phantomjs`
jk [Tue, 11 Apr 2017 18:53:34 +0000 (20:53 +0200)]
also remove the invisible class on destroy
jk [Tue, 11 Apr 2017 18:25:57 +0000 (20:25 +0200)]
fixes mutateme.zf.trigger fires as often as many submenu you got because it's in the _events($elem) function, and this gets bound as manu times you got submenues.
i'got a menu with 92 submenu's and wondered why the performance is so weak on clicking on the responsiveToggle, so i started searching an found that the mutateme event gets fired as many times as there are submenus, and on the drilldown then 92 times the _getMaxDims was executedthis calcs the heights and so on and is very performant, so i debugged it an moved it to the _registerEvents function
big performance improvement
canterberrie [Mon, 10 Apr 2017 19:01:50 +0000 (12:01 -0700)]
Merge pull request #9944 from IamManchanda/reopen/button-hollow-disabled
Reopen #9835, Closes #9832 - Hollow button disabled consistency fix
harry [Mon, 10 Apr 2017 18:02:33 +0000 (23:32 +0530)]
Corrected grammatical error !
harry [Mon, 10 Apr 2017 17:53:29 +0000 (23:23 +0530)]
Moved nested hover focus on disabled to `button-hollow` mixin!
harry [Mon, 10 Apr 2017 17:50:44 +0000 (23:20 +0530)]
Added Docs for disabled hollow buttons.
harry [Mon, 10 Apr 2017 16:55:16 +0000 (22:25 +0530)]
Reopen #9835, Closes #9832 - Hollow button disabled consistency fix
Kevin Ball [Mon, 10 Apr 2017 16:26:08 +0000 (09:26 -0700)]
Merge pull request #9943 from zurb/revert-9835-hotfix/button-hollow-disabled
Revert "Hollow button disabled consistency fix #9832"
Kevin Ball [Mon, 10 Apr 2017 16:25:04 +0000 (09:25 -0700)]
Revert "Hollow button disabled consistency fix #9832"
canterberrie [Mon, 10 Apr 2017 14:09:25 +0000 (07:09 -0700)]
Merge pull request #9835 from IamManchanda/hotfix/button-hollow-disabled
Hollow button disabled consistency fix #9832
canterberrie [Mon, 10 Apr 2017 14:08:23 +0000 (07:08 -0700)]
Merge branch 'develop' into hotfix/button-hollow-disabled
Jérôme Lebleu [Sun, 9 Apr 2017 14:47:02 +0000 (16:47 +0200)]
Maintain behavior when closing Reveal with Motion UI
Rafi [Fri, 7 Apr 2017 17:24:40 +0000 (10:24 -0700)]
Merge pull request #9936 from strainger/patch-2
Scripts in HTML Starter Template linked wrong
strainger [Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)]
Scripts in HTML Starter Template linked wrong
The links in the starter template were linked wrong, jquery.min.js doesn't exist in the CSS only download, but jquery.js does, same with the what-input script, it does not have a min version in the CSS download, only a version without min. The file foundation.min.js exists but it is in the vendor folder, not directly in the js folder. After fixing these three links in the starter template, everything I try is now working as expected.
This starter template should link everything correctly so everything works. I actually was looking at other frameworks because I couldn't get all that I wanted to run working, this was why. I went back to my old Foundation code and everything is working perfectly. This template may just be old code from a previous version of foundation when the file structure was different.
This fix will help new people to this framework learn and stay with Foundation.
Kristofer Krause [Thu, 6 Apr 2017 21:13:01 +0000 (17:13 -0400)]
start of Box unit tests
Kristofer Krause [Thu, 6 Apr 2017 19:56:07 +0000 (15:56 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Thu, 6 Apr 2017 19:52:01 +0000 (15:52 -0400)]
Merge remote-tracking branch 'zurb/develop' into develop
harry [Wed, 5 Apr 2017 12:14:40 +0000 (17:44 +0530)]
Added that dreaded colon
harry [Wed, 5 Apr 2017 12:13:30 +0000 (17:43 +0530)]
Added a question: Browser(s) and Device(s) tested on?
harry [Wed, 5 Apr 2017 08:32:27 +0000 (14:02 +0530)]
Fixes #9913: Removed aria-hidden and using is-active for targeting active tabs
Changes:
- Removed aria hidden from scss
- Added `display: block` to `is-active` state
- Safely Removed `aria-hidden` attribute as doing nothing now!
Kevin Ball [Tue, 4 Apr 2017 23:57:46 +0000 (16:57 -0700)]
Merge pull request #9885 from dragthor/tooltip-test-aria
[Test] verify correct tooltip aria-hidden value
Kevin Ball [Tue, 4 Apr 2017 22:57:39 +0000 (15:57 -0700)]
Node 4 installs bombing out, try updating to 6 for travis
Kevin Ball [Tue, 4 Apr 2017 22:50:26 +0000 (15:50 -0700)]
Merge pull request #9891 from Renol7/fix-dropdown-destroy
Delete dropdown click event listener on destroy
Kevin Ball [Tue, 4 Apr 2017 22:25:43 +0000 (15:25 -0700)]
Update travis yml to try to fix node install issue
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)]
Merge pull request #9329 from karland/patch-5
Made Accordion documentation consistent
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)]
Merge pull request #9329 from karland/patch-5
Made Accordion documentation consistent
Kevin Ball [Tue, 4 Apr 2017 21:36:49 +0000 (14:36 -0700)]
Merge pull request #9877 from fulldecent/patch-1
Add SRI to CDN links
Kevin Ball [Tue, 4 Apr 2017 18:23:25 +0000 (11:23 -0700)]
Merge pull request #9864 from ffoodd/patch-1
Update element-invisible mixin
Kevin Ball [Tue, 4 Apr 2017 18:21:54 +0000 (11:21 -0700)]
Add browserstack api access
Kevin Ball [Tue, 4 Apr 2017 16:57:18 +0000 (09:57 -0700)]
Merge pull request #9853 from sanderblue/fix/add-ability-to-suppress-contrast-warnings
Add $contrast-warnings variable to facilitate suppressing color contrast warning output
Kevin Ball [Tue, 4 Apr 2017 16:55:26 +0000 (09:55 -0700)]
Merge pull request #9804 from randmanrjr/develop
Fix for [Sticky] failes to init and remove html markup #8156
Kevin Ball [Tue, 4 Apr 2017 16:36:37 +0000 (09:36 -0700)]
Merge pull request #9849 from jeromelebleu/alternative-tabs-target
[Tabs] Allow the target tab's id to be specified through another attribute
Rafi [Mon, 3 Apr 2017 23:01:04 +0000 (16:01 -0700)]
Merge pull request #9827 from IamManchanda/issue-template/6.3.1-update
Closes #9825 - Updated Issue Template with 6.3.1 release codepen's
Rafi [Mon, 3 Apr 2017 23:00:26 +0000 (16:00 -0700)]
Update ISSUE_TEMPLATE.md
Kevin Ball [Mon, 3 Apr 2017 21:45:29 +0000 (14:45 -0700)]
Merge pull request #9846 from natewiebe13/fix-flex-bug
Set the min-width value to 0 in order to limit the column width
Kevin Ball [Mon, 3 Apr 2017 21:32:54 +0000 (14:32 -0700)]
Merge branch 'patch-1' of git://github.com/christhekeele/foundation-sites into christhekeele-patch-1
Kevin Ball [Mon, 3 Apr 2017 21:28:09 +0000 (14:28 -0700)]
Merge pull request #9739 from zurb/button-clear
[Button] Feature: Adds .clear button
Kevin Ball [Mon, 3 Apr 2017 21:17:44 +0000 (14:17 -0700)]
Merge pull request #9777 from mwitek/20170213_bp_var_for_stacked_tables
Allow table stack breakpoint to be set with a variable
Kevin Ball [Mon, 3 Apr 2017 21:17:00 +0000 (14:17 -0700)]
Merge pull request #9828 from colinmackinlay/patch-2
ABIDE - clarification of novalidate attribute
Kevin Ball [Mon, 3 Apr 2017 21:14:20 +0000 (14:14 -0700)]
Merge pull request #9808 from akaspick/develop
use the button-radius variable intead of the global-radius variable for button-group
Kevin Ball [Mon, 3 Apr 2017 20:41:42 +0000 (13:41 -0700)]
Merge pull request #9792 from dragthor/drilldown-missing-radix
Drilldown - add missing radix & eslint check
Kevin Ball [Mon, 3 Apr 2017 20:35:24 +0000 (13:35 -0700)]
Merge pull request #9636 from denisahac/develop
New SmoothScroll module based on Magellan scrollToLoc code.
Kevin Ball [Mon, 3 Apr 2017 20:35:09 +0000 (13:35 -0700)]
Merge pull request #9840 from jefsnare/feature/9822
Adding additional classes to reveal-overlay element
Kevin Ball [Mon, 3 Apr 2017 20:33:34 +0000 (13:33 -0700)]
Merge pull request #9747 from hikouki/develop
Modified tolerance to be able to customize.
Kevin Ball [Mon, 3 Apr 2017 20:30:28 +0000 (13:30 -0700)]
Merge pull request #9819 from Proper-Job/no-js-doc-enhancement
Added a gentle reminder to include no-js class to html element.
harry [Mon, 3 Apr 2017 16:14:43 +0000 (21:44 +0530)]
Added `margin-left: auto` to top-bar-right & vice versa!
harry [Wed, 29 Mar 2017 16:09:01 +0000 (21:39 +0530)]
Removed false keyword from aria-hidden
ars [Wed, 29 Mar 2017 14:23:56 +0000 (16:23 +0200)]
Add $button-font-family variable
ars [Wed, 29 Mar 2017 14:23:06 +0000 (16:23 +0200)]
Add $button-font-family variable
ars [Wed, 29 Mar 2017 14:18:29 +0000 (16:18 +0200)]
Add $button-font-family variable
Renol [Thu, 23 Mar 2017 09:32:33 +0000 (10:32 +0100)]
Delete dropdown click event listener on destroy
Kristofer Krause [Mon, 20 Mar 2017 23:44:19 +0000 (19:44 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Mon, 20 Mar 2017 21:04:03 +0000 (17:04 -0400)]
verify aria-hidden value
Kristofer Krause [Mon, 20 Mar 2017 20:45:23 +0000 (16:45 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into zurb/develop
Kristofer Krause [Mon, 20 Mar 2017 20:41:20 +0000 (16:41 -0400)]
Merge pull request #2 from dragthor/tooltip-aria-tests
verify aria-hidden is correct
Kristofer Krause [Mon, 20 Mar 2017 20:35:44 +0000 (16:35 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/develop' into tooltip-aria-tests
Kristofer Krause [Mon, 20 Mar 2017 20:32:58 +0000 (16:32 -0400)]
verify aria-hidden is correct
Sander Blue [Sat, 18 Mar 2017 17:02:07 +0000 (12:02 -0500)]
no need to add the variable to _settings.scss since it's automatically generated
William Entriken [Wed, 15 Mar 2017 17:44:37 +0000 (13:44 -0400)]
Add SRI to CDN links
Gaël Poupard [Fri, 10 Mar 2017 15:57:38 +0000 (16:57 +0100)]
Update element-invisible mixin
Trying to make it bulletproof. I also linked [a detailed post on Hugo Giraudel's blog](http://hugogiraudel.com/2016/10/13/css-hide-and-seek/), but to sum it up:
* improve the reset part with `border` and `padding`;
* add `clip-path` as a progressive enhancement for [deprecated `clip` property](https://www.w3.org/TR/css-masking-1/#clip-property) with @ryuran's [shortest notation](https://twitter.com/ryuran78/status/
778943389819604992 );
* use `white-space` to prevent vocalization inconsistency on some screen readers: see [J. Renée Beach's post](https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-
5952a4c2cbfe #.vcd5xlpgg) about this.
You'll find [my test case on codepen](http://codepen.io/ffoodd/pen/gwKZyq?editors=1100#). Hope it'll help — and let me know if there is any issue with this :)
Sander Blue [Fri, 10 Mar 2017 04:50:50 +0000 (22:50 -0600)]
remove -enabled suffix from variable per suggested change
Randall Rodrigues [Thu, 9 Mar 2017 14:43:09 +0000 (09:43 -0500)]
Fixed typo in length().
Sander Blue [Wed, 8 Mar 2017 17:58:48 +0000 (11:58 -0600)]
add contrast-warnings-enabled boolean variable to facilitate suppressing contrast warning output
Kristofer Krause [Wed, 8 Mar 2017 16:59:58 +0000 (11:59 -0500)]
Merge remote-tracking branch 'zurb/develop' into develop
Jérôme Lebleu [Tue, 7 Mar 2017 17:11:24 +0000 (18:11 +0100)]
Allow the target tab's id to be specified through data-tabs-target
Jérôme Lebleu [Tue, 7 Mar 2017 11:49:59 +0000 (12:49 +0100)]
Hide Reveal overlay after the modal when using Motion UI
Jeffrey de Graaf [Mon, 6 Mar 2017 19:43:48 +0000 (20:43 +0100)]
Added test for additional reveal classes
While writing the test I've also refactored the additionalOverlayClasses
check.
Nate Wiebe [Mon, 6 Mar 2017 19:25:40 +0000 (14:25 -0500)]
Set the min-width value to 0 in order to limit the column width
Christopher Keele [Sun, 5 Mar 2017 08:18:15 +0000 (00:18 -0800)]
Respect $button-background for default buttons.
Affects hollow and disabled buttons.
Fixes #9838.
Jeffrey de Graaf [Sun, 5 Mar 2017 14:51:10 +0000 (15:51 +0100)]
Restore default value for font-family
Jeffrey de Graaf [Sun, 5 Mar 2017 14:45:33 +0000 (15:45 +0100)]
Reveal Overlay additionalOverlayClassNames
As requested in #9822. Adding additional classes to `reveal-overlay`
element.
Not the possibility to replace the class, since many styling and some JS
handles react on this class.
Marius Olbertz [Sat, 4 Mar 2017 11:07:05 +0000 (12:07 +0100)]
Merge pull request #9771 from IamManchanda/docs/indentation-kitchen-sink
Indentation fix #9768
Kevin Ball [Fri, 3 Mar 2017 19:31:31 +0000 (11:31 -0800)]
Merge pull request #9711 from natewiebe13/opinionated-reset
Make reset inherit font-family instead of settings sans-serif
harry [Fri, 3 Mar 2017 19:21:46 +0000 (00:51 +0530)]
Hollow button disabled consistency fix #9832