]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoMerge pull request #7288 from blueclock/patch-1
Brandon Arnold [Mon, 30 Nov 2015 21:26:27 +0000 (13:26 -0800)] 
Merge pull request #7288 from blueclock/patch-1

Unnecessary word

9 years agoMerge pull request #7303 from JeremyEnglert/menu-text-link-fix
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

9 years agoMerge pull request #7316 from mkurtay/patch-1
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

9 years agoMerge pull request #7307 from sashaegorov/typos
Brandon Arnold [Mon, 30 Nov 2015 21:24:36 +0000 (13:24 -0800)] 
Merge pull request #7307 from sashaegorov/typos

Typos in javascript.md

9 years agoremoves unnecessary ids from drilldown menu example
zurbchris [Mon, 30 Nov 2015 20:52:16 +0000 (12:52 -0800)] 
removes unnecessary ids from drilldown menu example

9 years agoCorrect spelling of invisible 7316/head
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.

9 years agoFix typo in JavaScript docs code example
Geoff Kimball [Mon, 30 Nov 2015 18:15:46 +0000 (10:15 -0800)] 
Fix typo in JavaScript docs code example

9 years agoRemove remark in Sass docs about uncommenting settings values, as they're all uncomme...
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

9 years agoClean up documentation for dropdown menus #7074
Geoff Kimball [Mon, 30 Nov 2015 17:50:54 +0000 (09:50 -0800)] 
Clean up documentation for dropdown menus #7074

9 years agoTypos in javascript.md 7307/head
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

9 years agoRemoves double padding from menu-text link 7303/head
Jeremy Englert [Mon, 30 Nov 2015 04:43:44 +0000 (21:43 -0700)] 
Removes double padding from menu-text link

9 years agoUnnecessary word 7288/head
Gilbert West [Sat, 28 Nov 2015 22:17:37 +0000 (23:17 +0100)] 
Unnecessary word

Removed and extra "to" after autoprefixer

9 years agoadds fallback, no-animation slide change to orbit
zurbchris [Wed, 25 Nov 2015 23:03:29 +0000 (15:03 -0800)] 
adds fallback, no-animation slide change to orbit

9 years agoaddresses #7181 for tabs component. good suggestion, will do on other components...
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

9 years agofixes #7073 moves util-map.json to lib folder
zurbchris [Wed, 25 Nov 2015 19:43:38 +0000 (11:43 -0800)] 
fixes #7073 moves util-map.json to lib folder

