]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
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.
Brett Mason [Wed, 30 Nov 2016 19:47:25 +0000 (19:47 +0000)]
Fix incorrect keyboard nav within methods
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.
Brett Mason [Tue, 29 Nov 2016 20:45:07 +0000 (20:45 +0000)]
Multiple code quality changes based on feedback.
Brett Mason [Tue, 29 Nov 2016 17:05:09 +0000 (17:05 +0000)]
Fix for overlay not transitioning out smoothly.
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.
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.
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.
Brett Mason [Thu, 17 Nov 2016 20:12:34 +0000 (20:12 +0000)]
Add a reveal-for-x visual test.
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.
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.
Brett Mason [Thu, 17 Nov 2016 08:41:44 +0000 (08:41 +0000)]
Add _stopScrolling function to fix iOS issue.
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.
Brett Mason [Tue, 15 Nov 2016 07:53:19 +0000 (07:53 +0000)]
Remove box-shadow transition as its not needed.
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
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.
Brett Mason [Fri, 11 Nov 2016 16:36:19 +0000 (16:36 +0000)]
Remove Foundation.Move function as 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
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
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 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
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)
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 16:38:23 +0000 (09:38 -0700)]
Merge pull request #9323 from andrejborstnik/develop
Equalizer now works for any number of elements.
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
andrej [Wed, 2 Nov 2016 15:37:30 +0000 (16:37 +0100)]
Equalizer now works for any number of elements.
Kevin Ball [Tue, 1 Nov 2016 18:47:57 +0000 (11:47 -0700)]
Fix resize behavior of orbit
Matt Ferderer [Tue, 1 Nov 2016 18:35:06 +0000 (13:35 -0500)]
Moved display to first position.
Matt Ferderer [Tue, 1 Nov 2016 17:47:10 +0000 (12:47 -0500)]
Removed top-bar.scss from docs.scss and deleted 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
Matt Ferderer [Tue, 1 Nov 2016 17:42:14 +0000 (12:42 -0500)]
Adjusted margin on top-bar.scss to match docs
Kevin Ball [Tue, 1 Nov 2016 16:53:56 +0000 (09:53 -0700)]
Merge branch 'phifa-feature-revealappend' into develop
Kevin Ball [Tue, 1 Nov 2016 16:53:41 +0000 (09:53 -0700)]
Fix typo in reveal appendTo pr
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
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
Milos Sakovic [Tue, 1 Nov 2016 16:36:51 +0000 (17:36 +0100)]
Rename _detachEvents method to better describe it's behaviour.
Milos Sakovic [Tue, 1 Nov 2016 16:29:59 +0000 (17:29 +0100)]
Fixed double quotes.
Kevin Ball [Tue, 1 Nov 2016 16:10:50 +0000 (09:10 -0700)]
Fix missing variablename
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
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.
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
Kevin Ball [Mon, 31 Oct 2016 23:02:25 +0000 (16:02 -0700)]
Add documentation
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
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
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
Kevin Ball [Mon, 31 Oct 2016 22:08:58 +0000 (15:08 -0700)]
Merge branch 'develop' into v6.3
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
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
Kevin Ball [Mon, 31 Oct 2016 21:57:18 +0000 (14:57 -0700)]
Update mocha param to ignore image resource errors in js tests
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
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).
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
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