]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoUpdated ESLint rules 8182/head
Colin Marshall [Wed, 17 Feb 2016 04:05:33 +0000 (21:05 -0700)] 
Updated ESLint rules

9 years agoRemove jshint
Colin Marshall [Wed, 17 Feb 2016 04:05:03 +0000 (21:05 -0700)] 
Remove jshint

9 years agoUpdated babel-eslint to 5.0.0
Colin Marshall [Wed, 17 Feb 2016 04:01:48 +0000 (21:01 -0700)] 
Updated babel-eslint to 5.0.0

9 years agoUpdates to .eslintrc
Colin Marshall [Tue, 16 Feb 2016 05:08:05 +0000 (22:08 -0700)] 
Updates to .eslintrc

9 years agoAdded eslint
Colin Marshall [Tue, 16 Feb 2016 05:05:55 +0000 (22:05 -0700)] 
Added eslint

9 years agoRegenerate dist files to account for previous commit
Geoff Kimball [Mon, 15 Feb 2016 21:06:46 +0000 (13:06 -0800)] 
Regenerate dist files to account for previous commit

9 years agoMove flex utility class CSS to be last in the cascade
Geoff Kimball [Mon, 15 Feb 2016 21:05:56 +0000 (13:05 -0800)] 
Move flex utility class CSS to be last in the cascade

9 years agoPush deprecation of legacy media query variables to 6.3
Geoff Kimball [Mon, 15 Feb 2016 19:41:23 +0000 (11:41 -0800)] 
Push deprecation of legacy media query variables to 6.3

9 years agoBump to version 6.2.0-rc.1 v6.2.0-rc.1
Geoff Kimball [Mon, 15 Feb 2016 19:37:07 +0000 (11:37 -0800)] 
Bump to version 6.2.0-rc.1

9 years agoIn pagination CSS, use hex values in content properties instead of the characters...
Geoff Kimball [Mon, 15 Feb 2016 19:02:27 +0000 (11:02 -0800)] 
In pagination CSS, use hex values in content properties instead of the characters themselves, closes #8130

9 years agoAdd section to responsive navigation docs explaining how to prevent FOUC, closes...
Geoff Kimball [Mon, 15 Feb 2016 18:42:04 +0000 (10:42 -0800)] 
Add section to responsive navigation docs explaining how to prevent FOUC, closes #7083

9 years agoMerge pull request #8128 from loficode/slider-dual-handle-fix
Geoff Kimball [Mon, 15 Feb 2016 18:12:21 +0000 (10:12 -0800)] 
Merge pull request #8128 from loficode/slider-dual-handle-fix

Slider with dual handles: draw initial fill correctly

9 years agoMerge pull request #8152 from maggo/patch-2
Geoff Kimball [Mon, 15 Feb 2016 17:40:05 +0000 (09:40 -0800)] 
Merge pull request #8152 from maggo/patch-2

Update clearfix mixin with flexbox fix

9 years agoMerge pull request #8162 from karland/develop
Geoff Kimball [Mon, 15 Feb 2016 17:34:43 +0000 (09:34 -0800)] 
Merge pull request #8162 from karland/develop

Fix SASS depreciation warning

9 years agoFix SASS depreciation warning 8162/head
karland [Sun, 14 Feb 2016 20:21:12 +0000 (21:21 +0100)] 
Fix SASS depreciation warning

SASS is generatng the following depreciation warning:

DEPRECATION WARNING on line 25 of
/foundation/components/_visibility.scss:
The result of `0px == 0` will be `false` in future releases of Sass.
Unitless numbers will no longer be equal to the same numbers with units.

This PR fixes the issue

9 years agoUpdate clearfix mixin with flexbox fix 8152/head
Marco Kaul [Fri, 12 Feb 2016 23:21:11 +0000 (00:21 +0100)] 
Update clearfix mixin with flexbox fix

See http://danisadesigner.com/blog/flexbox-clear-fix-pseudo-elements/

Fixes #8148

9 years agoRe-add Reveal positioning logic that was lost in the 6.2 > develop merge, and remove...
Geoff Kimball [Fri, 12 Feb 2016 17:19:14 +0000 (09:19 -0800)] 
Re-add Reveal positioning logic that was lost in the 6.2 > develop merge, and remove $reveal-offset variable, which is not needed because the JS handles positioning

9 years agoSeparate the General section in the docs table of contents into two smaller sections...
Geoff Kimball [Fri, 12 Feb 2016 00:21:36 +0000 (16:21 -0800)] 
Separate the General section in the docs table of contents into two smaller sections, and add more links to the Index page

