From 602ed5e35002898d002997f3de5d0dcc3a83bd42 Mon Sep 17 00:00:00 2001 From: "Meligy, GuruStop.NET" Date: Fri, 17 Feb 2017 15:25:37 +1100 Subject: [PATCH] feat(docs): expand beta 32 breaking changes section - Sets the actionable steps in separate lines - Adds note about karma and CLI config file - Adds note about action for `ng update` --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ec9a98b215..b0f6b7972cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). * @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: