]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Kevin Chu [Sat, 8 Apr 2017 06:06:45 +0000 (23:06 -0700)]
Updating version drop down styles
RafiBomb [Fri, 7 Apr 2017 23:57:32 +0000 (16:57 -0700)]
fixes inner page spacing
RafiBomb [Fri, 7 Apr 2017 22:39:28 +0000 (15:39 -0700)]
merges in head
RafiBomb [Fri, 7 Apr 2017 22:38:23 +0000 (15:38 -0700)]
fixed header height
Kevin Chu [Fri, 7 Apr 2017 22:00:05 +0000 (15:00 -0700)]
Updating to accordions
Kevin Chu [Fri, 7 Apr 2017 21:15:00 +0000 (14:15 -0700)]
Updating accordion styles
Kevin Chu [Fri, 7 Apr 2017 20:46:02 +0000 (13:46 -0700)]
Updating row to be full-width
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
J. Eric Ellis [Thu, 6 Apr 2017 14:21:59 +0000 (10:21 -0400)]
Changes to better dovetail with current Foundation design patterns.
Changed method of detecting disabled per
https://github.com/zurb/foundation-sites/pull/9812#discussion_r109806300
Altered docs to reflect current functionality of disable accordions,
documented below.
If an accordion is disabled, all motion methods (`up`, `down`, `toggle`)
get eaten, with the exception of `down` when combined with `firstTime`.
Added a `console.info()` message to indicate when these methods are
attempted on a disabled accordion.
Kevin Chu [Thu, 6 Apr 2017 05:41:17 +0000 (22:41 -0700)]
Updating search bar
strainger [Wed, 5 Apr 2017 15:49:02 +0000 (10:49 -0500)]
Fixed wrong case in code sample.
There were two instances where the wrong case was used in the "Off-canvas Position" section of the documentation. Instead of "Split" the example had "SPlit" which would still work, but is unclean. It is also an official Off-canvas example, so it could be spreading through test code for people learning Foundation and lead to confusion. I simply made the "P" lowercase on lines 140 and 146. I quoted the code below.
Before Fix line 140:
<button type="button" class="button" data-toggle="offCanvasLeftSPlit1">Open Left</button>
Before Fix 146:
<div class="off-canvas-absolute position-left" id="offCanvasLeftSPlit1" data-off-canvas>
J. Eric Ellis [Wed, 5 Apr 2017 12:38:30 +0000 (08:38 -0400)]
Merge remote-tracking branch 'upstream/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!
danbrellis [Mon, 3 Apr 2017 14:48:25 +0000 (10:48 -0400)]
Set toggle button "title" to submenuToggleText
When a user hovers over the toggle button, there should be a title attribute to indicate what will happen if they click the button. Adds a "title" attribute to the toggle button set to "_this.options.submenuToggleText"
Kristofer Krause [Sun, 2 Apr 2017 11:37:47 +0000 (07:37 -0400)]
pseudo spelling
http://www.thefreedictionary.com/pseudo
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
Brock Duncan [Tue, 28 Mar 2017 14:24:19 +0000 (10:24 -0400)]
Update responsive-accordion-tabs.md
changing the first example code to match the markup below
Aakash Sethi [Fri, 24 Mar 2017 18:21:32 +0000 (11:21 -0700)]
Fixed tooltip positioning for SVG elements
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
Daniel Thompson [Thu, 16 Mar 2017 16:55:16 +0000 (12:55 -0400)]
Update foundation.orbit.js
Daniel Thompson [Thu, 16 Mar 2017 16:01:29 +0000 (12:01 -0400)]
Added check in orbit.js to make sure slides aren't animating before hiding them when resizing the window. This should fix #9788
William Entriken [Wed, 15 Mar 2017 17:44:37 +0000 (13:44 -0400)]
Add SRI to CDN links
harry [Tue, 14 Mar 2017 17:16:05 +0000 (22:46 +0530)]
Renamed (and recoded) titlebar to separator
As Titlebar conflicts with Top Bar => Title Bar
Kevin Chu [Tue, 14 Mar 2017 00:07:12 +0000 (17:07 -0700)]
Updating accordion content items
harry [Sun, 12 Mar 2017 19:01:26 +0000 (00:31 +0530)]
Removed hack keyword from comments!
harry [Sun, 12 Mar 2017 15:11:36 +0000 (20:41 +0530)]
Disabled Autoprefixer and just used `-moz-`
harry [Sun, 12 Mar 2017 13:35:39 +0000 (19:05 +0530)]
Renamed `webkit-appearance: none` to `webkit-appearance: -hack-`
harry [Sun, 12 Mar 2017 09:58:12 +0000 (15:28 +0530)]
Change in comments of the code
harry [Sun, 12 Mar 2017 09:48:23 +0000 (15:18 +0530)]
Fix #9866 - Hack to disable `-webkit-appearance` from getting prefixed
harry [Sun, 12 Mar 2017 07:28:39 +0000 (12:58 +0530)]
Added foundation copyright & @group to box and rotate mixin.
harry [Sun, 12 Mar 2017 06:11:48 +0000 (11:41 +0530)]
Display Classes: Added `display-table`
harry [Sun, 12 Mar 2017 05:54:51 +0000 (11:24 +0530)]
Sass Mixin Helpers - Added a Rotate Mixin
No generated css what so ever.
harry [Sun, 12 Mar 2017 04:55:19 +0000 (10:25 +0530)]
Docs: Updated full list includes of prototype utilities.
harry [Sun, 12 Mar 2017 04:29:18 +0000 (09:59 +0530)]
Docs: Renaming of the utility titles
harry [Sat, 11 Mar 2017 20:49:50 +0000 (02:19 +0530)]
Title Bar Utility: Renamed the whole codebase to `titlebar` from `bar`
harry [Sat, 11 Mar 2017 20:41:55 +0000 (02:11 +0530)]
Docs: Moved text helpers and Title bar Utility above
harry [Sat, 11 Mar 2017 20:34:36 +0000 (02:04 +0530)]
Docs: Added example for text decoration!
harry [Sat, 11 Mar 2017 20:27:43 +0000 (01:57 +0530)]
Docs: Moved Image replacement(text-hide) to text helpers
harry [Sat, 11 Mar 2017 20:14:46 +0000 (01:44 +0530)]
Renamed Heading bar utility to Title bar utility
harry [Sat, 11 Mar 2017 20:10:16 +0000 (01:40 +0530)]
Docs edits
harry [Sat, 11 Mar 2017 20:08:24 +0000 (01:38 +0530)]
Added a Heading Bar Utility
Added classes:
- `bar-left`
- `bar-center`
- `bar-right`
harry [Sat, 11 Mar 2017 16:44:20 +0000 (22:14 +0530)]
Added a Sass tip and a codepen!
harry [Sat, 11 Mar 2017 16:14:04 +0000 (21:44 +0530)]
Added component styling
Changes
- Moved `rounded` and `bordered` to component styling
- Created and added `shadow` to component styling
Kevin Chu [Fri, 10 Mar 2017 19:54:44 +0000 (11:54 -0800)]
Updating component list navigation - adding accordion functionality and new styles
Kevin Chu [Fri, 10 Mar 2017 18:28:04 +0000 (10:28 -0800)]
Updating links and styles in table of content nav
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().
Kevin Chu [Wed, 8 Mar 2017 19:10:01 +0000 (11:10 -0800)]
Adding independent scrolling for doc's nav
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. Eric Ellis [Tue, 7 Mar 2017 21:11:52 +0000 (16:11 -0500)]
Re-factored to reflect style-sherpa docs
Per @IamManchanda.
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. Eric Ellis [Tue, 7 Mar 2017 13:33:17 +0000 (08:33 -0500)]
Fixed docs per @denisahac
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.