]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Brett Mason [Wed, 16 Nov 2016 10:16:32 +0000 (10:16 +0000)]
Revert "Tidy up styling and correct declaration order"
This reverts commit
55526c00f98621a97bbbcaa4695bcccdcbf1a3aa .
Brett Mason [Wed, 16 Nov 2016 10:13:30 +0000 (10:13 +0000)]
Tidy up styling and correct declaration order
Brett Mason [Wed, 16 Nov 2016 08:29:58 +0000 (08:29 +0000)]
Fix incorrect fallback reveal position. Add box shadow as a pseudo-element (thanks for the idea Kevin!). Rename the off-canvas overlay for better consistency.
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 17:39:07 +0000 (09:39 -0800)]
Clean up has-submenu-toggle on accordion menu destroy
Kevin Ball [Tue, 15 Nov 2016 17:25:07 +0000 (09:25 -0800)]
Merge pull request #9377 from michaellennox/patch-1
[Docs] Match headers for large and small callouts
Kevin Ball [Tue, 15 Nov 2016 16:59:51 +0000 (08:59 -0800)]
Merge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into brettsmason-new-offcanvas
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
Brett Mason [Tue, 15 Nov 2016 14:47:39 +0000 (14:47 +0000)]
Correctly remove the submenu-toggle when the accordion menu is destroyed.
Added 2 visual tests: standard submenu-toggle and a responsive menu accordion to dropdown.
Nicolas Coden [Tue, 15 Nov 2016 12:44:57 +0000 (13:44 +0100)]
Remove useless gulp sass-lint vendor path
Michael Lennox [Tue, 15 Nov 2016 11:56:01 +0000 (11:56 +0000)]
[Docs] Match headers for large and small callouts
Previously the large and small callouts were headed with 'This is a secondary panel' even though it wasn't actually a secondary callout and as a visual description doesn't match the styles used in the coloring section.
This PR modifies the header text in these examples to match the style used in the coloring section and explains the example using the class names ('small callout' and 'large callout') in the same manner as with the coloring section.
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`.
Brett Mason [Tue, 15 Nov 2016 07:53:19 +0000 (07:53 +0000)]
Remove box-shadow transition as its not needed.
Kevin Ball [Tue, 15 Nov 2016 01:26:28 +0000 (17:26 -0800)]
Merge branch 'new-offcanvas' of git://github.com/brettsmason/foundation-sites into brettsmason-new-offcanvas
Kevin Ball [Tue, 15 Nov 2016 01:13:39 +0000 (17:13 -0800)]
Update toggle to bubble up if no target is defined
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
Kevin Ball [Mon, 14 Nov 2016 20:06:45 +0000 (12:06 -0800)]
Merge pull request #9367 from Zearin/patch-1
Minor edits to formatting and phrasing
Brett Mason [Mon, 14 Nov 2016 19:20:16 +0000 (19:20 +0000)]
Correct box shadow description
Brett Mason [Mon, 14 Nov 2016 19:15:33 +0000 (19:15 +0000)]
Correct box-shadow styling. Add option to set a panel as absolute positioned
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
Zearin [Sun, 13 Nov 2016 15:13:05 +0000 (10:13 -0500)]
Minor edits to formatting and phrasing
Jérôme Lebleu [Sat, 12 Nov 2016 15:31:28 +0000 (16:31 +0100)]
Ensure that unstuck classes are set on load
Andy Cochran [Sat, 12 Nov 2016 15:30:50 +0000 (10:30 -0500)]
add block-grid-column so bottom margin matches gutters
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
Brett Mason [Fri, 11 Nov 2016 19:35:48 +0000 (19:35 +0000)]
Fix transition check to run off `[data-off-canvas]`. Sets aria-hidden="false" when an off canvas panel is revealed using `reveal-for-x`. Fixes #8536.
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
Brett Mason [Fri, 11 Nov 2016 16:36:19 +0000 (16:36 +0000)]
Remove Foundation.Move function as its not needed.
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.
Brett Mason [Fri, 11 Nov 2016 07:55:54 +0000 (07:55 +0000)]
Remove will change property
Brett Mason [Fri, 11 Nov 2016 07:55:27 +0000 (07:55 +0000)]
Remove the `will-change` property as it was causing issues with the sticky plugin
Abdullah Salem [Fri, 11 Nov 2016 01:19:25 +0000 (04:19 +0300)]
Added feature on abide to enable validation on blur event
Brett Mason [Thu, 10 Nov 2016 20:35:43 +0000 (20:35 +0000)]
Add missed keyboard etc code
Brett Mason [Thu, 10 Nov 2016 20:22:00 +0000 (20:22 +0000)]
Rewrite of off canvas Sass and JavaScript. Initial commit, still needs tidying up.
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
Kevin Ball [Wed, 9 Nov 2016 23:40:04 +0000 (15:40 -0800)]
Remove accidental whatinput requirement introduced in #9174
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
Brett Mason [Wed, 9 Nov 2016 17:08:18 +0000 (17:08 +0000)]
Restructure Scss file to use the `accordion-menu` class which is already setup to work with the responsive menu plugin.
This allows us to apply a border and/or background to the accordion and submenu toggle to make it work correctly visually.
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