]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoMerge branch 'develop' into v6.3 9386/head
Kevin Ball [Fri, 18 Nov 2016 01:31:51 +0000 (17:31 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9315 from murb/feature-slider-log-and-pow-transforms2
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

8 years agoMerge pull request #9379 from zurb/add-mutation-observers-to-sliders
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

8 years agoMerge pull request #9384 from ncoden/chore/travis-ci-badge
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

8 years agoMerge pull request #9364 from ncoden/chore/lint
Kevin Ball [Wed, 16 Nov 2016 23:17:31 +0000 (15:17 -0800)] 
Merge pull request #9364 from ncoden/chore/lint

Fix lint problems

8 years agoAdd the Travis-ci badge in README.md 9384/head
Nicolas Coden [Wed, 16 Nov 2016 17:27:29 +0000 (18:27 +0100)] 
Add the Travis-ci badge in README.md

8 years agoMerge pull request #9383 from ncoden/chore/check-outdated-dependencies
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

8 years agoAdd example to docs explaining reflow 9379/head
Kevin Ball [Wed, 16 Nov 2016 18:33:44 +0000 (10:33 -0800)] 
Add example to docs explaining reflow

8 years agoAdd fallback position to slider when it is hidden
Kevin Ball [Wed, 16 Nov 2016 18:28:52 +0000 (10:28 -0800)] 
Add fallback position to slider when it is hidden

8 years agoRemove mutation observer on slider based on conversation in #9379
Kevin Ball [Wed, 16 Nov 2016 18:21:32 +0000 (10:21 -0800)] 
Remove mutation observer on slider based on conversation in #9379

8 years agoMerge pull request #9382 from ncoden/chore/doiuse
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

8 years agoAdd david-dm badges in README.md 9383/head
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.

8 years agoAdd check in gulp for 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

8 years agoFix customizer relative path 9382/head
Nicolas Coden [Wed, 16 Nov 2016 17:20:53 +0000 (18:20 +0100)] 
Fix customizer relative path

8 years agoReorganize gulp files
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

8 years agoAdd check in gulp of CSS browser incompatibilities
Nicolas Coden [Tue, 15 Nov 2016 14:24:06 +0000 (15:24 +0100)] 
Add check in gulp of CSS browser incompatibilities

8 years agoAdd reflow wrapper for slider
Kevin Ball [Wed, 16 Nov 2016 00:21:27 +0000 (16:21 -0800)] 
Add reflow wrapper for slider

8 years agoSlightly refactor slider and add mutation observer
Kevin Ball [Tue, 15 Nov 2016 23:54:50 +0000 (15:54 -0800)] 
Slightly refactor slider and add mutation observer

8 years agoRemove some commented out code
Kevin Ball [Tue, 15 Nov 2016 22:56:37 +0000 (14:56 -0800)] 
Remove some commented out code

8 years agoSass lint: fix various lint errors 9364/head
Nicolas Coden [Tue, 15 Nov 2016 18:12:00 +0000 (19:12 +0100)] 
Sass lint: fix various lint errors

8 years agoSass lint: fix various properties sort order
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

8 years agoSass lint: replace scss-lint disable comments
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

8 years agoSass lint: add missing empty lines and fix indentation
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

8 years agoSass lint: remove useless vendor prefixes
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.

8 years agoSass lint: use "stroustrup" as brace style convention
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

8 years agoSass lint: `0` convention for no border
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;`

8 years agoSass lint: add missing leading-zero
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

8 years agoUpdate sass-lint to 1.3.2
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

8 years agoLint: remove EOL spaces
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

8 years agoMerge branch 'refactor/properties-order' of git://github.com/ncoden/foundation-sites...
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

8 years agoMerge pull request #9374 from ncoden/fix/useless-gulp-sass-vendor-path
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

8 years agoMerge pull request #9373 from ncoden/chore/normalize-scss
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

8 years agoRemove useless gulp sass-lint vendor path 9374/head
Nicolas Coden [Tue, 15 Nov 2016 12:44:57 +0000 (13:44 +0100)] 
Remove useless gulp sass-lint vendor path

8 years agoMigrate from normalize 4.2 to normalize-scss 5.0 9373/head
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`.

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Tue, 15 Nov 2016 01:00:19 +0000 (17:00 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #8389 from tjhiggins/th_dropdown_parent
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

8 years agoMerge pull request #9324 from zurb/vertical-flex-classes
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, …

8 years agoUpdate names and add responsiveness for child classes 9324/head
Kevin Ball [Tue, 15 Nov 2016 00:12:39 +0000 (16:12 -0800)] 
Update names and add responsiveness for child classes

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
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

8 years agoAdd reference to responsive menu js in responsive nav docs
Kevin Ball [Tue, 15 Nov 2016 00:02:38 +0000 (16:02 -0800)] 
Add reference to responsive menu js in responsive nav docs

8 years agoMerge pull request #9369 from simshaun/tabs-aria
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

8 years agofixed doc, now also mentions 5 as the default value 9315/head
Maarten Brouwers [Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)] 
fixed doc, now also mentions 5 as the default value

8 years agoClean up a few glaring code-style issues 9369/head
Shaun Simmons [Mon, 14 Nov 2016 16:29:45 +0000 (11:29 -0500)] 
Clean up a few glaring code-style issues

8 years agoMake Tabs' active class names configurable
Shaun Simmons [Mon, 14 Nov 2016 16:17:25 +0000 (11:17 -0500)] 
Make Tabs' active class names configurable

8 years agoShow/hide tab panels based on aria-hidden attr
Shaun Simmons [Mon, 14 Nov 2016 15:52:55 +0000 (10:52 -0500)] 
Show/hide tab panels based on aria-hidden attr

8 years agoFix rebase error 9333/head
Nicolas Coden [Wed, 9 Nov 2016 20:31:36 +0000 (21:31 +0100)] 
Fix rebase error

8 years agoSass lint: fix various unsorted properties
Nicolas Coden [Tue, 8 Nov 2016 23:50:45 +0000 (00:50 +0100)] 
Sass lint: fix various unsorted properties

8 years agoSass lint: sort right and left
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];`.

8 years agoSass lint: Ignore variables concatenation
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.

8 years agoSass lint: Sort components properties
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

8 years agoSass lint: Sort utils properties
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

8 years agoSass lint: Sort typography properties
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

8 years agoSass lint: Sort grid properties
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

8 years agoSass lint: Sort forms properties
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

8 years agoSass lint: Sort global properties
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

8 years agoSass lint: Add property-sort-order rule
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

8 years agoadded an example to the docs
Maarten Brouwers [Sat, 12 Nov 2016 14:49:01 +0000 (15:49 +0100)] 
added an example to the docs

8 years agoMerge pull request #9356 from zurb/IS8952-pass-content-on-tab-events
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

8 years agoMerge pull request #9353 from abdullahsalem/fix-tabs-auto-focus-scrolling
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

8 years agoMerge branch 'v6.3' into develop
Kevin Ball [Fri, 11 Nov 2016 16:36:34 +0000 (08:36 -0800)] 
Merge branch 'v6.3' into develop

8 years agoMerge pull request #9338 from sujayjaju/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

8 years agoMerge pull request #9362 from Lindsor/lindsor/bug-9361
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

8 years agoMerge pull request #9360 from abdullahsalem/abide-validation-on-blur-feature
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

8 years agoFix bug #9361 9362/head
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.

8 years agoAdded feature on abide to enable validation on blur event 9360/head
Abdullah Salem [Fri, 11 Nov 2016 01:19:25 +0000 (04:19 +0300)] 
Added feature on abide to enable validation on blur event

8 years agoMerge pull request #9295 from zurb/IS9291-fix-reveal-race-with-animations
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

8 years agomodify tabs events to return content area as well as a link 9356/head
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

8 years agoMerge pull request #9355 from zurb/IS9309-fix-responsive-gutters
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

8 years agoMerge pull request #9296 from zurb/autoprefixer-config
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

8 years agoFix reversed ordering in gutters mixin that broke responsive gutters 9355/head
Kevin Ball [Thu, 10 Nov 2016 00:45:30 +0000 (16:45 -0800)] 
Fix reversed ordering in gutters mixin that broke responsive gutters

8 years agoMerge pull request #9298 from karland/patch-1
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

8 years agoMerge pull request #9317 from zurb/IS7815-orbit-resize
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

8 years agoMerge pull request #9280 from zurb/IS8846-slider-fix-initial-start-fill-calc
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

8 years agoFixed the scrolling behavior when auto-focus is active 9353/head
Abdullah Salem [Wed, 9 Nov 2016 23:11:07 +0000 (02:11 +0300)] 
Fixed the scrolling behavior when auto-focus is active

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Wed, 9 Nov 2016 21:37:15 +0000 (13:37 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9351 from ahebrank/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

8 years agotabs deeplink event trigger fix 9351/head
Andy Hebrank [Wed, 9 Nov 2016 21:25:03 +0000 (16:25 -0500)] 
tabs deeplink event trigger fix

8 years agoMerge pull request #9301 from colin-marshall/sass-lint
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)

8 years agoRemoved Ruby references in README 9301/head
Colin Marshall [Wed, 9 Nov 2016 18:26:58 +0000 (11:26 -0700)] 
Removed Ruby references in README

8 years agoAdded blank space between sass-lint rules
Colin Marshall [Wed, 9 Nov 2016 18:02:43 +0000 (11:02 -0700)] 
Added blank space between sass-lint rules

8 years agoRemove rvm install script from travis.yml
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

8 years agoRemove scss-lint.yml and the scss-lint install script
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.

8 years agoAdded no-vendor-prefixes linter to sass-lint.yml
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.

8 years agoAdded .sass-lint.yml config file for sass-lint
Colin Marshall [Thu, 27 Oct 2016 06:40:21 +0000 (00:40 -0600)] 
Added .sass-lint.yml config file for sass-lint

8 years agoReplaced scss-lint with sass-lint in gulp lint and sass tasks
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

8 years agoRemoved gulp-scss-lint and added gulp-sass-lint to package.json
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

8 years agoMerge pull request #9335 from ncoden/build/upgrade_node
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

8 years agoUpdate required node version in README.md 9335/head
Nicolas Coden [Tue, 8 Nov 2016 20:51:44 +0000 (21:51 +0100)] 
Update required node version in README.md

8 years agoMerge pull request #9347 from ncoden/fix/button-radius-config-naming-collision
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

8 years agoFixed syntax error 9338/head
sujayjaju [Tue, 8 Nov 2016 19:19:13 +0000 (00:49 +0530)] 
Fixed syntax error

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Tue, 8 Nov 2016 18:57:05 +0000 (10:57 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9242 from ahebrank/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

8 years agoMerge pull request #9337 from MichaelManhire/IS9336-fix-destroy-tooltip
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

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Tue, 8 Nov 2016 18:01:16 +0000 (10:01 -0800)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9288 from abdullahsalem/fix-switch-height-and-width
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.

8 years agoMerge pull request #9328 from karland/patch-4
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

8 years agoMerge pull request #9331 from pine3ree/patch-3
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

8 years agoMerge pull request #9340 from andycochran/rtlaccordionmenu
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)

8 years agoFix button-radius config naming collision 9347/head
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.

8 years agofix triangle position on RTL Accordion Menu (use -right) 9340/head
Andy Cochran [Mon, 7 Nov 2016 20:53:03 +0000 (15:53 -0500)] 
fix triangle position on RTL Accordion Menu (use -right)