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
tofoundation.section.js
. - Fixed variables that weren't being inherited properly.
- Fixed a joyride mobile background issue.
- Updated Reveal docs to match 4.0.4 functionality.
- Updated to Zepto 1.0.
- Fixed bugs with visibility classes.
- Updated block-grid nth-of-type clear fix so that it actually works.
- All size block grids now have the same spacing.
- Made images
display: inline-block
by default to remove gap and not screw up layouts. - Progress bars respect their color variables instead of global.
- Added variable for progress bar background color.
- Fixed inconsistency between side margins on unordered and ordered lists.
- Made it so you can set
custom_back_text
variable in top-bar to control if the back link is generic or specific. - Updated visibility classes to work properly with table display properties.
- Helper classes like
.right, .left
now have!important
so they don't get overriden on accident. - Added a page to the docs that explains our use of media queries.
- Removed default outline on a:focus elements that normalize adds.
- Fixed bug with custom checkboxes not clickable from the
<span>
. - Added docs about using Sass standalone with Foundation.
You can compare the commits here.
This patch fixes various bugs that have been submitted since release. We'll be more specific with changelog updates going forward.
Bug fixes
Bug fixes
Bug fixes
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 migration guide for more information.
Bug fixes
Bug fixes
Bug fixes
This patch fixes a typo found in the tabs plugin.
This patch include bug fixes for various elements, such as:
- Adding a missing line for mqueries.scss into app.scss
- Height of fixed magellan element
- Update viewport tag with initial-scale
- Dropdown button fixes
- Clearing bug fixes
- Added a font-smoothing variable
- Added close support to accordions
- Removed deep linking hashes from tabs
- Topbar now resets on close for small layouts
With this update we've revamped our documentation to be more organized and explain details regarding Scss, Compass and Javascripts.
The updates to Foundation itself are as follows:
- Added Magellan, a plugin for building design agnostic sticky navs that know where you are on the page.
- Added Joyride, our plugin for creating tours of your website or app.
- Added Clearing, our new responsive image gallery lightbox plugin.
- 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.
- Updated Reveal
- Updated index files to use defined header and footer structure
- Cleaned up some Compass included
- RTL for ui and navbar.
- Tabs can now use unordered lists or definition lists, replacing the definition title with an li.section-title.
- Added definition list styles.
- Added mobile-#-up classes to use in conjunction with regular block-grid classes for a different mobile grid.
- Updated block grids to be really flexible and customizable based on a variable.
- Added better responsive styling for tooltips.
- Separated all media queries into their own file for easy droppping.
- Updated modular scale to use new functions, doesn't effect end-users.
- Updated visibility classes to use inherit instead of block to accomodate for spans.
- Removed HTML5 Shiv from header since its included in modernizr.
- Added pricing tables UI element
- Added many new Scss variables to control styling for things like: topbar, clearing, joyride, pricint tables, etc.
- Bug fixes for Topbar.
- Added 5 HTML templates to the add-ons section.
Updating Top Bar navigation implementation pattern to wrap .contain-to-grid
and/or .fixed
around the nav
element to prevent horizontal scroll bars when using .contain-to-grid
. Updated the topBar breakpoint option so users only need to update the Scss variable.
Launched new features, a new Add-ons section to the marketing site, Right to left language support, and fixed bugs.
With this release of Foundation, we include:
- Downloadable HTML template pages that can be copy/pasted into an existing project or added to your project upon downloading from the customizer.
- 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: Templates, Icon Fonts, Off-Canvas Layouts, Responsive Tables, SVG Social Icons, and Omnigraffle Stencils.
- Foundation now includes a responsive top navigation 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.
- 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.
- New UI Styles for Progress Bars and Image Thumbs.
- Updated to include jQuery 1.8.1
- Orbit thumbnail documentation.
- Better Reveal size documentation.
Bug fixes and locking down dependencies.
Numerous bugfixes. Added media query toggle plugin. Removed marketing site from repository and included a new test/
directory to help contributors test patches.
New features: Media Query Toggler, block-grid mobile layouts, font-size customizer options and included modular scale gem as dependancy for SCSS version.
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.
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 accordion element.
Fixed Compass performance issues by separating out each Foundation file and removing extraneous imports.
Fixed a number of bugs around the Sass/Gem installs and documentation. Some smaller items:
- Fixed a bug with dropdown buttons to allow clicking on their anchors again.
- Added styles for HTML5 (and other) input styles, not just text.
- Added error states back to the forms documentation.
- Flyouts in a nav bar can now expand up as well as down.
- In SCSS you can now set $base-size correctly, but we're still working to correct modifying the $ratio variable.
Various bug fixes with the downloader, gem, and Sass install.
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.