Skip to content

feat(docs): expand beta 32 breaking changes section #4770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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