Gaëtan Maisse
5c758041bc
refactor: extract an interpolation fct to fill virtual module templates
2020-04-14 08:24:55 +02:00
Gaëtan Maisse
2a2586b0e0
refactor: use ES imports in the entry virtual module template
...
We can use latest JS in it as it is now transpiled like all other JS files
2020-04-14 08:24:55 +02:00
Gaëtan Maisse
c87e4316d5
fix: patch clientApi and clientLogger strings to avoid issue when they contain $
symbol
...
`$` has a special behavior when using it in the replacement string of the `replace` function, see:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Specifying_a_string_as_a_parameter
As clientApi and clientLogger can contain `$` symbol we need to double every `$` to not have trouble when replacing them in the virtual module template
2020-04-14 08:24:55 +02:00
Michael Shilman
5e10f5b1ae
Update version.ts to 6.0.0-alpha.33
2020-04-14 08:01:08 +08:00
dependabot-preview[bot]
5386097822
Bump commander from 4.1.1 to 5.0.0
...
Bumps [commander](https://github.com/tj/commander.js ) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/tj/commander.js/releases )
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tj/commander.js/compare/v4.1.1...v5.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 23:59:19 +00:00
Michael Shilman
5b90cb7bf2
v6.0.0-alpha.33
2020-04-14 07:52:18 +08:00
Michael Shilman
8ec37b96f5
Merge pull request #10396 from storybookjs/fix-cli-tests
...
CLI: Update fixtures used for CLI tests
2020-04-14 07:45:53 +08:00
Michael Shilman
c2087f6ce1
Fix deepscan
2020-04-14 06:33:06 +08:00
Michael Shilman
dd4fa2bc8e
ArgsTable: Misc fixes
2020-04-14 05:09:31 +08:00
Michael Shilman
1895a93b00
Merge branch 'next' into 6639-args-table-controls
2020-04-14 04:22:26 +08:00
Norbert de Langen
e213240348
Merge branch 'next' into fix-cli-tests
2020-04-13 21:13:03 +02:00
Norbert de Langen
3f7def23f6
Merge branch 'next' into fixed-webpackFinal-being-called-twice
2020-04-13 21:08:40 +02:00
Norbert de Langen
1b54a172e2
Merge branch 'next' into fix/dll-static-build
2020-04-13 20:59:29 +02:00
Norbert de Langen
51321e8838
FIX
2020-04-13 20:16:34 +02:00
Norbert de Langen
c1fb718f52
FIX
2020-04-13 20:14:17 +02:00
Norbert de Langen
a3d20b7006
FIX
2020-04-13 19:42:31 +02:00
Norbert de Langen
5acda2f228
FIX
2020-04-13 19:41:41 +02:00
Norbert de Langen
696a0aa469
Merge branch 'fix/legacy-redirect' into fix/dll-static-build
2020-04-13 18:57:32 +02:00
Norbert de Langen
fec3a4cc95
REMOVE loggings
2020-04-13 18:04:01 +02:00
Norbert de Langen
35e7c2e435
Merge branch 'fix/legacy-redirect' into fix/dll-static-build
2020-04-13 16:00:33 +02:00
Norbert de Langen
63ecc3e6ae
FIX legacy redirect
2020-04-13 15:54:56 +02:00
Yama-Tomo
5eb589b10d
refactor: refactor when customConfig
is null
2020-04-13 17:58:58 +09:00
Yama-Tomo
46dd912cbe
refactor: redundant function calls
2020-04-13 17:39:24 +09: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
1b832cfd99
ArgTypes enhancers: Simplify application logic
2020-04-13 14:37:00 +08:00
Michael Shilman
6e51f9463b
Merge branch '10374-arg-types-enhancer' of github.com:storybookjs/storybook into 10374-arg-types-enhancer
2020-04-13 14:33:34 +08:00
Michael Shilman
fc730695dc
ArgTypes enhancer: added falsey test case
2020-04-13 14:33:09 +08:00
Michael Shilman
aefc29c520
Update lib/client-api/README.md
...
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2020-04-13 14:30:58 +08:00
Michael Shilman
94cf165466
Core: Args enhancer => ArgTypesEnhancer
2020-04-13 12:06:10 +08:00
Michael Shilman
1c6262a4a0
Rename ParameterEnhancer to ArgsEnhancer
2020-04-13 08:33:36 +08:00
Gaëtan Maisse
a7e966d264
test: remove react_babel_6
refs in CLI tests
...
There is no more fixture related to `react_babel_6` so I removed all refs to that in scripts used to run CLI tests
2020-04-12 17:37:23 +02:00
Gaëtan Maisse
2c4ccc43d9
test: remove SB config and stories from CLI test fixtures
...
These fixtures are used to check that `sb init` is properly initializing SB in the fixture context so SB config (and stories) shouldn't be already in the fixture.
Moreover, fixtures were using outdated `config.js` file and a new `main.js` config file is added during initialization causing SB build to fail with:
```
ERR! Error: You have both a "main" and a "config". Please remove the "config" file from your configDir
```
2020-04-12 17:35:32 +02:00
Michael Shilman
edeca572e5
ArgsTable: Add state to e2e stories
2020-04-12 18:33:22 +08:00
Christopher Hafke
aeb6289b44
undo unnecessary deletion of newline
2020-04-11 15:54:58 -04:00
Christopher Hafke
e16ec27b29
Move header setting call to be with other middleware adding code
2020-04-11 15:38:45 -04:00
Christopher Hafke
afa98e1cef
Fixed linting errors
2020-04-11 15:13:57 -04:00
Michael Shilman
6d891355f2
Update version.ts to 6.0.0-alpha.32
2020-04-11 16:17:18 +08:00
Michael Shilman
e517a6322a
v6.0.0-alpha.32
2020-04-11 16:07:53 +08:00
Norbert de Langen
163e1efa9c
FIX
2020-04-10 17:07:51 +02:00
Norbert de Langen
2752631f22
CHANGE postmessage frame lookup
2020-04-10 16:08:56 +02:00
Norbert de Langen
19c2420db8
FIX static build with DLL
2020-04-10 12:44:45 +02:00
Tom Coleman
9ae73c750a
Store parameters in the store in a normalized way
2020-04-10 11:23:54 +10:00
Michael Shilman
0e00269ac8
ArgsTable: Improved args tests and stories
2020-04-10 07:49:54 +08:00
Norbert de Langen
78e306138e
FIX .cjs files for config as main
2020-04-09 11:08:55 +02:00
Yann Braga
e7a95edf24
refactor(load-csf): improve message and code logic
2020-04-09 10:09:23 +02:00
Yann Braga
9d34fab8fb
feat(csf): warn when there are no exported stories
2020-04-09 08:47:28 +02:00
Michael Shilman
29393bce66
Addon-docs: Add controls to Props block
2020-04-09 13:45:08 +08:00
Michael Shilman
a7175a6584
Update lib/components/src/blocks/ArgsTable/ArgsTable.tsx
...
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2020-04-08 20:39:35 +08:00
Michael Shilman
e60232241c
ArgsTable: Fix review comments
2020-04-08 17:41:48 +08:00
Michael Shilman
cc6aa168b7
Fix DeepScan issues
2020-04-07 23:10:56 +08:00