]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Maarten Brouwers [Mon, 14 Nov 2016 20:40:34 +0000 (21:40 +0100)]
fixed doc, now also mentions 5 as the default value
Maarten Brouwers [Sat, 12 Nov 2016 14:49:01 +0000 (15:49 +0100)]
added an example to the docs
Maarten Brouwers [Tue, 1 Nov 2016 16:59:08 +0000 (17:59 +0100)]
Adds pow and log transforms to the Slider component
Introduces two settings, `nonLinearBase` and `positionValueFunction` which change the way in which the position of the slider is translated to an actual value.
Besides the default value of ‘linear' for `positionValueFunction`, 'pow' and a 'log' can be used.
*Example application*
In example below we want to focus on the most recent years, hence we use a logarithmic transformation of the slider:
<div class="slider" data-slider data-initial-start="2010" data-initial-end="2015" data-step="1" data-start="1950" data-end="2016" data-position-value-function="log">
<span class="slider-handle" data-slider-handle role="slider" tabindex="1" aria-controls="car_search_year_from"></span>
<span class="slider-fill" data-slider-fill></span>
<span class="slider-handle" data-slider-handle role="slider" tabindex="1" aria-controls="car_search_year_to"></span>
</div>
Since I didn't get the test-framework to run I submitting this for now without tests, if it is absolutely necessary to do so, and this functionality is desired, allow me some time to fix that.
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: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
Kevin Ball [Mon, 31 Oct 2016 21:26:49 +0000 (14:26 -0700)]
Merge pull request #9257 from whatcould/develop
Allow vOffset option in floated dropdown alignment
Kevin Ball [Mon, 31 Oct 2016 20:48:43 +0000 (13:48 -0700)]
Merge pull request #9311 from zurb/IS9103-prevent-motionui-on-hidden-orbit
Don't run through motion ui if orbit element is hidden
Kevin Ball [Mon, 31 Oct 2016 17:48:30 +0000 (10:48 -0700)]
Don't run through motion ui if orbit element is hidden
Kevin Ball [Sat, 29 Oct 2016 19:24:47 +0000 (12:24 -0700)]
Merge branch 'develop' into v6.3
Kevin Ball [Sat, 29 Oct 2016 19:22:45 +0000 (12:22 -0700)]
Merge pull request #9304 from andycochran/printstyles
Print Styles
Andy Cochran [Thu, 27 Oct 2016 15:51:39 +0000 (11:51 -0400)]
add setting var for printing hrefs after link text
Andy Cochran [Thu, 27 Oct 2016 15:43:22 +0000 (11:43 -0400)]
For named breakpoints <= -breakpoint, add print to the media types
David Reese [Wed, 26 Oct 2016 12:31:51 +0000 (08:31 -0400)]
Reveal modal: Fix confusing AJAX example
The .done() callback receives the data from the $.ajax request; if the request format is HTML, that `resp` will just be a string, not an object. So `resp.html` returns undefined and is non-sensical. This only makes sense if the request format is JSON.
Since my impression is most people are going to be hitting a URL that returns HTML, I'd suggest just changing the example to `$modal.html(resp)` as I've done in this pull request. If you expect most people to be making a request that returns JSON, I would at least imply that in the URL, eg `$.ajax('/api/url.json')`.
Kevin Ball [Tue, 25 Oct 2016 21:38:41 +0000 (14:38 -0700)]
Merge pull request #9266 from Owlbertz/keyboard-tests
Added unit tests for Keyboard util.
Kevin Ball [Tue, 25 Oct 2016 17:32:54 +0000 (10:32 -0700)]
Merge pull request #9178 from DaSchTour/accordion-item
Don't attach accordion elements that are not marked as accordion-item
Kevin Ball [Tue, 25 Oct 2016 17:27:25 +0000 (10:27 -0700)]
Merge pull request #9294 from Owlbertz/offcanvas-tests
Offcanvas tests
Marius Olbertz [Tue, 25 Oct 2016 05:38:03 +0000 (07:38 +0200)]
Refined tests for Offcanvas.
Now using Foundation.transitionend instead of on('finished.zf.animate').
Marius Olbertz [Tue, 25 Oct 2016 05:36:58 +0000 (07:36 +0200)]
Fixed call to _trapFocus by adding missing underscore.
Kevin Ball [Mon, 24 Oct 2016 22:29:45 +0000 (15:29 -0700)]
Merge pull request #9289 from zurb/revert-9261-offcanvas-tests
Revert "Offcanvas tests"
Kevin Ball [Mon, 24 Oct 2016 22:28:44 +0000 (15:28 -0700)]
Revert "Offcanvas tests"
Kevin Ball [Mon, 24 Oct 2016 20:07:53 +0000 (13:07 -0700)]
Merge pull request #9261 from Owlbertz/offcanvas-tests
Offcanvas tests
Marius Olbertz [Sat, 22 Oct 2016 16:14:02 +0000 (18:14 +0200)]
Added missing semicolon.
Marius Olbertz [Sat, 22 Oct 2016 15:17:48 +0000 (17:17 +0200)]
Rewrite event listener to make spying possible.
Arrow notation makes `bind(this)` statement obsolete, so it can be replaced with an anonymous function calling `_reflow()`, which allows using a `sinon.spy` during the unit tests.
Kevin Ball [Fri, 21 Oct 2016 22:46:20 +0000 (15:46 -0700)]
Merge branch 'v6.3' of https://github.com/zurb/foundation-sites into v6.3
Kevin Ball [Fri, 21 Oct 2016 22:46:11 +0000 (15:46 -0700)]
Merge branch 'OddenCreative-v6.3' into v6.3
Kevin Ball [Fri, 21 Oct 2016 22:45:52 +0000 (15:45 -0700)]
Merge branch 'v6.3' of git://github.com/OddenCreative/foundation-sites into OddenCreative-v6.3
Kevin Ball [Fri, 21 Oct 2016 21:59:30 +0000 (14:59 -0700)]
Merge pull request #9279 from pine3ree/patch-2
parseValue() full match with string literals
Kevin Ball [Fri, 21 Oct 2016 21:56:29 +0000 (14:56 -0700)]
Merge pull request #9282 from zurb/fix-cleanup-issues-found-by-unit-tests
Fix cleanup issues found by unit tests
Kevin Ball [Fri, 21 Oct 2016 21:54:32 +0000 (14:54 -0700)]
Fix cleanup issues found by unit tests
RafiBomb [Fri, 21 Oct 2016 21:40:44 +0000 (14:40 -0700)]
adds comment to buttongroup vraiable
Rafi [Fri, 21 Oct 2016 21:10:14 +0000 (14:10 -0700)]
Merge pull request #9277 from andycochran/buttongroupradius
add boolean var to enable button radius on whole group
maks feltrin [Fri, 21 Oct 2016 20:40:22 +0000 (22:40 +0200)]
add space after if
so that it does not look like a function call
maks feltrin [Fri, 21 Oct 2016 20:34:54 +0000 (22:34 +0200)]
parseValue() full match with string literals
the original regex matching would have made values like "untrue" to be interpreted as `true` and values like "not-false" as `false`
see https://github.com/zurb/foundation-sites/pull/9149
Rafi [Fri, 21 Oct 2016 20:25:54 +0000 (13:25 -0700)]
Merge pull request #9107 from pine3ree/patch-10
doc fix: invalid p element inside ul
Kevin Ball [Fri, 21 Oct 2016 20:22:22 +0000 (13:22 -0700)]
Merge pull request #9251 from Owlbertz/slider-tests
Slider tests
Kevin Ball [Fri, 21 Oct 2016 20:20:02 +0000 (13:20 -0700)]
Merge pull request #9226 from Owlbertz/reveal-tests
Added unit tests for Reveal.
Kevin Ball [Fri, 21 Oct 2016 20:19:40 +0000 (13:19 -0700)]
Merge pull request #9224 from Owlbertz/orbit-tests
Added unit tests for Orbit.
Kevin Ball [Fri, 21 Oct 2016 20:16:56 +0000 (13:16 -0700)]
Merge pull request #9222 from Owlbertz/tabs-tests
Added unit tests for Tabs.
Kevin Ball [Fri, 21 Oct 2016 20:12:34 +0000 (13:12 -0700)]
Merge pull request #9209 from brettsmason/grid-layout-padding
Update grid.md with grid-layout options
Kevin Ball [Fri, 21 Oct 2016 20:11:12 +0000 (13:11 -0700)]
Merge branch 'v6.3' into develop
Kevin Ball [Fri, 21 Oct 2016 20:10:35 +0000 (13:10 -0700)]
Merge branch 'develop' into v6.3
Kevin Ball [Fri, 21 Oct 2016 20:05:38 +0000 (13:05 -0700)]
Merge pull request #9165 from isaak-ordonez/fix-tooltip-zindex
This fix #9122 by changing z-index for the tooltip.
Marius Olbertz [Fri, 21 Oct 2016 16:38:16 +0000 (18:38 +0200)]
Refined tests for interchange.
Kevin Ball [Fri, 21 Oct 2016 00:32:15 +0000 (17:32 -0700)]
Merge tag 'v6.2.4' into develop
Kevin Ball [Thu, 20 Oct 2016 23:58:07 +0000 (16:58 -0700)]
Package up v6.2.4
Michellanne Li [Fri, 14 Oct 2016 03:37:18 +0000 (22:37 -0500)]
For accordion menu, changes aria roles from "tab" to "menuitem" and tabpanel" and "tablist" to "menu."
Kevin Ball [Thu, 20 Oct 2016 18:48:29 +0000 (11:48 -0700)]
Merge pull request #9255 from MichellanneLi/MicheLi-fix-aria-roles-accordion-menu
Fixes aria roles in accordion menu
Kevin Ball [Thu, 20 Oct 2016 04:25:01 +0000 (21:25 -0700)]
Fix docs bug for equalizer equalize-on-stacked
Kevin Ball [Thu, 20 Oct 2016 00:21:07 +0000 (17:21 -0700)]
Make at least one sticky happen on mobile for testing purposes
Andy Cochran [Thu, 20 Oct 2016 00:13:53 +0000 (20:13 -0400)]
add boolean var to enable button radius on whole group
Marius Olbertz [Tue, 18 Oct 2016 18:32:39 +0000 (20:32 +0200)]
Make Abide also re-validate dependent fields (with equalto).
Addresses #9138.
Kevin Ball [Tue, 18 Oct 2016 17:14:25 +0000 (10:14 -0700)]
Merge pull request #9272 from milose/develop
Check readyState that works with different browsers.
Kevin Ball [Tue, 18 Oct 2016 17:11:01 +0000 (10:11 -0700)]
Merge pull request #9274 from zurb/pin-down-cachebust-dependency
Lock down gulp-cache-bust dependency version
Kevin Ball [Tue, 18 Oct 2016 15:55:51 +0000 (08:55 -0700)]
Lock down gulp-cache-bust dependency version
Kevin Ball [Tue, 18 Oct 2016 15:55:51 +0000 (08:55 -0700)]
Lock down gulp-cache-bust dependency version
Milos Sakovic [Tue, 18 Oct 2016 15:00:14 +0000 (17:00 +0200)]
Check readyState that works with different browsers.
Marius Olbertz [Tue, 18 Oct 2016 04:52:06 +0000 (06:52 +0200)]
Initial version of unit tests for Interchange.
Works fine in the browser, but phantomJS has issues with the sinon spy.
Kevin Ball [Mon, 17 Oct 2016 19:03:12 +0000 (12:03 -0700)]
Merge pull request #9061 from gerardkcohen/aria-tab
[Tabs] Missing key ARIA role="tablist" #9060
maks feltrin [Mon, 17 Oct 2016 13:08:47 +0000 (15:08 +0200)]
add a clearer doc-block comment to $pagination-mobile-current-item
Marius Olbertz [Sat, 15 Oct 2016 21:23:07 +0000 (23:23 +0200)]
Added unit tests for Keyboard util.
Kevin Ball [Fri, 14 Oct 2016 22:16:25 +0000 (15:16 -0700)]
Package up rc2
Kevin Ball [Fri, 14 Oct 2016 22:05:50 +0000 (15:05 -0700)]
Revert "Get rid of JS scroll behavior on reveal taking advantage of change in scss"
This reverts commit
58854d66fa443ad398f3265d947c46c77bc67333 .
Kevin Ball [Fri, 14 Oct 2016 21:50:10 +0000 (14:50 -0700)]
Fix element outside dom test for ie9
Kevin Ball [Fri, 14 Oct 2016 21:41:39 +0000 (14:41 -0700)]
Handle one more case on dropdown menu keyboard
Kevin Ball [Fri, 14 Oct 2016 21:37:04 +0000 (14:37 -0700)]
Fix typo in text
Kevin Ball [Fri, 14 Oct 2016 21:33:40 +0000 (14:33 -0700)]
Merge pull request #9259 from zurb/fix-dropdown-keyboard-rtl
Fix dropdown menu keyboard for rtl/ltr and horizontal
Kevin Ball [Fri, 14 Oct 2016 21:33:14 +0000 (14:33 -0700)]
Fix some collisions in testcase
Kevin Ball [Fri, 14 Oct 2016 21:26:46 +0000 (14:26 -0700)]
Fix dropdown menu keyboard for rtl/ltr and horizontal
Kevin Ball [Fri, 14 Oct 2016 20:55:00 +0000 (13:55 -0700)]
Update version ref in typography page
Marius Olbertz [Fri, 14 Oct 2016 15:26:11 +0000 (17:26 +0200)]
Added unit tests for Off Canvas.
David Reese [Fri, 14 Oct 2016 13:50:15 +0000 (09:50 -0400)]
Allow vOffset option in floated dropdown alignment
Left-bottom and right-bottom were added recently but the vOffset option was left out; since the default positioning (which would correspond to `bottom`) adds vOffset, seems like right-bottom and left-bottom should too.
Michellanne Li [Fri, 14 Oct 2016 03:37:18 +0000 (22:37 -0500)]
For accordion menu, changes aria roles from "tab" to "menuitem" and tabpanel" and "tablist" to "menu."
Kevin Ball [Thu, 13 Oct 2016 21:49:13 +0000 (14:49 -0700)]
Update dependency for gulp-sorucemaps
Kevin Ball [Thu, 13 Oct 2016 21:49:13 +0000 (14:49 -0700)]
Update dependency for gulp-sorucemaps
Kevin Ball [Thu, 13 Oct 2016 21:24:06 +0000 (14:24 -0700)]
Merge pull request #9227 from zurb/accordion-menu-keyboard
Fix up behavior when element has open submenu
Kevin Ball [Thu, 13 Oct 2016 21:23:47 +0000 (14:23 -0700)]
Merge pull request #9254 from zurb/accordion-menu-keyboard
Fix up behavior when element has open submenu
Kevin Ball [Thu, 13 Oct 2016 19:02:45 +0000 (12:02 -0700)]
Merge pull request #9204 from john-wei/small-close-button
Added a "small" selector for close-button
Kevin Ball [Thu, 13 Oct 2016 18:24:44 +0000 (11:24 -0700)]
Merge pull request #9253 from zurb/fix-offcanvas-right-issues
Fix off canvas issues with right side & double clicks
Kevin Ball [Thu, 13 Oct 2016 18:20:30 +0000 (11:20 -0700)]
Fix off canvas issues with right side & double clicks
Marius Olbertz [Thu, 13 Oct 2016 15:45:14 +0000 (17:45 +0200)]
Remove unused variable.
Marius Olbertz [Thu, 13 Oct 2016 15:44:02 +0000 (17:44 +0200)]
Fix condition when close() should do nothing.
John Wei [Thu, 13 Oct 2016 10:01:17 +0000 (18:01 +0800)]
Changed "size" to "sizes"
John Wei [Thu, 13 Oct 2016 08:23:54 +0000 (16:23 +0800)]
Added feature for customizing size and position of the close button
This solution is proposed by @ncoden at:
https://github.com/zurb/foundation-sites/pull/9204
Marius Olbertz [Wed, 12 Oct 2016 15:07:17 +0000 (17:07 +0200)]
Make `Move()` fire callback directly when duration is 0.
Marius Olbertz [Wed, 12 Oct 2016 15:03:55 +0000 (17:03 +0200)]
Properly clear timeout used to fire `changed.zf.slider` on `destroy()`.
Marius Olbertz [Wed, 12 Oct 2016 15:03:23 +0000 (17:03 +0200)]
Added unit tests for Slider.
Kevin Ball [Tue, 11 Oct 2016 16:21:10 +0000 (09:21 -0700)]
Merge pull request #9248 from zurb/fix-magellan-bug-develop
Fix magellan and sticky bugs introduced by #8872
Kevin Ball [Mon, 10 Oct 2016 18:24:07 +0000 (11:24 -0700)]
Revert "Merge branch 'fixed-off-canvas' of git://github.com/brettsmason/foundation-sites into brettsmason-fixed-off-canvas"
This reverts commit
a730f625b49ec55f75fcd67926c9162d110aeb95 , reversing
changes made to
aad53b2e02fb439c42f41d7cd9643cd42872959f .
Kevin Ball [Mon, 10 Oct 2016 18:35:06 +0000 (11:35 -0700)]
Merge pull request #9246 from zurb/fix-magellan-bug
Fix magellan and sticky bugs introduced by #8872
Kevin Ball [Mon, 10 Oct 2016 18:24:07 +0000 (11:24 -0700)]
Revert "Merge branch 'fixed-off-canvas' of git://github.com/brettsmason/foundation-sites into brettsmason-fixed-off-canvas"
This reverts commit
a730f625b49ec55f75fcd67926c9162d110aeb95 , reversing
changes made to
aad53b2e02fb439c42f41d7cd9643cd42872959f .
Kevin Ball [Mon, 10 Oct 2016 17:41:49 +0000 (10:41 -0700)]
Merge pull request #8693 from ncoden/grid-gutter-auto-size
Make grid-column-gutter define responsive gutters by default #8259
Kevin Ball [Mon, 10 Oct 2016 17:28:48 +0000 (10:28 -0700)]
Merge pull request #9031 from abdullahsalem/fix-button-groups-radius
Fixes button groups radius #8447