]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Astrid Farmer [Mon, 16 Jan 2017 21:10:37 +0000 (08:10 +1100)]
Add missing word into sass.md
Nicolas Coden [Fri, 6 Jan 2017 11:25:22 +0000 (12:25 +0100)]
Merge pull request #9613 from drball/patch-3
Spelling correction
David Ball [Fri, 6 Jan 2017 10:50:31 +0000 (10:50 +0000)]
Spelling correction
Nicolas Coden [Thu, 5 Jan 2017 23:50:13 +0000 (00:50 +0100)]
Merge pull request #9610 from zurb/fix-docs-titles
Specificity first in titles on docs pages
Kevin Ball [Thu, 5 Jan 2017 22:59:31 +0000 (14:59 -0800)]
Specificity first in titles on docs pages
Kevin Ball [Wed, 4 Jan 2017 21:14:30 +0000 (13:14 -0800)]
Merge pull request #9563 from ncoden/docs/responsive-navigation
Fix responsive navigation docs
Kevin Ball [Wed, 4 Jan 2017 19:11:10 +0000 (11:11 -0800)]
Merge pull request #9599 from IamManchanda/docs/flexbox-grammar
2nd try , Flexbox page update
harry [Wed, 4 Jan 2017 18:15:38 +0000 (23:45 +0530)]
Updated the flexbox docs page with a grammatical change
Some more grammatical change: 2nd update
Some more grammatical change: 3rd update, 2nd try - just an extra exclamation
removed an extra exclamation that i added previously
Simple Grammatical changes to flexbox page
RafiBomb [Tue, 3 Jan 2017 19:52:10 +0000 (11:52 -0800)]
updates footer for 2017
Kevin Ball [Tue, 3 Jan 2017 19:19:41 +0000 (11:19 -0800)]
Add browserstack logo
Kevin Ball [Tue, 3 Jan 2017 17:36:00 +0000 (09:36 -0800)]
Merge pull request #9562 from ncoden/docs/js-options-defaults
Fix docs of JS options
Rafi [Thu, 29 Dec 2016 17:46:42 +0000 (09:46 -0800)]
Merge pull request #9574 from ahebrank/tabs-docs-fix
tabs markdown fix and clarify browser history updates
Andy Hebrank [Thu, 29 Dec 2016 16:49:48 +0000 (11:49 -0500)]
some tweaks
Andy Hebrank [Thu, 29 Dec 2016 15:48:43 +0000 (10:48 -0500)]
markdown fix and clarify history updates
Nicolas Coden [Sat, 24 Dec 2016 00:36:49 +0000 (01:36 +0100)]
Remove duplicated event docs in ResponsiveToggle
Nicolas Coden [Sat, 24 Dec 2016 00:23:04 +0000 (01:23 +0100)]
Remove wrong requirements in ResponsiveMenu.
These "modules":
- do not exists as utils
- are not requirements, but plugins
Nicolas Coden [Fri, 23 Dec 2016 23:41:17 +0000 (00:41 +0100)]
Add possible values in JS docs
Nicolas Coden [Fri, 23 Dec 2016 23:26:44 +0000 (00:26 +0100)]
Typo fix in Dropdown docs
Nicolas Coden [Fri, 23 Dec 2016 23:26:08 +0000 (00:26 +0100)]
Add options types in JS docs
Rafi [Fri, 23 Dec 2016 17:12:19 +0000 (09:12 -0800)]
Merge pull request #9549 from ncoden/docs/cdn-link-message
Update CDN name in installation docs
Kevin Ball [Thu, 22 Dec 2016 18:39:04 +0000 (10:39 -0800)]
Fix customizer config for responsive accordion tabs
Nicolas Coden [Thu, 22 Dec 2016 08:02:04 +0000 (09:02 +0100)]
Use `@default` instead of `@example` in docs
See: https://github.com/zurb/foundation-sites/issues/9464
Problem: `@example` values are presented as default in the
documentation, and there is no way to get the default value
automatically. Plus, the "example" value is often not relevant at all.
> The reference section at the bottom is mostly meant to be a reference
> —key plugin options should be documented in the main body of the
> documentation, where there's more room to elaborate on things.
> -- @gakimball
Fix:
- Use `@default` instead of `@example`
- Make values in comment equal to the options default values
Warning: This require to update the value used to generate Js reference
in foundation-docs.
Replaced values:
Tooltip:
- `templateClasses`: `'my-cool-tip-class'` replaced to `''`
- `template`: `'<div class="tooltip"></div>'` replaced to
`''`
- `tip` text: `'Some cool space fact here.'` replaced to `''`
- `positionClass`: `'top'` replaced to `''`
Sticky:
- `container`: `'<div data-sticky-container class="small-6
columns"></div>'` replaced to `'<div
data-sticky-container></div>'`
- `anchor`: `'exampleId'` replaced to `''`
- `topAnchor`: `'exampleId:top'` replaced to `''`
- `btmAchor`: `'exampleId:bottom'` replaced to `''`
- `checkEvery`: `50` replaced to `-1`
Reveal:
- `animationIn`: `'slide-in-left'` replaced to `''`
- `animationOut`: `'slide-in-left'` replaced to `''`
- `showDelay`: `10` replaced to `0`
- `hideDelay`: `10` replaced to `0`
- `appendTo`: `false` replaced to `"body"`
Offcanvas:
- `transitionTime`: `500` replaced to `0`
- `forceTo`: `top` replaced to `null`
- `revealOn`: `reveal-for-large` replaced to `null`
- `revealClass`: `reveal-for` replaced to `reveal-for-`
- `trapFocus`: `false` replaced to `false`
Magelian:
- `animationEasing`: `'ease-in-out'` replaced to `linear`
- `deepLinking`: `true` replaced to `false`
- `barOffset`: `25` replaced to `0`
Equalizer:
- `equalizeOnStack`: `true` replaced to `false`
- `equalizeOn`: `'medium'` replaced to `''`
Dropdown:
- `parentClass`: `'dropdown-parent'` replaced to `null`
- `hoverPane`: `true` replaced to `false`
- `positionClass`: `'top'` replaced by `''`
- `autoFocus`: `true` replaced by `false`
Drilldrow:
- `backButton`: `'<\li><\a>Back<\/a><\/li>'` replaced by `'<li
class="js-drilldown-back"><a tabindex="0">Back</a></li>'
- `backButtonPosition`: `bottom` replaced by `top`
- `wrapper`: `<\div class="is-drilldown"><\/div>` replaced by
`'<div></div>'`
- `scrollTopOffset`: `100` replaced by `0
Nicolas Coden [Thu, 22 Dec 2016 06:48:19 +0000 (07:48 +0100)]
Update CDN name in installation docs
See: https://github.com/zurb/foundation-sites/issues/9537
Rafi [Wed, 21 Dec 2016 00:53:07 +0000 (16:53 -0800)]
Merge pull request #9541 from ncoden/chore/issue-template
Update Github issue template
Nicolas Coden [Wed, 21 Dec 2016 00:23:56 +0000 (01:23 +0100)]
Update Github issue template
Changes:
- Use titles instead of questions
- Provide codepens to fork for Foundation v6.2.4 and v6.3.0
RafiBomb [Wed, 21 Dec 2016 00:38:10 +0000 (16:38 -0800)]
fixes deep linking tabs example to open in new tab and adds description
Nicolas Coden [Tue, 20 Dec 2016 21:42:37 +0000 (22:42 +0100)]
Merge pull request #9538 from KiC-Kilo/patch-1
Fixed broken CDN links
Kyle [Tue, 20 Dec 2016 19:56:22 +0000 (13:56 -0600)]
Reverted back to 6.3.0 on a different CDN
Using cdnjs.cloudflare.com now for the CDN links.
Kyle [Tue, 20 Dec 2016 19:47:45 +0000 (13:47 -0600)]
Fixed broken CDN links
The CDN links are pointing to version 6.3.0, which is not available on cdn.jsdelivr.net.
Rafi [Tue, 20 Dec 2016 05:29:43 +0000 (21:29 -0800)]
adds NuGet to install options
RafiBomb [Tue, 20 Dec 2016 01:26:07 +0000 (17:26 -0800)]
Merge branch 'master' of https://github.com/zurb/foundation-sites
RafiBomb [Tue, 20 Dec 2016 01:25:54 +0000 (17:25 -0800)]
adds card to flex mode list
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:04:33 +0000 (10:04 -0800)]
Merge pull request #9524 from tomvanenckevort/tomvanenckevort-patch-1
Missing Keyboard util reference in Offcanvas documentation
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 02:49:19 +0000 (03:49 +0100)]
Partially fix #9464 - Incorrect documentation of DropdownMenu options
See: https://github.com/zurb/foundation-sites/issues/9464
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