Michael Shilman
1e20d83ea3
Addon-docs: Fix source block tree shaking
2021-05-25 23:51:45 +08:00
Michael Shilman
878694ef9f
Merge pull request #14935 from storybookjs/fix/a11y-highlight
...
Addon-a11y: Highlight all elements correctly
2021-05-25 20:53:27 +08:00
Michael Shilman
21503b697c
6.3.0-alpha.44 next.json version file
2021-05-25 17:50:28 +08:00
Michael Shilman
7f77a21d3a
Update git head to 6.3.0-alpha.44, update yarn.lock
2021-05-25 17:48:28 +08:00
Michael Shilman
e24c625789
v6.3.0-alpha.44
v6.3.0-alpha.44
2021-05-25 17:42:56 +08:00
Michael Shilman
41160683f6
Update root, peer deps, version.ts/json to 6.3.0-alpha.44 [ci skip]
2021-05-25 17:32:10 +08:00
Michael Shilman
c6c9aa15c8
6.3.0-alpha.44 changelog
2021-05-25 17:31:57 +08:00
Michael Shilman
68f5a78f46
Merge pull request #14993 from storybookjs/theme-invalidate-manager-cache
...
Core: Ignore manager cache on config file changes and Storybook upgrade
2021-05-25 17:30:36 +08:00
Michael Shilman
f40b09dbdf
Merge pull request #15016 from storybookjs/14044-expand-webpack-instance
...
Presets: Expand `webpackInstance` to include entire namespace
2021-05-25 17:21:52 +08:00
Michael Shilman
6ba60a2fa2
Fix clear manager cache
2021-05-25 17:05:13 +08:00
Michael Shilman
0bb5e1fac7
Merge pull request #14955 from storybookjs/angular-config-cli
...
Angular: Add `angularBrowserTarget` option in server
2021-05-25 17:01:34 +08:00
Michael Shilman
934499004e
Merge branch 'next' into 14044-expand-webpack-instance
2021-05-25 17:01:05 +08:00
ThibaudAv
c170e4c4b3
Merge branch 'next' into angular-config-cli
2021-05-25 10:15:22 +02:00
ThibaudAv
c42615058d
fixup! Fix bad merge
2021-05-25 10:13:48 +02:00
Michael Shilman
fe8e984c1a
Merge pull request #15029 from storybookjs/add-info-about-lit-in-migration-guide
...
Add info about Lit in migration guide
2021-05-25 15:30:25 +08:00
Gert Hengeveld
3fda3d3c5b
Also apply new manager cache logic to webpack5 version
2021-05-25 09:21:21 +02:00
Gert Hengeveld
8dec826e3a
Merge branch 'next' into theme-invalidate-manager-cache
2021-05-25 09:15:10 +02:00
Gaëtan Maisse
13069256cf
docs: fix code snippet types and make npm/yarn snippet consistent
2021-05-25 07:35:29 +02:00
Gaëtan Maisse
4a41cf65a9
docs: add a section about Lit support in 6.2 -> 6.3 migration guide
2021-05-25 07:35:29 +02:00
Michael Shilman
468a44b2ce
6.3.0-alpha.43 next.json version file
2021-05-25 10:36:16 +08:00
Michael Shilman
4de421131f
Update git head to 6.3.0-alpha.43, update yarn.lock
2021-05-25 10:33:08 +08:00
Michael Shilman
5701d147dd
v6.3.0-alpha.43
v6.3.0-alpha.43
2021-05-25 10:28:10 +08:00
Michael Shilman
4ba72eebfc
Update root, peer deps, version.ts/json to 6.3.0-alpha.43 [ci skip]
2021-05-25 10:03:48 +08:00
Michael Shilman
2ea02a198b
6.3.0-alpha.43 changelog
2021-05-25 10:03:34 +08:00
Michael Shilman
fe176979eb
Fix bad merge
2021-05-25 09:25:36 +08:00
Michael Shilman
d6d1eced69
Merge pull request #14931 from storybookjs/docs-dev-setup
...
Document dev setup
2021-05-25 09:22:20 +08:00
Michael Shilman
3bb3dd4e40
Add sb link --local
note
2021-05-25 09:21:52 +08:00
Michael Shilman
82c07fff00
Merge branch 'next' into angular-config-cli
2021-05-25 09:08:45 +08:00
Michael Shilman
ae2a24528e
Merge pull request #15022 from storybookjs/normalize-optimization
...
Angular: Use NormalizeOptimization from angular-cli
2021-05-25 08:59:32 +08:00
Michael Shilman
5363af2254
Merge pull request #15024 from storybookjs/upgrade-react-dogen-typescript-plugin
...
Bump react-docgen-typescript-plugin to 0.7.2-canary.375d65e.0
2021-05-25 08:57:22 +08:00
Michael Shilman
1a10330be4
Bump react-docgen-typescript-plugin to 0.7.2-canary.375d65e.0
2021-05-25 08:55:49 +08:00
Michael Shilman
2884c0c43b
Merge pull request #14898 from Westbrook/lit-next
...
Web-components: Support lit 2 with back-compat
2021-05-25 08:47:25 +08:00
jonniebigodes
6778fd11f2
drops aside per merceyz 's feedback
2021-05-24 21:13:59 +01:00
Gaëtan Maisse
10e1faba79
test: mock lit-html/directive-helpers.js
module in addons docs tests
2021-05-24 22:12:04 +02:00
Gaëtan Maisse
b9ec80a8dc
e2e: add Lit 2 + TypeScript config as part of the core e2e tests
2021-05-24 21:35:13 +02:00
Gaëtan Maisse
e83cdc6628
feat(cli): do not add lit-html
automatically when running sb init
...
This SB generator is used in 3 cases and for each `lit-html` is already there so no need to reinstall it:
- User's project has `lit-html` as dep -> ok nothing to do
- User's project has `lit-element` as dep -> ok as `lit-html` is a dep of `lit-element`
- User's project has `lit` as dep -> ok as `lit-html` is a dep of `lit-element`
Note: SB WC will not work out of the box with Yarn in PnP mode as SB is doing import from `lit-html` directly.
For now the recommended work around is to add `lit-html` as dep to satisfy SB WC peer dependency.
We will be able to simplify/fix that easily when `lit-*` will be deprecated in favor of `lit`.
2021-05-24 21:32:24 +02:00
ThibaudAv
d51c709b28
fix(angular): use NormalizeOptimization from angular-cli
2021-05-24 21:26:09 +02:00
Gaëtan Maisse
0fe0852cf4
feat(cli): add a repro config for lit 2
2021-05-24 21:25:05 +02:00
Gaëtan Maisse
c0edc6e2f9
feat(cli): use @storybook/web_components when running sb init
in a project with lit
as dep
2021-05-24 21:23:02 +02:00
Gaëtan Maisse
c42ba7ccb1
fix(web_components): keep .js
extension to avoid issue with Webpack (related to export map?)
2021-05-24 21:13:51 +02:00
Gaëtan Maisse
9d3d0383d5
Merge branch 'next' into lit-next
2021-05-24 20:16:50 +02:00
Gaëtan Maisse
a89b825381
Merge pull request #15021 from storybookjs/fix-e2e
...
Build: Fix selectors used in Cypress tests and E2E exit code
2021-05-24 19:19:18 +02:00
Gaëtan Maisse
81de00035d
e2e: fix verdaccio config to forward @storybook/react-docgen-typescript-plugin
to npmjs registry
2021-05-24 19:18:44 +02:00
Gaëtan Maisse
4641148fe6
ci: reduce CircleCI no_output_timeout
to 5m for E2E steps
2021-05-24 19:18:44 +02:00
Gaëtan Maisse
a9596f1b0a
fix(e2e): improve framework selection to avoid prompt on CI
2021-05-24 18:14:39 +02:00
Gaëtan Maisse
f7ee582d33
fix(e2e): fix exit code when Cypress tests are failing
2021-05-24 17:48:29 +02:00
Gaëtan Maisse
6c117b9edd
fix(e2e): fix selector used in Addon controls Cypress tests
2021-05-24 17:28:25 +02:00
Michael Shilman
45ebec1f5f
6.3.0-alpha.42 next.json version file
2021-05-24 21:43:00 +08:00
Michael Shilman
50a121f8ba
Update git head to 6.3.0-alpha.42, update yarn.lock
2021-05-24 21:40:46 +08:00
Michael Shilman
8cb665a778
v6.3.0-alpha.42
v6.3.0-alpha.42
2021-05-24 21:35:16 +08:00