]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoSet the default off canvas panel behaviour to use `position: absolute`to match curren... 9357/head
Brett Mason [Wed, 30 Nov 2016 21:02:34 +0000 (21:02 +0000)] 
Set the default off canvas panel behaviour to use `position: absolute`to match current live behaviour. Added an alternative class of `off-canvas-fixed` to set a menu to be `position: fixed` allowing you to use both types at the same time.

8 years agoFix incorrect keyboard nav within methods
Brett Mason [Wed, 30 Nov 2016 19:47:25 +0000 (19:47 +0000)] 
Fix incorrect keyboard nav within methods

8 years agoAdd a reveal modal visual test to confirm it works with reveal.
Brett Mason [Wed, 30 Nov 2016 08:00:00 +0000 (08:00 +0000)] 
Add a reveal modal visual test to confirm it works with reveal.

8 years agoMultiple code quality changes based on feedback.
Brett Mason [Tue, 29 Nov 2016 20:45:07 +0000 (20:45 +0000)] 
Multiple code quality changes based on feedback.

8 years agoFix for overlay not transitioning out smoothly.
Brett Mason [Tue, 29 Nov 2016 17:05:09 +0000 (17:05 +0000)] 
Fix for overlay not transitioning out smoothly.

8 years agoAdd `contentScroll` option to allow for content scrolling to be enabled/disabled...
Brett Mason [Tue, 29 Nov 2016 16:57:57 +0000 (16:57 +0000)] 
Add `contentScroll` option to allow for content scrolling to be enabled/disabled. Enabled by default.
Visual test updated with this option.

8 years agoRemove position option from the JavaScript as its no longer needed or used.
Brett Mason [Mon, 28 Nov 2016 20:08:01 +0000 (20:08 +0000)] 
Remove position option from the JavaScript as its no longer needed or used.

8 years agoTentatively remove html/body 100% height. Requires cross browser testing, but appears...
Brett Mason [Thu, 17 Nov 2016 20:21:46 +0000 (20:21 +0000)] 
Tentatively remove html/body 100% height. Requires cross browser testing, but appears to work correctly still.

8 years agoAdd a reveal-for-x visual test.
Brett Mason [Thu, 17 Nov 2016 20:12:34 +0000 (20:12 +0000)] 
Add a reveal-for-x visual test.

8 years agoRemove body overflow styling and move to a `off-canvas-wrapper` class. Remove backgro...
Brett Mason [Thu, 17 Nov 2016 20:07:31 +0000 (20:07 +0000)] 
Remove body overflow styling and move to a `off-canvas-wrapper` class. Remove background colour on main content as its no longer needed. Update visual tests.

8 years agoGo back to only offsetting the off-canvas panel by the size rather than 100% - makes...
Brett Mason [Thu, 17 Nov 2016 15:58:54 +0000 (15:58 +0000)] 
Go back to only offsetting the off-canvas panel by the size rather than 100% - makes the animation smoother.

8 years agoAdd _stopScrolling function to fix iOS issue.
Brett Mason [Thu, 17 Nov 2016 08:41:44 +0000 (08:41 +0000)] 
Add _stopScrolling function to fix iOS issue.

8 years agoFix incorrect fallback reveal position. Add box shadow as a pseudo-element (thanks...
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.

8 years agoRemove box-shadow transition as its not needed.
Brett Mason [Tue, 15 Nov 2016 07:53:19 +0000 (07:53 +0000)] 
Remove box-shadow transition as its not needed.

8 years agoCorrect box shadow description
Brett Mason [Mon, 14 Nov 2016 19:20:16 +0000 (19:20 +0000)] 
Correct box shadow description

8 years agoCorrect box-shadow styling. Add option to set a panel as absolute positioned
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

8 years agoFix transition check to run off `[data-off-canvas]`. Sets aria-hidden="false" when...
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.

8 years agoRemove Foundation.Move function as its not needed.
Brett Mason [Fri, 11 Nov 2016 16:36:19 +0000 (16:36 +0000)] 
Remove Foundation.Move function as its not needed.

8 years agoRemove will change property
Brett Mason [Fri, 11 Nov 2016 07:55:54 +0000 (07:55 +0000)] 
Remove will change property

8 years agoRemove the `will-change` property as it was causing issues with the sticky plugin
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

8 years agoAdd missed keyboard etc code
Brett Mason [Thu, 10 Nov 2016 20:35:43 +0000 (20:35 +0000)] 
Add missed keyboard etc code

8 years agoRewrite of off canvas Sass and JavaScript. Initial commit, still needs tidying up.
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.

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 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 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 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)

8 years agoFix #9336 9337/head
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

8 years agoMerge pull request #9330 from karland/patch-6
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()

