Michael Shilman
ff3f44f3a1
v6.0.0-beta.22
2020-06-06 02:55:46 +08:00
Mateo Tibaquira
1cd491cae6
fix(components): avoid exception on OptionsControl if the item is null or undefined
2020-06-04 16:09:34 -05:00
Norbert de Langen
c5f520814a
REMOVE line
2020-06-04 19:42:12 +02:00
Norbert de Langen
af72a9530f
Merge branch 'next' into pr/mkamranhamid/10944
2020-06-04 19:38:52 +02:00
Norbert de Langen
b2e31dbf80
Merge pull request #11040 from kdnk/feature/update-react-textarea-autosize
...
Update react-textarea-autosize & Remove @types/react-textarea-autosize
2020-06-04 17:37:08 +02:00
Norbert de Langen
b8a7f52d58
FIX logger reference
2020-06-04 16:50:10 +02:00
Norbert de Langen
836e1976f7
ADD warning
2020-06-04 16:49:38 +02:00
Norbert de Langen
4a717a1158
FIX linting
2020-06-04 16:45:17 +02:00
Norbert de Langen
30ebdd49e2
Merge branch 'next' into pr/MarkLyck/11023
2020-06-04 16:40:50 +02:00
Norbert de Langen
4bb959cba6
Merge branch 'next' into pr/kdnk/11040
2020-06-04 16:34:00 +02:00
Norbert de Langen
60b576ea51
Do not pass event to action, parsing it takes a long time, and we don't need to ensure that works
2020-06-04 14:59:10 +02:00
Kodai Nakamura
4a37a37038
Update react-textarea-autosize & Remove @types/react-textarea-autosize
2020-06-04 19:25:19 +09:00
Norbert de Langen
93c0ec0139
Merge branch 'next' into tech/e2eStab-semver
...
# Conflicts:
# lib/cli/src/latest_version.ts
# lib/ui/scripts/webpackDllsConfig.js
# package.json
# yarn.lock
2020-06-04 11:41:46 +02:00
Norbert de Langen
5cec0193c6
Merge pull request #11008 from storybookjs/tech/e2eStab-semver-fixed
...
Core: Fix Yarn 2 compatibility and reactivate Yarn 2 E2E test
2020-06-04 11:17:06 +02:00
Michael Shilman
a5e022c1ba
Update version.ts to 6.0.0-beta.21
2020-06-04 08:46:31 +08:00
Michael Shilman
93c1d0c108
v6.0.0-beta.21
2020-06-04 08:36:01 +08:00
Michael Shilman
7147e312fe
Fix typo
2020-06-04 08:23:29 +08:00
Michael Shilman
b296a8e79d
Deprecation: Fix deprecate usage to log only once
2020-06-04 07:35:18 +08:00
Michael Shilman
0cd00c7c98
Merge pull request #11024 from storybookjs/10855-args-default-values
...
Addon-controls: Fix initialization logic; remove react-select
2020-06-04 05:40:53 +08:00
Gaëtan Maisse
7225ebb710
fix(cli): do not use --ignore-workspace-root-check
with Yarn 2
...
This option is not handled by Yarn 2.
2020-06-03 21:13:48 +02:00
Gaëtan Maisse
d7687ade18
refactor: replace semver
by @storybook/semver
...
`@storybook/semver` is a browser friendly fork of `semver`.
We use it to avoid issue with IE11 as classic "compiled" `semver` is now compatible with it.
If we just recompile `semver` from `node_modules` it ends with a package that `require('core-js')` but `core-js` is not listed in the dependency. And so Yarn 2 throw an error.
So to avoid that we need to use a "proper" dependency which is `semver` recompile and with all needed dependencies in its package.json.
2020-06-03 20:07:07 +02:00
Michael Shilman
44f8ac526b
Fix deepscan
2020-06-03 22:12:31 +08:00
Michael Shilman
9cecd21413
Controls: Fix "no selection" behavior on Select
2020-06-03 10:56:15 +08:00
Michael Shilman
e11b64df92
Controls: Remove react-select and fix initialization logic
2020-06-03 08:53:57 +08:00
Mark Lyck
0738560eb7
try/catch package.json resolve - fixes #10955
...
This fixes #10955
2020-06-02 12:55:46 -05:00
Norbert de Langen
dfc9ee65e6
Merge pull request #10998 from storybookjs/mrmckeb/issue10943
...
Add warning for TypeScript set up issues and fix Babel config
2020-06-02 13:25:45 +02:00
Brody McKee
34506bdfcc
feat: add workaround for Webpack optional chaining issue
2020-06-02 11:16:25 +03:00
Brody McKee
7ad9fcf533
feat: add warning for TypeScript setup issues
2020-06-02 11:16:24 +03:00
Norbert de Langen
fc254a08aa
Merge pull request #10370 from storybookjs/add/loglevel
...
Core: Add logLevel preset property to filter logging
2020-06-02 09:18:22 +02:00
Michael Shilman
29a13f6657
Merge branch 'next' of github.com:storybookjs/storybook into next
2020-06-02 01:39:16 +08:00
Michael Shilman
c9fb748033
Merge pull request #10985 from storybookjs/fix-10915-cli-init-in-yarn-workspace
...
CLI: Fix `sb init` in Yarn workspace environment
2020-06-01 23:28:15 +08:00
Michael Shilman
3ab1b25965
Update version.ts to 6.0.0-beta.20
2020-06-01 22:16:30 +08:00
Michael Shilman
f296d1cfa1
v6.0.0-beta.20
2020-06-01 22:06:32 +08:00
Michael Shilman
d86727853a
Controls: Flatten options
control specification
2020-06-01 20:32:57 +08:00
Michael Shilman
f800fc2196
Controls: Fix no-control handling
2020-06-01 18:58:27 +08:00
Mateo Tibaquira
97d8583013
fix(ui): improve debug output for merge types mismatch
2020-05-30 14:51:24 -05:00
Mateo Tibaquira
347697b303
fix(core): fix link of the valid globs in main.js
2020-05-30 14:51:15 -05:00
Michael Shilman
c1b2665240
Update version.ts to 6.0.0-beta.19
2020-05-30 03:38:28 +08:00
Michael Shilman
57f818f5e6
v6.0.0-beta.19
2020-05-30 03:29:10 +08:00
Gaëtan Maisse
10b34eea56
fix(cli): fix init
command when run in a Yarn workspace env
...
Add `--ignore-workspace-root-check` to avoid Yarn error when adding dependencies to the workspace root.
2020-05-29 20:44:09 +02:00
Michael Shilman
91db0cbff0
Update version.ts to 6.0.0-beta.18
2020-05-29 23:05:08 +08:00
Michael Shilman
27f45503e9
v6.0.0-beta.18
2020-05-29 22:55:02 +08:00
Michael Shilman
d19e091d22
Merge pull request #10981 from storybookjs/fix/stories-changing
...
Core: Fix HMR for navigation sidebar in UI
2020-05-29 21:57:51 +08:00
Michael Shilman
63ef7d2fd1
Merge pull request #10980 from storybookjs/10938-fix-local-addon-extensions
...
Core: Fix `register.tsx` as manager code in preset heuristic
2020-05-29 21:38:36 +08:00
Norbert de Langen
7078a12921
Use cli param to set default loglevel in preset
2020-05-29 12:31:31 +02:00
Norbert de Langen
c604b2626b
set loglevel for node based on cli param in dev-mode
2020-05-29 12:31:07 +02:00
Norbert de Langen
454024668f
Merge branch 'tech/loglevel-for-dev' into add/loglevel
2020-05-29 12:13:55 +02:00
Norbert de Langen
8ab812b4f0
Merge branch 'next' into add/loglevel
2020-05-29 12:05:14 +02:00
Norbert de Langen
dfaa4275d9
REMOVE merging old storiesHash into new
...
This caused removed / renamed stories to persist
2020-05-29 11:09:37 +02:00
Michael Shilman
1bca31444b
Merge pull request #10910 from storybookjs/10891-send-global-args-with-SET_STORIES
...
Core: Send global args with set stories
2020-05-29 16:02:36 +08:00