]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
webdevan [Tue, 22 Nov 2016 19:55:24 +0000 (21:55 +0200)]
Only remove #modalId from the url on close
Fixes #8908 - Made URL retain query string on close of deep-linked modal
Kevin Ball [Mon, 21 Nov 2016 17:01:43 +0000 (09:01 -0800)]
Merge pull request #9398 from ncoden/fix/doiuse-compatibility
Fix gulp browser support check
Nicolas Coden [Mon, 21 Nov 2016 14:22:36 +0000 (15:22 +0100)]
Fix gulp browser support check
Fix bug introduced in https://github.com/zurb/foundation-sites/pull/9382
Nicolas Coden [Mon, 21 Nov 2016 13:05:43 +0000 (14:05 +0100)]
Merge pull request #9393 from webdevan/patch-2
Make invalid inputs opaque
webdevan [Fri, 18 Nov 2016 21:57:38 +0000 (23:57 +0200)]
Make invalid inputs opaque
And changed placeholder text color to contrast better
Kevin Ball [Fri, 18 Nov 2016 01:31:51 +0000 (17:31 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Fri, 18 Nov 2016 01:31:08 +0000 (17:31 -0800)]
Merge pull request #9315 from murb/feature-slider-log-and-pow-transforms2
Adds pow and log transforms to the Slider component
Kevin Ball [Wed, 16 Nov 2016 23:26:46 +0000 (15:26 -0800)]
Merge pull request #9379 from zurb/add-mutation-observers-to-sliders
Refactor slider and provide handle position fallback for hidden sliders
Kevin Ball [Wed, 16 Nov 2016 23:19:48 +0000 (15:19 -0800)]
Merge pull request #9384 from ncoden/chore/travis-ci-badge
Add the Travis-ci badge in README.md
Kevin Ball [Wed, 16 Nov 2016 23:17:31 +0000 (15:17 -0800)]
Merge pull request #9364 from ncoden/chore/lint
Fix lint problems
Nicolas Coden [Wed, 16 Nov 2016 17:27:29 +0000 (18:27 +0100)]
Add the Travis-ci badge in README.md
Kevin Ball [Wed, 16 Nov 2016 23:08:01 +0000 (15:08 -0800)]
Merge pull request #9383 from ncoden/chore/check-outdated-dependencies
Check outdated dependencies
Kevin Ball [Wed, 16 Nov 2016 18:33:44 +0000 (10:33 -0800)]
Add example to docs explaining reflow
Kevin Ball [Wed, 16 Nov 2016 18:28:52 +0000 (10:28 -0800)]
Add fallback position to slider when it is hidden
Kevin Ball [Wed, 16 Nov 2016 18:21:32 +0000 (10:21 -0800)]
Remove mutation observer on slider based on conversation in #9379
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 16:33:08 +0000 (17:33 +0100)]
Add david-dm badges in README.md
Add david-dm.org badges in README.md to check outdated dependencies.
Nicolas Coden [Wed, 16 Nov 2016 16:21:25 +0000 (17:21 +0100)]
Add check in gulp for outdated dependencies
Add `gulp-check-deps` in gulp to check outdated dependencies
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 [Wed, 16 Nov 2016 00:21:27 +0000 (16:21 -0800)]
Add reflow wrapper for slider
Kevin Ball [Tue, 15 Nov 2016 23:54:50 +0000 (15:54 -0800)]
Slightly refactor slider and add mutation observer
Kevin Ball [Tue, 15 Nov 2016 22:56:37 +0000 (14:56 -0800)]
Remove some commented out code
Nicolas Coden [Tue, 15 Nov 2016 18:12:00 +0000 (19:12 +0100)]
Sass lint: fix various lint errors
Nicolas Coden [Tue, 15 Nov 2016 18:08:50 +0000 (19:08 +0100)]
Sass lint: fix various properties sort order
See: https://github.com/zurb/foundation-sites/pull/9333
Nicolas Coden [Tue, 15 Nov 2016 18:08:21 +0000 (19:08 +0100)]
Sass lint: replace scss-lint disable comments
- Replace `scss-lint` disable comments with the `sass-lint` ones
- Remove `scss-lint` disable comments when they are useless or not
supported
Nicolas Coden [Tue, 15 Nov 2016 17:49:16 +0000 (18:49 +0100)]
Sass lint: add missing empty lines and fix indentation
- Add missing empty lines after declaration blocks
- Fix bad indentation.
Note: `sass-lint` still wrongly throw indentation warnings.
See
https://github.com/sasstools/sass-lint/issues?utf8=%E2%9C%93&q=is%3Aissu
e%20is%3Aopen%20indentation
Nicolas Coden [Tue, 15 Nov 2016 17:43:42 +0000 (18:43 +0100)]
Sass lint: remove useless vendor prefixes
- Remove the vendor prefixes that are automatically added by
`autoprefixer` for all browsers.
- Disable `sass-lint` when a vendor prefix is required by one
particular browser.
Nicolas Coden [Tue, 15 Nov 2016 17:37:40 +0000 (18:37 +0100)]
Sass lint: use "stroustrup" as brace style convention
Sass lint: use "stroustrup" instead of "1TBS" as brace style convention.
See: https://en.wikipedia.org/wiki/Indent_style
Pros:
- Easily add or remove lines within a `@if`/`@else if`/`@else` block,
without having to rearrange the braces.
- Able to add comments that describe a condition (`@if (...)`, `@else
if (...)` or `@else`) or the whole conditional block.
- Clearly separate the different parts of the conditional block.
Cons:
- Not commonly used
Nicolas Coden [Tue, 15 Nov 2016 17:31:34 +0000 (18:31 +0100)]
Sass lint: `0` convention for no border
Use `border: 0;` instead of `border: zero;` to disable border.
See :
https://stackoverflow.com/questions/
2922909 /should-i-use-border-none-or-
border-0
Pros:
- More concise
- Used a lot
Cons:
- X
Other convention: `border: none;`
Nicolas Coden [Tue, 15 Nov 2016 17:26:51 +0000 (18:26 +0100)]
Sass lint: add missing leading-zero
Use a leading zero for numbers.
Pro:
- css-guidelines
(https://github.com/chris-pearce/css-guidelines#formatting)
- a mathemacial point of view (http://hey.georgie.nu/leadingzero/).
Cons:
- Codestyle.co (http://codestyle.co/Guidelines/css#Syntax)
- Less concise
Nicolas Coden [Tue, 15 Nov 2016 16:46:29 +0000 (17:46 +0100)]
Update sass-lint to 1.3.2
Update sass-lint to 1.3.2 to avoid a lot of fixed bugs, like
unreconized interpolation
Nicolas Coden [Sat, 12 Nov 2016 15:13:06 +0000 (16:13 +0100)]
Lint: remove EOL spaces
Remove spaces where they are at the end of a line
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
Maarten Brouwers [Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)]
fixed doc, now also mentions 5 as the default value
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
Maarten Brouwers [Sat, 12 Nov 2016 14:49:01 +0000 (15:49 +0100)]
added an example to the docs
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.