9 years agoupdates doc examples to point to standard nested-menu syntax example
zurbchris [Wed, 25 Nov 2015 19:41:41 +0000 (11:41 -0800)] 
updates doc examples to point to standard nested-menu syntax example

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Wed, 25 Nov 2015 18:23:29 +0000 (10:23 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofix for #7207 & #7099
zurbchris [Wed, 25 Nov 2015 18:22:41 +0000 (10:22 -0800)] 
fix for #7207 & #7099

9 years agoMerge pull request #7199 from FrontEndStudio/develop
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

9 years agofix typo 7199/head
arnoud [Wed, 25 Nov 2015 12:56:08 +0000 (13:56 +0100)] 
fix typo

9 years agoupdates meteor package files
zurbchris [Wed, 25 Nov 2015 05:17:04 +0000 (21:17 -0800)] 
updates meteor package files

9 years agoBump to version 6.0.4 v6.0.4
Geoff Kimball [Wed, 25 Nov 2015 02:06:41 +0000 (18:06 -0800)] 
Bump to version 6.0.4

9 years agoMerge pull request #7162 from zurb/ddmenu
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.

9 years agoMerge pull request #7113 from juliancwirko/meteor-package
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

9 years agochanges where background-color was being applied in docs sticky magellan example
zurbchris [Wed, 25 Nov 2015 01:16:55 +0000 (17:16 -0800)] 
changes where background-color was being applied in docs sticky magellan example

9 years agocleans up variable declaration in sticky._unstick and fixes an issue where namespaced...
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

9 years agoadds example forms within dropdown pane, and adds auto focus option/method for dropdo...
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

9 years agofixes an issue where if deeplinking was NOT enabled, the plugin would error on .destroy()
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()

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Wed, 25 Nov 2015 00:35:30 +0000 (16:35 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoadds sticky magellan example to docs page
zurbchris [Wed, 25 Nov 2015 00:34:48 +0000 (16:34 -0800)] 
adds sticky magellan example to docs page

9 years agoAdd no JavaScript fallback to dropdown menu to prevent FOUC
Geoff Kimball [Wed, 25 Nov 2015 00:00:07 +0000 (16:00 -0800)] 
Add no JavaScript fallback to dropdown menu to prevent FOUC

9 years agoAdd default flag to RTL version of button margin variable, fixes #7093
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

9 years agoClarify in breadcrumbs docs that a .current class is not needed by default, closes...
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

9 years agoReplace existing CSS alignment mixins with better-named ones, thanks @HugoGiraudel...
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

9 years agoFix z-index issues with revealed off-canvas menus, and add option to make them fixed...
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

9 years agoSimplify Sass for tooltips
Geoff Kimball [Tue, 24 Nov 2015 22:59:56 +0000 (14:59 -0800)] 
Simplify Sass for tooltips

9 years agoRemove duplicate variable in global settings
Geoff Kimball [Tue, 24 Nov 2015 22:59:47 +0000 (14:59 -0800)] 
Remove duplicate variable in global settings

9 years agoGet drilldown menu working with RTL
Geoff Kimball [Tue, 24 Nov 2015 22:51:34 +0000 (14:51 -0800)] 
Get drilldown menu working with RTL

9 years agoAdd "range" as an alias for Slider, and rename Orbit Slider page to just Orbit
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

9 years agoUpdate closable section of callout docs
Geoff Kimball [Tue, 24 Nov 2015 19:38:34 +0000 (11:38 -0800)] 
Update closable section of callout docs

9 years agoMerge pull request #7167 from colin-marshall/callout-docs-close-link-fix
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

9 years agoMerge pull request #7164 from Renkas/dropdownmenu-border
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

9 years agoMerge pull request #7179 from andycochran/hr
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

9 years agoMerge pull request #7178 from IllusionPerdu/develop
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

9 years agoFix pagination arrow settings not working
Geoff Kimball [Tue, 24 Nov 2015 19:03:06 +0000 (11:03 -0800)] 
Fix pagination arrow settings not working

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Tue, 24 Nov 2015 17:49:49 +0000 (09:49 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoadds data-options method to foundation.core, it's back people
zurbchris [Tue, 24 Nov 2015 17:49:44 +0000 (09:49 -0800)] 
adds data-options method to foundation.core, it's back people

9 years agoAdd default flags to off-canvas Sass variables missing them, fixes #7174
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

9 years agoMerge pull request #7176 from Jedidiah/patch-1
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.

9 years agoremove left and right borders from hr 7179/head
Andy Cochran [Tue, 24 Nov 2015 16:43:34 +0000 (11:43 -0500)] 
remove left and right borders from hr

9 years agoMerge pull request #1 from IllusionPerdu/IllusionPerdu-Optimize-CSS 7178/head
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

9 years agoOptimize 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

9 years agoadd "!default" to _tooltips.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:29:10 +0000 (16:29 +0100)] 
add  "!default" to _tooltips.scss

9 years agoadd "!default" to _table.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:27:34 +0000 (16:27 +0100)] 
add  "!default" to _table.scss

9 years agoadd "!default" to _switch.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:26:59 +0000 (16:26 +0100)] 
add  "!default" to _switch.scss

9 years agoadd "!default" to _reveal.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:25:41 +0000 (16:25 +0100)] 
add  "!default" to _reveal.scss

9 years agoadd "!default" to _off-canvas.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:24:36 +0000 (16:24 +0100)] 
add  "!default" to _off-canvas.scss

9 years agoadd "!default" to _drilldown.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:23:01 +0000 (16:23 +0100)] 
add  "!default" to _drilldown.scss

9 years agoadd "!default" to _callout.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:22:03 +0000 (16:22 +0100)] 
add  "!default" to _callout.scss

9 years agoadd "!default" to _button-group.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:20:53 +0000 (16:20 +0100)] 
add  "!default" to _button-group.scss

9 years agoadd "!default" to _accordion-menu.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:18:58 +0000 (16:18 +0100)] 
add  "!default" to _accordion-menu.scss

9 years agoadd "!default" to _accordion.scss
Sébastien GRAVIER [Tue, 24 Nov 2015 15:18:03 +0000 (16:18 +0100)] 
add  "!default" to _accordion.scss

