497 Commits

Author SHA1 Message Date
Michael Shilman
effa5d88d0 Update git head to 7.0.0-beta.52, update yarn.lock [ci skip] 2023-02-21 15:36:42 +08:00
Michael Shilman
1f559ed69a v7.0.0-beta.52 2023-02-21 15:35:33 +08:00
Valentin Palkovic
4f7772bcf1 Fix 'isStandalone' function not available error 2023-02-20 18:54:48 +01:00
Valentin Palkovic
f076f21bcc Merge remote-tracking branch 'origin/next' into HEAD 2023-02-20 16:19:25 +01:00
Michael Shilman
f03e042419 Update git head to 7.0.0-beta.51, update yarn.lock [ci skip] 2023-02-20 23:05:49 +08:00
Michael Shilman
92ae17be35 v7.0.0-beta.51 2023-02-20 23:04:31 +08:00
Michael Shilman
4d5d7aa67a Merge branch 'next' into shilman/framework-parameter-to-renderer 2023-02-20 22:40:56 +08:00
Valentin Palkovic
136e060726 Merge remote-tracking branch 'origin/next' into HEAD 2023-02-20 08:49:34 +01:00
Valentin Palkovic
c1b5094ab8 Merge remote-tracking branch 'origin/next' into HEAD 2023-02-17 17:15:32 +01:00
Valentin Palkovic
8b5a41b684 Some cleanup 2023-02-17 17:15:06 +01:00
Michael Shilman
980fe8c8d3 Update git head to 7.0.0-beta.50, update yarn.lock [ci skip] 2023-02-18 00:11:23 +08:00
Michael Shilman
ecbe308bda v7.0.0-beta.50 2023-02-18 00:09:59 +08:00
Valentin Palkovic
e483723de5 Add some stories for angular 2023-02-17 09:51:45 +01:00
Norbert de Langen
93feb6e4f4
Merge branch 'next' into strict-types 2023-02-16 19:10:59 +01:00
Valentin Palkovic
2d77b41e44 Merge remote-tracking branch 'origin/next' into HEAD 2023-02-16 18:15:43 +01:00
Valentin Palkovic
aa95dc47f0 Fix tests and remove obsolete ones 2023-02-16 18:14:16 +01:00
Norbert de Langen
f2fd84ac84
Merge branch 'next' into shilman/framework-parameter-to-renderer 2023-02-16 18:03:58 +01:00
Michael Shilman
c067c5a9fc Update git head to 7.0.0-beta.49, update yarn.lock [ci skip] 2023-02-17 00:28:00 +08:00
Michael Shilman
a2b4f0b42e v7.0.0-beta.49 2023-02-17 00:26:12 +08:00
Valentin Palkovic
0b54569d2c importProviders from ngModules on boostrapApplication 2023-02-16 17:24:28 +01:00
Valentin Palkovic
026c99334d Merge remote-tracking branch 'origin/next' into HEAD 2023-02-16 13:13:07 +01:00
Michael Shilman
11edcabc6a Update deprecated v6 store APIs to use renderer instead of framework 2023-02-16 01:12:14 +08:00
Michael Shilman
b847d0c53d Rename framework parameter to renderer 2023-02-16 01:03:12 +08:00
Michael Shilman
440c040893 Update git head to 7.0.0-beta.48, update yarn.lock [ci skip] 2023-02-15 19:47:12 +08:00
Michael Shilman
8c9765f9cd v7.0.0-beta.48 2023-02-15 19:45:28 +08:00
Yann Braga
77dfa012c4 make interactions debugger the default behavior of the addon 2023-02-15 11:37:53 +01:00
Norbert de Langen
918a2f43b3
apply the NX auto migration 2023-02-14 13:57:07 +01:00
Tom Coleman
d863378e9e
Merge pull request #20915 from storybookjs/20745-duplicate-source-snippets
Docs: Show source of corresponding args in source block
2023-02-14 16:38:37 +11:00
Michael Shilman
2aebfa29b3 Update git head to 7.0.0-beta.47, update yarn.lock [ci skip] 2023-02-14 00:40:15 +08:00
Michael Shilman
a591d8eb57 v7.0.0-beta.47 2023-02-14 00:38:53 +08:00
Mostafa Sherif
949ac70bf7 fix(angular): provide constructor dependencies
Closes:
- [Bug]: Angular: No provider for XXX #21052
- [Bug]: Angular: ControlValueAccessor is always set to null #21051

This is needed because services that are { providedIn: 'root' } are not being read into the root injector when coupled with standalone components.

* [x] provide moduleMetadata.providers into the root injector, still being provided into the standalone component for overrides
* [x] provide dependencies injected into components constructors into the root injector, in case they are providedIn: 'root' but they are missed by the standalone injector
2023-02-11 17:43:10 -05:00
Michael Shilman
5aef996bf9 Update git head to 7.0.0-beta.46, update yarn.lock [ci skip] 2023-02-11 00:41:44 +08:00
Michael Shilman
ddbb9cfded v7.0.0-beta.46 2023-02-11 00:40:15 +08:00
Mostafa Sherif
1390642f10 fix(angular): provideHttpClient when HttpClientModule is present in the imports array 2023-02-09 05:22:54 -05:00
Michael Shilman
0878bcd1f1 Update git head to 7.0.0-beta.45, update yarn.lock [ci skip] 2023-02-09 11:00:25 +08:00
Michael Shilman
c7fdb03a40 v7.0.0-beta.45 2023-02-09 10:58:59 +08:00
Michael Shilman
cd5abae631 Update git head to 7.0.0-beta.44, update yarn.lock [ci skip] 2023-02-08 00:15:29 +08:00
Michael Shilman
cb3de6c33a v7.0.0-beta.44 2023-02-08 00:13:50 +08:00
Jeppe Reinhold
0de70d37f1
Merge branch 'next' into 20745-duplicate-source-snippets 2023-02-07 14:50:19 +01:00
Mostafa Sherif
960b6a4ea8 fix(angular): changeDetectorRef should be defined 2023-02-07 08:18:56 -05:00
Mostafa Sherif
3c5d3ead40 fix(angular): standalone components to be included in the imports array 2023-02-07 06:15:01 -05:00
Mostafa Sherif
4d163568c2 chore(typescript): fix @ts-expect-error strict types 2023-02-07 05:41:37 -05:00
Tom Coleman
a8166ee56c Update all source decorators to new format 2023-02-06 15:11:21 +11:00
Michael Shilman
b84e01a563 Update git head to 7.0.0-beta.43, update yarn.lock [ci skip] 2023-02-04 17:16:26 +08:00
Michael Shilman
b1b7c2bc99 v7.0.0-beta.43 2023-02-04 17:15:16 +08:00
Michael Shilman
87cc22de12 Update git head to 7.0.0-beta.42, update yarn.lock [ci skip] 2023-02-04 12:27:53 +08:00
Michael Shilman
0b8d11c617 v7.0.0-beta.42 2023-02-04 12:26:43 +08:00
Michael Shilman
898cee2081 Update git head to 7.0.0-beta.41, update yarn.lock [ci skip] 2023-02-03 21:27:11 +08:00
Michael Shilman
b73df3011f v7.0.0-beta.41 2023-02-03 21:26:05 +08:00
Mostafa Sherif
724f11b35b
Merge pull request #20868 from storybookjs/valentin/fix-angular-noop-animation-browser-module-issue
Support NoopAnimationsModule
2023-02-03 07:49:31 -05:00