8 years agoUpgrade node version
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.

8 years agoreset style for selects inside menu item 9331/head
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

8 years agofix merge conflict 9242/head
Andy Hebrank [Fri, 4 Nov 2016 12:05:28 +0000 (08:05 -0400)] 
fix merge conflict

8 years agochange defaults, use replaceState, add a deeplink event, add some documentation
Andy Hebrank [Fri, 4 Nov 2016 11:36:59 +0000 (07:36 -0400)] 
change defaults, use replaceState, add a deeplink event, add some documentation

8 years agoCorrect documentation for smart-scale() 9330/head
karland [Fri, 4 Nov 2016 11:38:13 +0000 (12:38 +0100)] 
Correct documentation for smart-scale()

8 years agoChanged the variable name $paddle-left-active to $paddle-active-offest 9288/head
Abdullah Salem [Fri, 4 Nov 2016 11:31:46 +0000 (14:31 +0300)] 
Changed the variable name $paddle-left-active to $paddle-active-offest

8 years agoFurther small corrections 9328/head
karland [Fri, 4 Nov 2016 10:18:08 +0000 (11:18 +0100)] 
Further small corrections

8 years agoSmall correction
karland [Fri, 4 Nov 2016 10:14:12 +0000 (11:14 +0100)] 
Small correction

8 years agoAdd Builtin Pattern to Abide docs
karland [Fri, 4 Nov 2016 10:05:46 +0000 (11:05 +0100)] 
Add Builtin Pattern to Abide docs

8 years agoMerge pull request #9316 from mattferderer/pr-top-bar-title-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

8 years agoMerge branch 'v6.3' into develop
Kevin Ball [Thu, 3 Nov 2016 21:27:43 +0000 (14:27 -0700)] 
Merge branch 'v6.3' into develop

8 years agoMerge pull request #9215 from brettsmason/cards
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)

8 years agoRe-organise properties to match correct property order standards. Fix Travis error... 9215/head
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.

8 years agoMerge pull request #9308 from andycochran/input-group-buttons
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

8 years agoMerge pull request #9323 from andrejborstnik/develop
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.

8 years agoMerge pull request #9283 from zurb/sethkane-v6.3
Kevin Ball [Wed, 2 Nov 2016 16:34:58 +0000 (09:34 -0700)] 
Merge pull request #9283 from zurb/sethkane-v6.3

Cleaned history version of #9033 for #8680

8 years agoEqualizer now works for any number of elements. 9323/head
andrej [Wed, 2 Nov 2016 15:37:30 +0000 (16:37 +0100)] 
Equalizer now works for any number of elements.

8 years agoFix resize behavior of orbit 9317/head
Kevin Ball [Tue, 1 Nov 2016 18:47:57 +0000 (11:47 -0700)] 
Fix resize behavior of orbit

8 years agoMoved display to first position. 9316/head
Matt Ferderer [Tue, 1 Nov 2016 18:35:06 +0000 (13:35 -0500)] 
Moved display to first position.

8 years agoRemoved top-bar.scss from docs.scss and deleted file.
Matt Ferderer [Tue, 1 Nov 2016 17:47:10 +0000 (12:47 -0500)] 
Removed top-bar.scss from docs.scss and deleted file.

8 years agoFixed topbar-title-spacing to match new setting in topbar-title.scss file
Matt Ferderer [Tue, 1 Nov 2016 17:44:55 +0000 (12:44 -0500)] 
Fixed topbar-title-spacing to match new setting in topbar-title.scss file

8 years agoAdjusted margin on top-bar.scss to match docs
Matt Ferderer [Tue, 1 Nov 2016 17:42:14 +0000 (12:42 -0500)] 
Adjusted margin on top-bar.scss to match docs

8 years agoMerge branch 'phifa-feature-revealappend' into develop
Kevin Ball [Tue, 1 Nov 2016 16:53:56 +0000 (09:53 -0700)] 
Merge branch 'phifa-feature-revealappend' into develop

8 years agoFix typo in reveal appendTo pr
Kevin Ball [Tue, 1 Nov 2016 16:53:41 +0000 (09:53 -0700)] 
Fix typo in reveal appendTo pr

8 years agoMerge branch 'feature-revealappend' of git://github.com/phifa/foundation-sites into...
Kevin Ball [Tue, 1 Nov 2016 16:52:56 +0000 (09:52 -0700)] 
Merge branch 'feature-revealappend' of git://github.com/phifa/foundation-sites into phifa-feature-revealappend

8 years agoMerge pull request #9278 from milose/orbit-fix-reinit
Kevin Ball [Tue, 1 Nov 2016 16:47:17 +0000 (09:47 -0700)] 
Merge pull request #9278 from milose/orbit-fix-reinit

