Skip to content

Commit 98c7999

Browse files
Meligyhansl
authored andcommitted
docs: expand beta 32 breaking changes section (#4916)
- Sets the actionable steps in separate lines - Adds note about karma and CLI config file - Adds note about action for `ng update`
1 parent 2c1e877 commit 98c7999

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,19 @@
4949

5050
* @angular/cli: compressed output (.gz) is no longer generated on production builds.
5151
* @angular/cli: sourcemaps now are always [filename].map (e.g `main.bundle.js.map` instead of `main.bundle.map`).
52-
* @angular/cli: The configuration file angular-cli.json has been renamed to .angular-cli.json
52+
* @angular/cli: The configuration file `angular-cli.json` has been renamed to `.angular-cli.json`.
53+
54+
Rename the file in your project, and update the file reference in `karma.conf.js`.
5355
* @angular/cli: Generating a module with routing will no longer generate an associated component.
54-
* @angular/cli: 'assets' as a string in angular-cli.json is no longer allowed, use an array instead.
56+
* @angular/cli: 'assets' as a string in angular-cli.json is no longer allowed.
57+
58+
Use an array instead.
5559
* @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.
60+
61+
Use this section for updating to newer versions of the CLI, along with the [update documentation](https://github.com/angular/angular-cli#updating-angular-cli).
5662
* @angular/cli: A new environmentSource entry replaces the previous source entry inside environments.
57-
To migrate the code follow the example below:
63+
64+
To migrate the code follow the example below:
5865

5966
Before:
6067

0 commit comments

Comments
 (0)