--- name: changelog url: /changelog title: Changelog ---

Changelog

Foundation is open source and it can move fast. You can stay up to date with each new version here.


How to update

If you're updating a project built with our template stack, the CLI will help you update:

foundation-apps update

It's also possible to update by hand. Open the bower.json and change your foundation-apps dependency to the version you want:

{ "dependencies": { "foundation-apps": "1.0.3" } }

Save the file and then update with Bower:

bower update

Version 1.2 – Eiger

What's in Store?

We're planning a 1.3 release to transition between version 1.x and 2.x of Foundation for Apps. Here's our current plan for 1.3:

General

Features

```html

```

Bug Fixes


Version 1.1 — Weisshorn

March 17, 2015

General

Sass Variable Changes

These Sass variables changed. If you're upgrading an existing project, you'll need to update your _settings.scss file manually.

You don't need to add the new variables to your settings file, unless you want to change their default values.

The old variables are still in the codebase, but aren't being used. They'll be permanently removed in version 1.2.

Template Changes

New Features

$stateProvider .state('home', { url: '/', templateUrl: 'templates/home.html', animation: { enter: 'slideInDown', leave: 'fadeOut' } });

Bug Fixes

The British physicist John Tyndall was the first person to ascend Weisshorn. When the climb was at its most bleak, Tyndall strengthened his resolve with patriotic thoughts:

I thought of Englishmen in battle, of the qualities which had made them famous: it was mainly the quality of not knowing when to yield - of fighting for duty even after they had ceased to be animated by hope. Such thoughts helped to lift me over the rocks.


Version 1.0.3

February 16, 2015

General

Breaking Changes

These Sass variables changed. If you're updating an existing project, you'll need to update your _settings.scss file manually.

The old variables are still in the codebase but aren't being used. They'll be permanently removed in version 1.1.

Template Changes

The Gulpfile used in the template stack now uses the gulp-load-plugins library to streamline use of plugins. If you have an existing project, you don't need to change anything to upgrade.

New Features

Bug Fixes

CSS:

JavaScript:


Version 1.0.2

December 23, 2014

Foundation for Apps is now on npm! npm install foundation-apps

Upgrading from an older version? We changed how our Angular plugins are structured, which means an existing app's build process will need to be changed slightly.

Codebase changes:

New features:


Version 1.0.1

December 12, 2014

Lots of fixes for the Sass, JavaScript, and documentation. Thanks so much to everyone who's been giving feedback, reporting bugs, and most importantly, fixing our typos this past week.

CSS

JavaScript


Version 1.0.0 — Matterhorn

Welcome to Foundation for Apps 1.0.0! Thanks for swinging by to try it out.

Our initial release of the framework includes:

The framework also includes these sweet components:

These components are also available as Angular directives:

How to Contribute

We love feedback! Help us find bugs and suggest improvements or new features. Follow us on Twitter at [@ZURBFoundation](https://twitter.com/zurbfoundation) to keep up-to-date with what's new, or to just shoot the breeze.

If you find a problem or have an idea, open a [new issue](https://github.com/zurb/foundation-apps/issues) on GitHub. When filing a bug report, make sure you specify the browser and operating system you're on, and toss us a screenshot or show us how we can recreate the issue.

Known Issues


Version 1.0.0 RC1 — Mont Blanc

It's our 1.0 release candidate! Thanks for stopping by to take a look.

How to mess with it

If you want a quick way to jump in, check out our starter template, which has a basic directory structure and a blank index file for you to work with. Follow the instructions in the readme to get going.

The first thing you'll probably want to check out is the grid. If you compile this repo on your machine, you can find the grid documentation at http://localhost:8080/#!/grid. You can also view the source of that file here.

To incorporate our Sass components and Angular directives into your own project, install Foundation using Bower:

bower install zurb/foundation-apps

The JavaScript is organized into common components, specific directives, and vendor files. There's also a sample `app.js` that shows how to import the Foundation modules, but you'll likely want to set up your Angular application your own way.

How to contribute

We love feedback! We have a few discussion topics open on our issue tracker, but if you have more specific feedback, please open a new issue! If you encounter any bugs, let us know as well. Be sure to specify the browser and operating system you're using, and show us how we can recreate the issue. Code samples are great!

What's left

The codebase is very close to feature-complete. Here are the things we're still working on: