Thibaud Av
f36150d30b
Merge branch 'next' into angular/add-builder-styles
2021-11-25 13:24:20 +01:00
Thibaud Av
645c11a923
fix(angular): remove styles and stylePreprocessorOptions if is not defined in builder config
2021-11-25 13:24:03 +01:00
Michael Shilman
69e9742c1f
Merge pull request #16780 from storybookjs/tech/15336-cleanup-webpack-types
...
Misc: Cleanup typescript webpack types
2021-11-25 19:33:31 +08:00
Michael Shilman
944e4bc897
Update git head to 6.4.0-rc.8, update yarn.lock
2021-11-25 17:36:30 +08:00
Michael Shilman
0be6dde43b
v6.4.0-rc.8
2021-11-25 17:31:04 +08:00
Thibaud Av
bb8143b8fc
Merge branch 'next' into angular/add-builder-styles
2021-11-24 11:51:20 +01:00
Thibaud Av
57a96accaf
fix(angular): change the resolution order of the tsconfig.json
config
2021-11-24 11:51:14 +01:00
Norbert de Langen
bbd7262611
cleanup typescript webpack types
2021-11-24 10:49:09 +01:00
Michael Shilman
04c5c184c9
Update git head to 6.4.0-rc.7, update yarn.lock
2021-11-24 08:26:58 +08:00
Michael Shilman
7162286c0d
v6.4.0-rc.7
2021-11-24 08:21:31 +08:00
Stijn
fc6fd841f8
Update peer deps for @storybook angular
...
- rxjs 7 (angular 13)
- build-angular version range change from angular 12
2021-11-22 19:44:49 +01:00
Michael Shilman
edc2a8abbe
Update git head to 6.4.0-rc.6, update yarn.lock
2021-11-22 16:02:05 +08:00
Michael Shilman
b2afbb87f0
v6.4.0-rc.6
2021-11-22 15:57:13 +08:00
Gaëtan Maisse
7c66cf74db
Update Lit peerDep version range and devDep version in @storybook/web_components to use stable version
2021-11-21 21:37:43 +01:00
Michael Shilman
40eae0dd35
Update git head to 6.4.0-rc.5, update yarn.lock
2021-11-19 21:02:55 +08:00
Michael Shilman
7fd7a77028
v6.4.0-rc.5
2021-11-19 20:57:48 +08:00
Michael Shilman
37dcd71079
Update git head to 6.4.0-rc.4, update yarn.lock
2021-11-19 15:42:01 +08:00
Michael Shilman
43653ad69c
v6.4.0-rc.4
2021-11-19 15:36:55 +08:00
Michael Shilman
ed674c673f
Update git head to 6.4.0-rc.3, update yarn.lock
2021-11-16 22:15:06 +08:00
Michael Shilman
f23a6daa88
v6.4.0-rc.3
2021-11-16 22:09:46 +08:00
Juri
acb2a1cf45
fix detection of @angular/cli package version
2021-11-16 13:31:51 +01:00
Thibaud Av
d6ba659baf
Merge branch 'next' into angular/add-builder-styles
2021-11-16 09:44:39 +01:00
Thibaud Av
28f2abb65e
Merge branch 'next' into angular/add-builder-styles
2021-11-15 18:32:56 +01:00
Michael Shilman
dfa2270339
Update git head to 6.4.0-rc.2, update yarn.lock
2021-11-16 01:32:17 +08:00
Thibaud Av
4ec202dabf
feat(angular): add styles
and stylePreprocessorOptions
to add dedicated styles config
...
Allow the angular project to set styles config without using `browserTarget` in order to rely on another builder's config.
Very useful in the case of a library where you don't have an application but you want to configure styles in storybook like an app
2021-11-15 18:31:53 +01:00
Michael Shilman
16be10b522
v6.4.0-rc.2
2021-11-16 01:26:59 +08:00
Michael Shilman
68003717e7
Merge branch 'next' into angular/add-builder-styles
2021-11-13 08:14:02 +08:00
Thibaud Av
903595bae9
feat(angular): add styles
and stylePreprocessorOptions
to add dedicated styles config
...
Allow the angular project to set styles config without using `browserTarget` in order to rely on another builder's config.
Very useful in the case of a library where you don't have an application but you want to configure styles in storybook like an app
2021-11-12 21:12:14 +01:00
Thibaud Av
33485f19b7
fix(angular): missing remove oneOf
in builder schema
...
This `onOf` is no more necessary
2021-11-12 21:12:14 +01:00
Michael Shilman
108cbe1337
Update git head to 6.4.0-rc.1, update yarn.lock
2021-11-13 03:30:39 +08:00
Michael Shilman
0d79fcc7dd
v6.4.0-rc.1
2021-11-13 03:27:03 +08:00
Michael Shilman
52f52835d3
Merge branch 'next' into angular/js-way-for-ng13
2021-11-13 02:26:50 +08:00
Michael Shilman
f7d93d10a6
Update git head to 6.4.0-rc.0, update yarn.lock
2021-11-12 23:36:18 +08:00
Michael Shilman
812e75b32c
v6.4.0-rc.0
2021-11-12 23:33:07 +08:00
Michael Shilman
ceb7a09009
Update git head to 6.4.0-beta.33, update yarn.lock
2021-11-12 22:03:07 +08:00
Michael Shilman
c85171dc31
v6.4.0-beta.33
2021-11-12 21:59:53 +08:00
Gaëtan Maisse
3f3fbb4a29
Merge branch 'next' into fix-ci-6.4.beta23
2021-11-11 18:36:05 +01:00
Michael Shilman
8d1086d44c
Update git head to 6.4.0-beta.32, update yarn.lock
2021-11-12 01:18:00 +08:00
Michael Shilman
0f99f609b5
v6.4.0-beta.32
2021-11-12 01:14:44 +08:00
Thibaud Av
8704f84d29
feat(angular): add angularBuilderOptions
to set some options
...
The goal is to be able to start sb without angularBrowserTarget to use styles
And also to allow nx to set BuilderOptions without `angularBuilderContext`
2021-11-10 19:32:08 +01:00
Thibaud Av
bc211615f4
feat(angular): add angularBuilderContext in angular builder
2021-11-10 19:32:07 +01:00
Thibaud Av
a032a60d31
refactor(angular): remove staticDir for angular-builder because it's deprecated
...
Use 'staticDirs' Storybook Configuration option instead (main.js)
2021-11-10 19:32:07 +01:00
Thibaud Av
f8b3a031a8
fix(angular) fix test for preset angular-cli
2021-11-10 19:32:07 +01:00
Thibaud Av
ed5912e308
feat(angular): split get webpack config in one per supported version
2021-11-10 19:32:07 +01:00
Thibaud Av
c988bb2cd6
fix(angular): do best effort to import ngcc
2021-11-10 19:32:07 +01:00
Thibaud Av
b9eaf4ba04
feat(angular): add getWebpackConfig for angular 12.2.x & 13.x.x
...
only work with angular storybook builder
2021-11-10 19:32:04 +01:00
Michael Shilman
31e6798273
Update git head to 6.4.0-beta.31, update yarn.lock
2021-11-10 02:58:26 +08:00
Michael Shilman
17ef07b509
v6.4.0-beta.31
2021-11-10 02:54:58 +08:00
Ned Schwartz
f5f619cc68
Fixes a small typo in storybook/server README
...
It's a *very* small typo!
2021-11-08 14:40:18 -05:00
Michael Shilman
f3cbcc73ba
Update git head to 6.4.0-beta.30, update yarn.lock
2021-11-08 23:38:55 +08:00