]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Nicolas Coden [Fri, 30 Dec 2016 16:10:46 +0000 (17:10 +0100)]
Fix flex-grid-column gutters docs
Rafi [Fri, 23 Dec 2016 17:05:12 +0000 (09:05 -0800)]
Merge pull request #9552 from michiruckstuhl/fix-typo
Fix minor Typo "depreciated" to "deprecated"
Michi Ruckstuhl [Thu, 22 Dec 2016 14:04:00 +0000 (15:04 +0100)]
Fix minor Typo "depreciated" to "deprecated"
Change from „depreciated“ (meaning the monetary decrease of value over
time) to „deprecated“.
Kevin Ball [Wed, 21 Dec 2016 23:32:40 +0000 (15:32 -0800)]
Merge pull request #9546 from sinspiral/dropdown-menu-touch-devices
Don't listen to touchend events on dropdown element leafs.
Alberto Fernandez [Wed, 21 Dec 2016 22:47:15 +0000 (17:47 -0500)]
Don't listen to touchend events on dropdown element leafs.
The delay on touch devices between the click and touchend event
was preventing the link navigation, as browser security policies
don't allow link navigation on hidden elements.
fixes #9484
Alberto Fernandez [Wed, 21 Dec 2016 22:45:02 +0000 (17:45 -0500)]
Revert "Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus."
This reverts commit
3cf1597ff9d11d56054d13f388dec2905ee23e46 .
Alberto Fernandez Gonzalez [Wed, 21 Dec 2016 14:56:37 +0000 (09:56 -0500)]
Missing $elem parameter on _hide method when handling leaf elements clicks on dropdown menus.
fix #9484
Kevin Ball [Wed, 21 Dec 2016 00:12:28 +0000 (16:12 -0800)]
Merge pull request #9539 from PixelGrinch/patch-1
Update _menu.scss
PixelGrinch [Tue, 20 Dec 2016 19:58:12 +0000 (14:58 -0500)]
Update _menu.scss
It appears that centering the menu adds unnecessary/undesired height to the container.
My Proposed update to add vertical-align: top; to the inline-block applied container, fixes this issue.
Thank you
Bert (PixelGrinch)
Nicolas Coden [Tue, 20 Dec 2016 01:30:45 +0000 (02:30 +0100)]
Merge pull request #9534 from Quy/patch-1
Add link to card page
Quy [Tue, 20 Dec 2016 01:27:40 +0000 (17:27 -0800)]
Add link to card page
Rafi [Tue, 20 Dec 2016 00:27:50 +0000 (16:27 -0800)]
Merge pull request #9532 from zurb/fix-jquery-dep
Tell bower & npm that it's okay to have jquery 3
Kevin Ball [Tue, 20 Dec 2016 00:20:18 +0000 (16:20 -0800)]
Merge pull request #9526 from ncoden/feat/flex-grid-column-block-9523
Add column-block for flex-grid #9523
Kevin Ball [Mon, 19 Dec 2016 23:51:00 +0000 (15:51 -0800)]
Tell bower & npm that it's okay to have jquery 3
Kevin Ball [Mon, 19 Dec 2016 23:55:21 +0000 (15:55 -0800)]
Merge branch 'master' into develop
Kevin Ball [Mon, 19 Dec 2016 23:38:00 +0000 (15:38 -0800)]
Merge pull request #9522 from ncoden/fix/button-group-expand-single-button-9521
Fix #9521 - Single button in expanded button group
Kevin Ball [Mon, 19 Dec 2016 23:36:11 +0000 (15:36 -0800)]
Merge pull request #9520 from ncoden/docs/dropdown-menu-options-9464
Partially fix #9464 - Incorrect documentation of DropdownMenu options
RafiBomb [Mon, 19 Dec 2016 22:07:12 +0000 (14:07 -0800)]
updates off-canvas docs example
RafiBomb [Mon, 19 Dec 2016 21:58:15 +0000 (13:58 -0800)]
adds flex variable to card docs
RafiBomb [Mon, 19 Dec 2016 21:53:43 +0000 (13:53 -0800)]
updates card docs with one more example and removes additional use cases
Rafi [Mon, 19 Dec 2016 18:05:20 +0000 (10:05 -0800)]
Merge pull request #9519 from ncoden/docs/fix-grid-column-doc-9518
Fix #9518 - Incorrect documentation for `@function grid-column`
Rafi [Mon, 19 Dec 2016 18:04:33 +0000 (10:04 -0800)]
Merge pull request #9524 from tomvanenckevort/tomvanenckevort-patch-1
Missing Keyboard util reference in Offcanvas documentation
Nicolas Coden [Mon, 19 Dec 2016 17:23:34 +0000 (18:23 +0100)]
Add column-block for flex-grid #9523
Closes #9523 - Add column-block for flex-grid.
Note: grid and flex-grid should be refactorized and factorized.
Tom van Enckevort [Mon, 19 Dec 2016 13:04:50 +0000 (13:04 +0000)]
Update foundation.js
Tom van Enckevort [Mon, 19 Dec 2016 13:01:20 +0000 (13:01 +0000)]
Update foundation.offcanvas.js
Tom van Enckevort [Mon, 19 Dec 2016 13:00:10 +0000 (13:00 +0000)]
Added missing keyboard util require
Nicolas Coden [Sun, 18 Dec 2016 04:11:56 +0000 (05:11 +0100)]
Fix #9521 - Single button in expanded button group
Fix https://github.com/zurb/foundation-sites/issues/9521
A single button in a expanded button group was not expanded.
Changes:
- Add `width:100%` to the button when it is the only one in the button
group.
Note: The way we are currently handling button groups is really dirty.
Nicolas Coden [Sun, 18 Dec 2016 02:49:19 +0000 (03:49 +0100)]
Partially fix #9464 - Incorrect documentation of DropdownMenu options
See: https://github.com/zurb/foundation-sites/issues/9464
Nicolas Coden [Sun, 18 Dec 2016 00:08:24 +0000 (01:08 +0100)]
Fix #9518 - Incorrect documentation for `@function grid-column`
Fix #9618
`@function grid-column` takes a list as argument and not a string.
Kevin Ball [Fri, 16 Dec 2016 00:48:51 +0000 (16:48 -0800)]
Merge pull request #9511 from zurb/dropdown-event-descriptions
Update description of the events fired by dropdown plugin
Kevin Ball [Fri, 16 Dec 2016 00:13:40 +0000 (16:13 -0800)]
Add touch dependency to customizer for slider
Kevin Ball [Fri, 16 Dec 2016 00:08:34 +0000 (16:08 -0800)]
Update description of the events fired by dropdown plugin
Kevin Ball [Thu, 15 Dec 2016 23:03:10 +0000 (15:03 -0800)]
meteor version update
Kevin Ball [Thu, 15 Dec 2016 23:02:50 +0000 (15:02 -0800)]
Merge pull request #9506 from zurb/docs-sass-includes-list
Full list of includes for Sass docs
Kevin Ball [Thu, 15 Dec 2016 18:34:19 +0000 (10:34 -0800)]
Fix what-input in customizer
Kevin Ball [Thu, 15 Dec 2016 16:58:43 +0000 (08:58 -0800)]
Merge tag 'v6.3.0'
Kevin Ball [Thu, 15 Dec 2016 16:54:01 +0000 (08:54 -0800)]
Fix customizer setup for 6.3
Jeremy Englert [Thu, 15 Dec 2016 08:11:50 +0000 (01:11 -0700)]
Full list of includes for Sass docs
Kevin Ball [Thu, 15 Dec 2016 00:59:13 +0000 (16:59 -0800)]
Update everything to 6.3.0
Kevin Ball [Wed, 14 Dec 2016 23:56:41 +0000 (15:56 -0800)]
Add tabcordion to search terms for responsive accordion tabs
Nicolas Coden [Wed, 14 Dec 2016 19:54:44 +0000 (20:54 +0100)]
Merge pull request #9498 from dgdblank/patch-2
Clarify data-toggle to use responsive-toggle
Kevin Ball [Wed, 14 Dec 2016 19:26:23 +0000 (11:26 -0800)]
Fix extra variable left in
Kevin Ball [Wed, 14 Dec 2016 18:35:55 +0000 (10:35 -0800)]
Fix docs nav to remove duplicate, add JS on responsive accordion tabs
Kevin Ball [Wed, 14 Dec 2016 18:14:13 +0000 (10:14 -0800)]
Update yarn lock
Kevin Ball [Wed, 14 Dec 2016 17:43:06 +0000 (09:43 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Wed, 14 Dec 2016 17:42:49 +0000 (09:42 -0800)]
Merge pull request #9443 from ncoden/fix/9427-dropdown-menu-mouseout
Fix #9427 - Dropdown menu mouseout ignored
Nicolas Coden [Wed, 14 Dec 2016 17:40:46 +0000 (18:40 +0100)]
Use jQuery data instead of this to save delay
It allow to destroy the saved datas more easily.
Kevin Ball [Wed, 14 Dec 2016 00:46:48 +0000 (16:46 -0800)]
Fix reveal overlay bug on some android browsers
RafiBomb [Tue, 13 Dec 2016 22:57:04 +0000 (14:57 -0800)]
adjusts left padding on topbar toggle
RafiBomb [Tue, 13 Dec 2016 22:36:02 +0000 (14:36 -0800)]
fixes top-bar responsive menu position
Danielle Blank [Tue, 13 Dec 2016 21:39:20 +0000 (13:39 -0800)]
Clarify data-toggle to use responsive-toggle
When trying to use the responsive-menu feature, I kept getting an error that '#' was not a valid method, because the element id was not being passed with data-toggle trigger. Added notes to clarify that the menu id should also be set on data-toggle: `data-toggle="MENUID"`.
Rafi [Mon, 12 Dec 2016 23:03:01 +0000 (15:03 -0800)]
Merge pull request #9474 from zurb/newoffcdocs
New Off-canvas docs (WIP)
Kevin Ball [Mon, 12 Dec 2016 21:45:26 +0000 (13:45 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Mon, 12 Dec 2016 21:45:15 +0000 (13:45 -0800)]
Merge pull request #9491 from zurb/fix-history-behavior-in-deeplinking
Fix back button/history behavior in deep linking
Kevin Ball [Mon, 12 Dec 2016 21:40:48 +0000 (13:40 -0800)]
Make magellan on magellan docs sticky on small
Kevin Ball [Mon, 12 Dec 2016 19:56:18 +0000 (11:56 -0800)]
Merge pull request #9490 from zurb/fix-parent-link-drilldown-keyboard
Fix keyboard usage on drilldowns with parent link
Kevin Ball [Mon, 12 Dec 2016 19:55:34 +0000 (11:55 -0800)]
Calc points on init in magellan so it doesn't break when loaded after window load
Kevin Ball [Mon, 12 Dec 2016 19:33:02 +0000 (11:33 -0800)]
Fix back button/history behavior in deep linking
Kevin Ball [Mon, 12 Dec 2016 17:57:22 +0000 (09:57 -0800)]
Fix keyboard usage on drilldowns with parent link
Brett Mason [Sun, 11 Dec 2016 20:55:52 +0000 (20:55 +0000)]
Add some corrections to the off canvas docs and document some missing options.
Kevin Ball [Fri, 9 Dec 2016 22:16:17 +0000 (14:16 -0800)]
Package up 6.3.0-rc3
Kevin Ball [Fri, 9 Dec 2016 22:11:52 +0000 (14:11 -0800)]
Merge branch 'v6.3' into develop
Kevin Ball [Fri, 9 Dec 2016 22:11:26 +0000 (14:11 -0800)]
Merge pull request #9485 from zurb/fix-deploy-build
Fix deploy dist build
Kevin Ball [Fri, 9 Dec 2016 22:11:10 +0000 (14:11 -0800)]
Merge pull request #9482 from zurb/update-resource-paths
Update resource paths for new dist paths
Kevin Ball [Fri, 9 Dec 2016 22:06:05 +0000 (14:06 -0800)]
Fix deploy dist build
Kevin Ball [Fri, 9 Dec 2016 19:05:40 +0000 (11:05 -0800)]
Update resource paths for new dist paths
Kevin Ball [Fri, 9 Dec 2016 19:03:09 +0000 (11:03 -0800)]
Merge pull request #9477 from DaSchTour/package-js-path
Correct path to JS dist in package.json
Kevin Ball [Fri, 9 Dec 2016 18:57:35 +0000 (10:57 -0800)]
Merge pull request #9481 from zurb/remove-yeti-launch-references-from-docs
Remove yeti launch references
Kevin Ball [Fri, 9 Dec 2016 18:47:14 +0000 (10:47 -0800)]
Merge branch 'master' into develop
Kevin Ball [Fri, 9 Dec 2016 18:43:26 +0000 (10:43 -0800)]
Remove yeti launch references
Kevin Ball [Fri, 9 Dec 2016 17:02:53 +0000 (09:02 -0800)]
Merge pull request #9475 from zurb/trigger-mutates-on-toggles
Trigger mutates on toggler & responsive nav show
Daniel Schuba [Fri, 9 Dec 2016 11:17:00 +0000 (12:17 +0100)]
Correct path, looks like the files were moved in 6.3
Kevin Ball [Thu, 8 Dec 2016 23:38:04 +0000 (15:38 -0800)]
Trigger mutates on toggler & responsive nav show
Kevin Ball [Thu, 8 Dec 2016 23:19:23 +0000 (15:19 -0800)]
Merge pull request #9473 from zurb/fix-drilldown-height-calcualation
Fix issues with long titles and other drilldown height calculation bugs
Kevin Ball [Thu, 8 Dec 2016 23:19:14 +0000 (15:19 -0800)]
Merge pull request #9472 from zurb/dropdown-missing-variable-definition
Fix missing declaration found while tracking down #9470
Kevin Ball [Thu, 8 Dec 2016 23:14:38 +0000 (15:14 -0800)]
Fix responsive menu visual tests for IE9
RafiBomb [Thu, 8 Dec 2016 23:03:08 +0000 (15:03 -0800)]
removes off-canvas old docs for new
RafiBomb [Thu, 8 Dec 2016 22:58:31 +0000 (14:58 -0800)]
updates new off-canvas docs
Kevin Ball [Thu, 8 Dec 2016 22:26:55 +0000 (14:26 -0800)]
Fix issues with long titles and other drilldown height calculation bugs
Kevin Ball [Thu, 8 Dec 2016 20:09:34 +0000 (12:09 -0800)]
update typings comment
Kevin Ball [Thu, 8 Dec 2016 19:11:10 +0000 (11:11 -0800)]
Fix missing declaration found while tracking down #9470
RafiBomb [Thu, 8 Dec 2016 18:50:37 +0000 (10:50 -0800)]
adds new off-canvas docs page
Daniel Schuba [Thu, 8 Dec 2016 11:24:33 +0000 (12:24 +0100)]
Ship typings directly with Foundation #9391
Kevin Ball [Wed, 7 Dec 2016 23:42:56 +0000 (15:42 -0800)]
Bump to rc2
Kevin Ball [Wed, 7 Dec 2016 23:28:22 +0000 (15:28 -0800)]
Merge branch 'develop' into v6.3
Kevin Ball [Wed, 7 Dec 2016 23:27:39 +0000 (15:27 -0800)]
Merge pull request #9469 from ncoden/chore/fix-sass-import
[TMP] Fix Sass dependencies import for Bower
Nicolas Coden [Wed, 7 Dec 2016 20:46:36 +0000 (21:46 +0100)]
[TMP] Fix Sass dependencies import for Bower
:warning: **This is a temporary solution**
Unlike NPM, Bower does not have its own registry and uses the Github
repository. Like `js, `sass` and `dist`, all the files required by
Bower must be published on Git.
Changes:
- Pin the Sass dependencies versions and update `yarn.lock`
- Move only the require files to `/vendor`
- Publish the Sass dependencies in `vendor/` on git.
Kevin Ball [Wed, 7 Dec 2016 18:14:58 +0000 (10:14 -0800)]
Merge pull request #9468 from ncoden/chore/fix-dev-dependencies
📦 Fix dev dependencies
Nicolas Coden [Wed, 7 Dec 2016 18:04:27 +0000 (19:04 +0100)]
Update yarn.lock
Update Yarn lock file (`yarn.lock`) after dev dependency has been
updated in https://github.com/zurb/foundation-sites/pull/9452.
Nicolas Coden [Wed, 7 Dec 2016 17:50:26 +0000 (18:50 +0100)]
Fix wrong inquirer version
Fix wrong `inquirer` version introduced in:
PR: https://github.com/zurb/foundation-sites/pull/9452.
Commit:
5eed50bdbcb306494cd019838b4fea6c26b64680
Message: “Update `inquirer` from `^0.11.4` (currently `v0.11.4`) to
`^2.0.0`.”
Kevin Ball [Wed, 7 Dec 2016 17:40:22 +0000 (09:40 -0800)]
Tweak bower.json
Kevin Ball [Wed, 7 Dec 2016 17:37:10 +0000 (09:37 -0800)]
updated yarn.lock from updated dependencies
Kevin Ball [Wed, 7 Dec 2016 17:33:08 +0000 (09:33 -0800)]
Merge branch 'v6.3' into develop
Kevin Ball [Wed, 7 Dec 2016 17:30:50 +0000 (09:30 -0800)]
Merge pull request #9459 from andycochran/colors
Color Variables Cleanup
Andy Cochran [Wed, 7 Dec 2016 17:25:27 +0000 (12:25 -0500)]
remove errant br tag
Kevin Ball [Wed, 7 Dec 2016 17:24:06 +0000 (09:24 -0800)]
Merge pull request #9452 from ncoden/chore/update-dev-dependencies
📦 Update dev dependencies
Andy Cochran [Wed, 7 Dec 2016 17:19:41 +0000 (12:19 -0500)]
increase hierarchy of disabled button header in docs
Kevin Ball [Wed, 7 Dec 2016 17:16:37 +0000 (09:16 -0800)]
Merge pull request #9460 from ncoden/chore/yarn
Add yarn.lock
Andy Cochran [Wed, 7 Dec 2016 17:15:01 +0000 (12:15 -0500)]
switch from list to map for coloring classes
Kevin Ball [Wed, 7 Dec 2016 17:02:11 +0000 (09:02 -0800)]
Merge pull request #9465 from ncoden/chore/engine-versions
Add node & npm supported versions to package.json