]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
karland [Mon, 28 Nov 2016 20:51:37 +0000 (21:51 +0100)]
Little doc corrections
karland [Thu, 24 Nov 2016 18:16:31 +0000 (19:16 +0100)]
@brettmason's suggestion
karland [Thu, 24 Nov 2016 14:09:09 +0000 (15:09 +0100)]
Re-order
Put `font-size` and `line-height` first.
karland [Thu, 24 Nov 2016 14:04:39 +0000 (15:04 +0100)]
Make it mobile-first
Basically cut out else branches and re-introduce default values for
margin-top and margin-bottom. Update of docs.
karland [Mon, 21 Nov 2016 13:18:19 +0000 (14:18 +0100)]
Little correction in docs
karland [Sun, 20 Nov 2016 03:42:55 +0000 (04:42 +0100)]
Vertical rhythm for headers
Brett Mason [Wed, 16 Nov 2016 20:10:49 +0000 (20:10 +0000)]
Add unitless-calc function, $header-styles map and output those new styles.
Kevin Ball [Wed, 16 Nov 2016 18:14:46 +0000 (10:14 -0800)]
Merge pull request #9382 from ncoden/chore/doiuse
Check browsers support and reorganize Gulp config
Nicolas Coden [Wed, 16 Nov 2016 17:20:53 +0000 (18:20 +0100)]
Fix customizer relative path
Nicolas Coden [Wed, 16 Nov 2016 16:58:15 +0000 (17:58 +0100)]
Reorganize gulp files
Major changes:
- move all config variables from gulp files to `gulp/config.js`
- move gulp task files to `gulp/tasks`
- move `doiuse` gulp task to `gulp/tasks/check.js`
Other changes:
- rename some config variables
Nicolas Coden [Tue, 15 Nov 2016 14:24:06 +0000 (15:24 +0100)]
Add check in gulp of CSS browser incompatibilities
Kevin Ball [Tue, 15 Nov 2016 16:44:05 +0000 (08:44 -0800)]
Merge branch 'refactor/properties-order' of git://github.com/ncoden/foundation-sites into ncoden-refactor/properties-order
Kevin Ball [Tue, 15 Nov 2016 16:39:09 +0000 (08:39 -0800)]
Merge pull request #9374 from ncoden/fix/useless-gulp-sass-vendor-path
Remove useless gulp sass-lint vendor path
Kevin Ball [Tue, 15 Nov 2016 16:37:49 +0000 (08:37 -0800)]
Merge pull request #9373 from ncoden/chore/normalize-scss
Migrate from normalize 4.2 to normalize-scss for 5.0
Nicolas Coden [Tue, 15 Nov 2016 12:44:57 +0000 (13:44 +0100)]
Remove useless gulp sass-lint vendor path
Nicolas Coden [Tue, 15 Nov 2016 09:39:49 +0000 (10:39 +0100)]
Migrate from normalize 4.2 to normalize-scss 5.0
Migrate to `normalize v4.2.0` to `normalize-scss` for `normalize v5.0`.
Remove normalise from `/scss/_global.scss`.
Kevin Ball [Tue, 15 Nov 2016 01:00:19 +0000 (17:00 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Tue, 15 Nov 2016 00:59:59 +0000 (16:59 -0800)]
Merge pull request #8389 from tjhiggins/th_dropdown_parent
[Dropdown] Added parentClass for a dropdown container
Kevin Ball [Tue, 15 Nov 2016 00:33:13 +0000 (16:33 -0800)]
Merge pull request #9324 from zurb/vertical-flex-classes
Flexbox mixins & helper classes for direction, container, …
Kevin Ball [Tue, 15 Nov 2016 00:12:39 +0000 (16:12 -0800)]
Update names and add responsiveness for child classes
Kevin Ball [Tue, 15 Nov 2016 00:02:42 +0000 (16:02 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Tue, 15 Nov 2016 00:02:38 +0000 (16:02 -0800)]
Add reference to responsive menu js in responsive nav docs
Kevin Ball [Mon, 14 Nov 2016 20:54:24 +0000 (12:54 -0800)]
Merge pull request #9369 from simshaun/tabs-aria
Make Tabs' active class names configurable
Shaun Simmons [Mon, 14 Nov 2016 16:29:45 +0000 (11:29 -0500)]
Clean up a few glaring code-style issues
Shaun Simmons [Mon, 14 Nov 2016 16:17:25 +0000 (11:17 -0500)]
Make Tabs' active class names configurable
Shaun Simmons [Mon, 14 Nov 2016 15:52:55 +0000 (10:52 -0500)]
Show/hide tab panels based on aria-hidden attr
Nicolas Coden [Wed, 9 Nov 2016 20:31:36 +0000 (21:31 +0100)]
Fix rebase error
Nicolas Coden [Tue, 8 Nov 2016 23:50:45 +0000 (00:50 +0100)]
Sass lint: fix various unsorted properties
Nicolas Coden [Tue, 8 Nov 2016 23:34:35 +0000 (00:34 +0100)]
Sass lint: sort right and left
Sort properties with `right`/`margin-right`/`padding-right`/(...)
before `left`/`margin-left`/`padding-left`/(...), following the common
CSS order `top, [right], bottom, [left];`.
Nicolas Coden [Tue, 8 Nov 2016 23:21:32 +0000 (00:21 +0100)]
Sass lint: Ignore variables concatenation
Add `ignore-custom-properties` to ignore properties concatenated with
variables.
Nicolas Coden [Tue, 8 Nov 2016 02:55:00 +0000 (03:55 +0100)]
Sass lint: Sort components properties
Sort components properties following the Specific property sort order.
But keep for `position`/`margin`/`padding` `left` before `right` for
now.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 02:07:57 +0000 (03:07 +0100)]
Sass lint: Sort utils properties
Sort utils properties following the Specific property sort order.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 02:01:45 +0000 (03:01 +0100)]
Sass lint: Sort typography properties
Sort typography properties following the Specific property sort order.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 01:36:20 +0000 (02:36 +0100)]
Sass lint: Sort grid properties
Sort grid properties following the Specific property sort order. But keep `margin`/`padding` `-left` before `-right` for now.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 01:35:34 +0000 (02:35 +0100)]
Sass lint: Sort forms properties
Sort form properties following the Specific property sort order.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 00:36:35 +0000 (01:36 +0100)]
Sass lint: Sort global properties
Sort global properties following the Specific property sort order.
See : https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Nicolas Coden [Tue, 8 Nov 2016 00:35:47 +0000 (01:35 +0100)]
Sass lint: Add property-sort-order rule
Add `property-sort-order` Sass lint rule, with the "Specific" sort
order.
See: https://gist.github.com/ncoden/
d42f55df7c7970f548a02cd3468f9c86
Kevin Ball [Fri, 11 Nov 2016 16:41:59 +0000 (08:41 -0800)]
Merge pull request #9356 from zurb/IS8952-pass-content-on-tab-events
modify tabs events to return content area as well as a link
Kevin Ball [Fri, 11 Nov 2016 16:38:45 +0000 (08:38 -0800)]
Merge pull request #9353 from abdullahsalem/fix-tabs-auto-focus-scrolling
Fixed the scrolling behavior when auto-focus is active
Kevin Ball [Fri, 11 Nov 2016 16:36:34 +0000 (08:36 -0800)]
Merge branch 'v6.3' into develop
Kevin Ball [Fri, 11 Nov 2016 16:35:52 +0000 (08:35 -0800)]
Merge pull request #9338 from sujayjaju/develop
Drop menu fix for handling closeOnClickInside
Kevin Ball [Fri, 11 Nov 2016 16:34:34 +0000 (08:34 -0800)]
Merge pull request #9362 from Lindsor/lindsor/bug-9361
Fix bug #9361
Kevin Ball [Fri, 11 Nov 2016 16:31:44 +0000 (08:31 -0800)]
Merge pull request #9360 from abdullahsalem/abide-validation-on-blur-feature
Added feature on abide to enable validation on blur event
marcelopluz@gmail.com [Fri, 11 Nov 2016 15:59:47 +0000 (10:59 -0500)]
Fix bug #9361
The flex grid sets the display of a row that is aslo a column as 'block', remove this declaration since its not needed.
Abdullah Salem [Fri, 11 Nov 2016 01:19:25 +0000 (04:19 +0300)]
Added feature on abide to enable validation on blur event
Colin Marshall [Thu, 10 Nov 2016 19:59:03 +0000 (12:59 -0700)]
Merge pull request #9295 from zurb/IS9291-fix-reveal-race-with-animations
Fix a race condition when reveal is using animations
Kevin Ball [Thu, 10 Nov 2016 19:26:52 +0000 (11:26 -0800)]
modify tabs events to return content area as well as a link
Nicolas Coden [Thu, 10 Nov 2016 09:46:16 +0000 (10:46 +0100)]
Merge pull request #9355 from zurb/IS9309-fix-responsive-gutters
Fix reversed ordering in gutters mixin that broke responsive gutters
Kevin Ball [Thu, 10 Nov 2016 01:21:47 +0000 (17:21 -0800)]
Merge pull request #9296 from zurb/autoprefixer-config
Add ios >= 7 to autoprefixer
Kevin Ball [Thu, 10 Nov 2016 00:45:30 +0000 (16:45 -0800)]
Fix reversed ordering in gutters mixin that broke responsive gutters
Kevin Ball [Thu, 10 Nov 2016 00:02:54 +0000 (16:02 -0800)]
Merge pull request #9298 from karland/patch-1
Bug fixes for sticky
Kevin Ball [Wed, 9 Nov 2016 23:59:31 +0000 (15:59 -0800)]
Merge pull request #9317 from zurb/IS7815-orbit-resize
Fix resize behavior of orbit
Kevin Ball [Wed, 9 Nov 2016 23:58:15 +0000 (15:58 -0800)]
Merge pull request #9280 from zurb/IS8846-slider-fix-initial-start-fill-calc
Is8846 slider fix initial start fill calc
Abdullah Salem [Wed, 9 Nov 2016 23:11:07 +0000 (02:11 +0300)]
Fixed the scrolling behavior when auto-focus is active
Kevin Ball [Wed, 9 Nov 2016 21:37:15 +0000 (13:37 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Wed, 9 Nov 2016 21:36:52 +0000 (13:36 -0800)]
Merge pull request #9351 from ahebrank/v6.3
tabs deeplink event trigger fix
Andy Hebrank [Wed, 9 Nov 2016 21:25:03 +0000 (16:25 -0500)]
tabs deeplink event trigger fix
Colin Marshall [Wed, 9 Nov 2016 18:33:21 +0000 (11:33 -0700)]
Merge pull request #9301 from colin-marshall/sass-lint
Migrate from scss-lint to sass-lint (#7620)
Colin Marshall [Wed, 9 Nov 2016 18:26:58 +0000 (11:26 -0700)]
Removed Ruby references in README
Colin Marshall [Wed, 9 Nov 2016 18:02:43 +0000 (11:02 -0700)]
Added blank space between sass-lint rules
Colin Marshall [Wed, 9 Nov 2016 00:31:36 +0000 (17:31 -0700)]
Remove rvm install script from travis.yml
No longer necessary since we dropped our last ruby dependency when we migrated to sass-lint from scss-lint
Colin Marshall [Sun, 6 Nov 2016 23:23:18 +0000 (16:23 -0700)]
Remove scss-lint.yml and the scss-lint install script
No longer necessary after migrating to sass-lint.
Colin Marshall [Sun, 6 Nov 2016 23:20:09 +0000 (16:20 -0700)]
Added no-vendor-prefixes linter to sass-lint.yml
In scss-lint the VendorPrefix linter was incorrectly titled VendorPrefixes so the rules did not migrate properly to sass-lint.
Colin Marshall [Thu, 27 Oct 2016 06:40:21 +0000 (00:40 -0600)]
Added .sass-lint.yml config file for sass-lint
Colin Marshall [Thu, 27 Oct 2016 06:39:47 +0000 (00:39 -0600)]
Replaced scss-lint with sass-lint in gulp lint and sass tasks
Colin Marshall [Thu, 27 Oct 2016 06:38:26 +0000 (00:38 -0600)]
Removed gulp-scss-lint and added gulp-sass-lint to package.json
Kevin Ball [Tue, 8 Nov 2016 21:09:10 +0000 (13:09 -0800)]
Merge pull request #9335 from ncoden/build/upgrade_node
Upgrade node version
Nicolas Coden [Tue, 8 Nov 2016 20:51:44 +0000 (21:51 +0100)]
Update required node version in README.md
Kevin Ball [Tue, 8 Nov 2016 19:24:38 +0000 (11:24 -0800)]
Merge pull request #9347 from ncoden/fix/button-radius-config-naming-collision
Fix button-radius config naming collision
sujayjaju [Tue, 8 Nov 2016 19:19:13 +0000 (00:49 +0530)]
Fixed syntax error
Kevin Ball [Tue, 8 Nov 2016 18:57:05 +0000 (10:57 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Tue, 8 Nov 2016 18:56:47 +0000 (10:56 -0800)]
Merge pull request #9242 from ahebrank/v6.3
addresses #7652: deep linking for tabs and browser history update
Kevin Ball [Tue, 8 Nov 2016 18:45:45 +0000 (10:45 -0800)]
Merge pull request #9337 from MichaelManhire/IS9336-fix-destroy-tooltip
Fix #9336
Kevin Ball [Tue, 8 Nov 2016 18:01:16 +0000 (10:01 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Tue, 8 Nov 2016 18:01:00 +0000 (10:01 -0800)]
Merge pull request #9288 from abdullahsalem/fix-switch-height-and-width
Changed the switch and paddle dimensions to be fully dynamic.
Kevin Ball [Tue, 8 Nov 2016 17:56:16 +0000 (09:56 -0800)]
Merge pull request #9328 from karland/patch-4
Add Builtin Pattern to Abide docs
Nicolas Coden [Tue, 8 Nov 2016 07:04:31 +0000 (08:04 +0100)]
Merge pull request #9331 from pine3ree/patch-3
reset style for selects inside menu item
Nicolas Coden [Tue, 8 Nov 2016 07:03:11 +0000 (08:03 +0100)]
Merge pull request #9340 from andycochran/rtlaccordionmenu
fix triangle position on RTL Accordion Menu (use -right)
Nicolas Coden [Tue, 8 Nov 2016 06:21:20 +0000 (07:21 +0100)]
Fix button-radius config naming collision
Fix naming collision with `$button-radius` config between Button
component and Form buttons.
Andy Cochran [Mon, 7 Nov 2016 20:53:03 +0000 (15:53 -0500)]
fix triangle position on RTL Accordion Menu (use -right)
sujayjaju [Mon, 7 Nov 2016 14:24:14 +0000 (19:54 +0530)]
Typo fix
sujayjaju [Mon, 7 Nov 2016 14:21:17 +0000 (19:51 +0530)]
Drop menu fix for handling closeOnClickInside
Fixes implementation of #9131 and includes a fix for #9293
Michael Manhire [Mon, 7 Nov 2016 05:14:32 +0000 (21:14 -0800)]
Fix #9336
Correct a typo in removing the .zf-tooltip event handler and remove more tooltip-specific attributes and classes when the tooltip is destroyed
Nicolas Coden [Mon, 7 Nov 2016 00:31:15 +0000 (01:31 +0100)]
Merge pull request #9330 from karland/patch-6
Correct documentation for smart-scale()
Nicolas Coden [Mon, 7 Nov 2016 00:10:58 +0000 (01:10 +0100)]
Upgrade node version
Upgrade node version to v4.0 to prevent future bugs with sass-lint and
others new packages. v0.12 begin to be outdated.
maks feltrin [Sat, 5 Nov 2016 13:35:09 +0000 (14:35 +0100)]
reset style for selects inside menu item
fixes https://github.com/zurb/foundation-sites/issues/9327
Andy Hebrank [Fri, 4 Nov 2016 12:05:28 +0000 (08:05 -0400)]
fix merge conflict
Andy Hebrank [Fri, 4 Nov 2016 11:36:59 +0000 (07:36 -0400)]
change defaults, use replaceState, add a deeplink event, add some documentation
karland [Fri, 4 Nov 2016 11:38:13 +0000 (12:38 +0100)]
Correct documentation for smart-scale()
Abdullah Salem [Fri, 4 Nov 2016 11:31:46 +0000 (14:31 +0300)]
Changed the variable name $paddle-left-active to $paddle-active-offest
karland [Fri, 4 Nov 2016 10:18:08 +0000 (11:18 +0100)]
Further small corrections
karland [Fri, 4 Nov 2016 10:14:12 +0000 (11:14 +0100)]
Small correction
karland [Fri, 4 Nov 2016 10:05:46 +0000 (11:05 +0100)]
Add Builtin Pattern to Abide docs
Kevin Ball [Thu, 3 Nov 2016 21:34:25 +0000 (14:34 -0700)]
Merge pull request #9316 from mattferderer/pr-top-bar-title-docs
Pr top bar title docs
Kevin Ball [Thu, 3 Nov 2016 21:27:43 +0000 (14:27 -0700)]
Merge branch 'v6.3' into develop
Kevin Ball [Thu, 3 Nov 2016 21:27:05 +0000 (14:27 -0700)]
Merge pull request #9215 from brettsmason/cards
New Components - Cards (alternative version)
Brett Mason [Thu, 3 Nov 2016 20:12:20 +0000 (20:12 +0000)]
Re-organise properties to match correct property order standards. Fix Travis error. Finish flexbox styles.
Kevin Ball [Wed, 2 Nov 2016 18:29:38 +0000 (11:29 -0700)]
Merge pull request #9308 from andycochran/input-group-buttons
Force input-group buttons to match input size
Kevin Ball [Wed, 2 Nov 2016 18:02:40 +0000 (11:02 -0700)]
Implement a pass on flexbox helper classes for direction, container, and children
Kevin Ball [Wed, 2 Nov 2016 16:38:23 +0000 (09:38 -0700)]
Merge pull request #9323 from andrejborstnik/develop
Equalizer now works for any number of elements.