diff --git a/CHANGELOG.md b/CHANGELOG.md index 8419c0d2e4..cdb8c93921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,61 +1,46 @@ # [2.0.0-rc.0](https://github.com/driftyco/ionic/compare/v2.0.0-beta.11...v2.0.0-rc.0) (2016-09-28) -RC0 requires changes to the structure of your app. To get started updating your app see the [upgrade steps](#steps-to-upgrade-to-rc0) section below. +RC0 requires changes to the structure of your app. To get started updating your app see the [Steps to Upgrade](#steps-to-upgrade-to-rc0) below. -### New Features * Ionic 2 API finalized for `2.0.0` release -* Angular 2.0.0 (final!) -* ionViewCanEnter / CanLeave lifecycle events -* FAB Button lists +* Angular `2.0.0` final! +* `ionViewCanEnter` / `ionViewCanLeave` lifecycle events +* Floating Action Button (FAB) lists * Ahead of Time (AoT) compiler ready -* Components can now individually set a mode, which means an app can mix and match iOS / Material Design / Windows Platform modes if that’s desired. +* Components can now individually set a mode, which means an app can mix and match iOS / Material Design / Windows Platform modes if that’s desired * Typescript 2.0 -* @types support for third-party libraries -* Move away from `gulp` to `@ionic/app-scripts` -* Use Rollup for bundling instead of `browserify` or `webpack` +* `@types` support for third-party libraries +* Move away from `gulp` ([ionic-gulp-tasks](https://github.com/driftyco/ionic-gulp-tasks)) to `npm scripts` ([ionic-app-scripts](https://github.com/driftyco/ionic-app-scripts)) +* Use [Rollup](http://rollupjs.org) for bundling instead of `browserify` or `webpack` + ### BREAKING CHANGES * Angular upgrade to [2.0.0](https://angular.io/docs/ts/latest/cookbook/rc4-to-rc5.html) - * [Renamed Lifecycle events](#lifecycle-events-renamed). - -* Storage has been removed from ionic-angular and into a separate module, @ionic/storage. -Starters have been updated to add this, make sure to add it to your package.json if you’re using the storage system. See more [details here](#storage). - +* Storage has been removed from `ionic-angular` and placed into a separate module, `@ionic/storage`. Starters have been updated to add this, make sure to add it to your `package.json` if you’re using the storage system. See more [details here](#storage). * Nav transitions are queued. For more info on what this means for you see [this section](#nav-transitions). - * Removed Tabs `preloadTabs` ability. This is no longer needed with the Ahead of Time (AoT) compiler. - * Icons in buttons require an attribute on the parent button in order to style them. - * Platform and mode CSS classes have been moved from the
element to the