Michael Shilman
8a56e94dc9
Merge pull request #15989 from storybookjs/fix/repro-link-yarn3
...
CLI: Fix sb link to yarn3 repos
2021-09-07 17:11:48 +08:00
Michael Shilman
0065c80baf
CLI: Fix sb link to yarn3 repos
2021-09-07 16:58:05 +08:00
Michael Shilman
5d8a1e2f0c
Merge pull request #15744 from storybookjs/angular/lib-only
...
Angular: Support storybook configuration for projects with only angular Library
2021-09-07 09:28:37 +08:00
Michael Shilman
f56159989d
Merge pull request #15966 from storybookjs/feature/framework-in-cli-banner
...
CLI: Show framework name in startup banner
2021-09-07 09:27:41 +08:00
Yann Braga
5c5408c52a
CLI: provide framework name in startup banner
...
the name of the framework is an important information that can be missed
by other logs, so it's nice to have it in the last log from Storybook.
2021-09-06 22:14:12 +02:00
Michael Shilman
e0661a0a7e
Merge pull request #15798 from storybookjs/feature/argtypes-inference
...
CSF: Infer defaultValue of argtype based on arg
2021-09-06 21:16:10 +08:00
Michael Shilman
a6ba730ffc
Merge pull request #15864 from extempl/patch-1
...
Core: Pass proper stack of an error
2021-09-06 21:15:12 +08:00
Michael Shilman
1a2ac9c2d7
6.3.8 changelog
2021-09-06 11:07:43 +08:00
ThibaudAv
1604b617a9
feat: start and build storybook witout browser-target
...
only tsConfig is required and can be directly given to storybook using new Angular builder for SB
should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
d1fcb2458f
feat: angular preset work with only tsConfig
...
should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
bda825b59f
feat: start and build storybook by ng Builder with only tsConfig
...
should allow project with only lib, without `@angular-devkit/build-angular:browser` to complete the configuration, to work more simply
2021-09-03 14:01:36 +02:00
ThibaudAv
6e932f6260
feat(angular): support workspace with only lib
...
Note: thow error if project (lib or not) does not have tsConfig options
2021-09-03 14:01:36 +02:00
jonniebigodes
167fb9eef8
Merge pull request #15960 from storybookjs/fix_snippet_for_essentials_toolbars
...
Chore: (Docs)Fixes the addon snippet for the toolbars
2021-09-01 19:04:06 +01:00
jonniebigodes
85b6f84a67
fixes the addon snippet for the toolbars
2021-09-01 18:57:52 +01:00
Michael Shilman
9993215384
Merge branch 'next' into pr/15864
2021-09-01 22:20:21 +08:00
Michael Shilman
adbc3beeed
Merge pull request #15881 from dexster/Fix_defaultvalues_in_Docs
...
Addon-docs/Angular: Fix default values in ArgsTable
2021-09-01 22:13:06 +08:00
Brett Upton
a2d0754f27
Set eventemitter to undefined to allow actions to function correctly
2021-09-01 14:53:30 +02:00
Brett Upton
7763757305
Merge branch 'Fix_defaultvalues_in_Docs' of https://github.com/dexster/storybook into Fix_defaultvalues_in_Docs
2021-09-01 11:44:46 +02:00
Brett Upton
37ae3dd96b
Cater for compodoc issues when casting types
2021-09-01 11:37:19 +02:00
Yann Braga
ad93307a23
Merge branch 'next' into extempl
2021-09-01 09:26:02 +02:00
Yann Braga
814a5f8b16
feat(types): infer defaultValue of argtype based on arg
2021-08-31 23:40:27 +02:00
Michael Shilman
34c6483e7f
6.4.0-alpha.33 next.json version file
2021-09-01 01:16:08 +08:00
Michael Shilman
a01b3cf910
Update git head to 6.4.0-alpha.33, update yarn.lock
2021-09-01 01:09:11 +08:00
Michael Shilman
269aa6d399
v6.4.0-alpha.33
v6.4.0-alpha.33
2021-09-01 01:03:48 +08:00
Michael Shilman
3735a2c61f
Update root, peer deps, version.ts/json to 6.4.0-alpha.33 [ci skip]
2021-09-01 00:53:19 +08:00
Michael Shilman
9bbe7c551e
6.4.0-alpha.33 changelog
2021-09-01 00:53:08 +08:00
Michael Shilman
f016df1661
Merge pull request #15953 from storybookjs/15174-update-cpy
...
Bump cpy to 8.1.2 for security
2021-09-01 00:51:50 +08:00
Michael Shilman
28a0740b7d
Bump cpy to 8.1.2 for security
2021-09-01 00:41:57 +08:00
Brett Upton
7651889d4d
Removed console.log
2021-08-31 17:38:31 +02:00
Michael Shilman
146e8fdbeb
Update addons/docs/src/frameworks/angular/compodoc.ts
2021-08-31 23:29:20 +08:00
Brett Upton
adda4471b4
Explicit type conversion check for boolean defaultValues
2021-08-31 16:35:13 +02:00
Brett Upton
a0aaf5c182
Merge branch 'next' into Fix_defaultvalues_in_Docs
2021-08-31 15:07:35 +02:00
Michael Shilman
337fdcd0fe
Merge pull request #15928 from storybookjs/tech/babel-mode-v7
...
Core: Add Babel mode v7
2021-08-31 20:18:17 +08:00
Michael Shilman
e3e0248fc9
Update MIGRATION.md
2021-08-31 12:34:19 +08:00
jonniebigodes
a0a8b69379
Merge pull request #15944 from barbaralaw/patch-1
...
Made sentence more understandable
2021-08-30 18:11:42 +01:00
Michael Shilman
937d9f0b53
Merge pull request #15918 from storybookjs/fix-15196
...
TypeScript: Fix glob pattern used in package `typesVersions` config
2021-08-30 23:29:21 +08:00
Barbara
32a316ac26
Made sentence more understandable
...
Added "and the" to the first sentence to make the sentence more easily understood.
2021-08-30 08:18:16 -07:00
Michael Shilman
09ccfc115c
Merge pull request #15894 from BANOnotIT/patch-1
...
Change -- to ― in whats-a-story.md
2021-08-30 22:54:52 +08:00
Michael Shilman
5fe2295067
Add babelModeV7 documentation
2021-08-30 19:30:12 +08:00
Michael Shilman
492a1fe685
Add babelModeV7 migration instructions
2021-08-30 19:29:53 +08:00
Michael Shilman
863a561c19
CLI: Automatically generate babel config file in empty projects
2021-08-28 00:12:52 +08:00
Norbert de Langen
5a988b02b4
expose the list of dependencies we'll need in the CLI
2021-08-27 17:03:24 +02:00
Norbert de Langen
2b5aa745bd
new and improved snapshots
2021-08-27 16:25:53 +02:00
Norbert de Langen
e1606a548d
cleanup
2021-08-27 16:19:04 +02:00
Norbert de Langen
82c2fd882f
generate with local (no require.resolve'd) paths
2021-08-27 16:00:32 +02:00
Norbert de Langen
b40cd6a722
make the babel cli command functional
2021-08-27 15:30:01 +02:00
Norbert de Langen
4c09e018e1
fix non-spreadable properties on now non-existing default babel config
2021-08-27 14:38:24 +02:00
Norbert de Langen
090c0269ec
add a babelrc command
2021-08-27 14:33:42 +02:00
Norbert de Langen
4372cf8618
small corrections
2021-08-27 14:22:17 +02:00
Michael Shilman
712a7036f5
Core: Add babelModeV7 feature flag for improved babel config
2021-08-27 19:58:23 +08:00