39647 Commits

Author SHA1 Message Date
jonniebigodes
a36db1adf0
Merge pull request #18076 from storybookjs/docs_snippets_vue_figma
Chore: (Docs) Minor updates to snippets  snippets
2022-04-27 04:42:27 +01:00
jonniebigodes
072f25397c cleanup snippets 2022-04-27 04:34:58 +01:00
jonniebigodes
677677fade
Merge pull request #18055 from storybookjs/chore_docs_add_design_integrations
Chore: (Docs - Sharing) Adds documentation on design integrations
2022-04-27 04:07:55 +01:00
jonniebigodes
9653ca48d6 cleanup react story 2022-04-27 04:04:44 +01:00
jonniebigodes
76be573b59 update story name mdx 2022-04-27 04:02:46 +01:00
jonniebigodes
da61e2f941 url vue updated 2022-04-27 04:01:33 +01:00
jonniebigodes
1599754444 adds missing snippets 2022-04-27 03:58:45 +01:00
domyen
037b6be717 Update design integration docs 2022-04-26 21:19:17 -04:00
Tom Coleman
552b0d3f6c Update csf version from https://github.com/ComponentDriven/csf/pull/43 2022-04-27 10:39:49 +10:00
jonniebigodes
8de15a1ee9 Add initial instructions for addon 2022-04-27 01:12:30 +01:00
domyen
e9edb79d41 Update design-integrations.md 2022-04-26 16:57:54 -04:00
Jimmy Somsanith
d35072f69c fix 2022-04-26 21:30:43 +02:00
Jimmy Somsanith
bd5bb11803
Update addons/a11y/src/a11yRunner.ts
Co-authored-by: Kyle Gach <kyle.gach@gmail.com>
2022-04-26 21:28:35 +02:00
jonniebigodes
3015de8a4e updates for xd and minor polishing 2022-04-26 19:34:01 +01:00
Baoshuo Ren
45717aa0d6
chore: remove git.io
All links on git.io will stop redirecting after April 29, 2022.

