Jeppe Reinhold
|
55b926fb46
|
cleanup
|
2022-11-03 21:47:29 +01:00 |
|
Jeppe Reinhold
|
58b156032e
|
cleanup
|
2022-11-03 20:14:48 +01:00 |
|
Jeppe Reinhold
|
5a1cea424b
|
Revert "cleanup Svelte components by key"
This reverts commit 41427307e1139d54dbe64cbedc9392057adf7c89.
|
2022-11-03 20:04:09 +01:00 |
|
Jeppe Reinhold
|
f8e6ca179f
|
Revert "fix memory leak in vue3 renderer"
This reverts commit a9e4e17530b4374c05c8da8224f252694c28719d.
|
2022-11-03 20:04:02 +01:00 |
|
Jeppe Reinhold
|
5768746469
|
Merge branch 'next' of github.com:storybookjs/storybook into jeppe/sb-869-add-any-stories-that-are-not-yet
|
2022-11-03 19:56:11 +01:00 |
|
Kasper Peulen
|
c5f81b04c7
|
Merge pull request #19699 from storybookjs/kasper/daily-job
CI: Schedule a daily job that runs all sandboxes
|
2022-11-03 16:18:24 +01:00 |
|
Kasper Peulen
|
2164a85129
|
Increase vite-bench to large as it is very flaky
|
2022-11-03 16:00:22 +01:00 |
|
Kasper Peulen
|
45ec54cd05
|
Implement a daily job
|
2022-11-03 16:00:22 +01:00 |
|
Kasper Peulen
|
2f4b6db880
|
Merge pull request #19741 from storybookjs/kasper/preact-docs-inline-stories
Preact: Make preact use inline stories (without iframe) by default in docs
|
2022-11-03 15:42:38 +01:00 |
|
Kasper Peulen
|
36515e65b8
|
docs.inlineStories to true for preact as well
|
2022-11-03 13:35:12 +01:00 |
|
Norbert de Langen
|
5eaf7d89ed
|
Merge pull request #19720 from storybookjs/tech/revert-back-removal-of-re-export
undo - client-api should export from store
|
2022-11-03 08:46:11 +01:00 |
|
Michael Shilman
|
b8b4384487
|
Merge pull request #19738 from storybookjs/shilman/csf-tools-configfile-default-export
CSF-tools: Support default exports for SB7
|
2022-11-03 13:28:18 +08:00 |
|
Michael Shilman
|
ebe670eaf0
|
Merge pull request #19713 from storybookjs/tom/sb-895-docs-option-to-turn-on-docs-page
Allow setting docsPage `automatic` to create docs entries for all components
|
2022-11-03 11:26:12 +08:00 |
|
Tom Coleman
|
f8f22ac409
|
Merge pull request #19717 from storybookjs/tom/sb-726-telemetry-fix-rendererframework
Pull renderer+builder from framework's package.json + a known list
|
2022-11-03 14:23:45 +11:00 |
|
Michael Shilman
|
59a5550530
|
CSF-tools: Support default exports for SB7
|
2022-11-03 10:39:04 +08:00 |
|
Tom Coleman
|
5e8417c3b4
|
Merge pull request #19716 from storybookjs/tom/sb-896-automigration-to-set-autodocspage-true
Add automigration to set docsPage = 'automatic' for existing Storybooks
|
2022-11-03 11:44:03 +11:00 |
|
Norbert de Langen
|
319ec81d45
|
Merge pull request #19686 from halkeye/use-import-meta
Use import.meta.webpackHot instead of module.hot for check
|
2022-11-02 23:54:21 +01:00 |
|
Gavin Mogan
|
2f676a2528
|
Use import.meta.webpackHot instead of module.hot for check
|
2022-11-02 15:20:09 -07:00 |
|
Norbert de Langen
|
b298a49a44
|
Merge pull request #19672 from storybookjs/prettier-upgrade
Dependencies: Bump prettier dependency, cleanup config
|
2022-11-02 22:45:28 +01:00 |
|
Norbert de Langen
|
79187f4049
|
Merge pull request #19724 from storybookjs/nested-dts
Fix: Point to correct .d.ts files from export maps
|
2022-11-02 21:57:33 +01:00 |
|
Ian VanSchooten
|
b37061cbd1
|
Merge remote-tracking branch 'origin/next' into prettier-upgrade
|
2022-11-02 16:05:04 -04:00 |
|
Kasper Peulen
|
e0026c02c8
|
Merge pull request #19669 from storybookjs/eslint-fix
Cleanup: Make ESLint the default formatter in vscode
|
2022-11-02 20:52:12 +01:00 |
|
Yann Braga
|
c18d0c38db
|
Merge pull request #19734 from storybookjs/chore/fix-repro-generation
Maintenance: Delete node_modules in repro generation
|
2022-11-02 20:31:51 +01:00 |
|
Yann Braga
|
ad615a6a64
|
use a custom environment variable to specify cleaning up
|
2022-11-02 19:52:51 +01:00 |
|
Michael Shilman
|
b9af9f72af
|
Merge pull request #19585 from LBBO/19420-init-remove-deprecated-s-flag
CLI: Remove deprecated `-s` flag on `sb init`
|
2022-11-03 01:28:34 +08:00 |
|
Yann Braga
|
299bc9775c
|
delete node_modules once repro is generated
|
2022-11-02 17:57:31 +01:00 |
|
Michael Shilman
|
e7e6d0c391
|
Fix linting
|
2022-11-03 00:49:37 +08:00 |
|
Michael Shilman
|
60651b346c
|
Merge branch 'next' into pr/19585
|
2022-11-03 00:46:13 +08:00 |
|
Ian VanSchooten
|
aa16f23dcf
|
Point to correct .d.ts files from export maps
|
2022-11-02 12:14:30 -04:00 |
|
Ian VanSchooten
|
e414b9ed95
|
Merge pull request #19723 from storybookjs/fix/no-link-bundle-fix
Fix: dts facade generator did not support deep links
|
2022-11-02 12:04:48 -04:00 |
|
Norbert de Langen
|
a18424ab8a
|
fix a bug me and ian found
Co-authored-by: Ian VanSchooten <ian.vanschooten@gmail.com>
|
2022-11-02 16:15:04 +01:00 |
|
Ian VanSchooten
|
81d179230b
|
Configure eslint working directories for vscode
|
2022-11-02 10:44:02 -04:00 |
|
Norbert de Langen
|
2c5079a602
|
add them back here too
|
2022-11-02 14:33:42 +01:00 |
|
Norbert de Langen
|
e789ca6fa9
|
add re-export back that I removed in https://github.com/storybookjs/storybook/pull/19580
|
2022-11-02 14:30:21 +01:00 |
|
Tom Coleman
|
2ebaa53687
|
Small tweak
|
2022-11-02 22:13:19 +11:00 |
|
Tom Coleman
|
1493309423
|
Fix tests
|
2022-11-02 22:12:48 +11:00 |
|
Tom Coleman
|
8012b1122a
|
Pull renderer+builder from framework's package.json + a known list
|
2022-11-02 22:00:26 +11:00 |
|
Michael Shilman
|
03ec21a5f1
|
Merge pull request #19714 from storybookjs/tom/sb-894-document-in-migrationmd
Add migration notes about docs page opt-in
|
2022-11-02 15:58:16 +08:00 |
|
Michael Shilman
|
35610ab666
|
Merge pull request #19715 from storybookjs/tom/sb-897-update-cli-template-to-set-autodocspage
CLI: Add docsPage to all Button/Header story templates
|
2022-11-02 15:56:45 +08:00 |
|
Tom Coleman
|
18d1070f7b
|
Create a migration to add docs.docsPage: 'automatic' if unset
|
2022-11-02 17:36:55 +11:00 |
|
Tom Coleman
|
fe3396e90a
|
Update default main.js to set docsPage: true
|
2022-11-02 17:15:56 +11:00 |
|
Tom Coleman
|
43f75b1fed
|
Add docsPage tag to all Button/Header CLI templates
|
2022-11-02 17:02:43 +11:00 |
|
Kasper Peulen
|
426c6c07da
|
Merge pull request #19704 from storybookjs/export-react-framework
React: Expose ReactFramework type
|
2022-11-02 06:58:41 +01:00 |
|
Tom Coleman
|
beed7aa447
|
Add migration notes about docs page opt-in
|
2022-11-02 16:52:03 +11:00 |
|
Tom Coleman
|
6e256cd2ab
|
Allow setting docsPage = automatic to set docs entries for all components
|
2022-11-02 16:19:51 +11:00 |
|
Michael Shilman
|
02623aed81
|
Merge pull request #19706 from storybookjs/shilman/19453-fix-vue-test-runner
Build: Re-enable test-runner for vue-cli
|
2022-11-02 10:42:11 +08:00 |
|
Michael Shilman
|
f64590613e
|
Build: Re-enable test-runner for vue-cli
|
2022-11-02 10:06:50 +08:00 |
|
Michael Shilman
|
aeaced7f17
|
Merge pull request #19697 from SebastianKapunkt/vue-webpack-5-babel
Vue: Add babel loader 9.0.0 to vue-webpack5 peer dependencies
|
2022-11-02 08:38:15 +08:00 |
|
Ian VanSchooten
|
0e0d6e644f
|
Expose ReactFramework type
|
2022-11-01 16:10:29 -04:00 |
|
Michael Shilman
|
87d463e89f
|
Merge branch 'next' of github.com:storybookjs/storybook into next
|
2022-11-02 00:39:15 +08:00 |
|