]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Geoff Kimball [Wed, 3 Feb 2016 17:07:35 +0000 (09:07 -0800)]
Remove $tab-border Sass variable which wasn't being used, closes #8068
Chris Oyler [Tue, 2 Feb 2016 19:57:48 +0000 (11:57 -0800)]
fixes #8050, adds check for forceTop. In order to use this fix, forceTop, autoFocus, and trapFocus must all be set to false. Not recommended for use with menus or any accessibility sensitive content
Geoff Kimball [Tue, 2 Feb 2016 19:34:11 +0000 (11:34 -0800)]
Update contributing guidelines with more detailed info on filing bugs, editing the docs, opening PRs, and finding issues to tackle
Geoff Kimball [Tue, 2 Feb 2016 19:15:27 +0000 (11:15 -0800)]
Merge pull request #7985 from briantan888/patch-7
[abide.md]
Geoff Kimball [Tue, 2 Feb 2016 17:09:13 +0000 (09:09 -0800)]
Merge pull request #8055 from vgmcglaughlin/develop
Search for the target tab content within existing tab content
Geoff Kimball [Tue, 2 Feb 2016 17:05:36 +0000 (09:05 -0800)]
Merge pull request #8036 from alamowo/patch-2
Adding href attribute to accordion titles
Geoff Kimball [Tue, 2 Feb 2016 17:05:08 +0000 (09:05 -0800)]
Merge pull request #8053 from a3020/tabs_fix_comment
Fix comment $tab-item-padding
Vic McGlaughlin [Tue, 2 Feb 2016 16:33:29 +0000 (11:33 -0500)]
only search for the target tab content within the existing tab content element, resolves issue unit testing Tabs where target tab may not exist in global jQuery context
akodde [Tue, 2 Feb 2016 13:40:21 +0000 (14:40 +0100)]
fix comment $tab-item-padding
Chris Oyler [Tue, 2 Feb 2016 01:11:16 +0000 (17:11 -0800)]
updates docs for offcanvas
Chris Oyler [Tue, 2 Feb 2016 01:10:43 +0000 (17:10 -0800)]
updates docs for orbit
Chris Oyler [Tue, 2 Feb 2016 01:10:24 +0000 (17:10 -0800)]
updates docs for drilldown
Chris Oyler [Tue, 2 Feb 2016 01:10:01 +0000 (17:10 -0800)]
updates docs for magellan
Chris Oyler [Tue, 2 Feb 2016 01:09:15 +0000 (17:09 -0800)]
updates docs for dropdowns
Chris Oyler [Mon, 1 Feb 2016 22:48:27 +0000 (14:48 -0800)]
updates js documentation for dropdown menu.
Chris Oyler [Mon, 1 Feb 2016 22:09:05 +0000 (14:09 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Mon, 1 Feb 2016 22:08:59 +0000 (14:08 -0800)]
updates motion-ui documentation to clarify JavaScript usage and inclusion.
Chris Oyler [Mon, 1 Feb 2016 22:08:07 +0000 (14:08 -0800)]
updates reInit method to hyphenate a plugin class name if they are passed as CamelCased strings
Chris Oyler [Mon, 1 Feb 2016 22:06:48 +0000 (14:06 -0800)]
fixes an incorrect illustration of an example callback for the changed.zf.mediaquery event
Chris Oyler [Mon, 1 Feb 2016 22:05:41 +0000 (14:05 -0800)]
updates and clarifies Documentation for JavaScript plugin usage, initialization, updating, etc...
Chris Oyler [Mon, 1 Feb 2016 22:04:42 +0000 (14:04 -0800)]
adds link to Sticky plugin for documentation on sticky navigation
Geoff Kimball [Mon, 1 Feb 2016 21:14:34 +0000 (13:14 -0800)]
Only style a::after in a dropdown menu <li> if $dropdownmenu-arrows is enabled, fixes #8032
Chris Oyler [Mon, 1 Feb 2016 18:47:54 +0000 (10:47 -0800)]
removes commented out code from foundation nest util.
Alexander Martin [Fri, 29 Jan 2016 13:08:51 +0000 (14:08 +0100)]
Adding href attribute to accordion titles
Added it to the first code-snippet and the first working example. It's needed for keyboard navigation.
Geoff Kimball [Thu, 28 Jan 2016 18:55:18 +0000 (10:55 -0800)]
Merge pull request #8017 from paxperscientiam/patch-1
Update sass.md
Chris Oyler [Wed, 27 Jan 2016 23:54:07 +0000 (15:54 -0800)]
Merge pull request #7997 from IAmEddieDean/chris-dev
fixes PART of #7969
Chris [Tue, 26 Jan 2016 19:03:56 +0000 (14:03 -0500)]
Update sass.md
changed includePaths to loadPath as grunt-contrib-sass does not support "includePaths".
Geoff Kimball [Tue, 26 Jan 2016 17:43:01 +0000 (09:43 -0800)]
Fix alignment of lone arrow inside button group, closes #8010
Millenium [Tue, 26 Jan 2016 02:55:54 +0000 (18:55 -0800)]
Replaces minifyCss with cssnano
legacy module not being used caused the issue.
Geoff Kimball [Tue, 26 Jan 2016 00:12:44 +0000 (16:12 -0800)]
Output a blank media query if xxlarge down is used, since 'xxlarge down' basically means 'every screen size'
Geoff Kimball [Tue, 26 Jan 2016 00:05:14 +0000 (16:05 -0800)]
In breakpoint() function, remove warnings for "xxlarge only" and "xxlarge down", in favor of better fallbacks in the media query output, closes #7979
RafiBomb [Tue, 26 Jan 2016 00:05:27 +0000 (16:05 -0800)]
fixes grid gutter docs example
Chris Oyler [Mon, 25 Jan 2016 19:13:34 +0000 (11:13 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into chris-dev
Chris Oyler [Mon, 25 Jan 2016 19:13:24 +0000 (11:13 -0800)]
fixes PART of #7969, wraps section of initialization function in a window.onLoad event, prevents most of the issues of incorrect sticky positions due to calculations performed before images/dom content was fully loaded. still some cross-browser issues due to the way scroll/resize events are fired. safari can diaf
Chris Oyler [Mon, 25 Jan 2016 18:55:08 +0000 (10:55 -0800)]
Merge pull request #7989 from Lynda333/patch-1
Minor change to Advanced example...
Chris Oyler [Mon, 25 Jan 2016 18:54:32 +0000 (10:54 -0800)]
Merge pull request #7981 from petecoop/patch-3
data-hidefor typo
Chris Oyler [Mon, 25 Jan 2016 18:44:48 +0000 (10:44 -0800)]
Merge pull request #7996 from IAmEddieDean/chris-dev
fixes #7990
Chris Oyler [Mon, 25 Jan 2016 18:44:16 +0000 (10:44 -0800)]
fixes #7974, typo in acc-menu docs
Chris Oyler [Mon, 25 Jan 2016 18:38:11 +0000 (10:38 -0800)]
adds Math.round call to avoid decimal scrolling locations
Chris Oyler [Mon, 25 Jan 2016 18:36:29 +0000 (10:36 -0800)]
fixes #7990
Geoff Kimball [Mon, 25 Jan 2016 17:32:47 +0000 (09:32 -0800)]
Merge pull request #7933 from andycochran/button-groups
Rework Button Group to not use borders
Lynda [Mon, 25 Jan 2016 04:55:35 +0000 (21:55 -0700)]
Minor change to Advanced example...
This is a very minor change. In the first example you had two `top-bar-left` classes. It seems more logical to have one left and one right as that example which will then match the example below that.
Brian Tan [Sun, 24 Jan 2016 16:31:22 +0000 (11:31 -0500)]
[abide.md]
Change required after 6.1.2 update.
Pete Cooper [Sat, 23 Jan 2016 23:45:39 +0000 (23:45 +0000)]
data-hidefor typo
Andy Cochran [Sat, 23 Jan 2016 02:22:04 +0000 (21:22 -0500)]
Oops. Adding back accidentally-clobbered .button.expanded
Andy Cochran [Sat, 23 Jan 2016 02:18:59 +0000 (21:18 -0500)]
map-remove .default from .button-group sizes, enable user-defined .button sizes
Geoff Kimball [Sat, 23 Jan 2016 01:19:14 +0000 (17:19 -0800)]
Add step to Gulp deploy script to update the settings files of the templates
Geoff Kimball [Sat, 23 Jan 2016 00:59:31 +0000 (16:59 -0800)]
Generate new settings file
Geoff Kimball [Sat, 23 Jan 2016 00:56:18 +0000 (16:56 -0800)]
Bump to version 6.1.2
Geoff Kimball [Sat, 23 Jan 2016 00:55:54 +0000 (16:55 -0800)]
Update use of gulp-filter in deploy task to match gulp-filter 3.0 API change
Geoff Kimball [Sat, 23 Jan 2016 00:50:07 +0000 (16:50 -0800)]
Merge branch 'master' into develop
Geoff Kimball [Sat, 23 Jan 2016 00:50:00 +0000 (16:50 -0800)]
Use Node's execSync to run git commands in deploy process instead of Gitty
Geoff Kimball [Fri, 22 Jan 2016 21:49:59 +0000 (13:49 -0800)]
Fix giant-ass dropdown text
Geoff Kimball [Fri, 22 Jan 2016 21:37:40 +0000 (13:37 -0800)]
Make hover state of .dark menu icon more subtle
Geoff Kimball [Fri, 22 Jan 2016 21:36:29 +0000 (13:36 -0800)]
Update top bar docs to show example of advanced top bar layout added in #7944
Chris Oyler [Fri, 22 Jan 2016 21:10:04 +0000 (13:10 -0800)]
fixes typo in callout docs
Chris Oyler [Fri, 22 Jan 2016 20:04:23 +0000 (12:04 -0800)]
adds example of sticky navigation to docs, adds sticky-nav.html partial for <iframe> include.
Chris Oyler [Fri, 22 Jan 2016 19:04:46 +0000 (11:04 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Fri, 22 Jan 2016 19:04:38 +0000 (11:04 -0800)]
removes unused _activePlugins object and references to it.
Andy Cochran [Fri, 22 Jan 2016 17:47:32 +0000 (12:47 -0500)]
Merge branch 'button-groups' of github.com:andycochran/foundation-sites into button-groups
Andy Cochran [Fri, 22 Jan 2016 17:46:19 +0000 (12:46 -0500)]
don't print button groups sizes in mixin, keep in CSS output
Rafi [Fri, 22 Jan 2016 06:22:30 +0000 (22:22 -0800)]
Update README.md
Chris Oyler [Thu, 21 Jan 2016 23:42:45 +0000 (15:42 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Thu, 21 Jan 2016 23:42:38 +0000 (15:42 -0800)]
fixes #7173, adds a call to Sticky._calc when off-canvas gets reveal class
Geoff Kimball [Thu, 21 Jan 2016 22:43:50 +0000 (14:43 -0800)]
Merge pull request #7961 from karissademi/patch-1
Fix typo
Karissa [Thu, 21 Jan 2016 20:48:51 +0000 (15:48 -0500)]
Fix typo
"An extra 'u' in menu"
Chris Oyler [Thu, 21 Jan 2016 18:12:47 +0000 (10:12 -0800)]
fixes #7951, also added benefit of simplifying the jquery selector chain to manage aria state for nested menus and remove a few lines of unnecessary code
Geoff Kimball [Thu, 21 Jan 2016 18:01:19 +0000 (10:01 -0800)]
Clarify when grid-column-collapse() mixin should be used #7943
Geoff Kimball [Thu, 21 Jan 2016 17:35:24 +0000 (09:35 -0800)]
On accordions, remove double border at the bottom, and prevent a border from disappearing when the last pane is open, fixes #7938
Geoff Kimball [Thu, 21 Jan 2016 17:31:54 +0000 (09:31 -0800)]
Fix Sass auditing task not working
Geoff Kimball [Thu, 21 Jan 2016 16:58:15 +0000 (08:58 -0800)]
Merge pull request #7958 from ahebrank/accordion-docs
add data-accordion-item attribute requirement to documentation
Andy Hebrank [Thu, 21 Jan 2016 16:29:16 +0000 (11:29 -0500)]
add data-accordion-item to accordion docs
Geoff Kimball [Thu, 21 Jan 2016 07:50:57 +0000 (23:50 -0800)]
Merge pull request #7954 from grgcnnr/develop
Border-radius on buttons inputs should use $button-radius
George Connor [Thu, 21 Jan 2016 04:23:47 +0000 (15:23 +1100)]
Border-radius on buttons inputs should prefer $button-radius to $global radius
Chris Oyler [Wed, 20 Jan 2016 22:01:03 +0000 (14:01 -0800)]
fixes issue where .first-sub of vertical dropdown menus rendered in the wrong location (watch out people, I did sassy things)
Geoff Kimball [Wed, 20 Jan 2016 21:58:00 +0000 (13:58 -0800)]
Merge branch 'master' into develop
Geoff Kimball [Wed, 20 Jan 2016 21:53:52 +0000 (13:53 -0800)]
Fix <legend> element overflowing in IE10, fixes #7662
Geoff Kimball [Wed, 20 Jan 2016 21:08:09 +0000 (13:08 -0800)]
Merge pull request #7949 from jacobalvarez/develop
Make drilldown menu "Back" arrow part of the <a>
Geoff Kimball [Wed, 20 Jan 2016 21:05:01 +0000 (13:05 -0800)]
Merge pull request #7944 from brettsmason/patch-1
Add .top-bar-title class
Jacob Alvarez [Wed, 20 Jan 2016 20:56:31 +0000 (14:56 -0600)]
Make drilldown menu "Back" arrow part of the <a>
Makes the drilldown menu's "Back" arrows to be pseudo-element of the "Back" <a> rather than the <li>. This provides consistency with the "forward" arrows and makes them clickable.
Jacob Alvarez [Wed, 20 Jan 2016 20:54:07 +0000 (14:54 -0600)]
Make drilldown menu "Back" arrow part of the <a>
Makes the drilldown menu's "Back" arrows to be pseudo-element of the "Back" <a> rather than the <li>. This provides consistency with the "forward" arrows and makes them clickable.
Brett Mason [Wed, 20 Jan 2016 20:19:50 +0000 (20:19 +0000)]
Added $topbar-title-spacing variable
Added $topbar-title-spacing variable to remove reliance on the grid.
Geoff Kimball [Wed, 20 Jan 2016 20:08:28 +0000 (12:08 -0800)]
Remove unnecessary classes and attributes from menus in responsive nav docs examples, closes #7291
Geoff Kimball [Wed, 20 Jan 2016 19:43:59 +0000 (11:43 -0800)]
Correct flex grid source ordering example in docs, closes #7946
Geoff Kimball [Wed, 20 Jan 2016 19:16:37 +0000 (11:16 -0800)]
Cut back specificity of dropdown menu classes, fix cascade issue with top bar <ul>s, and fix .simple menu bar not working with plain text #7900 #7892
Chris Oyler [Wed, 20 Jan 2016 19:12:29 +0000 (11:12 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Wed, 20 Jan 2016 19:12:21 +0000 (11:12 -0800)]
fixes #7927, but points out other issues needing resolution. Breaks out scrolling feature of Magellan into small function, if deeplinking enabled scrolls to location.hash element on init
Brett Mason [Wed, 20 Jan 2016 19:01:45 +0000 (19:01 +0000)]
Add .top-bar-title
Adds top-bar-title class.
Geoff Kimball [Wed, 20 Jan 2016 18:50:49 +0000 (10:50 -0800)]
Add width: 100%; missing from tables, fixes #7937
Geoff Kimball [Wed, 20 Jan 2016 18:50:21 +0000 (10:50 -0800)]
Change $dropdown-font-size from 16rem to 1rem
Geoff Kimball [Wed, 20 Jan 2016 16:54:10 +0000 (08:54 -0800)]
Merge pull request #7939 from amosmos/patch-1
the name is title bar
Andy Cochran [Wed, 20 Jan 2016 16:07:30 +0000 (11:07 -0500)]
Merge branch 'button-groups' of github.com:andycochran/foundation-sites into button-groups
Andy Cochran [Wed, 20 Jan 2016 16:07:30 +0000 (11:07 -0500)]
Merge branch 'button-groups' of github.com:andycochran/foundation-sites into button-groups
Andy Cochran [Wed, 20 Jan 2016 15:57:03 +0000 (10:57 -0500)]
set $buttongroup-spacing back to 1px
Andy Cochran [Wed, 20 Jan 2016 15:57:03 +0000 (10:57 -0500)]
set -spacing back to 1px
amosmos [Wed, 20 Jan 2016 08:55:05 +0000 (10:55 +0200)]
the name is title bar
not only this is how the class is called, it is also how it is named in the customized download options of zurb...
RafiBomb [Wed, 20 Jan 2016 00:38:20 +0000 (16:38 -0800)]
fixes docs data attribute for off-canvas and adds building block example
Geoff Kimball [Tue, 19 Jan 2016 23:48:11 +0000 (15:48 -0800)]
Merge pull request #7654 from derweili/develop
Fix: shrink wider than 100%
Andy Cochran [Tue, 19 Jan 2016 23:43:35 +0000 (18:43 -0500)]
rework button groups to not use borders
Geoff Kimball [Tue, 19 Jan 2016 23:36:49 +0000 (15:36 -0800)]
Merge pull request #7931 from abdullahsalem/Fix-dropdown-menu-alignment-rtl
Fix dropdown menu's alignment and arrow in RTL mode #7930