Skip to content

Latest commit

 

History

History
264 lines (153 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

264 lines (153 loc) · 19.5 KB

Bug Fixes

Features

  • add features in get-dependent-files.ts (#1525) (7565f2d)
  • Add LCOV reporting by default in karma remap instanbul reporter (#1657) (10dd465)
  • build: implement --base-href argument (74b29b3), closes #1064 #1506
  • build: silence sourcemap warnings for vendors (#1673) (67098e0)
  • build: update angular-cli.json (#1633) (3dcd49b)
  • feature: add ability to generate feature modules (#1867) (1f4c6fe)
  • module: add generation of modules (f40e6f1), closes #1650
  • serve: add proxy support (9d69748)
  • tslint: add validation for selector prefix (9ff8c09), closes #1565

Bug Fixes

  • webpack-copy: copies files from public/ directory to dist/ and preserves references (b11bc94)
  • Set fs building/polyfill empty for better package support (#1599) (560ae8f)
  • Updated webpack-karma which has proper peer deps settings (#1597) (ace720b)

Features

  • add utility functions for route generation (#1330) (4fd8e9c)
  • ngmodules and insert components based on the AST (#1616) (5bcb7be)

Hey you! Yes, you! Angular-CLI team here. You know us, but we don't know you enough. And we like to hear about you too. That's why we did this release, so that you could check out for us, as we're looking out for you.

Anyway, here goes...

Features

🎺 We moved the build system from SystemJS to Webpack. 🎉

🎊 Yeah! 🎊 ^_^

This is kind of a big deal, really. This will mean less thinking about the internals of the CLI and SystemJS, less time spent configuring a new npm package and karma, your life is going to be much easier! More coding where it actually matters, faster builds, more time spent with your loved ones, and lots of other goodies. Just for you. You'll love it!

We want to make sure it's ready. That's why we need your help. Basically, things should work. Build and Serve should work. Also, testing and E2E should too. To put it short, everything should work as it was before. But we're not certain! Test every commands you can think of. Use your normal work flows. We need you to test your projects and file issues about it.

If you have a special build file that requires shuffling files around in Broccoli, give it a try without that. Note that TypeScript 2.0 path mapping is supported by the CLI so that might help you find out files.

There's a migration document to move your project over. It's not complete yet, but we're working on it. Here's the PR: angular#1456. The main take away is that most build configuration and system configuration should not be needed anymore.

Please note that this is a really alpha release of this, and we want to tighten every nut and bolt before making it an official beta.

Which we will release. Shortly after we tighten it up. Because we love you, our users, very much. And we want to help you make your apps awesome. With webpack.

- The Angular-CLI team

Oh, almost forgot. Also:

  • tests: allow to create component without a spec file (a85a507), closes #1256
  • add module-resolver utils (b8ddeec)
  • add utilities for typescript ast (#1159) (0cfc2bf)

1.0.0-beta.10 (2016-07-19)

Bug Fixes

Features

Always follow the update guide when updating to a new version. The changelog does not list breaking changes that are fixed via the update procedure.


1.0.0-beta.9 (2016-07-04)

Bug Fixes

1.0.0-beta.7 (2016-06-23)

Bug Fixes

Features

  • add file system utilities for 'upgrade' process (327f649)

1.0.0-beta.6 (2016-06-15)

Bug Fixes

Features

  • allow lazy route prefix to be configurable (c3fd9c7), closes #842
  • router: upgrade the router version (eb9b80e)
  • style: automatically add dependencies if style is set on new projects (01e31ab), closes #986
  • test: run e2e of generated project (#490) (d0dbd70)

BREAKING CHANGES

  • The router has been updated to the newest version, usage of the deprecated router and the original release candidate routers are no longer supported

  • <PROJECT-NAME>AppComponent is now simply AppComponent, and it's selector is now app-root (angular#1042).

  • Route generation is temporarily disabled while we move to the recently announce router(angular#992). It is recommended that users manually move to this router in all new projects.

1.0.0-beta.5 (2016-05-19)

Bug Fixes

Features

  • blueprint: add blueprint for generating interfaces (#757) (482aa74), closes #729
  • test: use link-cli option on e2e (#841) (85d1400)

Performance Improvements

  • ng new: command to link to angular-cli (#778) (9b8334f)

1.0.0-beta.4 (2016-05-18)

Bug Fixes

Features

  • mobile: add app shell to mobile blueprint (#809) (e7d7ed8)
  • SASSPlugin: Allow regexes to be passed to include/exclude certain file patterns (6b45099), closes #558

1.0.0-beta.2-mobile.3 (2016-05-13)

Bug Fixes

  • broccoli-typescript: properly parse compilerOptions (#764) (bbf1bc8)
  • mobile: include vendor scripts in bundle (679d0e6), closes #733
  • mobile: remove mobile-specific dependencies from root package (263e23b)
  • mobile: update path to reflect updated service worker package (#746) (818fb19)
  • package: temporarily remove angular2-service-worker (7f86ab3)

Features

  • blueprints: add enum blueprint. (eddb354), closes #707

1.0.0-beta.2-mobile (2016-05-12)

Bug Fixes

  • package.json use sourceDir for new command (8dcd996)
  • use options sourceDir, and fix null property access. Also use 1.9 (7ba388d), closes #619
  • 710: Missing http module dependency (c0aadae)
  • commands: fix outdated string utils import. (7db40df)

Features

  • mobile: add blueprint for app manifest and icons (f717bde)
  • mobile: add prod build step to concatenate scripts (51569ce)
  • mobile: add ServiceWorker generation to build process and index (04593eb)
  • mobile: add support for generating App Shell in index.html (cb1270f)
  • ng2 blueprint: add test script entry to package.json (eabc160)

1.0.0-beta.1 (2016-05-07)

Bug Fixes

  • generated-project: cli was not using the correct version of CLI in generated project. (#672) (02073ae)