102 Commits

Author SHA1 Message Date
mgechev
92bd81d922 release: v9.1.0-next.4 2020-03-18 20:20:59 -07:00
Keen Yee Liau
18b8197b04 release: v9.1.0-next.3 2020-03-11 11:41:56 -07:00
Alan Agius
1a1ceb609b build: update angular packages to 9.1.0-next.4 and TypeScript 3.8 2020-03-11 10:33:38 -07:00
Doug Parker
9477442f82 release: v9.1.0-next.2 2020-03-04 13:02:01 -08:00
Doug Parker
20d49bb000 release: v9.1.0-next.1 2020-02-27 15:29:24 -08:00
Doug Parker
f4787e1727 Revert "release: v9.1.0-next.2"
The commit message is wrong as this should have been `v9.1.0-next.1`. Rolling this back before re-commiting with the correct commit message.

This reverts commit 38152fe513a204a70a64a2d2fc59aa12bec5cca5.
2020-02-27 15:27:48 -08:00
Doug Parker
38152fe513 release: v9.1.0-next.2 2020-02-27 15:12:08 -08:00
Keen Yee Liau
c9a5f3ced6 release: v9.1.0-next.0 2020-02-19 14:41:57 -08:00
Filipe Silva
815a025e93 build: update to 9.0.0 final 2020-02-11 09:01:58 -08:00
Filipe Silva
0f9fcaa1be build: update latest-versions for rc.14 2020-02-04 07:24:35 -08:00
Filipe Silva
3e89d2eac3 build: update latest versions 2020-01-16 10:03:39 -08:00
Vikram Subramanian
f7769b8154 release: v9.0.0-next.19 2019-10-30 18:38:49 -07:00
vikerman
bc89e678ec release: v9.0.0-next.18 2019-10-28 17:51:54 -07:00
vikerman
a26921387b release: v9.0.0-next.17 2019-10-28 12:02:17 -07:00
vikerman
3f7079038d release: v9.0.0-next.16 2019-10-25 15:26:03 -07:00
vikerman
99c174c03b release: v9.0.0-next.15 2019-10-23 15:10:42 -07:00
vikerman
cf47948dcc release: v9.0.0-next.14 2019-10-22 14:23:06 -07:00
Alan Agius
8d892160d3 feat(@angular-devkit/build-ng-packagr): limit support to version 9.0
ng-packagr version 9 removes support for previous versions of Angular.
2019-10-22 13:26:38 -07:00
vikerman
0a959abc60 release: v9.0.0-next.13 2019-10-21 13:29:16 -07:00
Alan Agius
0074abfbe8 feat(@schematics/angular): update to TypeScript 3.6 2019-10-21 09:37:29 -07:00
vikerman
95776fed67 release: v9.0.0-next.12 2019-10-17 14:21:22 -07:00
Vikram Subramanian
e8cdfa6020 release: v9.0.0-next.11 2019-10-16 10:02:58 -07:00
Vikram Subramanian
012929a8ac release: v9.0.0-next.10 2019-10-16 07:31:07 -07:00
Alan Agius
6b0aec4cc2 build: update framework packages to 9.0.0-next.11 2019-10-16 05:56:23 -07:00
Alan Agius
a7f977f05d feat(@schematics/angular): remove @angular/pwa from depedencies
`@angular/pwa` is not needed as a dependency. This is because the pwa package is a schematic and is only used once when adding pwa capabilities to your application. After that, this package is not used anymore.

Closes #15764
2019-10-14 13:40:31 -07:00
mgechev
c1051b5205 release: v9.0.0-next.9 2019-10-10 19:04:09 -07:00
Filipe Silva
318396345a feat(@schematics/angular): use ngcc on postinstall (#15801)
* build: use FW 9.0.0-next.10

* feat(@schematics/angular): use ngcc on postinstall

This should improve the time first builds take.

Part of https://github.com/angular/angular/pull/32999

Blocked on an Angular release that includes https://github.com/angular/angular/pull/33049
2019-10-10 12:39:10 -07:00
vikerman
17540a2e4b release: v9.0.0-next.8 2019-10-03 14:58:32 -07:00
vikerman
1bddf8b48c release: v9.0.0-next.7 2019-10-02 14:20:41 -07:00
vikerman
b4d5921dc9 release: v9.0.0-next.6 2019-09-25 12:23:20 -07:00
Alan Agius
ab5b1909d6 build: update rxjs to 6.5.3 2019-09-24 13:18:09 -07:00
mgechev
2b48aff5e4 release: v9.0.0-next.5 2019-09-18 21:28:41 +01:00
Alan Agius
745670fa6a feat(@schematics/angular): remove dependency on tsickle (#15603)
With this change we remove the requirement  to add tsickle as a dependency when having a workspace library.

Since the CTOR downlevel transformer which was previously provided via tsickle  is now in ng-packagr version 5.5.1+ We migrate existing libraries to remove the need for tsickle.
2019-09-18 14:50:29 +01:00
Keen Yee Liau
35a014508f release: v9.0.0-next.4 2019-09-11 10:49:44 -07:00
vikerman
56553a9a69 release: v9.0.0-next.3 2019-09-05 10:43:58 -07:00
vikerman
9628d00c92 release: v9.0.0-next.2 2019-08-29 14:02:03 -07:00
mgechev
1dec90bef9 release: v9.0.0-next.1 2019-08-28 17:52:47 +09:00
Alan Agius
252f1be4f0 fix(@schematics/angular): update tsickle to 0.37.0 (#15430)
Closes #15428
2019-08-23 11:38:56 -07:00
Keen Yee Liau
ab8d197ca0 release: v9.0.0-next.0 2019-08-22 10:23:11 -07:00
Alan Agius
ad8acb0d23 build: bump angular dev packages to latest next versions 2019-08-22 09:41:28 -07:00
Alan
9702ecbefe build: update zone.js to ~0.10.1 2019-08-21 10:36:08 -07:00
Alan Agius
2ed70bb5d2 build: update angular packages to version 9 2019-08-16 09:30:22 -07:00
mgechev
5aa3c74ef1 release: v8.3.0-rc.0 2019-08-15 08:20:59 -07:00
mgechev
3eb2b55515 release: v8.3.0-next.2 2019-08-14 18:30:06 -07:00
Alan Agius
0111693271 Ivy build_ng_packagr (#15262)
* test: update ng-packagr builder tests to work on Windows

* build: add ng packagr test large for ivy

* test: fix web-worker test in ivy

Previously, we were not testing web workers under Ivy as we were overriding tsconfig.app.json entirely without including enableIvy.

When enabling Ivy we are getting warning of files that are part of the compilation which causing a warning to show and break the test.

* build: update ng-packagr to `^5.4.0`

* test: display ivy mode message once
2019-08-12 10:20:02 -07:00
Keen Yee Liau
efd1c48e2d release: v8.3.0-next.1 2019-08-08 09:16:23 -07:00
vikerman
01e9c673fa release: v8.3.0-next.0 2019-07-31 14:48:49 -07:00
vikerman
168f07e9d0 release: v8.2.0-rc.0 2019-07-29 12:11:01 -07:00
Filipe Silva
e8dff5718f build: update to TS 3.5 2019-07-29 10:15:23 -07:00
vikerman
3dd3529ba4 release: v8.2.0-next.2 2019-07-25 21:38:08 -07:00