--- /dev/null
+<div class="row">
+ <div class="large-3 columns">
+ <%= render "_sidebar.html.erb" %>
+ </div>
+
+ <div class="large-9 columns">
+
+ <% @page_title = "Changelog" %>
+ <h2><%= @page_title %></h2>
+
+ <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>
+
+ <hr />
+
+ <h5><strong>4.0</strong> — Feburary 28, 2013</h5>
+ <p>Initial launch of Foundation 4, a rewritten, mobile-first implementation of the framework. Major enhancements include a mobile-first approach across the board, Scss tools to allow for all-semantic coding, and rewritten JS plugins for speed and ease of use. Marketing site updates, new docs, refined and simplified styles and more. Review the <a href="../migration.php">migration guide</a> for more information.</p>
+
+ <h5>3.2.5 — January 26, 2013</h5>
+ <p>This patch fixes compatability with jQuery 1.9. This patch includes:</p>
+ <ul class="disc">
+ <li>Bumped Topbar to 2.04 and removed deprecated jQuery die() and live() events.</li>
+ <li>Fixed magellan destination undefined error.</li>
+ <li>Add Clearing and Joyride to SCSS project templates.</li>
+ </ul>
+
+ <h5>3.2.4 — January 14, 2013</h5>
+ <p>This patch includes bug fixes and a few style improvements for small UI elements. This patch includes:</p>
+ <ul class="disc">
+ <li>Bumped Joyride to version 2.0.3</li>
+ <li>Added centered pagination style</li>
+ <li>Fixed bug with Orbit captions</li>
+ <li>Fixed bugs with clicking on accordion element</li>
+ <li>Added styling for buttons inside dropdowns</li>
+ <li>We're now using max-width instead of width on tooltips</li>
+ <li>Added class, .tip-centered-top and .top-centered-bottom for positioning tooltips</li>
+ <li>Added functionality to create a stick top bar that enables it to be down the page in the markup and stick when it hits the browser edge.</li>
+ <li>Fixes to the semantic grid mixin</li>
+ <li>Added better :focus styles for error inputs</li>
+ <li>Added settings for Top Bar Toggle color</li>
+ <li>Updated Modular Scale to version 1.0.6</li>
+ <li>Fixed bug with printing styles</li>
+ </ul>
+
+ <hr>
+
+ <h5>3.2.3</h5>
+ <p>This patch fixes a few quick bugs.</p>
+
+ <hr>
+
+ <h5>3.2.2 — November 10, 2012</h5>
+ <p>This patch fixes a typo found in the tabs plugin.</p>
+
+ <hr>
+
+ <h5>3.2.1 — November 9, 2012</h5>
+ <p>This patch include bug fixes for various elements, such as:</p>
+ <ul class="disc">
+ <li>Adding a missing line for mqueries.scss into app.scss</li>
+ <li>Height of fixed magellan element</li>
+ <li>Update viewport tag with initial-scale</li>
+ <li>Dropdown button fixes</li>
+ <li>Clearing bug fixes</li>
+ <li>Added a font-smoothing variable</li>
+ <li>Added close support to accordions</li>
+ <li>Removed deep linking hashes from tabs</li>
+ <li>Topbar now resets on close for small layouts</li>
+ </ul>
+
+ <hr>
+
+ <h5><strong>3.2</strong> — October 26, 2012</h5>
+ <p>With this update we've revamped our documentation to be more organized and explain details regarding Scss, Compass and Javascripts.</p>
+
+ <p>The updates to Foundation itself are as follows:</p>
+ <ul class="disc">
+ <li>Added <a href="http://foundation.zurb.com/docs/magellan.php">Magellan</a>, a plugin for building design agnostic sticky navs that know where you are on the page.</li>
+ <li>Added <a href="http://foundation.zurb.com/docs/joyride.php">Joyride</a>, our plugin for creating tours of your website or app.</li>
+ <li>Added <a href="http://foundation.zurb.com/docs/clearing.php">Clearing</a>, our new responsive image gallery lightbox plugin.</li>
+ <li>Cleaned up Orbit a bit. We now use opacity on each slide so you don't have stacking problems or different image size problems. You can now optionally stack slides on mobile. Orbit can now be swipable on mobile as well.</li>
+ <li>Updated Reveal</li>
+ <li>Updated index files to use defined header and footer structure</li>
+ <li>Cleaned up some Compass included</li>
+ <li>RTL for ui and navbar.</li>
+ <li>Tabs can now use unordered lists or definition lists, replacing the definition title with an li.section-title.</li>
+ <li>Added definition list styles.</li>
+ <li>Added mobile-#-up classes to use in conjunction with regular block-grid classes for a different mobile grid.</li>
+ <li>Updated block grids to be really flexible and customizable based on a variable.</li>
+ <li>Added better responsive styling for tooltips.</li>
+ <li>Separated all media queries into their own file for easy droppping.</li>
+ <li>Updated modular scale to use new functions, doesn't effect end-users.</li>
+ <li>Updated visibility classes to use inherit instead of block to accomodate for spans.</li>
+ <li>Removed HTML5 Shiv from header since its included in modernizr.</li>
+ <li>Added <a href="http://foundation.zurb.com/docs/elements.php#pricing-tables">pricing tables</a> UI element</li>
+ <li>Added many new Scss variables to control styling for things like: topbar, clearing, joyride, pricint tables, etc.</li>
+ <li>Bug fixes for Topbar.</li>
+ <li>Added 5 <a href="http://foundation.zurb.com/templates.php">HTML templates</a> to the add-ons section.</li>
+ </ul>
+
+ <hr>
+
+ <h5>3.1.1 — September 19, 2012</h5>
+ <p>Updating Top Bar navigation implementation pattern to wrap <code>.contain-to-grid</code> and/or <code>.fixed</code> around the <code>nav</code> element to prevent horizontal scroll bars when using <code>.contain-to-grid</code>. Updated the topBar breakpoint option so users only need to update the Scss variable.</p>
+
+ <hr>
+
+ <h5><strong>3.1</strong> — September 14, 2012</h5>
+ <p>Launched new features, a new Add-ons section to the marketing site, Right to left language support, and fixed bugs.</p>
+ <p>With this release of Foundation, we include:</p>
+ <ul class="disc" style="list-style: outside;">
+ <li>Downloadable HTML template pages that can be copy/pasted into an existing project or added to your project upon downloading from the customizer.</li>
+ <li>The Add-on's section includes a round-up of all the playground pieces, etc that aren't officially included in Foundation, but built to work with it. This includes: <a href="../templates.php">Templates</a>, <a href="../icon-fonts.php">Icon Fonts</a>, <a href="../off-canvas.php">Off-Canvas Layouts</a>, <a href="../responsive-tables.php">Responsive Tables</a>, <a href="../social-icons.php">SVG Social Icons</a>, and <a href="../stencils.php">Omnigraffle Stencils</a>.</li>
+ <li>Foundation now includes a <a href="navigation.php">responsive top navigation</a> bar that lets you have control over when it responds and what you include in it. We've made it really easy to customize using Scss.</li>
+ <li>Right-to-left language support straight out of the box. You can adjust this in the settings.scss file or upon downloading with the customizer.</li>
+ <li>New UI Styles for Progress Bars and Image Thumbs.</li>
+ <li>Updated to include jQuery 1.8.1</li>
+ <li>Orbit thumbnail documentation.</li>
+ <li>Better Reveal size documentation.</li>
+ </ul>
+
+ <hr>
+
+ <h5>3.0.9 — August 14, 2012</h5>
+ <p>Bug fixes and locking down dependencies.</p>
+
+ <hr>
+
+ <h5>3.0.8 — August 10, 2012</h5>
+ <p>Numerous bugfixes. Added media query toggle plugin. Removed marketing site from repository and included a new <strong>test/</strong> directory to help contributors test patches.</p>
+ <p>New features: Media Query Toggler, block-grid mobile layouts, font-size customizer options and included modular scale gem as dependancy for SCSS version.</p>
+
+ <h5>3.0.7 — July 30, 2012</h5>
+ <p>Numerous JS bug fixes, added generators for Rails and refactored SCSS directory for better maintainability and scalability over time. CSS files weren't affected by this refactoring.</p>
+
+ <hr>
+
+ <h5>3.0.6 — July 20, 2012</h5>
+ <p>Numerous bugfixes including dropdown buttons on touch devices, Modernizr update with IE8Compat, split button colors, and more. Split out the functions in app.js to be part of the Gem and only initialized in app.js, so you can keep a clean distinction between your JS and Foundation's (if you want to). Added an <a href="elements.php">accordion</a> element.</p>
+
+ <hr>
+
+ <h5>3.0.5 — July 10, 2012</h5>
+ <p>Fixed Compass performance issues by separating out each Foundation file and removing extraneous imports.</p>
+
+ <hr>
+
+ <h5>3.0.4 — July 6, 2012</h5>
+ <p>Fixed a number of bugs around the Sass/Gem installs and documentation. Some smaller items:</p>
+ <ul class="disc" style="list-style: outside;">
+ <li>Fixed a bug with dropdown buttons to allow clicking on their anchors again.</li>
+ <li>Added styles for HTML5 (and other) input styles, not just text.</li>
+ <li>Added error states back to the forms documentation.</li>
+ <li>Flyouts in a nav bar can now expand up as well as down.</li>
+ <li>In SCSS you can now set $base-size correctly, but we're still working to correct modifying the $ratio variable.</li>
+ </ul>
+
+ <hr>
+
+ <h5>3.0.1 to 3.0.3 — July 2 to July 4</h5>
+ <p>Various bug fixes with the downloader, gem, and Sass install.</p>
+
+ <hr>
+
+ <h5><strong>3.0</strong> — June 30, 2012</h5>
+ <p>Initial launch of Foundation 3, deprecating Foundation 2.2.1. Major enhancements include Sass/SCSS development, new grid system with box-sizing: border-box, new form styles, new UI elements, retooled download and install options, new docs, new marketing site.</p>
+
+ <hr>
+
+ <div class="panel">
+ <h3>Where Does Foundation Work?</h3>
+ <h5 class="subheader">Foundation is the most advanced front-end framework in existence. We've ditched IE7 so that we can do more awesome things and push the web to where it needs to be.</h5>
+ <a class="button" href="support.php">Browser Support »</a> <a class="secondary button" href="faq.php">Frequently Asked Questions »</a>
+ </div>
+
+
+ </div>
+</div>
+
+
+
+
+
+
+
+