9 years agoTypo in Accessibility docs. 7176/head
Jedidiah [Tue, 24 Nov 2015 13:43:48 +0000 (13:43 +0000)] 
Typo in Accessibility docs.

s/fine tine/fine tune

9 years agofixed close button link in callout docs 7167/head
colin-marshall [Tue, 24 Nov 2015 04:48:35 +0000 (21:48 -0700)] 
fixed close button link in callout docs

9 years agoSeparate dropdownmenu border from dropdown border 7164/head
Rene Saare [Tue, 24 Nov 2015 02:29:11 +0000 (04:29 +0200)] 
Separate dropdownmenu border from dropdown border

9 years agorenames ddmenu.js -> dropdownMenu.js 7162/head
zurbchris [Tue, 24 Nov 2015 00:27:47 +0000 (16:27 -0800)] 
renames ddmenu.js -> dropdownMenu.js

9 years agoremoves unnecessary console.log
zurbchris [Tue, 24 Nov 2015 00:26:32 +0000 (16:26 -0800)] 
removes unnecessary console.log

9 years agoimproves hover performance and adds additional check for touch in window
zurbchris [Tue, 24 Nov 2015 00:20:00 +0000 (16:20 -0800)] 
improves hover performance and adds additional check for touch in window
;

9 years agoUpdate badge and label docs to clarify icon compatibility
Geoff Kimball [Tue, 24 Nov 2015 00:09:05 +0000 (16:09 -0800)] 
Update badge and label docs to clarify icon compatibility

