36895 Commits

Author SHA1 Message Date
Michael Shilman
c865e8ec95
Update lib/cli/src/automigrate/fixes/mainjsFramework.ts
Co-authored-by: Yann Braga <yannbf@gmail.com>
2021-10-20 20:59:54 +08:00
Tom Coleman
f9c4d4e78f Simplify addon-links a *lot*
No longer depend on the store, let the manager handle everything
2021-10-20 23:18:57 +11:00
Tom Coleman
4d4c7e4aed Expand SELECT_STORY API to allow unset fields 2021-10-20 23:08:56 +11:00
Tom Coleman
bc110b3738 Use an getX docs parameter approach 2021-10-20 22:49:25 +11:00
Michael Shilman
9ea78d19b7 Remove unnecessary framework import 2021-10-20 19:17:16 +08:00
Michael Shilman
f5b2327475
Merge pull request #16418 from storybookjs/cleanup-preview-web
Core: Minor cleanup of `PreviewWeb`
2021-10-20 19:14:39 +08:00
Michael Shilman
e1224ee796 CLI: Add automigration for main.js framework 2021-10-20 19:06:39 +08:00
Michael Shilman
22acffec54 Fix bug in ConfigFile for parsing main.js 2021-10-20 19:06:05 +08:00
Tom Coleman
ba4709f298 Cleanup PreviewWeb a little 2021-10-20 21:37:55 +11:00
Tom Coleman
5c02ea3dc2 Cleanup PreviewWeb a little 2021-10-20 21:37:14 +11:00
Michael Shilman
b81ffbedd2 Core: Permit legacy framework presets if breakingChangesV7 isn't set 2021-10-20 18:06:07 +08:00
Johannes Fischer
9215623ae3 Fix typos in migration doc 2021-10-20 19:03:52 +09:00
Michael Shilman
148f516cca Web-components: Consolidate framework preset 2021-10-20 18:03:46 +08:00
Michael Shilman
9277546d79 Vue3: Consolidate framework preset 2021-10-20 18:02:13 +08:00
Michael Shilman
8a8358f5ef Vue: Consolidate framework preset 2021-10-20 17:59:18 +08:00
Michael Shilman
54cd60786c Svelte: Consolidate framework preset 2021-10-20 17:57:07 +08:00
Michael Shilman
3b87bb3fb4 Server: Consolidate framework preset 2021-10-20 17:53:54 +08:00
Norbert de Langen
71b997c6f5
make all fields optional too 2021-10-20 11:46:59 +02:00
Norbert de Langen
45b8a23a14
fix lockfile 2021-10-20 11:31:40 +02:00
Norbert de Langen
0ee23ec494
improve types & docs 2021-10-20 11:31:03 +02:00
Michael Shilman
c08e604395 React: Consolidate framework preset 2021-10-20 17:30:05 +08:00
Michael Shilman
93ea76e519 Preact: Consolidate preset 2021-10-20 17:23:43 +08:00
Michael Shilman
d9b03a323f HTML: consolidate preset 2021-10-20 17:23:08 +08:00
Norbert de Langen
cc141dcf35
Add global.CHANNEL_OPTIONS coming from main.js > core > channelOptions
giving users the ability to optimize the channel default options for security of performance reasons
2021-10-20 11:21:10 +02:00
Michael Shilman
8fd9fe5a56 Ember: Consolidate preset 2021-10-20 17:13:47 +08:00
Michael Shilman
a48426cab4 Angular: Consolidate presets 2021-10-20 17:07:51 +08:00
Michael Shilman
569700dd26 Add type for config preset field 2021-10-20 17:03:18 +08:00
Michael Shilman
c15ac11f70
Merge pull request #16398 from storybookjs/16353-fix-a11y-v7
Addon-a11y: Fix to use `loadStory` over deprecated `fromId`
2021-10-20 16:41:27 +08:00
Michael Shilman
a6e810b9de
Merge pull request #16414 from storybookjs/16411-restore-getQueryParams
Core: Restore `queryparams` exports in `client-api`
2021-10-20 16:38:07 +08:00
Tom Coleman
4511c90a00 Restore queryparams exports from client-api 2021-10-20 19:15:49 +11:00
Michael Shilman
8edf6a64b0 Update MIGRATION.md 2021-10-20 14:01:49 +08:00
Tom Coleman
bae4521c59
Update MIGRATION.md 2021-10-20 15:22:30 +11:00
Tom Coleman
f7372cd140 Remove dependency on client-api from docs 2021-10-20 15:07:13 +11:00
Michael Shilman
59059f9a20
Merge pull request #16407 from storybookjs/update-react-element-to-jsx-string
Update `react-element-to-jsx-string` package
2021-10-20 11:30:53 +08:00
Tom Coleman
e6a5ca34d0 Don't set docs container etc as parameters
So we don't need to import docs in a preview config entry.
2021-10-20 14:00:17 +11:00
Tom Coleman
4381d69853 Split docs rendering from PreviewWeb 2021-10-20 13:59:47 +11:00
Michael Arestad
f138ed652e Updated Basics/Typography story to use Typeset docblock 2021-10-19 17:10:08 -06:00
Tom Coleman
5d6d413609
Update addons/a11y/src/a11yRunner.ts
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2021-10-20 10:00:25 +11:00
Michael Arestad
7dd0bd0046 Update mono stack 2021-10-19 14:43:08 -06:00
Michael Arestad
5ed4effe4d Update sidebar hover color to be a refreshing transparent blue 2021-10-19 14:00:57 -06:00
Mateusz Burzyński
0931c156ef Update react-element-to-jsx-string package 2021-10-19 18:46:40 +02:00
Michael Shilman
3909ed6ad7 6.4.0-beta.15 next.json version file 2021-10-19 22:48:07 +08:00
Michael Shilman
494016fdaa Update git head to 6.4.0-beta.15, update yarn.lock 2021-10-19 22:27:49 +08:00
Michael Shilman
f3bcbe0094 v6.4.0-beta.15 v6.4.0-beta.15 2021-10-19 22:24:30 +08:00
Damian Osipiuk
1c13920f50
test: add simulate-pageload tests for script loading 2021-10-19 16:14:05 +02:00
Damian Osipiuk
fcfed1a94c
fix: support loading type="module" scripts 2021-10-19 16:13:59 +02:00
Michael Shilman
86107f9f11 Update root, peer deps, version.ts/json to 6.4.0-beta.15 [ci skip] 2021-10-19 22:06:14 +08:00
Michael Shilman
797e03e498 6.4.0-beta.15 changelog 2021-10-19 22:05:56 +08:00
Michael Shilman
4cbabd75fc
Merge pull request #16388 from storybookjs/feature/update-interaction-hover
Addon-interactions: Update interaction hover icon
2021-10-19 21:42:19 +08:00
Michael Shilman
59eb7fec73
Merge pull request #16399 from storybookjs/16243-back-compat-docs-context
Addon-docs: Spread all the old docs context fields
2021-10-19 21:41:15 +08:00