853 Commits

Author SHA1 Message Date
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
Ben McCann
361349dac2
docs: link to issue for SvelteKit mocks 2023-02-07 13:48:45 -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
Mostafa Sherif
960b6a4ea8 fix(angular): changeDetectorRef should be defined 2023-02-07 08:18:56 -05:00
Jeppe Reinhold
d7c648f206
Merge pull request #20942 from storybookjs/benmccann-patch-2
fix: remove `svelte-options` from `svelte-vite`
2023-02-07 14:06:27 +01:00
Valentin Palkovic
71b05202c1
Merge pull request #20983 from sheriffMoose/fix/angular-standalone
fix(angular): standalone components to be included in the imports array
2023-02-07 12:42:35 +01:00
Mostafa Sherif
3c5d3ead40 fix(angular): standalone components to be included in the imports array 2023-02-07 06:15:01 -05:00
Valentin Palkovic
cd3fd02d6b Fix Introduction MDX for Next.js and Typescript 2023-02-07 12:09:13 +01:00
Ben McCann
edad6bcd61
Update preset.ts 2023-02-06 09:31:48 -08:00
Ben McCann
167056a3ad
use vite-plugin-svelte by default again 2023-02-06 09:06:23 -08:00
Ben McCann
570ac22ebc
docs: update SvelteKit readme 2023-02-05 15:25:09 -08:00
Jeppe Reinhold
805b9b13ad
Merge pull request #20909 from storybookjs/benmccann-patch-1
docs: update support for SvelteKit's `$app/paths`
2023-02-06 00:13:43 +01:00
Ben McCann
2a2cc2b26b
fix: remove unused import 2023-02-05 14:30:29 -08:00
Ben McCann
5f0da62d05
fix: remove unnecessary stuff from Svelte plugin 2023-02-05 14:21:15 -08: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
Mostafa Sherif
9e7bfe1708 test(angular): update unit tests for PropertyExtractor 2023-02-02 21:13:57 -05:00
Ben McCann
e6709aef14
remove accidentally added word 2023-02-02 13:39:23 -08:00
Ben McCann
ea23015122
consistency with other lines 2023-02-02 13:38:31 -08:00
Ben McCann
76d737bd1c
docs: update support for SvelteKit's $app/paths 2023-02-02 13:34:27 -08:00
Norbert de Langen
505a5af06a
Merge pull request #20846 from storybookjs/valentin/add-nunito-sans
Add nunito sans font
2023-02-02 15:08:52 +01:00
Mostafa Sherif
538f6edfbb recursive filtering of angular singleton modules & providers
Co-authored-by: Valentin Palkovič <dev@valentinpalkovic.dev>
2023-02-02 07:35:41 -05:00
Michael Shilman
15e14b85b9 Update git head to 7.0.0-beta.40, update yarn.lock [ci skip] 2023-02-02 11:40:56 +08:00
Michael Shilman
9c68cc3a66 v7.0.0-beta.40 2023-02-02 11:39:38 +08:00
Michael Shilman
ed1b8b8b19 Update git head to 7.0.0-beta.39, update yarn.lock [ci skip] 2023-02-01 23:57:11 +08:00
Michael Shilman
96d4845118 v7.0.0-beta.39 2023-02-01 23:55:24 +08:00
Valentin Palkovic
595e7a4a88 Merge remote-tracking branch 'origin/next' into valentin/add-nunito-sans 2023-02-01 15:18:09 +01:00
Valentin Palkovic
9c59ea82d0 Support NoopAnimationsModule 2023-02-01 15:17:10 +01:00
Jeppe Reinhold
0c71560f4c disable vite-plugin-sveltekit-guard 2023-02-01 13:08:02 +01:00
Michael Arestad
c10df2e109 Updated typefaces and removed black typeface in favor of bold 2023-01-31 17:29:20 -07:00
Norbert de Langen
0c95b0b72e
Merge pull request #20833 from storybookjs/norbert/remove-core-js
remove core-js as a dependency for core
2023-01-31 15:04:43 +01:00
Yann Braga
80d9808df5
Merge pull request #20801 from storybookjs/docs/default-exports-in-main
Docs: Update main.js format in docs/tutorials/recipes
2023-01-31 13:18:27 +01:00
Michael Shilman
cb1cb566b7 Update git head to 7.0.0-beta.38, update yarn.lock [ci skip] 2023-01-31 16:58:47 +08:00
Michael Shilman
91302a6818 v7.0.0-beta.38 2023-01-31 16:57:30 +08:00
Michael Shilman
a30b991777 v7.0.0-beta.37 2023-01-31 16:53:10 +08:00
Charles GRUENAIS
66a11919ee Deps: Upgrade magic-string to 0.27.0 2023-01-30 18:40:41 +01:00
Norbert de Langen
f8bdb78ef0
remove it here as well 2023-01-30 15:35:55 +01:00
Yann Braga
c23294a3b6 docs: update documentation regarding main.js to use default exports 2023-01-30 15:35:29 +01:00
Norbert de Langen
74ec4b7465
Merge branch 'norbert/update-lazy-universal-dotenv' into norbert/remove-core-js 2023-01-30 14:47:48 +01:00