9 years agoAdd active states to docs menu items
Geoff Kimball [Tue, 24 Nov 2015 00:07:09 +0000 (16:07 -0800)] 
Add active states to docs menu items

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
zurbchris [Mon, 23 Nov 2015 23:31:53 +0000 (15:31 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agofixes #7157 will merge with next patch, thanks!
zurbchris [Mon, 23 Nov 2015 23:31:46 +0000 (15:31 -0800)] 
fixes #7157 will merge with next patch, thanks!

9 years agoadds docs comments to dd menu
zurbchris [Mon, 23 Nov 2015 23:13:20 +0000 (15:13 -0800)] 
adds docs comments to dd menu

9 years agoIn JavaScript docs, correct example data attribute, and remove references to data...
Geoff Kimball [Mon, 23 Nov 2015 23:05:43 +0000 (15:05 -0800)] 
In JavaScript docs, correct example data attribute, and remove references to data-options for now, closes #7120

9 years agoAdd cache-busting to files served by the docs
Geoff Kimball [Mon, 23 Nov 2015 22:18:38 +0000 (14:18 -0800)] 
Add cache-busting to files served by the docs

9 years agoRename hasvalue function to has-value, closes #7132
Geoff Kimball [Mon, 23 Nov 2015 22:16:17 +0000 (14:16 -0800)] 
Rename hasvalue function to has-value, closes #7132

9 years agoFix Sass compile error caused by quotes within quotes
Geoff Kimball [Mon, 23 Nov 2015 22:11:00 +0000 (14:11 -0800)] 
Fix Sass compile error caused by quotes within quotes

9 years agoadds disable mouse outline to ddmenu, adds keyboard handler to ddmenu, improves util...
zurbchris [Mon, 23 Nov 2015 21:49:00 +0000 (13:49 -0800)] 
adds disable mouse outline to ddmenu, adds keyboard handler to ddmenu, improves util.nest functionality.

9 years agosorts out click/hover state issue with ddmenu
zurbchris [Mon, 23 Nov 2015 19:13:31 +0000 (11:13 -0800)] 
sorts out click/hover state issue with ddmenu

9 years agofixes collapse example using old panel class
Rafi [Mon, 23 Nov 2015 18:59:16 +0000 (10:59 -0800)] 
fixes collapse example using old panel class

9 years agoMerge pull request #7133 from HugoGiraudel/feature/use-unitless
Geoff Kimball [Mon, 23 Nov 2015 18:35:39 +0000 (10:35 -0800)] 
Merge pull request #7133 from HugoGiraudel/feature/use-unitless

[RFR] Unit unitless(..) when needed

9 years agoMerge pull request #7102 from davefuentes/patch-1
Geoff Kimball [Mon, 23 Nov 2015 18:33:45 +0000 (10:33 -0800)] 
Merge pull request #7102 from davefuentes/patch-1

Update accessibility.md

9 years agoMerge pull request #7107 from aibrean/patch-1
Geoff Kimball [Mon, 23 Nov 2015 18:32:04 +0000 (10:32 -0800)] 
Merge pull request #7107 from aibrean/patch-1

Remove duplicate global margin

9 years agoMerge pull request #7139 from colin-marshall/util-map-extra-comma-fix
Chris Oyler [Mon, 23 Nov 2015 18:21:39 +0000 (10:21 -0800)] 
Merge pull request #7139 from colin-marshall/util-map-extra-comma-fix

removed extra comma in util-map.json reveal array

9 years agoMerge pull request #7111 from hiloki/fix-navigation-path
Geoff Kimball [Mon, 23 Nov 2015 18:16:57 +0000 (10:16 -0800)] 
Merge pull request #7111 from hiloki/fix-navigation-path

Fix relative url path

9 years agoMerge pull request #7118 from purplespider/patch-1
Geoff Kimball [Mon, 23 Nov 2015 18:14:35 +0000 (10:14 -0800)] 
Merge pull request #7118 from purplespider/patch-1

Changed mention of Foundation "5" to "6".

9 years agoMerge pull request #7119 from purplespider/patch-2
Geoff Kimball [Mon, 23 Nov 2015 18:14:26 +0000 (10:14 -0800)] 
Merge pull request #7119 from purplespider/patch-2

Fixed "Foundatiion" typo

9 years agoMerge branch 'HugoGiraudel-feature/quote-style' into develop
Geoff Kimball [Mon, 23 Nov 2015 18:14:02 +0000 (10:14 -0800)] 
Merge branch 'HugoGiraudel-feature/quote-style' into develop

9 years agoResolve merge conflicts in pull request #7131
Geoff Kimball [Mon, 23 Nov 2015 18:13:17 +0000 (10:13 -0800)] 
Resolve merge conflicts in pull request #7131

9 years agoMerge pull request #7138 from HugoGiraudel/feature/sassdoc-improvements
Geoff Kimball [Mon, 23 Nov 2015 18:10:06 +0000 (10:10 -0800)] 
Merge pull request #7138 from HugoGiraudel/feature/sassdoc-improvements

[RFR] Minor SassDoc improvements

9 years agoMerge pull request #7134 from HugoGiraudel/feature/not-operator
Geoff Kimball [Mon, 23 Nov 2015 18:08:57 +0000 (10:08 -0800)] 
Merge pull request #7134 from HugoGiraudel/feature/not-operator

[RFR] not is an operator, not a function

9 years agoMove .foundation-mq CSS from main Foundation Sass file to _breakpoint.scss
Geoff Kimball [Mon, 23 Nov 2015 17:24:12 +0000 (09:24 -0800)] 
Move .foundation-mq CSS from main Foundation Sass file to _breakpoint.scss

9 years agoRegenerate settings file
Geoff Kimball [Mon, 23 Nov 2015 17:11:53 +0000 (09:11 -0800)] 
Regenerate settings file

9 years agoAdd missing attributes to docs off-canvas examples
Geoff Kimball [Mon, 23 Nov 2015 17:07:35 +0000 (09:07 -0800)] 
Add missing attributes to docs off-canvas examples

9 years agomods ddmenu check for elements that have been clicked
zurbchris [Mon, 23 Nov 2015 05:36:40 +0000 (21:36 -0800)] 
mods ddmenu check for elements that have been clicked

9 years agoremoved extra comma in util-map.json reveal array 7139/head
colin-marshall [Mon, 23 Nov 2015 01:58:28 +0000 (18:58 -0700)] 
removed extra comma in util-map.json reveal array

9 years agoMinor SassDoc improvements 7138/head
Hugo Giraudel [Sun, 22 Nov 2015 23:19:17 +0000 (00:19 +0100)] 
Minor SassDoc improvements

9 years agonot is an operator, not a function 7134/head
Hugo Giraudel [Sun, 22 Nov 2015 22:41:48 +0000 (23:41 +0100)] 
not is an operator, not a function

9 years agoUnit unitless(..) when needed 7133/head
Hugo Giraudel [Sun, 22 Nov 2015 22:40:13 +0000 (23:40 +0100)] 
Unit unitless(..) when needed

9 years agoDo not mix quote styles 7131/head
Hugo Giraudel [Sun, 22 Nov 2015 22:34:00 +0000 (23:34 +0100)] 
Do not mix quote styles