]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
bumped version to 4.1.2, updated change log
authorMark Hayes <mark@zurb.com>
Wed, 10 Apr 2013 17:02:43 +0000 (10:02 -0700)
committerMark Hayes <mark@zurb.com>
Wed, 10 Apr 2013 17:02:43 +0000 (10:02 -0700)
Gemfile.lock
docs/CHANGELOG.md
lib/foundation/version.rb

index fb3511744731b7c174bbe292270fbac0831215d8..7556938ba04416e4ef3e67c50eb75bdc065a5329 100644 (file)
@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    zurb-foundation (4.1.1)
+    zurb-foundation (4.1.2)
       sass (>= 3.2.0)
 
 GEM
index d46752b5c6a7c0ae6cd8bc5b4b355d290009cdb2..ea82043503261ac360864366edde33a325bf8a50 100644 (file)
@@ -1,3 +1,17 @@
+### 4.1.2- April 10, 2013
+
+* Added Joyride expose functionality
+* General bug fixes for regressions that came up with RTL release
+* Section is now fully semantic
+* Clicking on current thumbnail in Clearing now advances to next slide
+* data-options support added to Clearing
+* Addressed Foundation loader incompatiblities with non-jQuery and non-Zepto JS libraries
+* Fixed Rails generator bug when using CoffeeScript files
+* Added `reflow` to Section js plugin to support dynamic content
+
+
+You can compare the commits [here](https://github.com/zurb/foundation/compare/v4.1.1...v4.1.2).
+
 ### 4.1.1- April 2, 2013
 * Changed all references to the variable `$default-opposite` to `$opposite-direction`
 * Added `dir` attribute to `html` tag
index 54ca49149d19fa0acab8d9b25a770c290c3b2b24..3ae6c2d632623611f8c1ce7918e014f06f43e45d 100644 (file)
@@ -1,3 +1,3 @@
 module Foundation
-  VERSION = "4.1.1"
+  VERSION = "4.1.2"
 end