850 Commits

Author SHA1 Message Date
Michael Shilman
3cea5335d2 v6.0.0-beta.7 2020-05-15 12:08:19 +08:00
Michael Shilman
6f10ef5c93 v6.0.0-beta.6 2020-05-12 21:20:15 +08:00
Michael Shilman
5827cff7eb v6.0.0-beta.5 2020-05-11 16:50:47 +08:00
Michael Shilman
0e4076e643 v6.0.0-beta.4 2020-05-08 20:59:59 +08:00
Michael Shilman
9881185a4a v6.0.0-beta.3 2020-05-07 12:50:57 +08:00
Michael Shilman
d77aad2018 v6.0.0-beta.2 2020-05-04 20:07:46 +08:00
Gaëtan Maisse
3acc999ede
fix(actions): fix import of uuid
As of 8d35431027a0e849f8fcfe4f449db82f30136b77 `@storybook/addon-actions` is using version 8.0.0 of `uuid`
However, a breaking change has been missed during the upgrade:
https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md#800-2020-04-29

TLDR;
> Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
2020-05-02 16:27:34 +02:00
Michael Shilman
e2bfc168c0 v6.0.0-beta.1 2020-05-02 21:59:51 +08:00
Norbert de Langen
5e3be6f267
FIX linting 2020-04-30 18:00:35 +02:00
Norbert de Langen
8d35431027
UPGRADES 2020-04-30 17:46:06 +02:00
Norbert de Langen
0385c467c0
UPGRADES 2020-04-30 17:27:23 +02:00
Michael Shilman
93ccaba607 v6.0.0-beta.0 2020-04-29 21:27:43 +08:00
Michael Shilman
bd4b167dca v6.0.0-alpha.46 2020-04-29 16:58:43 +08:00
Michael Shilman
5b26d301f3 v6.0.0-alpha.45 2020-04-28 11:25:49 +08:00
Michael Shilman
af271cf5e3 v6.0.0-alpha.44 2020-04-27 12:07:47 +08:00
Michael Shilman
c32b263d03 v6.0.0-alpha.43 2020-04-24 06:24:53 +08:00
Michael Shilman
aa2ceda338 v6.0.0-alpha.42 2020-04-23 08:13:24 +08:00
Michael Shilman
869f451558 v6.0.0-alpha.41 2020-04-21 07:10:51 +08:00
Michael Shilman
75c02952b4 v6.0.0-alpha.40 2020-04-20 16:11:50 +08:00
Michael Shilman
fcc28a2485 v6.0.0-alpha.39 2020-04-18 19:28:04 +08:00
Michael Shilman
2398b8d65d v6.0.0-alpha.38 2020-04-18 19:24:36 +08:00
Michael Shilman
6f5a305dae v6.0.0-alpha.37 2020-04-17 02:43:03 +08:00
Michael Shilman
b880a7101c Fix deepscan 2020-04-17 02:22:33 +08:00
Michael Shilman
2694f8c57a Addon-actions: Make arg auto-generation more aggressive 2020-04-17 01:42:18 +08:00
Michael Shilman
bd058f88d4 v6.0.0-alpha.36 2020-04-16 08:31:05 +08:00
Michael Shilman
86f8c33023 v6.0.0-alpha.35 2020-04-16 00:07:22 +08:00
Michael Shilman
c4da5401d2 v6.0.0-alpha.34 2020-04-15 16:58:32 +08:00
Michael Shilman
5b90cb7bf2 v6.0.0-alpha.33 2020-04-14 07:52:18 +08:00
Michael Shilman
0b940bf216
Merge pull request #10383 from storybookjs/10374-remove-source-enhancer
Addon-docs: Format Source at render time
2020-04-13 16:02:06 +08:00
Michael Shilman
2d9aa99e4e Actions: Fix broken args test 2020-04-13 14:52:52 +08:00
Michael Shilman
1b832cfd99 ArgTypes enhancers: Simplify application logic 2020-04-13 14:37:00 +08:00
Michael Shilman
94cf165466 Core: Args enhancer => ArgTypesEnhancer 2020-04-13 12:06:10 +08:00
Michael Shilman
92c816c0ea Addon-actions: Add argTypes default values 2020-04-13 10:53:17 +08:00
Michael Shilman
1c6262a4a0 Rename ParameterEnhancer to ArgsEnhancer 2020-04-13 08:33:36 +08:00
Michael Shilman
e517a6322a v6.0.0-alpha.32 2020-04-11 16:07:53 +08:00
Michael Shilman
ff99e99f39 v6.0.0-alpha.31 2020-04-07 18:18:56 +08:00
Michael Shilman
76cf7e263d v6.0.0-alpha.30 2020-03-31 19:07:53 +08:00
Norbert de Langen
f9abc6a986
Merge branch 'next' into tech/remove-deprecations-6
# Conflicts:
#	addons/events/src/deprecated.js
#	addons/options/src/register.ts
#	examples/official-storybook/stories/core/decorators.stories.js
#	examples/official-storybook/stories/deprecated/addon-events.stories.js
#	lib/addons/src/make-decorator.test.ts
#	lib/api/src/modules/layout.ts
#	lib/cli/src/generate.js
#	lib/core/package.json
2020-03-31 09:40:58 +02:00
Norbert de Langen
341fc2d90d
FIX linting 2020-03-27 20:04:50 +01:00
Norbert de Langen
53e5c574d8 Merge branch 'next' into tech/upgrades 2020-03-27 15:28:35 +01:00
Norbert de Langen
937d9974b9
UPGRADES 2020-03-27 15:28:17 +01:00
Michael Shilman
4007098ed1
Merge pull request #9933 from jonspalmer/actions_addon_preset
Addon-Actions: Add preset and configure with parameters
2020-03-27 17:03:39 +08:00
Michael Shilman
205c897579 v6.0.0-alpha.29 2020-03-26 10:38:49 +08:00
Jon Palmer
493139529d
remove the decorate APIs 2020-03-23 22:15:43 -04:00
Jon Palmer
c7acdae4d1
cleanup 2020-03-23 22:09:00 -04:00
Jon Palmer
487bd068a2
allowDeprecatedUsage 2020-03-23 22:09:00 -04:00
Jon Palmer
b40cffbba3
support deprecated withActions syntax 2020-03-23 22:08:59 -04:00
Jon Palmer
7c9d186f51
linting and test fixes 2020-03-23 22:08:59 -04:00
Jon Palmer
e3a0c22b65
Configure actions with parameters 2020-03-23 22:07:27 -04:00
Jon Palmer
3ed96011d3
fix preset 2020-03-23 21:56:19 -04:00