9 years agoRe-wrap every JavaScript module in an IIFE, but only pass in jQuery, not Foundation
Geoff Kimball [Thu, 11 Feb 2016 22:24:04 +0000 (14:24 -0800)] 
Re-wrap every JavaScript module in an IIFE, but only pass in jQuery, not Foundation

9 years agoRemove check for window.Foundation when registering plugins, and remove UMD definitio...
Geoff Kimball [Thu, 11 Feb 2016 21:50:36 +0000 (13:50 -0800)] 
Remove check for window.Foundation when registering plugins, and remove UMD definitions from plugins, as not every plugin had one and they're undocumented. UMD support won't be landing in 6.2

9 years agoAdd width: 100%; to menu when in flexbox mode, to ensure it's always full-width
Geoff Kimball [Thu, 11 Feb 2016 19:58:21 +0000 (11:58 -0800)] 
Add width: 100%; to menu when in flexbox mode, to ensure it's always full-width

9 years agoProperly apply $keystroke-radius Sass variable to <kbd> elements, closes #8132
Geoff Kimball [Thu, 11 Feb 2016 17:54:21 +0000 (09:54 -0800)] 
Properly apply $keystroke-radius Sass variable to <kbd> elements, closes #8132

9 years agoMerge pull request #8137 from bitbitdecker/patch-1
Geoff Kimball [Thu, 11 Feb 2016 17:52:20 +0000 (09:52 -0800)] 
Merge pull request #8137 from bitbitdecker/patch-1

Fix wrong input type

9 years agoFix tabs not initializing and not showing/hiding properly
Geoff Kimball [Thu, 11 Feb 2016 17:48:47 +0000 (09:48 -0800)] 
Fix tabs not initializing and not showing/hiding properly

9 years agoClean up tabs JavaScript
Geoff Kimball [Thu, 11 Feb 2016 17:40:45 +0000 (09:40 -0800)] 
Clean up tabs JavaScript

9 years agoFix wrong input type 8137/head
bitbitdecker [Thu, 11 Feb 2016 11:57:22 +0000 (12:57 +0100)] 
Fix wrong input type

9 years agoUpdate readme to be more concise
Geoff Kimball [Wed, 10 Feb 2016 23:33:25 +0000 (15:33 -0800)] 
Update readme to be more concise

9 years agoChange .is-active menu class to .active, to avoid overlap with dropdown menu active...
Geoff Kimball [Wed, 10 Feb 2016 22:06:09 +0000 (14:06 -0800)] 
Change .is-active menu class to .active, to avoid overlap with dropdown menu active classes

9 years agoClean up Reveal CSS
Geoff Kimball [Wed, 10 Feb 2016 18:12:27 +0000 (10:12 -0800)] 
Clean up Reveal CSS

9 years agoMerge native slider and slider Sass variables
Geoff Kimball [Wed, 10 Feb 2016 18:09:46 +0000 (10:09 -0800)] 
Merge native slider and slider Sass variables

9 years agoDon't use color variable in util function, as it's imported before the global variabl...
Geoff Kimball [Wed, 10 Feb 2016 18:08:52 +0000 (10:08 -0800)] 
Don't use color variable in util function, as it's imported before the global variables are available

9 years agoAutomatically lint Sass when files change
Geoff Kimball [Wed, 10 Feb 2016 18:03:24 +0000 (10:03 -0800)] 
Automatically lint Sass when files change

9 years agoLint Sass and rename scss-config.yml to have proper name
Geoff Kimball [Wed, 10 Feb 2016 18:00:06 +0000 (10:00 -0800)] 
Lint Sass and rename scss-config.yml to have proper name

9 years agoReplace hardcoded hex colors with global color variables
Geoff Kimball [Wed, 10 Feb 2016 17:44:46 +0000 (09:44 -0800)] 
Replace hardcoded hex colors with global color variables

9 years agoTake start and end options to account when drawing the initial fill. 8128/head
loficode [Wed, 10 Feb 2016 13:43:46 +0000 (15:43 +0200)] 
Take start and end options to account when drawing the initial fill.

9 years agoOrganize images in the docs folder by category
Geoff Kimball [Tue, 9 Feb 2016 19:09:29 +0000 (11:09 -0800)] 
Organize images in the docs folder by category

9 years agoFix input group fields inside of a top bar not being fluid, fixes #7663
Geoff Kimball [Tue, 9 Feb 2016 17:38:35 +0000 (09:38 -0800)] 
Fix input group fields inside of a top bar not being fluid, fixes #7663

