Norbert de Langen
|
10e5f5f682
|
add trim
|
2023-01-20 11:32:32 +01:00 |
|
Norbert de Langen
|
684362e61f
|
make snapshots easier to read
|
2023-01-20 11:30:44 +01:00 |
|
Norbert de Langen
|
fb566dee2b
|
fix snapshot
|
2023-01-20 10:48:10 +01:00 |
|
Yann Braga
|
7be3f8376e
|
remove preact-webpack5 from babelrc automigration
|
2023-01-20 09:56:53 +01:00 |
|
Michael Shilman
|
457694a15a
|
Update git head to 7.0.0-beta.31, update yarn.lock [ci skip]
|
2023-01-20 13:24:01 +08:00 |
|
Michael Shilman
|
6d1ea7647f
|
v7.0.0-beta.31
|
2023-01-20 13:22:31 +08:00 |
|
Michael Shilman
|
bc018cf157
|
Update root, peer deps, version.ts/json to 7.0.0-beta.31 [ci skip]
|
2023-01-20 13:16:28 +08:00 |
|
Michael Shilman
|
882f864003
|
Merge pull request #20688 from storybookjs/shilman/20421-split-docs-storysource
Source-loader: Fix export default variable references
|
2023-01-20 10:56:54 +08:00 |
|
Tom Coleman
|
7fa20f2316
|
Merge branch 'next' into tom/sb-1147-update-api-of-source-block
|
2023-01-20 09:25:24 +11:00 |
|
Yann Braga
|
f160d3bb62
|
turn missing-babelrc into an automatic migration
|
2023-01-19 17:13:13 +01:00 |
|
Michael Shilman
|
4eff3e6288
|
Merge pull request #20679 from sheriffMoose/next
Addon-docs: Update story index generator
|
2023-01-19 20:57:42 +08:00 |
|
Michael Shilman
|
285a7b820f
|
Source-loader: Handle export default variable references
|
2023-01-19 18:41:51 +08:00 |
|
Tom Coleman
|
cf87680a1e
|
Merge pull request #20662 from storybookjs/refactor-useOf
Docs: Move validation logic into `context.resolveOf`
|
2023-01-19 16:43:15 +11:00 |
|
Michael Shilman
|
f1765bfd2d
|
fix linting
|
2023-01-19 12:31:26 +08:00 |
|
Tom Coleman
|
d3c7d3db21
|
Merge remote-tracking branch 'origin/next' into refactor-useOf
|
2023-01-19 15:12:48 +11:00 |
|
Tom Coleman
|
a2f272b9a3
|
Merge remote-tracking branch 'origin/next' into add-ignoreArgsUpdates
|
2023-01-19 13:20:48 +11:00 |
|
Tom Coleman
|
899c6c3b2f
|
Merge branch 'tom/sb-1147-update-api-of-source-block' into shilman/update-csf-plugin-source
|
2023-01-19 13:04:50 +11:00 |
|
Mostafa Sherif
|
c425cc8446
|
addon-docs: update story index generator
change extract stories condition to positive matcher instead of negative matcher
|
2023-01-18 17:07:53 -05:00 |
|
Michael Shilman
|
d45b15f3df
|
Merge branch 'next' of github.com:storybookjs/storybook into next
|
2023-01-18 23:20:23 +08:00 |
|
Ian VanSchooten
|
f47000eecd
|
Merge pull request #20602 from storybookjs/migration-guide-organization
Organize 7.0 migration guide
|
2023-01-18 10:14:01 -05:00 |
|
Michael Shilman
|
5ab9699391
|
Update git head to 7.0.0-beta.30, update yarn.lock [ci skip]
|
2023-01-18 23:11:11 +08:00 |
|
Michael Shilman
|
633f95bec7
|
v7.0.0-beta.30
|
2023-01-18 23:09:16 +08:00 |
|
Michael Shilman
|
3f782086fe
|
Update root, peer deps, version.ts/json to 7.0.0-beta.30 [ci skip]
|
2023-01-18 23:00:30 +08:00 |
|
Michael Shilman
|
26dac372d7
|
Merge pull request #20646 from storybookjs/fix/safe-check-in-core-preset
Core: Fix `core` preset default value
|
2023-01-18 22:49:51 +08:00 |
|
Ian VanSchooten
|
b824cf1289
|
Merge remote-tracking branch 'origin/next' into migration-guide-organization
# Conflicts:
# MIGRATION.md
|
2023-01-18 09:21:06 -05:00 |
|
Michael Shilman
|
125361ead9
|
Merge pull request #20559 from storybookjs/valentin/angular15-maintenance
Angular: Support multi-project setup in ng workspaces
|
2023-01-18 22:03:17 +08:00 |
|
Michael Shilman
|
fdd941879d
|
Merge pull request #20661 from storybookjs/20587-fix-unattached-stories-mdx
Addon-docs: Fix issue with unattached `.mdx` files
|
2023-01-18 21:25:35 +08:00 |
|
Norbert de Langen
|
e7b53cc57e
|
Merge pull request #20669 from storybookjs/norbert/fix-20652
Bug: add error catching when template is not set
|
2023-01-18 14:14:52 +01:00 |
|
Norbert de Langen
|
8285f7b0ba
|
Merge pull request #20154 from yuisato1025/yuisato1025/support-depreacted-jsdoc-tag
Support @deprecated jsdoc tag
|
2023-01-18 14:14:16 +01:00 |
|
Norbert de Langen
|
952e82d86e
|
add error catching
|
2023-01-18 11:50:23 +01:00 |
|
Jeppe Reinhold
|
d2d2f9c317
|
Merge pull request #20167 from gitstart/fix/viewport-resetting-shortcut
Addons: Fix Viewport resetting shortcut key not working
|
2023-01-18 11:04:44 +01:00 |
|
Tom Coleman
|
77803c046d
|
Merge remote-tracking branch 'origin/valentin/angular15-maintenance' into add-ignoreArgsUpdates
|
2023-01-18 20:14:08 +11:00 |
|
Tom Coleman
|
661bad8932
|
Fix build
|
2023-01-18 20:12:41 +11:00 |
|
Norbert de Langen
|
d972473b46
|
Merge branch 'next' into tom/sb-1123-sb20250-vite-does-not-show-a-spinner-2
|
2023-01-18 09:08:32 +01:00 |
|
Norbert de Langen
|
c754d638f2
|
Merge pull request #19860 from gitstart/vue/add-v-on-render
Vue: Update events binding in Vue render
|
2023-01-18 09:00:58 +01:00 |
|
Michael Shilman
|
e40126413f
|
Fix comment
|
2023-01-18 14:22:27 +08:00 |
|
Michael Shilman
|
d5f4ab1d05
|
Csf-plugin: Move source to docs.source.originalSource
|
2023-01-18 14:13:35 +08:00 |
|
Michael Shilman
|
318568d1e8
|
Merge pull request #20632 from storybookjs/shilman/csf-plugin-meta-descriptions
Csf-plugin: Support meta description comments
|
2023-01-18 13:56:20 +08:00 |
|
Michael Shilman
|
61df3ea48c
|
Update code/lib/csf-tools/src/enrichCsf.ts
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
|
2023-01-18 10:53:21 +08:00 |
|
Tom Coleman
|
11374a7601
|
Move validation logic into context.resolveOf
|
2023-01-18 13:17:33 +11:00 |
|
Tom Coleman
|
31df7be71f
|
Add test
|
2023-01-18 10:38:36 +11:00 |
|
Tom Coleman
|
9107ba6422
|
Resolve issue with unattached .mdx files
|
2023-01-18 10:27:39 +11:00 |
|
Valentin Palkovic
|
fbfb295ee3
|
Fix type issues
|
2023-01-17 21:16:02 +01:00 |
|
Ian VanSchooten
|
07be6fdc43
|
Remove docs for modernInlineRender
|
2023-01-17 14:34:49 -05:00 |
|
Valentin Palkovic
|
d0c566578a
|
Add missing dependencies to builder-vite package.json
|
2023-01-17 16:40:06 +01:00 |
|
Valentin Palkovic
|
01e7b3b341
|
Fix HMR issue in Manager UI
|
2023-01-17 15:41:43 +01:00 |
|
Valentin Palkovic
|
7a0963256c
|
Fix typings
|
2023-01-17 15:40:39 +01:00 |
|
Valentin Palkovic
|
fb98cae978
|
Output Storybook to storybook-static if only one project is available
|
2023-01-17 15:40:39 +01:00 |
|
Valentin Palkovic
|
de08cd06ab
|
Only add Storybook for projects, which does not have set it up already
|
2023-01-17 15:40:39 +01:00 |
|
Valentin Palkovic
|
4ca33c3a8f
|
Add telemetry to angular builders
|
2023-01-17 15:40:39 +01:00 |
|