]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
updated changelog for 4.0.6 push later today
authorzurbchris <chris@zurb.com>
Wed, 13 Mar 2013 19:50:01 +0000 (12:50 -0700)
committerzurbchris <chris@zurb.com>
Wed, 13 Mar 2013 19:50:01 +0000 (12:50 -0700)
CHANGELOG.md
docs/changelog.html.erb

index 1611345759c18ea4bc889d5b7b73de4350e03d35..2154cc5f4f674a5a435fdef19d13d3699cd2effe 100644 (file)
@@ -1,8 +1,19 @@
 # Changelog
 ---
 
+### 4.0.6- March 13, 2013
+* Added modular HTML class variables to control whether or no those classes come through into your CSS.
+* Changed global font size defaults to 100% to let browsers use their default zooming.
+* Fixed bugs with top-bar bottom margin variables.
+* Bug fixes for Reveal click event propigation.
+* Bug fixes in the Dropdown plugins for positioning.
+* Removed duplicate binding in sections.
+* Changes all references to `$button-radius` to `$global-radius` to fix customizer blank css files.
+* Updated customizer with better groupings in the checkbox section.
+
+You can compare the commits [here](https://github.com/zurb/foundation/compare/v4.0.5...master).
+
 ### 4.0.5- March 8, 2013
-We're currently working on patch fixes for various parts of Foundation. We'll add to this list as we go up until release.
 * Custom classes added to custom forms now carry through to JS.
 * Added `.horizontal-nav` to `foundation.section.js`.
 * Fixed variables that weren't being inherited properly.
index 3cd6dfe29326fbd087cf6455252fff041aca73d5..30c961613b0c5aefab384e8aa4da4a5189d83846 100644 (file)
 
     <h4 class="subheader">We'll keep you up to date with what we've released so you at least have a gist of what goes into each update. For the most part, we'll try to list things out as detailed as we see necessary.</h4>
 
+    <h5>4.0.6&mdash; March 13, 2013</h5>
+    <ul class="disc">
+      <li>Added modular HTML class variables to control whether or no those classes come through into your CSS.</li>
+      <li>Changed global font size defaults to 100% to let browsers use their default zooming.</li>
+      <li>Fixed bugs with top-bar bottom margin variables.</li>
+      <li>Bug fixes for Reveal click event propigation.</li>
+      <li>Bug fixes in the Dropdown plugins for positioning.</li>
+      <li>Removed duplicate binding in sections.</li>
+      <li>Changes all references to <kbd>$button-radius</kbd> to <kbd>$global-radius</kbd> to fix customizer blank css files.</li>
+      <li>Updated customizer with better groupings in the checkbox section.</li>
+      <li>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.5...master">here</a>.</li>
+    </ul>
+
     <hr>
 
     <h5>4.0.5&mdash; March 8, 2013</h5>
-    <p>We're currently working on patch fixes for various parts of Foundation. We'll add to this list as we go up until release.</p>
     <ul class="disc">
       <li>Custom classes added to custom forms now carry through to JS.</li>
       <li>Added <kbd>.horizontal-nav</kbd> to <kbd>foundation.section.js</kbd>.</li>