Norbert de Langen
|
ec44554ea9
|
sort package.json & fix incorrect ts3.5 ignore
|
2020-11-26 10:37:55 +01:00 |
|
Norbert de Langen
|
252bb90ccf
|
Merge pull request #13283 from storybookjs/tech/cleanup-teamcity
cleanup teamcity
|
2020-11-26 10:31:01 +01:00 |
|
Norbert de Langen
|
8303a1977c
|
cleanup teamcity
|
2020-11-26 10:27:55 +01:00 |
|
Cameron Moon
|
f61a8445da
|
Remove unused dependency @svgr/webpack
|
2020-11-26 16:38:09 +11:00 |
|
Veniamin Krol
|
936ad7d7b7
|
Get rid of mentioning the no-dll flag in Workflow FAQ
|
2020-11-25 21:45:05 +03:00 |
|
Pascal Kuster
|
7fe4330ca9
|
fix template script tag support #13270
|
2020-11-25 18:04:48 +01:00 |
|
Michael Shilman
|
ba768ffb87
|
Merge pull request #13266 from storybookjs/13262-smoke-test-manager-cache
Core: Don't use prebuilt or cached manager when running smoke test
|
2020-11-25 22:23:58 +08:00 |
|
Michael Shilman
|
2f059cb7dc
|
Merge pull request #13263 from storybookjs/13242-fix-cyclic-args
Core: Detect arg inference for cyclic args and warn
|
2020-11-25 22:21:28 +08:00 |
|
Michael Shilman
|
11eb614b92
|
Merge branch 'next' into 13242-fix-cyclic-args
|
2020-11-25 22:21:07 +08:00 |
|
Michael Shilman
|
01fd93e679
|
Disable chromatic for broken story
|
2020-11-25 22:20:58 +08:00 |
|
Michael Shilman
|
bfa65b6dbb
|
Remove examples-v2 from the workflow
|
2020-11-25 22:18:33 +08:00 |
|
Gert Hengeveld
|
a3b646fe4f
|
Better logging and resiliency.
|
2020-11-25 13:39:50 +01:00 |
|
Gert Hengeveld
|
5181bdf616
|
Don't use prebuilt or cached manager when running smoke test.
|
2020-11-25 13:39:07 +01:00 |
|
Michael Shilman
|
41e4750b1f
|
Update inferArgTypes.ts
|
2020-11-25 15:51:53 +08:00 |
|
Michael Shilman
|
e3ed5b0957
|
Core: Detect arg inference for cyclic args and warn
|
2020-11-25 15:36:17 +08:00 |
|
James Cockshull
|
deb1a8c2fe
|
Addon-backgrounds: Fix grid offset always using default value
- Fix falsy value check to allow zero values in offsetX and offsetY parameters
- Fix default value fallback conditional logic
|
2020-11-25 11:35:28 +07:00 |
|
Michael Shilman
|
6316d49cb3
|
Add source highlighting languages
|
2020-11-25 12:25:52 +08:00 |
|
Michael Shilman
|
03b284a1a7
|
6.1.6 latest.json version file
|
2020-11-25 08:38:16 +08:00 |
|
Michael Shilman
|
2de6d2be71
|
Update git head to 6.1.6
|
2020-11-25 08:23:10 +08:00 |
|
Michael Shilman
|
1f89b5b967
|
v6.1.6
v6.1.6
|
2020-11-25 08:17:02 +08:00 |
|
Michael Shilman
|
b2200b5aeb
|
Update root, peer deps, version.ts/json to 6.1.6
|
2020-11-25 08:14:04 +08:00 |
|
Michael Shilman
|
db9ea55741
|
6.1.6 changelog
|
2020-11-25 08:08:42 +08:00 |
|
Michael Shilman
|
75d1302908
|
Merge pull request #13245 from storybookjs/better-statics-dir
Core: Improve handling of --static-dir option
|
2020-11-25 08:03:55 +08:00 |
|
Michael Shilman
|
92e082fca5
|
Merge pull request #13204 from jon301/fix-13202
Addon-controls: Fix ensureDocsBeforeControls support for paths
|
2020-11-25 07:37:27 +08:00 |
|
Gert Hengeveld
|
5e285bb036
|
Suggest creating the directory.
|
2020-11-24 16:35:10 +01:00 |
|
Michael Shilman
|
aa678e0339
|
Merge pull request #13239 from FabianSellmann/patch-1
Core: Fix webpack5 compatibility check for ProgressPlugin
|
2020-11-24 21:30:26 +08:00 |
|
Michael Shilman
|
8e752915bf
|
Update dev-server.ts
|
2020-11-24 21:29:24 +08:00 |
|
Michael Shilman
|
b7a0133186
|
Merge pull request #13138 from MunsMan/preact-init-fail
CLI: Add core-js to Preact generator
|
2020-11-24 21:22:46 +08:00 |
|
Gert Hengeveld
|
66a9f357d4
|
Improve handling of --static-dir option.
|
2020-11-24 12:19:54 +01:00 |
|
Michael Shilman
|
b9cba419ad
|
6.1.5 latest.json version file
|
2020-11-24 17:30:36 +08:00 |
|
Michael Shilman
|
78c371e1fe
|
Update git head to 6.1.5
|
2020-11-24 17:24:03 +08:00 |
|
Michael Shilman
|
2622d8aa6d
|
v6.1.5
v6.1.5
|
2020-11-24 17:17:11 +08:00 |
|
Michael Shilman
|
a4f1144352
|
Update root, peer deps, version.ts/json to 6.1.5
|
2020-11-24 17:14:45 +08:00 |
|
Michael Shilman
|
0a5adab1d5
|
Merge pull request #13195 from merceyz/merceyz/react-alias
Core: Resolve react and react-dom from core
|
2020-11-24 17:07:38 +08:00 |
|
Fabian Sellmann
|
25f87dd0b2
|
Consider arg3 potentially undefined
|
2020-11-24 12:45:51 +08:00 |
|
Michael Shilman
|
68ee04df52
|
Merge pull request #13234 from mattfelten/patch-2
Update Google Analytics instructions
|
2020-11-24 10:31:00 +08:00 |
|
Matt Felten
|
f685731c13
|
Update Google Analytics instructions
Based on what we found, as well as what was shown in #9727
|
2020-11-23 16:27:22 -08:00 |
|
Michael Shilman
|
cacf838e65
|
6.1.4 latest.json version file
|
2020-11-24 08:05:04 +08:00 |
|
Michael Shilman
|
282d7adc8c
|
Update git head to 6.1.4
|
2020-11-24 08:01:15 +08:00 |
|
Michael Shilman
|
2f61725dfe
|
v6.1.4
v6.1.4
|
2020-11-24 07:55:35 +08:00 |
|
Michael Shilman
|
c6c51f909e
|
Update root, peer deps, version.ts/json to 6.1.4
|
2020-11-24 07:52:05 +08:00 |
|
Michael Shilman
|
fb3ec9e067
|
6.1.4 changelog
|
2020-11-24 07:45:43 +08:00 |
|
Michael Shilman
|
48da1b4cb4
|
Merge pull request #13230 from storybookjs/dev-server-fixes
Core: Clear manager cache on runtime error
|
2020-11-24 07:43:37 +08:00 |
|
Gert Hengeveld
|
99160efe40
|
Make sure we have a request body.
|
2020-11-23 20:09:11 +01:00 |
|
Gert Hengeveld
|
d07c22dc4c
|
Log runtime errors to console and clear manager cache when there's runtime errors in the manager.
|
2020-11-23 17:44:20 +01:00 |
|
Michael Shilman
|
9c5192e58f
|
6.1.3 latest.json version file
|
2020-11-23 23:55:20 +08:00 |
|
Gert Hengeveld
|
eac0834bda
|
Clear cached manager config when compilation is invalid.
|
2020-11-23 16:53:45 +01:00 |
|
Michael Shilman
|
458220ef27
|
Update git head to 6.1.3
|
2020-11-23 23:51:52 +08:00 |
|
Michael Shilman
|
fc7dd4f63b
|
v6.1.3
v6.1.3
|
2020-11-23 23:46:06 +08:00 |
|
Michael Shilman
|
55186af89f
|
Update root, peer deps, version.ts/json to 6.1.3
|
2020-11-23 23:45:12 +08:00 |
|