]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
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.
Corey Snyder [Thu, 18 Aug 2016 19:05:47 +0000 (15:05 -0400)]
Include tabs in mutation triggers
Tabs itself has no need to listen for mutation events, but it’s content
might. Trigger a mutation event to it’s listening children after the
tabs change.
Corey Snyder [Thu, 18 Aug 2016 16:07:32 +0000 (12:07 -0400)]
forgot a comma
Corey Snyder [Thu, 18 Aug 2016 15:36:01 +0000 (11:36 -0400)]
updating triggers for mutation listeners, and equalizer to use them
This is the implementation of mutation in addition to scroll and resize
triggers for universal plugin usage. Foundation can now fire events
when elements that are listening for mutation events or their children
change in the DOM either by element addition, element removal, or
attribute manipulation.
This can be very useful for ajax caused changes, display none on load
issues, element manipulation, and any other DOM mutation events.
Kevin Ball [Tue, 9 Aug 2016 18:40:39 +0000 (11:40 -0700)]
Merge pull request #7840 from Grafikart/fix-offcanvas
Fix off-canvas for small sites
Marius Olbertz [Sun, 24 Jul 2016 08:22:00 +0000 (10:22 +0200)]
Merge pull request #9036 from okofish/develop
Commenting out console.log in Reveal
Marius Olbertz [Sat, 23 Jul 2016 19:57:38 +0000 (21:57 +0200)]
Merge pull request #9020 from iamdey/js_dropdown_float-right-ommited
[JS-dropdown] fix float-right is ommited when last in classes
Kevin Ball [Fri, 22 Jul 2016 17:14:55 +0000 (10:14 -0700)]
Merge pull request #8923 from silverelizard/remove-deprecated-load
Remove references to deprecated jQuery.fn.load()
Corrine Olson [Fri, 22 Jul 2016 12:52:44 +0000 (08:52 -0400)]
Undo dist file changes from building
Jesse Friedman [Tue, 19 Jul 2016 09:12:19 +0000 (05:12 -0400)]
Commenting out console.log in Reveal
David Epely [Fri, 15 Jul 2016 09:48:40 +0000 (11:48 +0200)]
[JS-dropdown] remove useless expected white space after float-right
David Epely [Wed, 13 Jul 2016 14:52:45 +0000 (16:52 +0200)]
[JS-dropdown] fix float-right is ommited when last in classes
Kevin Ball [Tue, 12 Jul 2016 22:17:12 +0000 (15:17 -0700)]
Merge pull request #8785 from iamdey/js_dropdown_add_unit_test
[JS-dropdown] no-reggression unit test for getPosition()
Rafi [Tue, 12 Jul 2016 21:45:56 +0000 (14:45 -0700)]
Merge pull request #8776 from pdeffendol/fix-input-spinners
Fix bad nesting that breaks input-number-spinners styles
Rafi [Tue, 12 Jul 2016 21:10:01 +0000 (14:10 -0700)]
Merge pull request #8972 from bahamagician/develop
Fix ghetto for loop
Kevin Ball [Tue, 12 Jul 2016 20:24:37 +0000 (13:24 -0700)]
Merge pull request #8904 from marshallswain/patch-1
Enable the script to load in DoneJS SSR
Corrine Olson [Tue, 12 Jul 2016 19:45:02 +0000 (15:45 -0400)]
Change "" to '' in foundation.util.triggers.js
Corrine Olson [Tue, 12 Jul 2016 19:44:11 +0000 (15:44 -0400)]
Change "" to '' in foundation.interchange.js
Corrine Olson [Tue, 12 Jul 2016 19:42:09 +0000 (15:42 -0400)]
Change "" to '' in foundation.util.triggers.js
Corrine Olson [Tue, 12 Jul 2016 19:41:26 +0000 (15:41 -0400)]
Change "" to '' in foundation.interchange.js
Corrine Olson [Tue, 12 Jul 2016 19:40:32 +0000 (15:40 -0400)]
Remove space and "" to '' in dist/foundation.js
Rafi [Mon, 11 Jul 2016 17:56:54 +0000 (10:56 -0700)]
Merge pull request #8925 from saadshahd/fix/nested-row-under-collapsed
Add is-collapse-child class
Rafi [Mon, 11 Jul 2016 17:43:32 +0000 (10:43 -0700)]
Merge pull request #8939 from jderose9/develop
Correct tooltip dependency list in comments
Rafi [Mon, 11 Jul 2016 17:09:16 +0000 (10:09 -0700)]
Merge pull request #8991 from andycochran/centeredlastcolumn
fix centered columns flowing around uncentered columns
Marius Olbertz [Mon, 11 Jul 2016 15:44:13 +0000 (17:44 +0200)]
Merge pull request #8942 from dhargitai/develop
Change slides with arrow keys only if the data-accessible option is true
Andy Cochran [Tue, 5 Jul 2016 17:10:56 +0000 (13:10 -0400)]
Merge pull request #8983 from abdullahsalem/fix-equalizer-dependencies
Fixed the Equalizer dependencies #8974
Andy Cochran [Sat, 2 Jul 2016 00:44:44 +0000 (20:44 -0400)]
fix centered columns flowing around uncentered columns
Rafi [Fri, 1 Jul 2016 23:58:38 +0000 (16:58 -0700)]
Merge pull request #8990 from andycochran/centeredlastcolumn
add specificity to centered columns to override :last-child
Andy Cochran [Fri, 1 Jul 2016 23:56:05 +0000 (19:56 -0400)]
add row w/ single column to centered-columns visual test
Andy Cochran [Fri, 1 Jul 2016 23:54:09 +0000 (19:54 -0400)]
create visual test for centered columns
Andy Cochran [Fri, 1 Jul 2016 18:13:28 +0000 (14:13 -0400)]
add specificity to centered columns to override :last-child
Rafi [Fri, 1 Jul 2016 17:37:21 +0000 (10:37 -0700)]
Merge pull request #8767 from grgcnnr/develop
Added and optional background parameter to the reveal-overlay() mixin
Abdullah Salem [Wed, 29 Jun 2016 21:48:37 +0000 (00:48 +0300)]
Added the Equalizer's dependencies to the config.yml
Abdullah Salem [Wed, 29 Jun 2016 21:21:12 +0000 (00:21 +0300)]
Fixed the Equalizer dependencies #8974
Chris Thronebury [Sun, 26 Jun 2016 15:20:53 +0000 (11:20 -0400)]
Add check if key exists in map
Chris Thronebury [Sun, 26 Jun 2016 04:31:09 +0000 (00:31 -0400)]
Fix ghetto for loop
Rafi [Tue, 21 Jun 2016 20:20:55 +0000 (13:20 -0700)]
Merge pull request #8868 from abdullahsalem/fix-dropdown-bottom-left-aligned
Fixed the position of the bottom-left aligned dropdown
David Hargitai [Fri, 17 Jun 2016 16:57:38 +0000 (18:57 +0200)]
Change slides with arrow keys only if the data-accessible option is true
DeRose [Thu, 16 Jun 2016 19:07:02 +0000 (15:07 -0400)]
Correct documentation for tooltip dependency list
Saad Shahd [Fri, 10 Jun 2016 22:16:41 +0000 (00:16 +0200)]
Add is-collapse-child class
Corrine Olson [Fri, 10 Jun 2016 18:16:09 +0000 (14:16 -0400)]
Force build to rerun
Corrine Olson [Fri, 10 Jun 2016 17:59:59 +0000 (13:59 -0400)]
Remove references to deprecat .load() function
Marshall Thompson [Mon, 6 Jun 2016 15:53:48 +0000 (09:53 -0600)]
Enable the script to load in DoneJS SSR
Adding this check for `script && script.parentNode` allows foundation-sites to work with DoneJS's Server Side Rendering.
Rafi [Wed, 1 Jun 2016 15:57:40 +0000 (08:57 -0700)]
Merge pull request #8874 from abdullahsalem/fix-progress-bar-on-Edge
Fixed the progress-bar black border in IE and Edge
Rafi [Wed, 1 Jun 2016 15:56:54 +0000 (08:56 -0700)]
Merge pull request #8875 from abdullahsalem/fix-meter-black-border-in-Edge
Fixed the Meter black border in Edge
Brett Mason [Wed, 1 Jun 2016 14:16:38 +0000 (15:16 +0100)]
Merge pull request #8877 from denisahac/develop
Added background, and color css declarations for table tfoot
Nordanne Isahac [Wed, 1 Jun 2016 13:30:57 +0000 (21:30 +0800)]
Added background, and color css declarations for table tfoot
Abdullah Salem [Tue, 31 May 2016 22:00:34 +0000 (01:00 +0300)]
Fixed the Meter black border in Edge
Rafi [Tue, 31 May 2016 21:39:22 +0000 (14:39 -0700)]
Merge pull request #8853 from saadshahd/patch-2
Fix: undo margins for flex-grid nested rows with collapse
Rafi [Tue, 31 May 2016 21:07:15 +0000 (14:07 -0700)]
Merge pull request #8854 from saadshahd/patch-3
Remove switch.components.scss extra vertical space
Abdullah Salem [Tue, 31 May 2016 21:00:20 +0000 (00:00 +0300)]
Fixed the progress-bar black border in IE and Edge
Rafi [Tue, 31 May 2016 20:46:30 +0000 (13:46 -0700)]
Merge pull request #8873 from abdullahsalem/fix-foundation-js-version
Fixed the Foundation JavaScript version
RafiBomb [Tue, 31 May 2016 16:57:13 +0000 (09:57 -0700)]
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop
RafiBomb [Tue, 31 May 2016 16:56:33 +0000 (09:56 -0700)]
changes default equalizer setting to not equalize on small
Abdullah Salem [Tue, 31 May 2016 16:45:32 +0000 (19:45 +0300)]
Fixed the Foundation JavaScript version
Abdullah Salem [Mon, 30 May 2016 23:48:27 +0000 (02:48 +0300)]
Fixed the position of the bottom-left aligned dropdown
Saad Shahd [Thu, 26 May 2016 12:36:53 +0000 (14:36 +0200)]
Fix: flex-grid nested rows with collapse
Undo the margin declaration for `.row .row.collapse`
Adds:
```CSS
.row .row.collapse {
margin-left:
}
```
Kevin Ball [Fri, 27 May 2016 16:39:18 +0000 (09:39 -0700)]
Merge branch 'master' into develop
Kevin Ball [Fri, 27 May 2016 16:37:51 +0000 (09:37 -0700)]
Catch some pieces missed by deploy script
Kevin Ball [Fri, 27 May 2016 16:33:45 +0000 (09:33 -0700)]
Bump to 6.2.3
Kevin Ball [Fri, 27 May 2016 15:43:07 +0000 (08:43 -0700)]
Reintroduce oddly missing settings.scss
Kevin Ball [Thu, 26 May 2016 20:50:12 +0000 (13:50 -0700)]
Fix missing version number in scss comment
Kevin Ball [Thu, 26 May 2016 16:49:52 +0000 (09:49 -0700)]
Merge branch 'master' into develop
Kevin Ball [Thu, 26 May 2016 16:31:19 +0000 (09:31 -0700)]
Bump to version 6.2.2
Kevin Ball [Thu, 26 May 2016 16:30:33 +0000 (09:30 -0700)]
Merge branch 'master' into v6.2.2
Saad Shahd [Thu, 26 May 2016 13:08:08 +0000 (15:08 +0200)]
Remove switch.components.scss extra vertical space
RafiBomb [Mon, 23 May 2016 23:25:45 +0000 (16:25 -0700)]
makes all sticky tests active on small
Rafi [Mon, 23 May 2016 21:54:46 +0000 (14:54 -0700)]
fixing grid docs annoying visual bug
Kevin Ball [Fri, 20 May 2016 16:41:08 +0000 (09:41 -0700)]
Package distribution for 6.2.2-rc2
Kevin Ball [Thu, 19 May 2016 17:21:37 +0000 (10:21 -0700)]
Merge pull request #8805 from zurb/fix-slider-top-increment
Clean up slider logic and fix bug with top end
Kevin Ball [Wed, 18 May 2016 23:36:47 +0000 (16:36 -0700)]
Fix sliding behavior on android 6
Kevin Ball [Wed, 18 May 2016 22:55:32 +0000 (15:55 -0700)]
Merge pull request #8809 from zurb/rtl-dropdown-overflow-bug
Add missing styles for collision changed dropdown menu in RTL
Kevin Ball [Wed, 18 May 2016 22:30:55 +0000 (15:30 -0700)]
Fix opens-inner to work properly in rtl
Kevin Ball [Wed, 18 May 2016 22:14:45 +0000 (15:14 -0700)]
Better guess about when to add windowScroll offset
Kevin Ball [Wed, 18 May 2016 21:31:51 +0000 (14:31 -0700)]
Fix offset of touch events for vertical slider on android
Kevin Ball [Wed, 18 May 2016 20:45:52 +0000 (13:45 -0700)]
Merge pull request #8807 from zurb/reveal-on-android
Fix background scrolling for Android and improve on iOS
Kevin Ball [Wed, 18 May 2016 20:45:12 +0000 (13:45 -0700)]
Merge pull request #8808 from zurb/reveal-explicit-close
Fix issue with explicit close logic
Kevin Ball [Wed, 18 May 2016 20:28:35 +0000 (13:28 -0700)]
Add missing styles for collision changed dropdown menu in RTL
Kevin Ball [Wed, 18 May 2016 19:55:17 +0000 (12:55 -0700)]
Fix issue with explicit close logic
Kevin Ball [Wed, 18 May 2016 19:40:46 +0000 (12:40 -0700)]
Fix background scrolling for Android and improve on iOS
Kevin Ball [Wed, 18 May 2016 17:34:18 +0000 (10:34 -0700)]
Clean up slider logic and fix bug with top end
David Epely [Fri, 13 May 2016 12:52:37 +0000 (14:52 +0200)]
[JS-dropdown] no-reggression unit test for getPosition()
Daniel Schuba [Mon, 16 May 2016 14:54:54 +0000 (16:54 +0200)]
Fix for #8792
I guess this is a misunderstanding about android browser versions
To target Android Webview (Android 2.3) another syntax is needed than for Android Chrome which it was until now.
Rafi [Mon, 16 May 2016 20:48:20 +0000 (13:48 -0700)]
Merge pull request #8794 from DaSchTour/patch-2
Fix for #8792
Daniel Schuba [Mon, 16 May 2016 14:54:54 +0000 (16:54 +0200)]
Fix for #8792
I guess this is a misunderstanding about android browser versions
To target Android Webview (Android 2.3) another syntax is needed than for Android Chrome which it was until now.
Colin Marshall [Fri, 13 May 2016 19:49:26 +0000 (13:49 -0600)]
Merge pull request #8777 from andycochran/stick-docs-bad-markup
[Sticky] fix bad grid markup in docs
Kevin Ball [Fri, 13 May 2016 15:55:45 +0000 (08:55 -0700)]
Merge pull request #8783 from designerno1/v6.2.2-abide-radio-fix
v6.2.2 fixes abide radio check if only one radio is required
jk [Fri, 13 May 2016 11:44:41 +0000 (13:44 +0200)]
v6.2.2 fixes abide radio check if only one radio is required
Andy Cochran [Thu, 12 May 2016 18:53:44 +0000 (14:53 -0400)]
fix bad markup
Andy Cochran [Thu, 12 May 2016 18:02:47 +0000 (14:02 -0400)]
fix bad grid markup
Pete Deffendol [Thu, 12 May 2016 17:10:54 +0000 (11:10 -0600)]
Fix bad nesting that breaks input-number-spinners styles
Kevin Ball [Wed, 11 May 2016 20:18:57 +0000 (13:18 -0700)]
Update dist for 6.2.2-rc1
Kevin Ball [Wed, 11 May 2016 18:36:38 +0000 (11:36 -0700)]
Merge pull request #8717 from gehasia/sticky-fluidheightoffset-fix
[Bugfix] Sticky : Set container height before positioning anchors
Kevin Ball [Wed, 11 May 2016 18:35:04 +0000 (11:35 -0700)]
Merge pull request #8715 from gehasia/sticky-reflowing-fix
[Bugfix] Sticky : Anchored element's not following the flow when resi…
Kevin Ball [Wed, 11 May 2016 17:07:42 +0000 (10:07 -0700)]
Merge pull request #8387 from tjhiggins/th_imnottouchingyou
[Bug Fix] Incorrect calculation for container right overlap
Kevin Ball [Wed, 11 May 2016 17:05:50 +0000 (10:05 -0700)]
Merge pull request #8716 from gehasia/sticky-onlyoneanchor-fix
[Bugfix] Sticky : Correct anchor offset when using only one of data-top-anchor…
Kevin Ball [Wed, 11 May 2016 17:03:34 +0000 (10:03 -0700)]
Merge branch 'master' into develop
Kevin Ball [Wed, 11 May 2016 17:03:01 +0000 (10:03 -0700)]
Merge pull request #8719 from gehasia/sticky-destroyanchor-fix
[Bugfix] Sticky : Fixes #8393. anchor object undefined when destroyin…
Kevin Ball [Wed, 11 May 2016 17:02:35 +0000 (10:02 -0700)]
Merge pull request #8644 from designerno1/util-mediaquery
changed.zf.mediaquery improvements
Kevin Ball [Wed, 11 May 2016 16:58:13 +0000 (09:58 -0700)]
Merge pull request #8713 from gehasia/sticky-height-bugfix
[Bugfix] Sticky element losing its height. Fixes #8435