45569 Commits

Author SHA1 Message Date
Tom Coleman
5bc63f881b Add --tag option to upgrade script 2022-12-03 11:59:56 +11:00
Kyle Gach
585edb6434
Merge pull request #20071 from storybookjs/add-coverage-video 2022-12-02 13:26:22 -07:00
Kyle Gach
0c5d6db6cf Add coverage video to docs 2022-12-02 11:48:13 -07:00
Valentin Palkovic
2e10672dfd
Merge pull request #20069 from storybookjs/valentin/fix-flaky-placeholder
Build: replace image placeholder url in example stories for nextjs
2022-12-02 18:59:31 +01:00
Valentin Palkovic
c4bfc76fee Fix flaky placeholder 2022-12-02 17:15:46 +01:00
Yann Braga
324c33867d
Merge pull request #20067 from storybookjs/fix/in-development-flag
Build: improve inDevelopment mode for yarn task
2022-12-02 16:06:42 +01:00
Yann Braga
1bb70822fc Revert "add temporary example template with inDevelopment"
This reverts commit 2c03bdfd8d1caa2ac9ff1acb1b3a980c759c7c11.
2022-12-02 15:59:33 +01:00
Yann Braga
46182f28e7 update docs 2022-12-02 15:58:27 +01:00
Jeppe Reinhold
5338cb5583 fix link disabling for inDevelopment sandboxes 2022-12-02 15:13:35 +01:00
Jeppe Reinhold
a47a203d6c add debug flag to generate cli 2022-12-02 15:13:23 +01:00
Yann Braga
2c03bdfd8d add temporary example template with inDevelopment 2022-12-02 14:52:25 +01:00
Yann Braga
4c5bb3d192 pass debug flag to repro task 2022-12-02 14:51:38 +01:00
Jeppe Reinhold
e06b1f4fc7
Merge pull request #19958 from storybookjs/tom/sb-996-resolve-css-issue-with-introduction
Docs: using targetted styles, not components to style MDX
2022-12-02 14:45:58 +01:00
Yann Braga
92905f7149 fix sandbox command hanging locally for nextjs templates 2022-12-02 14:28:10 +01:00
Yann Braga
5b7b448f97 improve inDevelopment mode for yarn task 2022-12-02 14:24:55 +01:00
Jeppe Reinhold
f02fdb7174
Merge branch 'next' into tom/sb-996-resolve-css-issue-with-introduction 2022-12-02 14:20:02 +01:00
Yann Braga
276add3595
Merge pull request #20060 from storybookjs/fix/flaky-e2e-tests
Build: revamp interactions e2e test
2022-12-02 11:45:24 +01:00
Jeppe Reinhold
29587c986d fix Description code blocks, add docsStyles parameter to SBUI 2022-12-02 10:54:18 +01:00
Yann Braga
b9c82007e1 fix flakliness on interactions e2e test 2022-12-02 10:29:13 +01:00
Tom Coleman
2d4150c630
Merge pull request #19959 from storybookjs/tom/sb-773-docs2-toolbar-items-changed-in-docs-mode
Return to filtering toolbars in docs mode, but don't filter menu
2022-12-02 13:15:20 +11:00
Tom Coleman
e095a5b621 Merge remote-tracking branch 'origin/next' into tom/sb-773-docs2-toolbar-items-changed-in-docs-mode 2022-12-02 12:45:34 +11:00
Tom Coleman
c2444677b8
Merge pull request #20038 from YuriScarbaci/ISSUE-19094-improve-error-reporting-for-duplicate-story-definitions
feat: core-server:: added .entries property to error thrown when duplicate stories are present
2022-12-02 12:44:49 +11:00
Tom Coleman
245f8102f0
Merge pull request #19935 from storybookjs/remove-angular-default-value
Don't set `argType.defaultValue` in angular/compodoc
2022-12-02 10:05:09 +11:00
Valentin Palkovic
226b032b96
Merge pull request #20028 from storybookjs/valentin/support-image-component-in-nextjs-13
Support next/image component in Next.js 12/13 properly
2022-12-01 23:04:38 +01:00
Jeppe Reinhold
7e2d3f46c4
Merge branch 'next' into tom/sb-996-resolve-css-issue-with-introduction 2022-12-01 21:02:39 +01:00
yuri.scarbaci
ea3441e8ba feat: core-server:: added unit-test for chooseDuplicate new DuplicateEntriesError exception 2022-12-01 17:24:27 +01:00
Valentin Palkovic
cc5b197f4e
Merge pull request #20047 from storybookjs/jest/pretty-format-29
Build: Update jest pretty-format to 29
2022-12-01 16:50:57 +01:00
Jeppe Reinhold
3c3ccba516 migration notes. 2022-12-01 15:51:26 +01:00
Valentin Palkovic
bfc8cba309 Apply in review requested changes 2022-12-01 15:48:05 +01:00
Ian VanSchooten
0b09a7bb30 Build: Update jest pretty-format to 29 2022-12-01 09:47:00 -05:00
Kasper Peulen
157f76adfe
Merge pull request #20042 from storybookjs/kasper/manual-arg-types-svelte-js 2022-12-01 14:17:30 +01:00
Valentin Palkovic
a501a5d7ae Support next/image component in Next.js 12/13 properly 2022-12-01 13:12:40 +01:00
Kasper Peulen
c44a33b5bf Fix check commanbd 2022-12-01 11:41:56 +01:00
Kasper Peulen
3d3265e195 Svelte: Use JSDocs and put manual enum arg type back as it is not inferred 2022-12-01 11:06:20 +01:00
Valentin Palkovic
b8ff859f80
Merge pull request #20027 from storybookjs/valentin/improve-sandbox-creation
Improve framework version specific story handling
2022-12-01 08:59:35 +01:00
Valentin Palkovic
6b5f71947c Improve framework version specific story handling
Sandboxes are now capable to load framework version specific stories.