9 years agoAdd missing SassDoc @type annotation to $topbar-unstack-breakpoint
Geoff Kimball [Tue, 9 Feb 2016 17:31:48 +0000 (09:31 -0800)] 
Add missing SassDoc @type annotation to $topbar-unstack-breakpoint

9 years agoAdd $topbar-unstack-breakpoint to configure when the top bar switches from mobile...
Geoff Kimball [Tue, 9 Feb 2016 17:31:00 +0000 (09:31 -0800)] 
Add $topbar-unstack-breakpoint to configure when the top bar switches from mobile to desktop view, closes #7502

9 years agoDisable gulp-scss-lint for now as it's causing errors
Geoff Kimball [Tue, 9 Feb 2016 17:30:12 +0000 (09:30 -0800)] 
Disable gulp-scss-lint for now as it's causing errors

9 years agoRemove unused karma config file, and move linting config files to the root folder...
Geoff Kimball [Tue, 9 Feb 2016 17:13:01 +0000 (09:13 -0800)] 
Remove unused karma config file, and move linting config files to the root folder, so IDE linters can find them easier

9 years agoClean up Abide JavaScript
Geoff Kimball [Tue, 9 Feb 2016 17:07:33 +0000 (09:07 -0800)] 
Clean up Abide JavaScript

9 years agoMerge pull request #8119 from pra85/patch-1
Rafi [Tue, 9 Feb 2016 06:48:38 +0000 (22:48 -0800)] 
Merge pull request #8119 from pra85/patch-1

Fix a typo

9 years agoFix a typo 8119/head
Prayag Verma [Tue, 9 Feb 2016 05:14:34 +0000 (10:44 +0530)] 
Fix a typo

`italizie` â†’ `italicize`

9 years agoMerge pull request #8115 from tinnvec/patch-1
Geoff Kimball [Mon, 8 Feb 2016 22:29:14 +0000 (14:29 -0800)] 
Merge pull request #8115 from tinnvec/patch-1

Update tooltip.md

9 years agoFix specificity issue that prevented input group buttons from displaying properly
Geoff Kimball [Mon, 8 Feb 2016 22:23:29 +0000 (14:23 -0800)] 
Fix specificity issue that prevented input group buttons from displaying properly

9 years agoAdd prettier error handling to gulp-babel
Geoff Kimball [Mon, 8 Feb 2016 22:15:53 +0000 (14:15 -0800)] 
Add prettier error handling to gulp-babel

9 years agoFix syntax error in Reveal JavaScript
Geoff Kimball [Mon, 8 Feb 2016 22:15:18 +0000 (14:15 -0800)] 
Fix syntax error in Reveal JavaScript

9 years agoMerge develop into 6.2
Geoff Kimball [Mon, 8 Feb 2016 22:00:42 +0000 (14:00 -0800)] 
Merge develop into 6.2

9 years agoUpdate tooltip.md 8115/head
Alex Hanna [Mon, 8 Feb 2016 19:36:30 +0000 (13:36 -0600)] 
Update tooltip.md

Normalize quotes used with html attributes in tooltip example code

9 years agoChange @import statements in foundation/foundation-flex source Sass files to be relat...
Geoff Kimball [Mon, 8 Feb 2016 17:18:22 +0000 (09:18 -0800)] 
Change @import statements in foundation/foundation-flex source Sass files to be relative paths, so they can be compiled without configuring Sass import paths. Closes #8098

9 years agogoodbye zurb
Chris Oyler [Sat, 6 Feb 2016 00:52:24 +0000 (16:52 -0800)] 
goodbye zurb

9 years agofixes merge conflicts and cleans up dual var declaration 8089/head
Chris Oyler [Sat, 6 Feb 2016 00:06:07 +0000 (16:06 -0800)] 
fixes merge conflicts and cleans up dual var declaration

9 years agofixes #8041, #7977, #7971, #7817, #7723, #7333, #7816
Chris Oyler [Fri, 5 Feb 2016 21:37:28 +0000 (13:37 -0800)] 
fixes #8041, #7977, #7971, #7817, #7723, #7333, #7816

