38881 Commits

Author SHA1 Message Date
Norbert de Langen
b69671b019
Merge pull request #17714 from Tomastomaslol/issue-17227-UI-for-toggling-addons-panel
UI: Button for toggling addons panel
2022-03-21 16:12:08 +01:00
Norbert de Langen
7053de3384
Merge pull request #17726 from passbyval/passbyval-patch-1
Fix nesting issue for refs in sidebar component
2022-03-21 16:11:51 +01:00
Michael Shilman
b8ccc17534
Merge pull request #17729 from ch3coo2ca/fix-missing-await
fix : add missing await for an async function
2022-03-21 22:58:59 +08:00
Michael Shilman
521cc79702
Merge pull request #17764 from Pepijnk12/vue-source-decorator-tests
Addon-docs/Vue: Add tests for sourceDecorator vnodeToString
2022-03-21 22:43:40 +08:00
Norbert de Langen
79e098984b
Merge pull request #17765 from Pepijnk12/date-control-tests
Date control tests
2022-03-21 15:41:24 +01:00
Michael Shilman
1bde95ad95
Merge pull request #17771 from Pepijnk12/test-coverage-mocks
Remove mock directories from Jest test coverage
2022-03-21 22:40:22 +08:00
Pepijn
c6e8970afd Add time minutes not padded with a zero test for time formatting and parsing 2022-03-21 15:26:38 +01:00
Pepijn
843237892f Remove mock directories from jest test coverage 2022-03-21 12:51:59 +01:00
Pepijn
b2ed50b9bb Change variable naming in tests 2022-03-20 12:35:47 +01:00
Pepijn
385b08940c Remove debug console log 2022-03-20 12:29:55 +01:00
Pepijn
32ed23c1d1 Add date control parse and format tests 2022-03-20 12:24:42 +01:00
Pepijn
c3fdc05457 Add slot to 'component element with children' test in Vue sourceDecorator vnodeToString 2022-03-20 09:39:54 +01:00
Pepijn
aea5f09490 Add three tests for untested branches and statements in Vue sourceDecorator vnodeToString 2022-03-20 09:35:59 +01:00
Norbert de Langen
4a6fea8f5c
Merge pull request #17747 from storybookjs/tech/fix-dts-localizer
fix dts-localize script
2022-03-18 12:41:03 +01:00
Michael Shilman
52ab5f6add
Merge pull request #17748 from storybookjs/tech/fix-filesystem-cache
fix filesystem cache missing return
2022-03-18 13:39:18 +08:00
Michael Shilman
f1e39e054e
Merge pull request #17734 from storybookjs/chore_docs_env_vars_updates
Chore: (Docs) Updates the env vars docs for sb env field
2022-03-18 13:37:15 +08:00
Michael Shilman
161bf4d8d5
Update docs/snippets/common/storybook-main-env-field-config.js.mdx 2022-03-18 13:36:49 +08:00
jonniebigodes
0035a934f4 reverts aside and polishes the example 2022-03-18 01:00:17 +00:00
passbyval
573ed31057
Update Sidebar.test.tsx 2022-03-17 19:36:36 -05:00
passbyval
71fa4daac5
Update Sidebar.test.tsx 2022-03-17 17:51:32 -05:00
jonniebigodes
6cfb6bb6d0 Adds aside for clarity on usage of the feature. 2022-03-17 21:21:09 +00:00
Norbert de Langen
65e6950820
fix major problem with filecache module 2022-03-17 18:16:20 +01:00
Norbert de Langen
4a51fa6316
fix dts-localize script
when types are missing for a file entirely, ignore it
2022-03-17 18:05:53 +01:00
Norbert de Langen
0bab647368
Merge pull request #17742 from storybookjs/fix-docsRender-binding
Fix binding of the `renderStoryToElement` passed to `DocsRender`
2022-03-17 13:53:55 +01:00
Tom Coleman
acde8745e9 Fix binding of the renderStoryToElement function passed to DocsRender
Not sure why it was this way round before?
2022-03-17 22:46:56 +11:00
Michael Shilman
4a89f1d724 6.5.0-alpha.49 next.json version file 2022-03-17 17:59:07 +08:00
Michael Shilman
48aa634833 Update git head to 6.5.0-alpha.49, update yarn.lock 2022-03-17 16:28:49 +08:00
Michael Shilman
5cd3cd92ff v6.5.0-alpha.49 v6.5.0-alpha.49 2022-03-17 16:25:02 +08:00
Michael Shilman
5c7a70d9d8 Update root, peer deps, version.ts/json to 6.5.0-alpha.49 [ci skip] 2022-03-17 16:06:32 +08:00
Michael Shilman
d5005741e5 6.5.0-alpha.49 changelog 2022-03-17 16:06:21 +08:00
Valerie Rutsch
89dbd1440e All the types 2022-03-17 00:45:17 -05:00
Valerie Rutsch
0cc425ebc6 ...more 2022-03-17 00:26:46 -05:00
Valerie Rutsch
c5413f30f4 Better types 2022-03-17 00:24:08 -05:00
Valerie Rutsch
4744d55c7e Fix wrong type 2022-03-16 21:40:00 -05:00
Valerie Rutsch
0e89c8e29f Add missing type info 2022-03-16 21:36:31 -05:00
Valerie Rutsch
2570bc1404 Revert 2022-03-16 21:22:13 -05:00
Valerie Rutsch
097ad6fae5 Add specs 2022-03-16 21:20:51 -05:00
jonniebigodes
d13836338e
Merge pull request #17736 from storybookjs/fix_preact_snippets
Chore: (Docs) Fix typo in preact snippets
2022-03-17 00:20:33 +00:00
jonniebigodes
d98a6b44a3 Fix typo in preact snippets 2022-03-17 00:12:13 +00:00
jonniebigodes
bfc728c48d Updates the env vars docs for sb env field 2022-03-16 21:08:56 +00:00
Kyle Gach
f096fb34ee
Merge pull request #17658 from fbredius/preact-code-snippet
Docs: Add remaining Preact code snippets for Get-Started section
2022-03-16 12:19:16 -06:00
Michael Shilman
ca95b2ba1b
Merge pull request #17731 from storybookjs/fix/svelte-e2e
Addon-docs/Svelte: Fix `HOC.svelte` reference
2022-03-16 22:34:06 +08:00
Norbert de Langen
8b7e6fe2c3
fix svelte HOC.svelte reference 2022-03-16 14:13:33 +01:00
jylee
05fd898625 fix : add missing await for an async function 2022-03-16 21:13:43 +09:00
fbredius-hp
c37d1cfea6 Docs: Add remaining Preact code snippets for Get-Started section 2022-03-16 09:35:21 +01:00
Valerie Rutsch
64716db698 ...more 2022-03-16 00:30:55 -05:00
passbyval
09592d48ce
Update Sidebar.tsx
Fix nesting issue for refs in sidebar component
2022-03-16 00:11:24 -05:00
Tomas Nygren
d55aa25110 use correct title and id for addonsTool 2022-03-16 11:55:11 +11:00
Tomas Nygren
2551d03e9a Merge branch 'next' of github.com:storybookjs/storybook into issue-17227-UI-for-toggling-addons-panel 2022-03-16 11:52:43 +11:00
jonniebigodes
fc5a9b35cd
Merge pull request #17716 from ch3coo2ca/fix-typo-in-react-snippets
fix : typo in props name
2022-03-15 18:04:57 +00:00