- https://github.blog/changelog/2022-04-25-git-io-deprecation/
2022-04-26 21:09:24 +08:00
Yann Braga
4f15fe6791
Merge pull request #18053 from storybookjs/fix/await-cli-generators
CLI: await generators for proper install
2022-04-26 11:31:15 +02:00
Michael Shilman
8e35c02763
Merge pull request #18054 from storybookjs/fix/csf-tools-ts-meta-var
Core: Fix story index for CSF default exports as TS vars
2022-04-26 13:36:26 +08:00
jonniebigodes
3aca5ab42d Adds documentation on design integrations 2022-04-25 23:35:32 +01:00
Michael Shilman
28d18329bc DRY up the code 2022-04-26 00:02:33 +08:00
Michael Shilman
4601876295 Core: Fix story index for CSF default exports as TS vars 2022-04-25 23:56:30 +08:00
Yann Braga
1377fdcafd fix(CLI): await generators for proper install 2022-04-25 17:46:31 +02:00
Michael Shilman
aa74f4f6a0
Merge pull request #18001 from yngvebn/angular-builder-webpack-stats-json
Angular: Add webpackStatsJson to angular-builder
2022-04-25 23:31:23 +08:00
Michael Shilman
2307bbd795
Merge pull request #18052 from storybookjs/fix-auto-title-regression-for-pascal-case-filenames
Core: Fix single-story hoisting regression for auto-title changes
2022-04-25 23:03:05 +08:00
jonniebigodes
f567a7d95c
Merge pull request #17967 from storybookjs/chore_docs_testing_docs_updates_6_5
Chore: (Docs) Storybook 6.5 testing updates
2022-04-25 13:18:47 +01:00
Yann Braga
e4fec0b7f6
Merge pull request #18021 from italoteix/feat/add-interactions-to-vue-cli-template
CLI/Vue: add interactions to vue cli template
2022-04-25 13:56:44 +02:00
jonniebigodes
5793055e26 minor tweaks 2022-04-25 12:47:47 +01:00
Yann Braga
e69896db1c Merge branch 'next' into feat/add-interactions-to-vue-cli-template 2022-04-25 12:27:29 +02:00
Yann Braga
80aea751c8 fix: use getByRole instead of findByRole in vue template 2022-04-25 12:26:23 +02:00
Michael Shilman
071501da4d
Merge pull request #18014 from storybookjs/feat/add-interactions-to-html-cli-template
CLI/HTML: Add interactions to cli template
2022-04-25 17:49:16 +08:00
Valentin Palkovič
5dbd907fa3 Rename isStoryAndComponentNameEqual function 2022-04-25 11:20:43 +02:00
Huyen Nguyen
e0f6bca5eb address feedback 2022-04-25 15:13:09 +07:00
Valentin Palkovič
0d155a35b2 fix: Auto-title regression for pascal case filenames 2022-04-25 08:21:30 +02:00
Michael Shilman
4acf6c096c 6.5.0-beta.0 next.json version file 2022-04-24 14:22:01 +08:00
Michael Shilman
38ecfb2e14 Update git head to 6.5.0-beta.0, update yarn.lock 2022-04-24 14:19:59 +08:00
Michael Shilman
b2e85f3599 v6.5.0-beta.0 v6.5.0-beta.0 2022-04-24 14:16:08 +08:00
Michael Shilman
6d9eeae17b Update root, peer deps, version.ts/json to 6.5.0-beta.0 [ci skip] 2022-04-24 13:49:03 +08:00
Michael Shilman
02ccd3b3a9 6.5.0-beta.0 changelog 2022-04-24 13:48:20 +08:00
Yann Braga
abaa657c74
Update lib/cli/src/frameworks/vue/Page.stories.js 2022-04-23 10:57:01 +02:00
Yann Braga
526d4343fc Merge branch 'next' into feat/add-interactions-to-html-cli-template 2022-04-23 10:34:40 +02:00
Yann Braga
9ca856b98b
Merge pull request #18031 from italoteix/feat/add-interactions-to-vue3-cli-template
CLI/Vue3: add interactions to vue3 cli template
2022-04-23 10:31:52 +02:00
Valentin Palkovič
02ec983231 Apply requested PR changes 2022-04-23 08:48:25 +02:00
Valentin Palkovič
216825a859 docs: Add documentation to use Typescript with Vue 2/3 on Write Stories page 2022-04-23 08:36:30 +02:00
Burhanuddin Udaipurwala
8282a564ce fix: both return statements should return permanent 2022-04-23 11:48:55 +05:30
Burhanuddin Udaipurwala
26685ace67 feat: make panel position a persistent perference 2022-04-23 11:45:26 +05:30
jonniebigodes
9977a79552
Merge pull request #18005 from laughnan/storyshots-puppeteer-docs
docs(storyshots): update wording for puppeteer addon
2022-04-23 01:01:00 +01:00
jonniebigodes
48a214b0e1
Merge pull request #18020 from jdgomezb/patch-1
Update README.md
2022-04-23 00:55:15 +01:00
jonniebigodes
d652dff2c8
Merge pull request #18006 from matthewborgman/patch-1
Remove errant `,` in example that causes compilation errors
2022-04-23 00:47:46 +01:00
Ítalo Teixeira
4b9f6d28f1 Merge branch 'feat/add-interactions-to-vue-cli-template' of https://github.com/italoteix/storybook into feat/add-interactions-to-vue-cli-template 2022-04-23 00:32:53 +02:00
Ítalo Teixeira
88cdcffd2c feat: use find to query element on play function 2022-04-23 00:30:47 +02:00
Ítalo Teixeira
b26d8f4cb2 feat: move cb functions to methods 2022-04-23 00:30:02 +02:00