chakir qatab
89b2aa5d16
vue3 remove logs
2023-01-13 01:31:00 +04:00
chakir qatab
446354738c
vue3 mutil nested component with dynamic and static args support
2023-01-13 01:27:31 +04:00
Chakir QATAB
68a6a1685d
Merge branch 'storybookjs:next' into vue3-sourceDecorator
2023-01-13 01:26:06 +04:00
Kyle Gach
b97d94e005
Address feedback
...
- Newline following filename comment
- Fix URLs in comments
- Ensure consistent usage of `ts` vs `tsx` language
2023-01-12 14:17:39 -07:00
Valentin Palkovic
48cc035c9f
Merge pull request #20591 from storybookjs/fix/strict-ts-types
...
Build: fix template stories to make them work with stricter Typescript settings
2023-01-12 21:47:26 +01:00
Valentin Palkovic
8f7ed31168
Merge pull request #20455 from storybookjs/alert-missing-addons
...
Addons: Warn when addon is not installed
2023-01-12 21:30:51 +01:00
Norbert de Langen
b0384edf13
Merge branch 'next' into sveltekit-keep-compile-plugin
2023-01-12 20:01:53 +01:00
Norbert de Langen
19b265b240
Merge branch 'next' into norbert/preview-optimization
2023-01-12 17:53:22 +01:00
Norbert de Langen
b39effa3be
switch to different vite-plugin that actually removed globalized packages
2023-01-12 17:45:32 +01:00
Jeppe Reinhold
3063e85ed7
Merge branch 'next' of github.com:storybookjs/storybook into prepareMeta
2023-01-12 15:52:05 +01:00
Yann Braga
46bbd2191d
remove repros-generator code
2023-01-12 15:46:55 +01:00
Yann Braga
fca8f01de9
rename repro -> sandbox
2023-01-12 15:46:55 +01:00
Yann Braga
ac5c1d22a7
rename repro-templates -> sandbox-templates
2023-01-12 15:46:55 +01:00
Yann Braga
6a0eb0e7da
update reprouction docs
...
- replace screenshots with new sb repro command screenshots
2023-01-12 15:46:55 +01:00
Yann Braga
276e3d4ec1
CLI: overhaul repro command
...
- sb repro as it was is entirely removed
- sb repro-next becomes sb repro
2023-01-12 15:46:55 +01:00
Jeppe Reinhold
3fbc3b8ad2
use prepareMeta in useOf
2023-01-12 15:44:30 +01:00
Yann Braga
0a76fb96d9
Merge pull request #20590 from storybookjs/fix-extractComponentDescription
...
Blocks: handle undefined extractComponentDescription
2023-01-12 15:34:00 +01:00
Valentin Palkovic
a4547d2bd7
Merge pull request #20575 from storybookjs/feat/expose-port-from-builder
...
feat: expose port from buildDevStandalone
2023-01-12 14:05:22 +01:00
Valentin Palkovic
c1b100005d
Fix template stories to make them work with stricter Typescript settings
2023-01-12 14:01:37 +01:00
Costa Alexoglou
aceca34d4f
removed accidental "cp"
2023-01-12 13:45:06 +01:00
Costa Alexoglou
debb74e5c4
review feedback
2023-01-12 13:42:55 +01:00
Jeppe Reinhold
31e44f066e
handle undefined extractComponentDescription
2023-01-12 13:35:12 +01:00
Jeppe Reinhold
82fddd4571
add argTypes to tests
2023-01-12 13:26:12 +01:00
Norbert de Langen
6a085f8035
Merge pull request #20349 from storybookjs/norbert/mdx2-comments-migration
...
add auto-migration for MDX html-type comments to JS-type comments
2023-01-12 13:15:15 +01:00
chakir qatab
999219349e
Merge branch 'vue3-sourceDecorator' of https://github.com/chakas3/storybook into vue3-sourceDecorator
2023-01-12 15:43:42 +04:00
chakir qatab
8ad6693c49
vue3 revert call setupFunction in render
2023-01-12 15:43:08 +04:00
Norbert de Langen
97e8194914
Merge branch 'next' into norbert/mdx2-comments-migration
2023-01-12 12:37:56 +01:00
Norbert de Langen
43c0a32be3
expand tests
2023-01-12 12:37:41 +01:00
Chakir QATAB
40e1834124
Merge branch 'storybookjs:next' into vue3-sourceDecorator
2023-01-12 15:34:23 +04:00
chakir qatab
ea751c23f8
vue3 remove logs
2023-01-12 15:32:47 +04:00
chakir qatab
8392cd3823
vue3 refactory and improvement
2023-01-12 15:31:36 +04:00
Costa Alexoglou
6f24523ef6
Update --no-dll flag
...
`--no-dll` flag is removed in v7.0
2023-01-12 12:15:00 +01:00
Katerina Skroumpelou
ae927e4da8
feat: expose port from buildDevStandalone
...
Co-authored-by: Valentin Palkovic <valentin@chromatic.com>
2023-01-12 12:26:14 +02:00
Yann Braga
e465ca4dcd
Merge pull request #20054 from storybookjs/tom/sb-1040-allow-creating-templates-that-augment
...
Allow creating templates that extend others and pass `main.js` options
2023-01-12 10:40:08 +01:00
Yann Braga
643d4f36e9
add safecheck
2023-01-12 10:12:20 +01:00
Jeppe Reinhold
5c274eddae
initial prepareMeta
2023-01-12 10:06:56 +01:00
Yann Braga
b80cb83507
scope mainConfig in "modifications" property
2023-01-12 08:50:50 +01:00
chakir qatab
a2cc8bfc29
fix merge from next
2023-01-12 10:49:30 +04:00
chakir qatab
7b9d55b33b
pass the props directy on defineProps,if not bug from vue-docgen-api cant read
2023-01-12 10:35:31 +04:00
Kyle Gach
3c45882cb1
Update web components snippets (JS & TS)
...
- For these pages (so far):
- /docs/get-started/whats-a-story
- /docs/get-started/setup
- /docs/writing-stories/introduction
- /docs/writing-stories/args
- /docs/writing-stories/parameters
- /docs/writing-stories/decorators
- /docs/writing-stories/play-function
- /docs/writing-stories/loaders
- /docs/writing-stories/build-pages-in-storybook
- /docs/writing-stories/stories-for-multiple-components
- /docs/api/csf
- Convert some snippets to "common" ones
- Remove unused snippets
2023-01-11 21:35:19 -07:00
jonniebigodes
60a40e9430
Merge pull request #20585 from Marcelckp/patch-1
...
Vue Fontawesome, spelling change
2023-01-11 23:26:24 +00:00
Marcel Palmer
436361ce33
Vue Fontawesome, spelling change
...
Technically the correct name here is Fontawesome and not Fortawesome as shown in the url, this is definitely not a necessary change but is something I noticed.
2023-01-12 00:16:48 +02:00
Yann Braga
baacd40236
add vite ssv6 template
2023-01-11 17:59:35 +01:00
Yann Braga
cd00e318f2
enforce internalTemplate ids
2023-01-11 17:54:06 +01:00
Michael Shilman
bfec6ed935
7.0.0-beta.25 next.json version file [skip ci]
2023-01-12 00:41:25 +08:00
Michael Shilman
5f8f3d0d37
Update git head to 7.0.0-beta.25, update yarn.lock [ci skip]
2023-01-12 00:35:01 +08:00
Michael Shilman
2109ab8d7c
v7.0.0-beta.25
v7.0.0-beta.25
2023-01-12 00:33:53 +08:00
Michael Shilman
f7e2ef34d1
Update root, peer deps, version.ts/json to 7.0.0-beta.25 [ci skip]
2023-01-12 00:31:32 +08:00
Michael Shilman
3a46b1cc2c
7.0.0-beta.25 changelog
2023-01-12 00:31:06 +08:00
Norbert de Langen
cfa1644dd3
Merge pull request #20536 from chakAs3/vue3-rendering-slots
...
vue3: rendering slots if are set and passed from controls
2023-01-11 17:20:38 +01:00