1.0.0-alpha.universal.3 (2016-12-29)
- @ngtools/webpack: fixed path resolution for entry modules and lazy routes (#3332) (45d5154)
- @ngtools/webpack: keep the decorators in. (#3583) (db25183)
- @ngtools/webpack: performance improvement. (#3360) (4dcfe27)
- @ngtools/webpack: report errors during codegen (#3608) (0f604ac)
- @ngtools/webpack: use tsconfig declaration flag to report decl errors (#3499) (c46de15)
- aot: lock the angular version to 2.2.1. (#3242) (6e8a848)
- blueprints: remove app root barrel (#3530) (3329d46), closes #3369
- build: added autoprefixer to prod (1648d51), closes #3156 #3164
- build: don't inline sourcemaps (#3262) (859d905)
- build: pin @types/lodash (#3465) (9b65481)
- build: use custom index value when copying to 404.html during github deploy (#3201) (b1cbf17)
- completion: Update with the new help command (#3479) (0b5dc74)
- dependencies: reduce the dependencies further. (#3488) (901a64f)
- deploy: clean up gh-pages obsolete files (#3081) (#3333) (51869fb)
- deploy: gh-pages checkout initial branch on error (#3378) (c5cd095), closes #3030 #2663 #1259
- deploy: gh-pages deploy fail after repo create (#3386) (0a68cc5), closes #3385
- deps: lock @ngtools/webpack version (758f1ea)
- deps: upgrade node-sass & sass-loader (fa74f3f), closes #44
- editorconfig: use off instead of 0 for max line length (#3186) (f833d25)
- gitignore: No longer ignore VSCode settings (#3477) (8d88446)
- help: fix
ng help <command>
(#3442) (51659b9) - init: The option '--universal' is not registered with the init command (37c8357), closes #27 #24
- new: Make sure the project name is valid. (#3478) (e836f92)
- ngtools/webpack: move the generate directory to a separate dir (#3256) (d1037df)
- test: exclude non spec files from test.ts (#3538) (bcb324f)
- universal: remove duplicate entry from package.json (47b34a2), closes #26
- version: bump ast-tools and webpack versions to correct mismatch with published packages (54ef738)
- webpack: correctly load component stylesheets (#3511) (d4da7bd)
- webpack: fix some problems with errors not reported. (#3444) (09f9aa9)
- change apiFilter querystring to query in ng doc(#3383) (5b2a0fb), closes #3363
- webpack: remove usage of __dirname from the config. (#3422) (8597786)
- angular: Update Angular2 version to 2.2.3 (#3295) (ed305a2)
- build: add --verbose and --progress flags (#2858) (f6f24e7), closes #1836 #2012
- build: add lazy styles/scripts (#3402) (20bb864), closes #3401 #3400
- Make CLI available without install (761e86f), closes #3126
- build: auto generate vendor chunk (#3117) (bf9c8f1)
- cli: update to angular-cli beta >= 21 (ef2104f), closes #21
- deps: Unblock the version of Angular to >= 2.3 (#3569) (bd03100)
- generate: change generate --prefix option type from Boolean to string (#3457) (8d5a915)
- i18n: add i18n command line options (#3098) (2a0a42d)
- module: component optional when generating module (#3389) (2fb2d13)
- new: include routing in spec and inline template when called with
--routing
(#3252) (53ab4df) - serve: add --hmr flag for HotModuleReplacement support (#3330) (46efa9e)
- serve: Add support to open with ssl. (#3432) (83dfc96)
- blueprints: The app root module and component must now be imported directly. (e.g., use
import { AppModule } from './app/app.module';
instead ofimport { AppModule } from './app/';
) - build:
ng build/serve
now generatesvendor.bundle.js
by default.
1.0.0-alpha.universal.2 (2016-11-26)
- @ngtools/webpack: fixed relative path for AoT. (#3114) (27a034d)
- angular-cli: add necessary dependencies. (#3152) (8f574e4), closes #3148
- angular-cli: add necessary dependency. (f7704b0)
- angular-cli: change version of webpack plugin. (07e96ea)
- aot: exclude spec files from aot (#2758) (215e555)
- aot: output the sources in the sourcemap. (#3107) (7127dba)
- deps: explicitely add portfinder (#2831) (2d8f162), closes #2755 #2769
- generate: fix module component path if module is created in child folder (#3066) (38d5f2c), closes #3063
- generate: revert change to component dir in generate module, as it caused component declaration to go to parent module (#3158) (71bf855)
- github-pages-deploy: Show more accurate url (#3160) (a431389)
- universal: add polyfills.ts (37770d5), closes #1
- version: update version of @angular packages. (#3145) (a2f0a1a)
- build: add sourcemap option (#3113) (6f9d2c1)
- serve: allow CORS access while running ung serve (#2872) (#3009) (7c834a8)
- universal: add custom webpack config (cdfe1a0)
- universal: Server routes (5275ae2)
- binary
ng
renamed toung
1.0.0-alpha.universal.1 (2016-11-08)
- aot: remove the genDir plugin option. (0e91dfe), closes #2849 #2876
- aot: Use the proper path when statically analyzing lazy routes. (#2992) (88131a0), closes #2452 #2735 #2900
- build: correct forkChecker option for ATS. (#3011) (a987cf5)
- build: enable chunkhash in inline.js (30cc482), closes #2899
- build: show full error stats (#2879) (d59fa1f)
- e2e: fix broken test pipeline (#2999) (37a1225)
- generate: stop default browser error from ng new --routing (a45a1f2), closes #2794
- package: add some more metadata to webpack package.json (c2dbf88), closes #2854
- serve: added accept html headers option to webpack-dev-server (#2990) (86f2a1b), closes #2989
- test: catches module loading errors (f09439c), closes #2640 #2785
- bypass Watchman check (#2846) (9aa1099), closes #2791
- build: add loaders for fonts (3497373), closes #1765
- build: use appConfig.index to set output index file (d3fd8b0), closes #2241 #2767
- build: use static files for css (a6415cc), closes #2148 #2020 #2826 #2646
- universal: add support for Angular Universal (1ee46ed)
- aot: Using relative paths might lead to path clashing. We now properly output an error in this case.
1.0.0-beta.19 (2016-10-28)
- appveyor: add workaround for webdriver bug (#2862) (2b17b46)
- compiler: update codegen API (#2919) (b50c121), closes #2917
- e2e: fix travis e2e (#2914) (b62b996)
1.0.0-beta.18 (2016-10-20)
- #1875: Support npm linked libraries (#2291) (8bf69d9)
- aot-tools: add missing tsc-wrapped dep (1587c1b), closes #2498 #2598
- build: add react minification support (e23e0fe), closes #2110 #2754
- build: fix sourcemap in prod (d292eac), closes #2533 #2519
- build: set tls and net node builtins to empty (7424795), closes #1696 #2626
- build: use outputPath from config (ec0cdb5), closes #2511 #2611
- doc: update invalid link (e17d4a8), closes #2553
- docs: Correct the usage of redirecting the output from
ng completion
. (2225027), closes #2635 - generate: show error when no name is specified (249ccf7), closes #2684
- init: ignore favicon (699ebba), closes #2274 #2617
- override ui write level (4608445), closes #2540 #2627
- init: throw when called with mobile flag (#2753) (9b1c3e0), closes #2679
- karma: Add cli config poll option to karma default config (#2486) (63023ae)
- new: add prefix to spec name (1307dc8), closes /github.com/angular/angular-cli/commit/06976f4f07a6d6065124a819b95634bddaac4598#commitcomment-19241601 #2595
- new: fix relativeRootPath for typeRoots (eb2f939), closes #2206 #2597
- serve: enable routes with dots (#2535) (6f8b1b5), closes #2168
- set: output value for additional props (f7bf0aa), closes #1900 #2614
- build: add gzip to serve --prod (7c13cc5), closes #2028 #2621
- build: add support for assets array (#2570) (de3c275)
- build: added postcss-discard-comments (883fe46), closes #2593
- generate: specify class type via dot notation (#2707) (c2dd94c), closes #2155
- serve: implement open browser option (8bddabe), closes #1081 #2489
- ssl: add support for the ssl options of the ng serve task: --ssl, --ssl-cert, and --ssl-key (#2792) (ba414ab)
- generate: The ability to specify a class type via an additional arg has been replaced by combining the name and type args separated by a dot
1.0.0-beta.17 (2016-10-07)
- build: remove html-loader (#2537) (afb36e8)
- build: use baseUrl and paths from tsconfig (#2470) (32e60b7)
- cli: fix
completion
andmake-this-awesome
command invalid problem(#1889) (4b36ecf), closes #1890 - generate: use prefix when initializing app (#2046) (#2367) (06976f4)
- typo: fixed typo in README (#2383) (f6a39b2)
- webpack: Added ContextReplacementPlugin to remove ng test warning (c2f4b37), closes #2362
- check for old version of the CLI on empty project (2b6bfe7), closes #2135 #2178
- aot: adding README and type checking. (8a5b265), closes #2527
- aot: creating files in a virtual fs. (#2464) (790a1b4)
- aot: do not populate the whole filesystem if nothing changed (#2490) (b5771df)
- template: issue template look better (#2384) (398cfb3)
1.0.0-beta.16 (2016-09-28)
- build: fail ng build on error (#2360) (aa48c30), closes #2014
- build: use config output path as default (#2158) (49a120b)
- generate: Update directive.spec.ts blueprint to fix incorret import (#1940) (93da512)
- karma: set defaults for karma.conf.js (#1837) (e2e94a5)
- test: correctly report packages spec failures (#2238) (3102453)
1.0.0-beta.15 (2016-09-20)
- help: fix a bug where help was not available inside a project. (#2146) (5b880b2)
- pin beta package versions (#2236) (638a54b), closes #2234
1.0.0-beta.14 (2016-09-15)
- config: change css regex which causes error (#2069) (7096cc9), closes angular/angular#11445
- init: fix link and npm install (#2086) (7a39162)
1.0.0-beta.11-webpack.9 (2016-09-13)
- add ast-tools as a direct dependency to angular-cli (bf18f4d)
- bootstrap: fix windows node_modules path (#2037) (c41600a)
- find-lazy-modules: Allow for any valid keys/value to be used (#1987) (caa3142), closes #1891 #1960
- lint: Updated the main.ts's blueprint to fix the ng lint failure (#1903) (#1904) (0d9d646)
- add loader for gif (#2066) (126c82b), closes #1878
- lazy loading now works as expected with latest webpack (#2038) (33c9c73)
- test: add build environment to karma (#2074) (b6a2165)
- module: add ability to generate a routing file for new modules (#1971) (9ddba69)
- module: select module to add generations to for declaration (#1966) (a647e51)
1.0.0-beta.11-webpack.3 (2016-08-29)
- lint: change " to ' (#1779) (e572bb4)
- change inline-source-map to source-map for dev and common, prod already supports (#1659) (e0454e3)
- test: use updated ngModules in blueprint (#1680) (cb67d25)
- denodeify is needed in prod now too (#1879) (5e68151)
- build: copy dot files in assets (8c566ca), closes #1758 #1847
- fix compilation errors for the whole project (#1864) (8be7096)
- config: misnamed variable causing errors. (e9ea554)
- generate: use canonical paths for template and style URLs (339af33), closes #1840
- init: karma paths reflect sourceDir config (#1686) (504a497), closes #1683
- mobile: add
icons/
path in front of iconsrc
values (cc5e9ad), closes #1179 #1181 - mobile: remove icon
density
field from manifest (382487b), closes #1178 #1180 - prod: fix function name mangling (9188ea2), closes #1644 #1644 #1662
- improve 'ember'->'ng' replacement (80512ba), closes #1405 #1829
- removed travis-specific configuration from karma (#1815) (f03f275)
- 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
1.0.0-beta.11-webpack.2 (2016-08-10)
- 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)
- add utility functions for route generation (#1330) (4fd8e9c)
- ngmodules and insert components based on the AST (#1616) (5bcb7be)
1.0.0-beta.11-webpack (2016-08-02)
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...
🎺 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)
- build: don't ignore js in public (#1129) (00e111a), closes #540
- mobile: remove app/index.js from concatenated bundle (#1267) (03fd4c4)
- Fix all versions of dependencies to Angular-CLI (#1331) (022e7f9), closes #1331
- fix versions in the shrinkwrap instead of using ranges (#1350) (72bc9d9), closes #1350
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)
- npm: update to npm 3.10.2 (#1250) (6f0ebfb), closes #1186 #1191 #1201 #1209 #1207 #1248
- sass: don't compile partials (af9a4f9)
- deps: update router (#1121) (b90a110)
- e2e: prevent chrome race condition (#1141) (9df0ffe)
- init: don't replace live reload script on diffs (#1128) (e97fd9f), closes #1122
- lint: add missing rulesDirectory (#1108) (1690a82), closes #1094
- mobile: partially fix dep problem (#1151) (4b638c8), closes #1151
- add file system utilities for 'upgrade' process (327f649)
- admin: added support for non Administrator CLI user (0bc3d94), closes #905 #886 #370
- barrel: alphabetized barrel exports (67b577d), closes #582
- deploy: Fix base href for user pages (#965) (424cff2), closes #965
- e2e: return exit codes on failure of e2e tests (d0c07ac), closes #1017 #1025 #1044
- generator: --dry-run no longer modifies files (6efc8ee)
- Persist style extension config at project creation. (85c9aec), closes #780
- skips git-init if working folder is inside a git repo (52c0cfb), closes #802
- gh-deploy: fix deep links (#1020) (f8f8179), closes [(#1020](https://github.com/(/issues/1020) #995
- mobile: add missing vendor file to build (#972) (9a7bfe0), closes #847
- mobile: lock dependency (#961) (740805b), closes #958
- sourcemaps: try to improve the source maps by fixing the path (#1028) (5f909aa)
- template: Update pipe template to include Pipe in name (c92f330), closes #869
- 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)
-
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 simplyAppComponent
, and it's selector is nowapp-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.
- blueprint: add blueprint for generating interfaces (#757) (482aa74), closes #729
- test: use link-cli option on e2e (#841) (85d1400)
- ng new: command to link to
angular-cli
(#778) (9b8334f)
- build: fix infinite loop on ng serve (#775) (285db13), closes #775
- deploy: fix file copy, index tag rewrite (#772) (a34aca8), closes #772
- index: fix live reload file path (#774) (be718cb), closes #774
- mobile: don't import system-config in system-import.js (#794) (7ab7d72)
- mobile: make app-shell compilation synchronous (9ed28ba)
- mobile: prevent already-bundled JS from getting cached by Service Worker (9d18f74)
- mobile: add app shell to mobile blueprint (#809) (e7d7ed8)
- SASSPlugin: Allow regexes to be passed to include/exclude certain file patterns (6b45099), closes #558
- 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)
- 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)
- 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)
- generated-project: cli was not using the correct version of CLI in generated project. (#672) (02073ae)