33467 Commits

Author SHA1 Message Date
Michael Shilman
f5f11e0a93 6.3.0-alpha.2 changelog 2021-04-09 12:58:35 +08:00
Michael Shilman
29b248b9f6
Merge pull request #14529 from storybookjs/fix-sb-upgrade-prerelease
CLI: Fix prerelease upgrade
2021-04-09 12:57:03 +08:00
Michael Shilman
d2737577ff CLI: Fix prerelease upgrade 2021-04-09 12:47:35 +08:00
Michael Shilman
0aa48cebc1
Merge pull request #14445 from brion-fuller/fuller/web-components-hmr
Web-components: Add full reload listening to server-side-events
2021-04-09 09:47:26 +08:00
Michael Shilman
486f611960
Merge pull request #14461 from kaelig/honor-watchoptions
Pass watchOptions from webpack config to webpackDevMiddleware (v3 only)
2021-04-09 09:16:31 +08:00
Michael Shilman
f5f1da3eac
Merge pull request #14527 from maruTA-bis5/fix-typo
docs: fix typo
2021-04-09 09:13:55 +08:00
Takayuki Maruyama
2633cd9737
docs: fix typo 2021-04-08 17:05:05 -05:00
Michael Shilman
ff7c206381 6.3.0-alpha.1 next.json version file 2021-04-09 00:36:07 +08:00
Michael Shilman
d318d2eea0 Update git head to 6.3.0-alpha.1, update yarn.lock 2021-04-09 00:32:09 +08:00
Michael Shilman
7d99c9e0bf v6.3.0-alpha.1 v6.3.0-alpha.1 2021-04-09 00:25:04 +08:00
Michael Shilman
91b476fc38 Update root, peer deps, version.ts/json to 6.3.0-alpha.1 2021-04-09 00:15:01 +08:00
Michael Shilman
e1f80277b3 6.3.0-alpha.1 changelog 2021-04-09 00:14:39 +08:00
Michael Shilman
607258d6ab
Merge pull request #14459 from kaelig/compression
Core: Enable gzip compression on the development server
2021-04-08 23:55:58 +08:00
Michael Shilman
3697239459 Update snapshots 2021-04-08 23:45:39 +08:00
Michael Shilman
c1c8c3c386 Merge branch 'next' into pr/14445 2021-04-08 23:36:21 +08:00
Michael Shilman
589d1fe6ff
Update examples/web-components-kitchen-sink/.storybook/main.js 2021-04-08 22:44:07 +08:00
Michael Shilman
97a016e15b
Merge pull request #14473 from KrofDrakula/13928-fix-preact-storybook
Preact: Fix hooks when used in stories, preact-kitchen-sink
2021-04-08 22:42:55 +08:00
Michael Shilman
0e8632f5ac Merge branch 'next' into pr/14473 2021-04-08 21:55:25 +08:00
Michael Shilman
a571ac9ce7 Merge branch 'next' into pr/14459 2021-04-08 21:44:35 +08:00
Michael Shilman
07f3da28f2
Merge pull request #14313 from dexster/#14079_Angular_selectors_line_breaks
Angular: Fix handling of line breaks with multiple selectors
2021-04-08 21:17:41 +08:00
Michael Shilman
412a51903d Merge branch 'next' into pr/14313 2021-04-08 20:32:34 +08:00
Gaëtan Maisse
03f7a4a17b
Fix yarn.lock after release of 6.3.0-alpha.0 2021-04-08 13:47:06 +02:00
Michael Shilman
18c27b4cd7 6.3.0-alpha.0 next.json version file 2021-04-08 18:05:21 +08:00
Michael Shilman
f74e495b1f Update git head to 6.3.0-alpha.0 2021-04-08 18:02:07 +08:00
Michael Shilman
7739aace24 v6.3.0-alpha.0 v6.3.0-alpha.0 2021-04-08 17:55:27 +08:00
Michael Shilman
27ac933ab7 Update root, peer deps, version.ts/json to 6.3.0-alpha.0 2021-04-08 17:54:44 +08:00
Michael Shilman
ddec950879 6.3.0-alpha.0 changelog 2021-04-08 17:53:55 +08:00
Michael Shilman
60441d215f
Merge pull request #13907 from storybookjs/tech/move-to-yarn-2
Build: Move monorepo to Yarn 2
2021-04-08 17:35:44 +08:00
Michael Shilman
36b34d84d2
Merge pull request #14511 from storybookjs/laxer-url-params
Core: Allow string in object arg and support fractional numbers in URL args
2021-04-08 09:18:56 +08:00
Gert Hengeveld
67a1dd08b1 Update test 2021-04-08 01:05:46 +02:00
Gert Hengeveld
dc83904751 We already parsed the number 2021-04-08 01:02:38 +02:00
Gert Hengeveld
0eee876c1d Actually parse the number 2021-04-08 01:00:37 +02:00
Gert Hengeveld
7fef44f716 Add tests for raw object values 2021-04-08 00:49:38 +02:00
Gert Hengeveld
5939a9f43b Fall back to raw string when parsing object arg param, and add support for fractional numbers 2021-04-08 00:38:30 +02:00
Gaëtan Maisse
e720481924
ci: use Node 12 in CI as latest version of Yarn introduced in dae3631a needs Node >=12 2021-04-07 18:30:50 +02:00
Gaëtan Maisse
be4c394807
ci: disable ESLint plugin when running SB smoke tests in CircleCI 2021-04-07 18:30:50 +02:00
Gaëtan Maisse
b5316da32e
chore: use Yarn version built from master to get the latest fix on nm linker 2021-04-07 18:30:48 +02:00
Gaëtan Maisse
8560ffd9ab
chore: use terser-webpack-plugin 4.x to avoid hoisting issue with schema-utils 2021-04-07 18:29:08 +02:00
Gaëtan Maisse
d5addf10b7
chore(deps): bump @storybook/preset-create-react-app to 3.1.6 2021-04-07 18:29:05 +02:00
Gaëtan Maisse
98fa420bef
chore: move to Yarn 2 🧶 2021-04-07 18:25:38 +02:00
Michael Shilman
8a40dbd431
Merge pull request #14502 from storybookjs/13687-nonexistent-ids
UI: Skip duplicate storyId breaking sidebar
2021-04-07 21:27:19 +08:00
Gert Hengeveld
7e0385c9d9 Skip invalid ids in dataset 2021-04-07 13:44:24 +02:00
Michael Shilman
01d3f8f63c 6.2.5 latest.json version file 2021-04-07 18:50:55 +08:00
Michael Shilman
0f60b706f4 Update git head to 6.2.5 2021-04-07 18:46:37 +08:00
Michael Shilman
fd587f5526 v6.2.5 v6.2.5 2021-04-07 18:36:29 +08:00
Michael Shilman
7427b63b55 Update root, peer deps, version.ts/json to 6.2.5 2021-04-07 18:27:43 +08:00
Michael Shilman
e81666a95f 6.2.5 changelog 2021-04-07 18:27:28 +08:00
Michael Shilman
d0100588c9 Merge branch 'next' 2021-04-07 18:26:49 +08:00
Michael Shilman
026776f6f5
Merge pull request #14501 from storybookjs/revert-14492-upgrade-dotenv-webpack
Revert "Upgrade `dotenv-webpack` to v6"
2021-04-07 18:25:48 +08:00
Michael Shilman
64a047d1e9
Revert "Upgrade dotenv-webpack to v6" 2021-04-07 18:17:53 +08:00