]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
jk [Sat, 19 Dec 2015 22:29:22 +0000 (23:29 +0100)]
fixes little bug #7624
because type patterns are validated through options.patterns we can check pattern!=type to not check patterns like reset,submit,text...
jk [Sat, 19 Dec 2015 21:21:02 +0000 (22:21 +0100)]
fixes radio requiredCheck
as required attribute is on one radio element group [name] is matched and error applied to group [name]
Chris Oyler [Sat, 19 Dec 2015 00:35:14 +0000 (16:35 -0800)]
Merge pull request #7624 from designerno1/new-abideFixes
adds support for own RegEx Patterns through pattern attribute to be h…
jk [Fri, 18 Dec 2015 22:06:13 +0000 (23:06 +0100)]
adds support for own RegEx Patterns through pattern attribute to be html5 conform
http://www.w3schools.com/tags/att_input_pattern.asp
Chris Oyler [Fri, 18 Dec 2015 00:47:58 +0000 (16:47 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into abide
Chris Oyler [Fri, 18 Dec 2015 00:47:39 +0000 (16:47 -0800)]
Merge branch '6.1' of https://github.com/zurb/foundation-sites into abide
Chris Oyler [Fri, 18 Dec 2015 00:47:29 +0000 (16:47 -0800)]
adds back type checking for abide text fields, order of check is pattern passed as argument, pattern attribute on element, element type. if no matching pattern is found, returns true in all cases. addresses 7590#issuecomment-
165585285
Geoff Kimball [Fri, 18 Dec 2015 00:47:21 +0000 (16:47 -0800)]
Add SassDoc comments to new tab mixins
Geoff Kimball [Fri, 18 Dec 2015 00:44:50 +0000 (16:44 -0800)]
Add tab mixins, closes #7114
Geoff Kimball [Fri, 18 Dec 2015 00:35:53 +0000 (16:35 -0800)]
Fix $accordion-content-background variable not being applied, fixes #7545
Geoff Kimball [Fri, 18 Dec 2015 00:32:59 +0000 (16:32 -0800)]
Cut back specificity of .x-centered grid classes so they don't override .x-uncentered classes, closes #7183
Chris Oyler [Fri, 18 Dec 2015 00:23:32 +0000 (16:23 -0800)]
Merge pull request #7604 from ericjung/patch-1
Update foundation.drilldown.js
Chris Oyler [Fri, 18 Dec 2015 00:21:24 +0000 (16:21 -0800)]
Merge pull request #7353 from tjhiggins/th_dropdown_closeonclick
[Dropdown] Add back closeOnClick functionality for dropdowns.
Geoff Kimball [Fri, 18 Dec 2015 00:21:15 +0000 (16:21 -0800)]
Merge pull request #7326 from slavanga/develop
Simplify expanded menus
Brandon Arnold [Fri, 18 Dec 2015 00:21:09 +0000 (16:21 -0800)]
Merge pull request #7514 from brettsmason/patch-1
Dropdown menu alignment if border is used
Geoff Kimball [Thu, 17 Dec 2015 23:49:05 +0000 (15:49 -0800)]
In breakpoint() function, always compare em values to em values #7587
Geoff Kimball [Thu, 17 Dec 2015 23:29:16 +0000 (15:29 -0800)]
Add .expaned class to flex grid row, closes #7588
Geoff Kimball [Thu, 17 Dec 2015 22:53:17 +0000 (14:53 -0800)]
Merge pull request #7580 from zurb/rem-base
Global font size and rem/em calculation
Chris Oyler [Thu, 17 Dec 2015 22:46:40 +0000 (14:46 -0800)]
removed a live console.log and a reference to an unused function
Chris Oyler [Thu, 17 Dec 2015 22:46:01 +0000 (14:46 -0800)]
pretty big update to how foundation manages initialized plugins. from the outside, everything works the same, internally, no longer storing a complete copy of every plugin instantiation on the foundation object, instead, only storing uuids, also improved the check for plugin double dipping and (I think) fixed the issue where multiple calls to $(document).foundation() *could* cause multiple plugins from being registered on a single element
Geoff Kimball [Thu, 17 Dec 2015 22:41:48 +0000 (14:41 -0800)]
If rem-calc() is given a % base, multiply the base by 16px
Chris Oyler [Thu, 17 Dec 2015 22:09:31 +0000 (14:09 -0800)]
adds destroy method to offcanvas and removes Foundation.Move from close function
Eric Jung [Thu, 17 Dec 2015 21:54:45 +0000 (14:54 -0700)]
Update foundation.drilldown.js
If I use one of the visibility classes (http://foundation.zurb.com/sites/docs/visibility.html) to conditionally hide the drilldown, then _getMaxDims() throws an exception during initialization on line 295 when dereferencing the empy this.$menuItems array. That prevent other javascript on the page from executing. This change ensures the array is not empty in such cases, providing of course there are actually li elements in the DOM.
Chris Oyler [Thu, 17 Dec 2015 21:42:12 +0000 (13:42 -0800)]
updates sticky.destroy method to remove scroll event listener from window. was not working due to namespacing
Chris Oyler [Thu, 17 Dec 2015 21:05:28 +0000 (13:05 -0800)]
updates JS plugins to use strings in passing class names to prevent mangling issue for Foundation.registerPlugin fn
Chris Oyler [Thu, 17 Dec 2015 20:57:15 +0000 (12:57 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into 6.1
Chris Oyler [Thu, 17 Dec 2015 20:56:46 +0000 (12:56 -0800)]
fixes #7589
Chris Oyler [Thu, 17 Dec 2015 20:55:20 +0000 (12:55 -0800)]
updates unregisterPlugin fn to null out props on plugin objects, removes unused code from parseValue, updates registerPlugin to use a string for data attribute location
Chris Oyler [Thu, 17 Dec 2015 19:49:03 +0000 (11:49 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into 6.1
Chris Oyler [Thu, 17 Dec 2015 19:45:46 +0000 (11:45 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Chris Oyler [Thu, 17 Dec 2015 19:45:42 +0000 (11:45 -0800)]
fixes #7559, adds ability for interchange to initialize Foundation plugins if swapping html
Geoff Kimball [Thu, 17 Dec 2015 19:38:50 +0000 (11:38 -0800)]
Merge pull request #7515 from brettsmason/patch-2
Add arrow color variables to menu components
Chris Oyler [Thu, 17 Dec 2015 19:31:55 +0000 (11:31 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into 6.1
Brandon Arnold [Thu, 17 Dec 2015 18:18:23 +0000 (10:18 -0800)]
change button transition to background-color closes #7592
Brandon Arnold [Thu, 17 Dec 2015 17:55:48 +0000 (09:55 -0800)]
Merge pull request #7597 from brettsmason/patch-3
Nested unordered/ordered lists
Brett Mason [Thu, 17 Dec 2015 15:28:04 +0000 (15:28 +0000)]
Nested unordered/ordered lists
Fixes nested unordered/ordered lists - see [7596](https://github.com/zurb/foundation-sites/issues/7596)
Brett Mason [Thu, 17 Dec 2015 08:10:10 +0000 (08:10 +0000)]
Merge remote-tracking branch 'foundation/develop' into patch-2
# Conflicts:
# scss/components/_dropdown-menu.scss
Chris Oyler [Thu, 17 Dec 2015 01:09:37 +0000 (17:09 -0800)]
Merge pull request #7579 from Owlbertz/keyboard
Keyboard
Chris Oyler [Thu, 17 Dec 2015 01:07:20 +0000 (17:07 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into 6.1
Chris Oyler [Thu, 17 Dec 2015 01:02:16 +0000 (17:02 -0800)]
renames new-abide.js -> abide.js
Chris Oyler [Thu, 17 Dec 2015 01:00:03 +0000 (17:00 -0800)]
disables old abide from foundation global include
Chris Oyler [Thu, 17 Dec 2015 00:59:24 +0000 (16:59 -0800)]
updates abide docs page to demonstrate ignored inputs, equalto validation option, and more
Chris Oyler [Thu, 17 Dec 2015 00:58:08 +0000 (16:58 -0800)]
new abide plugin. Unifies and simplifies events, using the common .zf.abide namespace, simplifies code, could be simplified more..., adds back the custom validators, ignore-input, and live validation options
Brandon Arnold [Thu, 17 Dec 2015 00:14:19 +0000 (16:14 -0800)]
Merge pull request #7582 from CorbinHesse/develop
Modify Button Background to Background Color
Rafi [Wed, 16 Dec 2015 23:56:05 +0000 (15:56 -0800)]
Update top-bar.md
Geoff Kimball [Wed, 16 Dec 2015 23:11:40 +0000 (15:11 -0800)]
Add remark to Sass docs explaining where to find the settings file, if you aren't using one of the starter projects #7385
Corbin Hesse [Wed, 16 Dec 2015 21:05:18 +0000 (15:05 -0600)]
Modify Button Background to Background Color
Brandon Arnold [Wed, 16 Dec 2015 20:10:05 +0000 (12:10 -0800)]
Merge pull request #7577 from ocularrhythm/patch-5
Issue #7576 Change default background to white and remove extra border-radius
Geoff Kimball [Wed, 16 Dec 2015 20:01:58 +0000 (12:01 -0800)]
Merge pull request #7464 from tjhiggins/th_select_triangle
Fix focus state/simplify select triangles
Geoff Kimball [Wed, 16 Dec 2015 19:30:33 +0000 (11:30 -0800)]
When converting breakpoints to ems, always use a 16px base
Geoff Kimball [Wed, 16 Dec 2015 19:08:06 +0000 (11:08 -0800)]
Remove $rem-base variable, and use $base-font-size variable to calculate rems instead
Aaron Arney [Wed, 16 Dec 2015 18:43:37 +0000 (13:43 -0500)]
Change default background to white and remove extra border-radius
Geoff Kimball [Wed, 16 Dec 2015 18:16:40 +0000 (10:16 -0800)]
Merge pull request #7571 from ocularrhythm/patch-5
Issue #7557 Apply correct styling to hollow button group
Geoff Kimball [Wed, 16 Dec 2015 18:14:45 +0000 (10:14 -0800)]
Merge pull request #7568 from intrepion/update-jsdelivr-links-to-6.0.6
Updated jsDelivr links to 6.0.6
Geoff Kimball [Wed, 16 Dec 2015 18:13:42 +0000 (10:13 -0800)]
Add installation page to list of files containing a version number, for use in find-and-replace step of deploy process
Geoff Kimball [Wed, 16 Dec 2015 18:11:54 +0000 (10:11 -0800)]
Merge pull request #7569 from juliancwirko/patch-2
Update meteor-README.md
Chris Oyler [Wed, 16 Dec 2015 17:55:25 +0000 (09:55 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into abide
Mandi Saeteun [Wed, 16 Dec 2015 17:34:30 +0000 (09:34 -0800)]
removed padding-top from flex video to fix video cropping issue fixed #7184
thiggins [Wed, 16 Dec 2015 17:14:43 +0000 (17:14 +0000)]
Encode rgb parens
Marius Olbertz [Wed, 16 Dec 2015 16:28:41 +0000 (17:28 +0100)]
Adjusted doc according to parameter change for Keyboard Util.
Extended description if Keyboard Util.
Marius Olbertz [Wed, 16 Dec 2015 16:21:24 +0000 (17:21 +0100)]
Updated components to use their name when calling Keyboard Util.
Marius Olbertz [Wed, 16 Dec 2015 16:20:56 +0000 (17:20 +0100)]
Keyboard Util will now take the components name as a String rather than the Object itself
Aaron Arney [Wed, 16 Dec 2015 14:34:00 +0000 (09:34 -0500)]
Issue #7557 Apply correct styling to hollow button group
Added logic to test for a hollow property within the button-fill variable. If it is present, applies the correct hollow styling to the buttons, even if there is a wrapping color class such as secondary or primary. Also fixes the transparent border being applied to non-stacked and stacked button groups.
Julian Ćwirko [Wed, 16 Dec 2015 12:18:17 +0000 (13:18 +0100)]
Update meteor-README.md
- Fixed internal hash anchors. It isn't working on Atmospherejs.com.
- Added 'Known problems' section with explanation of one problem with events which is a corner case and is explained in the issue #7248 (last comments)
Oliver Forral [Wed, 16 Dec 2015 11:54:33 +0000 (03:54 -0800)]
Updated jsDelivr links to 6.0.6
Geoff Kimball [Wed, 16 Dec 2015 01:06:31 +0000 (17:06 -0800)]
Merge branch 'master' into develop
Chris Oyler [Wed, 16 Dec 2015 01:05:10 +0000 (17:05 -0800)]
updates meteor logs
Geoff Kimball [Wed, 16 Dec 2015 00:50:40 +0000 (16:50 -0800)]
Bump to version 6.0.6
Geoff Kimball [Wed, 16 Dec 2015 00:48:51 +0000 (16:48 -0800)]
Remove old testbed command from npm scripts, and change deploy command to be just 'gulp deploy'
Geoff Kimball [Wed, 16 Dec 2015 00:47:59 +0000 (16:47 -0800)]
Update git push command used in deploy task
Chris Oyler [Wed, 16 Dec 2015 00:40:44 +0000 (16:40 -0800)]
new abide in the works
Geoff Kimball [Tue, 15 Dec 2015 23:20:54 +0000 (15:20 -0800)]
Don't auto-highlight the search bar on phones
Geoff Kimball [Tue, 15 Dec 2015 23:06:15 +0000 (15:06 -0800)]
Add note to docs SCSS explaining where all the Sass went
Geoff Kimball [Tue, 15 Dec 2015 23:04:34 +0000 (15:04 -0800)]
Add shell script to download and link foundation-docs repo
Geoff Kimball [Tue, 15 Dec 2015 22:49:56 +0000 (14:49 -0800)]
Merge pull request #7541 from TvrtkoM/topbar-stack_7502
#7502 - topbar - enable stacking for medium screens
Geoff Kimball [Tue, 15 Dec 2015 22:43:44 +0000 (14:43 -0800)]
Merge pull request #7563 from daffunn/patch-1
Added semicolon to the end of the file
Geoff Kimball [Tue, 15 Dec 2015 22:43:33 +0000 (14:43 -0800)]
Merge pull request #7538 from ocularrhythm/patch-2
Issue #7498 Remove !global flag from $grid-column-count
Chris Oyler [Tue, 15 Dec 2015 19:04:04 +0000 (11:04 -0800)]
updates to remove conflicts
;
Tvrtko [Tue, 15 Dec 2015 19:03:17 +0000 (20:03 +0100)]
#7502 - generate stacked-for- classes for each screen size (in $breakpoint-classes var)
default behaviour is stacking sections on small screens only.
Chris Oyler [Tue, 15 Dec 2015 18:57:16 +0000 (10:57 -0800)]
cleans up some unnecessary code in abide
Brandon Arnold [Tue, 15 Dec 2015 18:50:25 +0000 (10:50 -0800)]
fix off-canvas language
Geoff Kimball [Tue, 15 Dec 2015 18:48:48 +0000 (10:48 -0800)]
Add foundation-docs to .gitignore so it can be cloned locally to test
Jan Wolf [Tue, 15 Dec 2015 18:44:28 +0000 (19:44 +0100)]
Added semicolon to the end of the file
Valid syntax now. Necessary if you want to concat these files without getting an error on runtime.
Geoff Kimball [Tue, 15 Dec 2015 18:38:38 +0000 (10:38 -0800)]
Add foundation-docs dependency
Geoff Kimball [Mon, 14 Dec 2015 19:29:01 +0000 (11:29 -0800)]
Reference Sass in foundation-docs library
Geoff Kimball [Mon, 14 Dec 2015 19:21:24 +0000 (11:21 -0800)]
Remove docs JS utilities now covered by the foundation-docs library
Geoff Kimball [Mon, 14 Dec 2015 19:08:55 +0000 (11:08 -0800)]
Use external foundation-docs library
Brandon Arnold [Tue, 15 Dec 2015 18:40:53 +0000 (10:40 -0800)]
fox spelling error
Brandon Arnold [Tue, 15 Dec 2015 18:40:13 +0000 (10:40 -0800)]
fixes #7562 and chnages comment verbage
Brandon Arnold [Tue, 15 Dec 2015 18:36:16 +0000 (10:36 -0800)]
Merge pull request #7463 from tamcy/issue-7452
fix incorrect gutter padding to *-uncollapse classes
Geoff Kimball [Tue, 15 Dec 2015 17:45:47 +0000 (09:45 -0800)]
Add note to tooltip docs that the meaning of "right" and "left" doesn't change in RTL
Geoff Kimball [Tue, 15 Dec 2015 17:40:07 +0000 (09:40 -0800)]
Add note to off-canvas docs that the meaning of "right" and "left" doesn't change in RTL
Brandon Arnold [Tue, 15 Dec 2015 18:14:54 +0000 (10:14 -0800)]
Merge pull request #7510 from EHackettTriCore/patch-1
Explain "Custom Helpers" in Panini
Chris Oyler [Tue, 15 Dec 2015 18:13:05 +0000 (10:13 -0800)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into abide
Brandon Arnold [Tue, 15 Dec 2015 18:02:10 +0000 (10:02 -0800)]
Merge pull request #7300 from jamilservicos/patch-1
Update foundation.abide.js
Brandon Arnold [Tue, 15 Dec 2015 17:58:49 +0000 (09:58 -0800)]
Merge pull request #7550 from juliancwirko/patch-1
Update package.js
Brandon Arnold [Tue, 15 Dec 2015 17:47:31 +0000 (09:47 -0800)]
Merge pull request #7546 from Ne-Ne/patch-2
Remove Border in Full Screen
Chris Oyler [Tue, 15 Dec 2015 17:46:54 +0000 (09:46 -0800)]
Merge branch 'abide-validate-textarea-and-select-on-form-submit' of https://github.com/viniciusban/foundation-sites into abide
Chris Oyler [Tue, 15 Dec 2015 17:46:38 +0000 (09:46 -0800)]
Merge branch 'abide-fix-validation-of-textarea' of https://github.com/viniciusban/foundation-sites into abide
Chris Oyler [Tue, 15 Dec 2015 17:46:23 +0000 (09:46 -0800)]
Merge branch 'abide-add-is-invalid-label-to-input-group' of https://github.com/viniciusban/foundation-sites into abide