9 years agoremoves new-reveal.js, merges changes into reveal.js
Chris Oyler [Fri, 5 Feb 2016 21:22:57 +0000 (13:22 -0800)] 
removes new-reveal.js, merges changes into reveal.js

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into update-reveal
Chris Oyler [Fri, 5 Feb 2016 20:08:22 +0000 (12:08 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into update-reveal

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Fri, 5 Feb 2016 20:03:48 +0000 (12:03 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

9 years agoupdates / improves documentation for sticky and slider. clarifies events emmited...
Chris Oyler [Fri, 5 Feb 2016 20:03:42 +0000 (12:03 -0800)] 
updates / improves documentation for sticky and slider. clarifies events emmited and better examples for sticky

9 years agoMerge pull request #8093 from michelts/patch-1
Geoff Kimball [Fri, 5 Feb 2016 17:03:11 +0000 (09:03 -0800)] 
Merge pull request #8093 from michelts/patch-1

Typo fix in components/_callout.scss

9 years agoMerge pull request #8091 from monosize/6.2
Geoff Kimball [Fri, 5 Feb 2016 17:02:54 +0000 (09:02 -0800)] 
Merge pull request #8091 from monosize/6.2

topbar feature - set a diffrent background color of all submenus

9 years agoTypo fix in components/_callout.scss 8093/head
Michel Sabchuk [Fri, 5 Feb 2016 13:10:32 +0000 (11:10 -0200)] 
Typo fix in components/_callout.scss

9 years agotopbar feature - set a diffrent background color of all submenus 8091/head
monosize [Fri, 5 Feb 2016 11:22:15 +0000 (12:22 +0100)] 
topbar feature - set a diffrent background color of all submenus
New option to set a different background-color for the submenus of a menu in the topbar.
For example if the topbar-background is transparent.
new var $topbar-background-submenu

9 years agoPrevent .off-canvas-content from margin collapsing, which would reveal the box shadow...
Geoff Kimball [Fri, 5 Feb 2016 00:49:59 +0000 (16:49 -0800)] 
Prevent .off-canvas-content from margin collapsing, which would reveal the box shadow underneath in some cases, fixes #7292

9 years agoFix menu elements with <span>s inside of them being misaligned, fixes #7309
Geoff Kimball [Fri, 5 Feb 2016 00:42:17 +0000 (16:42 -0800)] 
Fix menu elements with <span>s inside of them being misaligned, fixes #7309

9 years agoAdd .is-active class to Menu, closes #8040
Geoff Kimball [Fri, 5 Feb 2016 00:33:19 +0000 (16:33 -0800)] 
Add .is-active class to Menu, closes #8040

9 years agoRemove $menu-expand-max Sass variable, which is not needed because menus use display...
Geoff Kimball [Fri, 5 Feb 2016 00:28:19 +0000 (16:28 -0800)] 
Remove $menu-expand-max Sass variable, which is not needed because menus use display: table-cell; for layout now

9 years agoAdd background-alpha parameter to form-input-error() mixin, so the background-color...
Geoff Kimball [Fri, 5 Feb 2016 00:21:13 +0000 (16:21 -0800)] 
Add background-alpha parameter to form-input-error() mixin, so the background-color can be fully customized, closes #7935

9 years agoMerge pull request #8086 from colin-marshall/ES6-classes
Geoff Kimball [Thu, 4 Feb 2016 21:51:06 +0000 (13:51 -0800)] 
Merge pull request #8086 from colin-marshall/ES6-classes

ES6 classes

9 years agofixes #7806, adds support for multiple targets for data-close, data-open, data-toggle...
Chris Oyler [Thu, 4 Feb 2016 19:57:11 +0000 (11:57 -0800)] 
fixes #7806, adds support for multiple targets for data-close, data-open, data-toggle. Updates docs to show syntax, also updates triggers.js to more es6 syntax... Hurray template strings!!!

9 years agoFixed js formatting, added missing module comments 8086/head
Colin Marshall [Thu, 4 Feb 2016 05:34:41 +0000 (22:34 -0700)] 
Fixed js formatting, added missing module comments

9 years agoConvert dropdown menu to ES6 class
Colin Marshall [Thu, 4 Feb 2016 05:33:39 +0000 (22:33 -0700)] 
Convert dropdown menu to ES6 class

9 years agoConvert slider to ES6 class
Colin Marshall [Thu, 4 Feb 2016 05:33:15 +0000 (22:33 -0700)] 
Convert slider to ES6 class

9 years agoConvert sticky to ES6 class
Colin Marshall [Thu, 4 Feb 2016 05:32:53 +0000 (22:32 -0700)] 
Convert sticky to ES6 class

9 years agoConvert tooltip to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:27:19 +0000 (21:27 -0700)] 
Convert tooltip to ES6 class

9 years agoConvert reveal to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:26:50 +0000 (21:26 -0700)] 
Convert reveal to ES6 class

9 years agoConvert orbit to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:22:43 +0000 (21:22 -0700)] 
Convert orbit to ES6 class

