5836 Commits

Author SHA1 Message Date
Yann Braga
e260ec5f38
Merge pull request #16481 from storybookjs/feature/interactions-feature-flag
Interactions: move step debugger behind a feature flag
2021-10-27 17:34:27 +02:00
Yann Braga
217fa08e11 refactor(addon-interactions): rename flag 2021-10-26 21:11:50 +02:00
Yann Braga
46af46efdf feat(core): add interactions debugging feature flag 2021-10-26 17:01:00 +02:00
Yann Braga
517a4627dc chore(official-storybook): add argTypesRegex to preview 2021-10-26 17:00:02 +02:00
Gert Hengeveld
8123b37c9f Merge branch 'next' into 16422-fix-chained-expect 2021-10-26 00:37:01 +02:00
Gert Hengeveld
f35a0a7822 Bump testing-library 2021-10-26 00:34:07 +02:00
Michael Shilman
1a9315fd39 v6.4.0-beta.20 2021-10-26 02:59:16 +08:00
Gert Hengeveld
6baf90698e Use latest package versions 2021-10-23 23:45:45 +02:00
Norbert de Langen
1c11d3b8b8
do not wrap everything, just the components that need it 2021-10-22 13:00:41 +02:00
Norbert de Langen
2adf602df8
add location provider around stories in official storybook, as that's required in react-router 2021-10-22 12:58:21 +02:00
Michael Shilman
60b9bd1e51 v6.4.0-beta.19 2021-10-22 14:33:26 +08:00
Michael Shilman
c84597e876 v6.4.0-beta.18 2021-10-21 18:58:23 +08:00
Michael Shilman
c1383763be
Merge pull request #16404 from DamianOsipiuk/support-module-loading
Core: Fix module loading support
2021-10-21 17:35:34 +08:00
Damian Osipiuk
428f3f74e6
docs: example usage in story 2021-10-21 10:56:06 +02:00
Michael Shilman
936d37ffde v6.4.0-beta.17 2021-10-21 13:40:41 +08:00
Michael Shilman
6980d2776a
Merge pull request #16415 from storybookjs/fix/12364-give-users-channeloptions-in-mainjs
Core: Add `core.channelOptions` main.js config
2021-10-21 00:40:07 +08:00
Michael Shilman
51cd442b42 v6.4.0-beta.16 2021-10-20 23:56:59 +08:00
Michael Shilman
fe5444e37f
Merge pull request #16417 from storybookjs/16394-fix-mainjs-framework-field
Core: Consolidate framework presets
2021-10-20 23:40:53 +08:00
Michael Shilman
9ea78d19b7 Remove unnecessary framework import 2021-10-20 19:17:16 +08:00
Michael Shilman
e1224ee796 CLI: Add automigration for main.js framework 2021-10-20 19:06:39 +08:00
Norbert de Langen
cc141dcf35
Add global.CHANNEL_OPTIONS coming from main.js > core > channelOptions
giving users the ability to optimize the channel default options for security of performance reasons
2021-10-20 11:21:10 +02:00
Michael Shilman
c15ac11f70
Merge pull request #16398 from storybookjs/16353-fix-a11y-v7
Addon-a11y: Fix to use `loadStory` over deprecated `fromId`
2021-10-20 16:41:27 +08:00
Michael Shilman
59059f9a20
Merge pull request #16407 from storybookjs/update-react-element-to-jsx-string
Update `react-element-to-jsx-string` package
2021-10-20 11:30:53 +08:00
Mateusz Burzyński
0931c156ef Update react-element-to-jsx-string package 2021-10-19 18:46:40 +02:00
Michael Shilman
f3bcbe0094 v6.4.0-beta.15 2021-10-19 22:24:30 +08:00
Tom Coleman
0cf9d0a682 Revert "Fix addon-a11y to use loadStory"
This reverts commit c2d67be1859f40c7f49ae0d46d3436329b1761c7.
2021-10-19 16:56:00 +11:00
Tom Coleman
94a7049a78 Fix addon-a11y to use loadStory 2021-10-19 16:50:10 +11:00
Tom Coleman
c2d67be185 Fix addon-a11y to use loadStory 2021-10-19 16:48:55 +11:00
Michael Shilman
e20c5fde66 Core: Add framework field support to main.js 2021-10-19 02:56:42 +08:00
Michael Shilman
dce4ba17ef v6.4.0-beta.14 2021-10-19 01:14:30 +08:00
Michael Shilman
a2302bd0a9
Merge pull request #16320 from storybookjs/tech/upgrades-2021-10
Upgrade chromatic CLI
2021-10-18 22:55:02 +08:00
Michael Shilman
c9b8b07f1b v6.4.0-beta.13 2021-10-18 14:12:03 +08:00
Michael Shilman
603dac3437 v6.4.0-beta.12 2021-10-15 16:49:36 +08:00
Yann Braga
a9c8b6588a example(official-storybook): allow theme to be set via parameters 2021-10-14 18:22:16 +02:00
Yann Braga
27b70249e6 fix interaction assertions 2021-10-14 16:52:01 +02:00
Yann Braga
2ed7d2ff3d skip svelte and vue interaction stories temporarily 2021-10-14 14:41:16 +02:00
Yann Braga
c8f28c16c5 remove web-components example for interactions
lack of support for shadow DOM :/
2021-10-14 12:17:17 +02:00
Yann Braga
76cbff602f update addon-interactions examples to use expect 2021-10-14 12:16:40 +02:00
Yann Braga
f7432bc98d fix dependencies and update @storybook/jest 2021-10-14 11:49:57 +02:00
Gert Hengeveld
9036776385 Merge branch 'next' into addon-interactions 2021-10-14 10:00:08 +02:00
Michael Shilman
5ea24555a4 v6.4.0-beta.11 2021-10-14 11:41:47 +08:00
Yann Braga
184ceffa9d add addon-interactions to svelte project 2021-10-13 17:47:59 +02:00
Gert Hengeveld
a09a70867f Fix deepscan issues 2021-10-13 17:41:18 +02:00
Gert Hengeveld
3484ca46a1 Merge branch 'next' into addon-interactions 2021-10-13 16:57:25 +02:00
Yann Braga
d0479ee9c9 add mdx story for addon-interactions 2021-10-13 12:10:10 +02:00
Yann Braga
0d1fd47815 Merge branch 'addon-interactions' of https://github.com/storybookjs/storybook into addon-interactions 2021-10-13 10:52:05 +02:00
Yann Braga
d36747f447 add addon-interactions to web-components project 2021-10-13 10:49:28 +02:00
Yann Braga
54ff20a32c add addon-interactions to angular project 2021-10-13 10:48:58 +02:00
Yann Braga
9a694bee72 add addon-interactions to vue project 2021-10-13 10:47:12 +02:00
Yann Braga
5f8a5d96b4 add addon-interactions to vue3 project 2021-10-13 10:45:27 +02:00