Skip to content

Commit 5fb53fc

Browse files
committed
chore(changelog): add note about ionic-angular module changes
add note about ionic-angular module changes
1 parent d924a7b commit 5fb53fc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RC0 requires changes to the structure of your app. To get started updating your
1212
* 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.
1313
* Typescript 2.0
1414
* @types support for third-party libraries
15+
* Move away from `gulp` to `@ionic/app-scripts`
16+
* Use Rollup for bundling instead of `browserify` or `webpack`
1517

1618
### BREAKING CHANGES
1719

@@ -307,6 +309,10 @@ export class MyAwesomePage {
307309
}
308310
```
309311

312+
#### Deployment Changes
313+
314+
`ionic-angular` package includes es5 code with es2015 module import/exports, `umd` modules, and pure `es2015` code. The `package.json` is set up using the `main` and `module` options to make this work seamlessly.
315+
310316
### Steps to Upgrade to RC0
311317

312318
We are providing 2 ways to update your app with this release. The first way will guide you through creating a new Ionic 2 project and copying your project files to it. This is the easiest way to update your app in our opinion. The second way will step through how to update your existing project. There are a lot of steps involved with this way, and we recommend viewing our conference app for any clarification if you choose this way. This is it! We don’t plan on making any more major API changes after this version.
@@ -352,8 +358,6 @@ ionic start --v2 myApp
352358
13. Move any variables from the mode specific sass files in you're beta.11 app into the `app.variables` file under the mode heading in the new RC0 app.
353359

354360

355-
356-
357361
#### Modifying your Existing Project
358362

359363
1. Install the latest Ionic CLI:

0 commit comments

Comments
 (0)