9 years agoConvert offcanvas to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:22:19 +0000 (21:22 -0700)] 
Convert offcanvas to ES6 class

9 years agoConvert magellan to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:21:51 +0000 (21:21 -0700)] 
Convert magellan to ES6 class

9 years agoConvert equalizer to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:20:18 +0000 (21:20 -0700)] 
Convert equalizer to ES6 class

9 years agoConvert dropdown to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:19:50 +0000 (21:19 -0700)] 
Convert dropdown to ES6 class

9 years agoConvert drilldown to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:18:42 +0000 (21:18 -0700)] 
Convert drilldown to ES6 class

9 years agoConvert abide to ES6 class
Colin Marshall [Thu, 4 Feb 2016 04:14:09 +0000 (21:14 -0700)] 
Convert abide to ES6 class

9 years agoConvert responsive toggle to ES6 class
Colin Marshall [Thu, 4 Feb 2016 02:11:47 +0000 (19:11 -0700)] 
Convert responsive toggle to ES6 class

Convert responsive toggle to ES6 class

9 years agoConvert responsive menu to ES6 class
Colin Marshall [Thu, 4 Feb 2016 02:02:59 +0000 (19:02 -0700)] 
Convert responsive menu to ES6 class

9 years agoConvert tabs to ES6 class
Colin Marshall [Thu, 4 Feb 2016 01:50:47 +0000 (18:50 -0700)] 
Convert tabs to ES6 class

9 years agoConvert toggler to ES6 class
Colin Marshall [Thu, 4 Feb 2016 01:41:35 +0000 (18:41 -0700)] 
Convert toggler to ES6 class

9 years agoConvert accordion menu to ES6 class
Colin Marshall [Thu, 4 Feb 2016 01:29:14 +0000 (18:29 -0700)] 
Convert accordion menu to ES6 class

9 years agoConvert accordion to ES6 class
Colin Marshall [Thu, 4 Feb 2016 01:16:33 +0000 (18:16 -0700)] 
Convert accordion to ES6 class

9 years agoAdd data-toggle-focus attribute that triggers Toggler plugins on focus/blur
Geoff Kimball [Wed, 3 Feb 2016 21:02:04 +0000 (13:02 -0800)] 
Add data-toggle-focus attribute that triggers Toggler plugins on focus/blur

9 years agoConvert util.triggers to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:51:17 +0000 (11:51 -0800)] 
Convert util.triggers to ES6

9 years agoConvert util.timerAndImageLoader to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:47:10 +0000 (11:47 -0800)] 
Convert util.timerAndImageLoader to ES6

9 years agoConvert util.nest to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:42:46 +0000 (11:42 -0800)] 
Convert util.nest to ES6

9 years agoConvert util.motion to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:37:36 +0000 (11:37 -0800)] 
Convert util.motion to ES6

9 years agoConvert util.mediaQuery to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:29:42 +0000 (11:29 -0800)] 
Convert util.mediaQuery to ES6

9 years agoConvert util.keyboard to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:25:54 +0000 (11:25 -0800)] 
Convert util.keyboard to ES6

9 years agoConvert util.box to ES6
Geoff Kimball [Wed, 3 Feb 2016 19:12:47 +0000 (11:12 -0800)] 
Convert util.box to ES6

9 years agoConvert Interchange to ES6 class
Geoff Kimball [Wed, 3 Feb 2016 18:57:59 +0000 (10:57 -0800)] 
Convert Interchange to ES6 class

9 years agoSwitch back to UMD because CommonJS doesn't work in our current setup
Geoff Kimball [Wed, 3 Feb 2016 18:57:49 +0000 (10:57 -0800)] 
Switch back to UMD because CommonJS doesn't work in our current setup

9 years agoReplace Babel UMD plugin with CommonJS plugin
Geoff Kimball [Wed, 3 Feb 2016 18:34:40 +0000 (10:34 -0800)] 
Replace Babel UMD plugin with CommonJS plugin

9 years agoRemove $tooltip-pip-offset Sass variable, which wasn't being used, and isn't needed...
Geoff Kimball [Wed, 3 Feb 2016 17:15:02 +0000 (09:15 -0800)] 
Remove $tooltip-pip-offset Sass variable, which wasn't being used, and isn't needed because pips are always horizontally centered, closes #8071