Example:

1. The key of a sandbox in `code/lib/cli/src/repro-templates` is `nextjs/12-js`
2. Create a folder `code/frameworks/nextjs/template/stories_12-js`
3. During sandbox creation, the version 12 specific stories are symlinked to the target `sandbox/nextjs-default-js/stories/frameworks/nextjs_default-js

It is possible now to create stories for specific versions of a framework
2022-12-01 08:36:41 +01:00
Michael Shilman
4c4f502d1a 7.0.0-alpha.56 next.json version file [skip ci] 2022-12-01 13:59:17 +08:00
Michael Shilman
55eef01d1c Update git head to 7.0.0-alpha.56, update yarn.lock [ci skip] 2022-12-01 13:53:07 +08:00
Michael Shilman
c8e9a862bb v7.0.0-alpha.56 v7.0.0-alpha.56 2022-12-01 13:48:31 +08:00
Michael Shilman
53e9d5d03a Update root, peer deps, version.ts/json to 7.0.0-alpha.56 [ci skip] 2022-12-01 13:45:27 +08:00
Michael Shilman
3f79e23a03 7.0.0-alpha.56 changelog 2022-12-01 13:44:14 +08:00
Michael Shilman
6245ea2616 Fix formatting for remove-global-client-apis automigration 2022-12-01 11:16:01 +08:00
Michael Shilman
c64ae90983 Fix repro-next notification 2022-12-01 10:30:05 +08:00
jonniebigodes
deee81fcd3
Merge pull request #19957 from storybookjs/chore_docs_add_test_coverage
Chore: (Docs) Adds test coverage to the docs
2022-11-30 22:45:34 +00:00
jonniebigodes
aa1d0ce436 Adds info on usage 2022-11-30 21:56:38 +00:00
jonniebigodes
7377b505ab Updates snippets 2022-11-30 21:06:19 +00:00
yuri.scarbaci
281a381406 feat: core-server:: added .entries property to the StoryIndexGenerator>choseDuplicate method error thrown when duplicate stories are present 2022-11-30 22:03:43 +01:00
jonniebigodes
4a59634444
Merge pull request #20037 from storybookjs/chore_docs_adds_vue_snippets
Chore (Docs): Adds first batch of Vue snippets
2022-11-30 20:55:39 +00:00
jonniebigodes
e79300c567 Adds Vue TS and Common TS snippets 2022-11-30 20:25:47 +00:00
Yann Braga
da34e173a2
Merge pull request #20004 from storybookjs/feat/fix-interactions-addon
Addon-interactions: Fix duplicated elements in the panel
2022-11-30 20:01:43 +01:00