Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,19 @@

* @angular/cli: compressed output (.gz) is no longer generated on production builds.
* @angular/cli: sourcemaps now are always [filename].map (e.g `main.bundle.js.map` instead of `main.bundle.map`).
* @angular/cli: The configuration file angular-cli.json has been renamed to .angular-cli.json
* @angular/cli: The configuration file `angular-cli.json` has been renamed to `.angular-cli.json`.

Rename the file in your project, and update the file reference in `karma.conf.js`.
* @angular/cli: Generating a module with routing will no longer generate an associated component.
* @angular/cli: 'assets' as a string in angular-cli.json is no longer allowed, use an array instead.
* @angular/cli: 'assets' as a string in angular-cli.json is no longer allowed.

Use an array instead.
* @angular/cli: Removing the `ng init` & `ng update` commands because their current implementation causes more problems than it solves. Once RC is released, we won't need to use those to update anymore as the step will be as simple as installing the latest version of the CLI.

Use this section for updating to newver versions of the CLI, along with the [update documentation](https://github.com/angular/angular-cli#updating-angular-cli).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newver typo.

* @angular/cli: A new environmentSource entry replaces the previous source entry inside environments.
To migrate the code follow the example below:

To migrate the code follow the example below:

Before:

Expand Down