]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Zé Cipriano [Tue, 1 Dec 2015 11:07:07 +0000 (11:07 +0000)]
Fix grid-context mixin
Store the correct value in $old-grid-column-count so it can be restored
later.
As it was, everytime the grid-context mixin was called, the global value
of $grid-column-count would change to the value of the $columns
parameter.
Geoff Kimball [Tue, 1 Dec 2015 00:34:18 +0000 (16:34 -0800)]
Merge pull request #7276 from milose/patch-2
Update abide.md - incorrect attribute
Geoff Kimball [Mon, 30 Nov 2015 23:44:06 +0000 (15:44 -0800)]
Add Sass variables for title bar, closes #7294
Geoff Kimball [Mon, 30 Nov 2015 23:26:37 +0000 (15:26 -0800)]
Update media query docs to use pixel values in breakpoints map instead of rem-calc()
Geoff Kimball [Mon, 30 Nov 2015 23:07:03 +0000 (15:07 -0800)]
Change value of $input-color from $dark-gray to $black, closes #7275
Geoff Kimball [Mon, 30 Nov 2015 23:03:53 +0000 (15:03 -0800)]
Update markup for buttons in an input group to separate the button from the wrapper, closes #7278
Chris Oyler [Mon, 30 Nov 2015 22:46:13 +0000 (14:46 -0800)]
Merge pull request #7239 from mafrosis/ie8-trailing-commas
Remove trailing commas for IE8 and lower support
Geoff Kimball [Mon, 30 Nov 2015 22:30:23 +0000 (14:30 -0800)]
Fix typo in Interchange docs, closes #7287
Rafi [Mon, 30 Nov 2015 22:23:01 +0000 (14:23 -0800)]
Merge pull request #7284 from TvrtkoM/grid_doc
issue #7283 - documentation for sass grid-column()
Rafi [Mon, 30 Nov 2015 22:22:27 +0000 (14:22 -0800)]
Merge pull request #7270 from filipekiss/fix-media-object-mixin
Replaces `&` at the middle of the media-object rule
Geoff Kimball [Mon, 30 Nov 2015 22:17:56 +0000 (14:17 -0800)]
Change default value of $block-grid-max from 6 to 8, closes #7298
Chris Oyler [Mon, 30 Nov 2015 21:46:46 +0000 (13:46 -0800)]
Merge pull request #7272 from milose/patch-1
File name casing for foundation.util.mediaQuery.js
Brandon Arnold [Mon, 30 Nov 2015 21:31:48 +0000 (13:31 -0800)]
Merge pull request #7249 from Renkas/patch-1
Fixes #7229 - limit block grid columns to only immediate child column
Brandon Arnold [Mon, 30 Nov 2015 21:31:35 +0000 (13:31 -0800)]
Merge pull request #7240 from ChiliConSql/topbar-link-color
Issue #7156 - fix $topbar-link-color variable
Brandon Arnold [Mon, 30 Nov 2015 21:29:38 +0000 (13:29 -0800)]
Merge pull request #7234 from TvrtkoM/develop
css-triangle mixin - change keywords in documentation
Brandon Arnold [Mon, 30 Nov 2015 21:28:41 +0000 (13:28 -0800)]
Merge pull request #7214 from zzplab/develop
[switch] Fix missing border-radius for the paddle itself
Brandon Arnold [Mon, 30 Nov 2015 21:27:14 +0000 (13:27 -0800)]
Merge pull request #7255 from DanSmith83/patch-1
Update forms.md
Brandon Arnold [Mon, 30 Nov 2015 21:26:27 +0000 (13:26 -0800)]
Merge pull request #7288 from blueclock/patch-1
Unnecessary word
Brandon Arnold [Mon, 30 Nov 2015 21:25:21 +0000 (13:25 -0800)]
Merge pull request #7303 from JeremyEnglert/menu-text-link-fix
Removes double padding from menu-text link
Brandon Arnold [Mon, 30 Nov 2015 21:24:59 +0000 (13:24 -0800)]
Merge pull request #7316 from mkurtay/patch-1
Correct spelling of invisible
Brandon Arnold [Mon, 30 Nov 2015 21:24:36 +0000 (13:24 -0800)]
Merge pull request #7307 from sashaegorov/typos
Typos in javascript.md
zurbchris [Mon, 30 Nov 2015 20:52:16 +0000 (12:52 -0800)]
removes unnecessary ids from drilldown menu example
Miray Kurtay [Mon, 30 Nov 2015 19:27:41 +0000 (14:27 -0500)]
Correct spelling of invisible
Removing the extra i in the description for invisible.
Geoff Kimball [Mon, 30 Nov 2015 18:15:46 +0000 (10:15 -0800)]
Fix typo in JavaScript docs code example
Geoff Kimball [Mon, 30 Nov 2015 17:57:24 +0000 (09:57 -0800)]
Remove remark in Sass docs about uncommenting settings values, as they're all uncommented by default now
Geoff Kimball [Mon, 30 Nov 2015 17:50:54 +0000 (09:50 -0800)]
Clean up documentation for dropdown menus #7074
Alexander Egorov [Mon, 30 Nov 2015 10:08:46 +0000 (13:08 +0300)]
Typos in javascript.md
- `change` instead of `changed`, `changed` doesn't work at all
- `[data-tabs]` instead of `#tab` better indicates that event handler should be added to `ul.tabs` element
Jeremy Englert [Mon, 30 Nov 2015 04:43:44 +0000 (21:43 -0700)]
Removes double padding from menu-text link
Gilbert West [Sat, 28 Nov 2015 22:17:37 +0000 (23:17 +0100)]
Unnecessary word
Removed and extra "to" after autoprefixer
tvrtko [Sat, 28 Nov 2015 15:32:48 +0000 (16:32 +0100)]
fix #7283 - documentation for sass grid-column()
Milos [Sat, 28 Nov 2015 04:19:30 +0000 (05:19 +0100)]
Update abide.md - incorrect attribute
Changed the attribute to class instead appending to a type attribute.
Milos [Fri, 27 Nov 2015 22:26:19 +0000 (23:26 +0100)]
Update javascript-utilities.md
File name casing for foundation.util.mediaQuery.js
Filipe Kiss [Fri, 27 Nov 2015 18:36:09 +0000 (16:36 -0200)]
Replaces & at the middle of the media-object rule
This fixes #7245
DanSmith83 [Fri, 27 Nov 2015 08:32:27 +0000 (08:32 +0000)]
Update forms.md
Make instructions match example
Renkas [Fri, 27 Nov 2015 01:26:04 +0000 (03:26 +0200)]
Fixes #7229
Let's limit block grid columns to only immediate child columns so we could use normal grid inside it.
Imad [Thu, 26 Nov 2015 19:03:31 +0000 (11:03 -0800)]
Issue 7156 - fix $topbar-link-color variable
Changing $topbar-link-color in _settings was having no effect.
Modified _top-bar.scss similar to what version 5.0 had
Matt Black [Thu, 26 Nov 2015 18:35:40 +0000 (18:35 +0000)]
Remove trailing commas for IE8 and lower support
Tvrtko [Thu, 26 Nov 2015 17:43:30 +0000 (18:43 +0100)]
#7215 - change top/bottom keywords to up/down in docstrings
Tvrtko [Thu, 26 Nov 2015 17:32:42 +0000 (18:32 +0100)]
revert changes to mixins
Tvrtko [Thu, 26 Nov 2015 17:31:12 +0000 (18:31 +0100)]
Merge branch 'develop' of https://github.com/TvrtkoM/foundation-sites into develop
zurbchris [Wed, 25 Nov 2015 23:03:29 +0000 (15:03 -0800)]
adds fallback, no-animation slide change to orbit
Tvrtko [Wed, 25 Nov 2015 23:00:30 +0000 (00:00 +0100)]
fixes: #7215 change up/down direction keywords to top/bottom
Erwin [Wed, 25 Nov 2015 21:52:21 +0000 (22:52 +0100)]
Fix missing border-radius for the paddle itself
$switch-paddle-radius was not used anywhere in the mixins.
I assume it should be used here.
zurbchris [Wed, 25 Nov 2015 19:45:13 +0000 (11:45 -0800)]
addresses #7181 for tabs component. good suggestion, will do on other components eventually
zurbchris [Wed, 25 Nov 2015 19:43:38 +0000 (11:43 -0800)]
fixes #7073 moves util-map.json to lib folder
zurbchris [Wed, 25 Nov 2015 19:41:41 +0000 (11:41 -0800)]
updates doc examples to point to standard nested-menu syntax example
zurbchris [Wed, 25 Nov 2015 18:23:29 +0000 (10:23 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Wed, 25 Nov 2015 18:22:41 +0000 (10:22 -0800)]
fix for #7207 & #7099
Chris Oyler [Wed, 25 Nov 2015 17:47:02 +0000 (09:47 -0800)]
Merge pull request #7199 from FrontEndStudio/develop
fixed a typo in the documentation
arnoud [Wed, 25 Nov 2015 12:56:08 +0000 (13:56 +0100)]
fix typo
zurbchris [Wed, 25 Nov 2015 05:17:04 +0000 (21:17 -0800)]
updates meteor package files
Geoff Kimball [Wed, 25 Nov 2015 02:06:41 +0000 (18:06 -0800)]
Bump to version 6.0.4
Chris Oyler [Wed, 25 Nov 2015 01:38:28 +0000 (17:38 -0800)]
Merge pull request #7162 from zurb/ddmenu
Brand-spankin' new dropdown menu for your consideration/enjoyment.
Chris Oyler [Wed, 25 Nov 2015 01:38:14 +0000 (17:38 -0800)]
Merge pull request #7113 from juliancwirko/meteor-package
[Meteor] Package config fixes and documentation update
zurbchris [Wed, 25 Nov 2015 01:16:55 +0000 (17:16 -0800)]
changes where background-color was being applied in docs sticky magellan example
zurbchris [Wed, 25 Nov 2015 01:16:20 +0000 (17:16 -0800)]
cleans up variable declaration in sticky._unstick and fixes an issue where namespaced events were not firing on unstick
zurbchris [Wed, 25 Nov 2015 00:48:39 +0000 (16:48 -0800)]
adds example forms within dropdown pane, and adds auto focus option/method for dropdown panes
zurbchris [Wed, 25 Nov 2015 00:36:33 +0000 (16:36 -0800)]
fixes an issue where if deeplinking was NOT enabled, the plugin would error on .destroy()
zurbchris [Wed, 25 Nov 2015 00:35:30 +0000 (16:35 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Wed, 25 Nov 2015 00:34:48 +0000 (16:34 -0800)]
adds sticky magellan example to docs page
Geoff Kimball [Wed, 25 Nov 2015 00:00:07 +0000 (16:00 -0800)]
Add no JavaScript fallback to dropdown menu to prevent FOUC
Geoff Kimball [Tue, 24 Nov 2015 23:51:51 +0000 (15:51 -0800)]
Add default flag to RTL version of button margin variable, fixes #7093
Geoff Kimball [Tue, 24 Nov 2015 23:39:07 +0000 (15:39 -0800)]
Clarify in breadcrumbs docs that a .current class is not needed by default, closes #7165
Geoff Kimball [Tue, 24 Nov 2015 23:35:25 +0000 (15:35 -0800)]
Replace existing CSS alignment mixins with better-named ones, thanks @HugoGiraudel! Closes #7135
Geoff Kimball [Tue, 24 Nov 2015 23:19:21 +0000 (15:19 -0800)]
Fix z-index issues with revealed off-canvas menus, and add option to make them fixed-position, closes #7154
Geoff Kimball [Tue, 24 Nov 2015 22:59:56 +0000 (14:59 -0800)]
Simplify Sass for tooltips
Geoff Kimball [Tue, 24 Nov 2015 22:59:47 +0000 (14:59 -0800)]
Remove duplicate variable in global settings
Geoff Kimball [Tue, 24 Nov 2015 22:51:34 +0000 (14:51 -0800)]
Get drilldown menu working with RTL
Geoff Kimball [Tue, 24 Nov 2015 21:39:28 +0000 (13:39 -0800)]
Add "range" as an alias for Slider, and rename Orbit Slider page to just Orbit
Geoff Kimball [Tue, 24 Nov 2015 19:38:34 +0000 (11:38 -0800)]
Update closable section of callout docs
Geoff Kimball [Tue, 24 Nov 2015 19:37:01 +0000 (11:37 -0800)]
Merge pull request #7167 from colin-marshall/callout-docs-close-link-fix
fixed close button link in callout docs
Geoff Kimball [Tue, 24 Nov 2015 19:36:24 +0000 (11:36 -0800)]
Merge pull request #7164 from Renkas/dropdownmenu-border
Separate dropdownmenu border from dropdown border
Geoff Kimball [Tue, 24 Nov 2015 19:35:52 +0000 (11:35 -0800)]
Merge pull request #7179 from andycochran/hr
remove left and right borders from hr
Geoff Kimball [Tue, 24 Nov 2015 19:35:31 +0000 (11:35 -0800)]
Merge pull request #7178 from IllusionPerdu/develop
Add some missing "!default" in components
Geoff Kimball [Tue, 24 Nov 2015 19:03:06 +0000 (11:03 -0800)]
Fix pagination arrow settings not working
zurbchris [Tue, 24 Nov 2015 17:49:49 +0000 (09:49 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Tue, 24 Nov 2015 17:49:44 +0000 (09:49 -0800)]
adds data-options method to foundation.core, it's back people
Geoff Kimball [Tue, 24 Nov 2015 17:14:35 +0000 (09:14 -0800)]
Add default flags to off-canvas Sass variables missing them, fixes #7174
Chris Oyler [Tue, 24 Nov 2015 17:04:28 +0000 (09:04 -0800)]
Merge pull request #7176 from Jedidiah/patch-1
Typo in Accessibility docs.
Andy Cochran [Tue, 24 Nov 2015 16:43:34 +0000 (11:43 -0500)]
remove left and right borders from hr
Sébastien GRAVIER [Tue, 24 Nov 2015 16:06:39 +0000 (17:06 +0100)]
Merge pull request #1 from IllusionPerdu/IllusionPerdu-Optimize-CSS
Optimize the generate CSS
Sébastien GRAVIER [Tue, 24 Nov 2015 16:04:33 +0000 (17:04 +0100)]
Optimize the generate CSS
It's no repeat the @ for all the text align
Sébastien GRAVIER [Tue, 24 Nov 2015 15:29:10 +0000 (16:29 +0100)]
add "!default" to _tooltips.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:27:34 +0000 (16:27 +0100)]
add "!default" to _table.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:26:59 +0000 (16:26 +0100)]
add "!default" to _switch.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:25:41 +0000 (16:25 +0100)]
add "!default" to _reveal.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:24:36 +0000 (16:24 +0100)]
add "!default" to _off-canvas.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:23:01 +0000 (16:23 +0100)]
add "!default" to _drilldown.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:22:03 +0000 (16:22 +0100)]
add "!default" to _callout.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:20:53 +0000 (16:20 +0100)]
add "!default" to _button-group.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:18:58 +0000 (16:18 +0100)]
add "!default" to _accordion-menu.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:18:03 +0000 (16:18 +0100)]
add "!default" to _accordion.scss
Jedidiah [Tue, 24 Nov 2015 13:43:48 +0000 (13:43 +0000)]
Typo in Accessibility docs.
s/fine tine/fine tune
colin-marshall [Tue, 24 Nov 2015 04:48:35 +0000 (21:48 -0700)]
fixed close button link in callout docs
Rene Saare [Tue, 24 Nov 2015 02:29:11 +0000 (04:29 +0200)]
Separate dropdownmenu border from dropdown border
zurbchris [Tue, 24 Nov 2015 00:27:47 +0000 (16:27 -0800)]
renames ddmenu.js -> dropdownMenu.js
zurbchris [Tue, 24 Nov 2015 00:26:32 +0000 (16:26 -0800)]
removes unnecessary console.log
zurbchris [Tue, 24 Nov 2015 00:20:00 +0000 (16:20 -0800)]
improves hover performance and adds additional check for touch in window
;
Geoff Kimball [Tue, 24 Nov 2015 00:09:05 +0000 (16:09 -0800)]
Update badge and label docs to clarify icon compatibility
Geoff Kimball [Tue, 24 Nov 2015 00:07:09 +0000 (16:07 -0800)]
Add active states to docs menu items