Yann Braga
|
1d4bb4e11d
|
Merge pull request #21451 from storybookjs/20146-fix-storiesOf-warning
Core: Update error message from storiesOf usage.
|
2023-03-07 15:00:37 +01:00 |
|
Yann Braga
|
35104b8158
|
fix tests
|
2023-03-07 14:25:29 +01:00 |
|
Yann Braga
|
a5cccf72d9
|
Merge pull request #21454 from storybookjs/tom/21440-recover-from-errors
Docs: Re-render MDX files when you fix a thrown error.
|
2023-03-07 14:19:13 +01:00 |
|
Tom Coleman
|
3d2ffe7e47
|
Use a key to get rid of errors.
|
2023-03-07 22:27:53 +11:00 |
|
Tom Coleman
|
623686befb
|
POC of fix for #21441
|
2023-03-07 22:04:16 +11:00 |
|
Tom Coleman
|
d460bc6c83
|
Update code/lib/csf-tools/src/CsfFile.ts
|
2023-03-07 21:51:03 +11:00 |
|
Tom Coleman
|
529a35bf43
|
Update error message from storiesOf usage.
|
2023-03-07 21:47:54 +11:00 |
|
Kasper Peulen
|
3a7e11dd23
|
Merge pull request #21448 from storybookjs/kasper/mdx-csf-imports
Fix mdx-to-csf codemod blocks imports
|
2023-03-07 11:35:22 +01:00 |
|
Valentin Palkovic
|
24bf2b699c
|
Add some missing types to @storybook/react-vite
|
2023-03-07 10:30:27 +01:00 |
|
Kasper Peulen
|
97fa0ad42a
|
Fix mdx-to-csf codemod blocks imports
|
2023-03-07 10:27:22 +01:00 |
|
Jeppe Reinhold
|
cc5dad237b
|
Merge pull request #21442 from storybookjs/tom/export-useOf-type
Use `Of` type in `useOf` argument
|
2023-03-07 09:55:21 +01:00 |
|
Tom Coleman
|
68634fc022
|
Use Of type in useOf argument
|
2023-03-07 17:13:57 +11:00 |
|
Michael Shilman
|
fa83aa2947
|
Merge pull request #21436 from storybookjs/shilman/tty-telemetry
Telemetry: Is interactive shell
|
2023-03-07 10:42:14 +08:00 |
|
Michael Shilman
|
00b6cc22a4
|
Try to break the cache again
|
2023-03-07 10:13:02 +08:00 |
|
Michael Shilman
|
e4101bc2dc
|
Try to break the cache
|
2023-03-07 08:31:12 +08:00 |
|
Michael Shilman
|
ad7536e776
|
Telemetry: Is this an interactive shell
|
2023-03-07 08:02:50 +08:00 |
|
Michael Shilman
|
20156b9404
|
7.0.0-beta.62 next.json version file [skip ci]
|
2023-03-06 23:09:31 +08:00 |
|
Michael Shilman
|
117cc4c588
|
Update git head to 7.0.0-beta.62, update yarn.lock [ci skip]
|
2023-03-06 22:57:07 +08:00 |
|
Michael Shilman
|
f70dcdb599
|
v7.0.0-beta.62
v7.0.0-beta.62
|
2023-03-06 22:55:33 +08:00 |
|
Michael Shilman
|
5363f12855
|
Update root, peer deps, version.ts/json to 7.0.0-beta.62 [ci skip]
|
2023-03-06 22:22:37 +08:00 |
|
Michael Shilman
|
04271ccb0b
|
7.0.0-beta.62 changelog
|
2023-03-06 22:22:21 +08:00 |
|
Michael Shilman
|
251dd4e153
|
Merge pull request #21338 from storybookjs/vite/docgen-types
Vite: Add react docgen types
|
2023-03-06 22:13:25 +08:00 |
|
Michael Shilman
|
bf3fd363a1
|
Merge pull request #21407 from storybookjs/21310-show-error-telemetry
Core: Print errors in `withTelemetry` before prompting
|
2023-03-06 22:12:32 +08:00 |
|
Michael Shilman
|
b3ce386e88
|
Merge pull request #21255 from storybookjs/polish-docs-for-7.0
Addon-docs: Polish styling for 7.0
|
2023-03-06 21:01:15 +08:00 |
|
Valentin Palkovic
|
541c0d7d70
|
Merge pull request #21409 from storybookjs/valentin/angular-codemod
Add Angular Builder Codemods
|
2023-03-06 13:58:51 +01:00 |
|
Michael Shilman
|
a5c949a7ee
|
Merge pull request #21402 from storybookjs/21316-drop-require-from-docs
Docs: Use async import rather than require in docs
|
2023-03-06 20:57:51 +08:00 |
|
Michael Shilman
|
fcf8baf307
|
Merge pull request #21403 from storybookjs/21373-no-duplicate-warning-for-same-file
Docs: Don't warn if we find the same entry twice.
|
2023-03-06 20:55:34 +08:00 |
|
Michael Shilman
|
8c035cf065
|
Merge pull request #21416 from storybookjs/tom/21318-fix-unreported-errors
Telemetry: Ensure we report errors even when unexpected things happen
|
2023-03-06 20:53:33 +08:00 |
|
Michael Shilman
|
a140e6feeb
|
Update code/lib/core-server/src/withTelemetry.ts
|
2023-03-06 20:53:23 +08:00 |
|
Michael Shilman
|
d167bbf4ec
|
Merge pull request #21418 from storybookjs/chore/check-version-consistency
CLI: Fix versions.ts to install latest prerelease packages
|
2023-03-06 20:49:46 +08:00 |
|
Ian VanSchooten
|
26dc390f02
|
First parameter, not array
|
2023-03-06 07:40:40 -05:00 |
|
Tom Coleman
|
ecb4239486
|
Update angular error handling to use new error logging
Also ensure errors thrown from dev process are sent via telemetry
|
2023-03-06 23:38:20 +11:00 |
|
Tom Coleman
|
c2a5a0be55
|
Update error message
|
2023-03-06 23:35:33 +11:00 |
|
Norbert de Langen
|
fdec40cd19
|
Merge pull request #21421 from storybookjs/tom/21340-remove-old-module-hot-decline
Core: Remove pointless `module.hot.decline()` in addons
|
2023-03-06 13:09:58 +01:00 |
|
Tom Coleman
|
889c3f1d7f
|
Remove pointless module.hot.decline()
|
2023-03-06 22:31:01 +11:00 |
|
Yann Braga
|
52309ccb01
|
include all packages in versions.ts
|
2023-03-06 10:51:31 +01:00 |
|
Yann Braga
|
b9824eb411
|
update logic in sb versions generation script
|
2023-03-06 10:46:28 +01:00 |
|
Norbert de Langen
|
5ef160d567
|
fix typo
|
2023-03-06 10:46:06 +01:00 |
|
Norbert de Langen
|
4fd712e83d
|
ensure existing rules get merged
|
2023-03-06 10:45:17 +01:00 |
|
Tom Coleman
|
b125f358cf
|
Fix test names + main.js failure test
|
2023-03-06 20:33:26 +11:00 |
|
Tom Coleman
|
bb7676a072
|
Use the empty string for the hash
|
2023-03-06 20:17:25 +11:00 |
|
Tom Coleman
|
d5fe2703a2
|
Ensure we report errors even when unexpected this happen during reporting
|
2023-03-06 20:16:56 +11:00 |
|
Valentin Palkovic
|
c777f8b63e
|
Add Angular Builder Codemods
|
2023-03-06 08:24:35 +01:00 |
|
Tom Coleman
|
38d319e916
|
Print errors in withTelemetry , before prompting
Also make exiting more consistent across commands. For #21373
|
2023-03-06 17:04:59 +11:00 |
|
Tom Coleman
|
0b04540b4e
|
Don't warn if we find the same entry twice.
For https://github.com/storybookjs/storybook/issues/21373
|
2023-03-06 11:08:28 +11:00 |
|
Tom Coleman
|
29a33ed29e
|
Merge pull request #21371 from storybookjs/tom/21366-fix-unattached-argsTable
Docs: Allow ArgTable usage unattached
|
2023-03-06 10:46:14 +11:00 |
|
Tom Coleman
|
0f8720ce29
|
Try async import rather than require in docs
|
2023-03-06 10:38:45 +11:00 |
|
Tom Coleman
|
47efd803f5
|
Update DocsContext tests
|
2023-03-06 10:10:26 +11:00 |
|
Tom Coleman
|
ade8805296
|
Fix types of useOf
|
2023-03-06 09:49:17 +11:00 |
|
Michael Shilman
|
0ae21db99d
|
Merge branch 'next' of github.com:storybookjs/storybook into next
|
2023-03-05 08:02:47 +08:00 |
|