[Orbit] Detach events on reInit

8 years agoRename _detachEvents method to better describe it's behaviour. 9278/head
Milos Sakovic [Tue, 1 Nov 2016 16:36:51 +0000 (17:36 +0100)] 
Rename _detachEvents method to better describe it's behaviour.

8 years agoFixed double quotes.
Milos Sakovic [Tue, 1 Nov 2016 16:29:59 +0000 (17:29 +0100)] 
Fixed double quotes.

8 years agoFix missing variablename
Kevin Ball [Tue, 1 Nov 2016 16:10:50 +0000 (09:10 -0700)] 
Fix missing variablename

8 years agoMerge branch 'coreysyms-feature-mutation-trigger' of git://github.com/coreysyms/found...
Kevin Ball [Tue, 1 Nov 2016 15:57:20 +0000 (08:57 -0700)] 
Merge branch 'coreysyms-feature-mutation-trigger' of git://github.com/coreysyms/foundation-sites into develop

8 years agoJust a quick IE9 IE10 wrap 9126/head
Corey Snyder [Tue, 1 Nov 2016 14:36:40 +0000 (10:36 -0400)] 
Just a quick IE9 IE10 wrap

so no errors are thrown to the console, also, no need for a timer on mutate, it is only fired once.

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Mon, 31 Oct 2016 23:36:45 +0000 (16:36 -0700)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

8 years agoAdd documentation
Kevin Ball [Mon, 31 Oct 2016 23:02:25 +0000 (16:02 -0700)] 
Add documentation

8 years agoMerge branch 'v6.3-responsiveAccordionTabs' of git://github.com/designerno1/foundatio...
Kevin Ball [Mon, 31 Oct 2016 22:55:49 +0000 (15:55 -0700)] 
Merge branch 'v6.3-responsiveAccordionTabs' of git://github.com/designerno1/foundation-sites into designerno1-v6.3-responsiveAccordionTabs

8 years agoMerge pull request #9090 from pine3ree/patch-6
Kevin Ball [Mon, 31 Oct 2016 22:39:30 +0000 (15:39 -0700)] 
Merge pull request #9090 from pine3ree/patch-6

vertically center left-right dropdown arrows

8 years agoMerge pull request #9312 from andycochran/important
Kevin Ball [Mon, 31 Oct 2016 22:26:47 +0000 (15:26 -0700)] 
Merge pull request #9312 from andycochran/important

Nix !important in drilldown, note components using !important

8 years agoMerge branch 'develop' into v6.3
Kevin Ball [Mon, 31 Oct 2016 22:08:58 +0000 (15:08 -0700)] 
Merge branch 'develop' into v6.3

8 years agoMerge pull request #9078 from abdullahsalem/fix-deploy-dist-tasks
Kevin Ball [Mon, 31 Oct 2016 22:08:34 +0000 (15:08 -0700)] 
Merge pull request #9078 from abdullahsalem/fix-deploy-dist-tasks

Fixed deploy:dist and deploy:plugins tasks

8 years agoMerge pull request #9299 from whatcould/patch-1
Kevin Ball [Mon, 31 Oct 2016 22:05:42 +0000 (15:05 -0700)] 
Merge pull request #9299 from whatcould/patch-1

Reveal modal example uses confusing response

8 years agoUpdate mocha param to ignore image resource errors in js tests
Kevin Ball [Mon, 31 Oct 2016 21:57:18 +0000 (14:57 -0700)] 
Update mocha param to ignore image resource errors in js tests

8 years agoMerge branch 'interchange-tests' of git://github.com/Owlbertz/foundation into Owlbert...
Kevin Ball [Mon, 31 Oct 2016 21:56:04 +0000 (14:56 -0700)] 
Merge branch 'interchange-tests' of git://github.com/Owlbertz/foundation into Owlbertz-interchange-tests

8 years agoMerge pull request #9275 from Owlbertz/abide-password-validation-fix
Kevin Ball [Mon, 31 Oct 2016 21:39:53 +0000 (14:39 -0700)] 
Merge pull request #9275 from Owlbertz/abide-password-validation-fix

Make Abide also re-validate dependent fields (with equalto).

8 years agoMerge pull request #9267 from pine3ree/patch-1
Kevin Ball [Mon, 31 Oct 2016 21:37:48 +0000 (14:37 -0700)] 
Merge pull request #9267 from pine3ree/patch-1

add a clearer doc-block comment to $pagination-mobile-current-item

8 years agoMerge pull request #9243 from rawiki/develop
Kevin Ball [Mon, 31 Oct 2016 21:36:34 +0000 (14:36 -0700)] 
Merge pull request #9243 from rawiki/develop

Magellan issue #7308 - deep linking support