Tom Coleman
|
a518a0e610
|
Disable JS stories in vite, in a hacky way
|
2022-09-28 15:00:07 +10:00 |
|
Tom Coleman
|
4f8b06ef2a
|
Split JS + TS arg type stories
|
2022-09-28 14:44:30 +10:00 |
|
Tom Coleman
|
dcc6d479c3
|
Rename input.js =>input.jsx
|
2022-09-27 17:26:43 +10:00 |
|
Tom Coleman
|
9e4438a31b
|
Update stories to work
|
2022-09-27 14:31:13 +10:00 |
|
Tom Coleman
|
9d33725de8
|
Move argType stories to template/stories folder
|
2022-09-27 14:31:13 +10:00 |
|
Michael Shilman
|
d9bc2a868a
|
Update git head to 7.0.0-alpha.34, update yarn.lock [ci skip]
|
2022-09-27 11:29:29 +08:00 |
|
Michael Shilman
|
fc90fc8754
|
v7.0.0-alpha.34
|
2022-09-27 11:25:43 +08:00 |
|
Jeppe Reinhold
|
600f71fd0c
|
Merge remote-tracking branch 'origin/next' into jeppe/sb-734-add-eslint-rule-to-enforce-ts-expect
|
2022-09-20 11:47:59 -04:00 |
|
Michael Shilman
|
c2042c393a
|
fix typo
|
2022-09-18 01:54:09 +08:00 |
|
Michael Shilman
|
150cf37d3c
|
Skip story re-rendering test for vue3/svelte
|
2022-09-17 10:27:30 +08:00 |
|
Jeppe Reinhold
|
acf22f5591
|
add descriptions to deliberate ts-expect-errors
|
2022-09-15 13:51:03 +02:00 |
|
Tom Coleman
|
a481e2cfb5
|
Add an expect error to quieten TS
|
2022-09-15 11:40:51 +10:00 |
|
Norbert de Langen
|
fec2c8a0eb
|
make check script use tsc from scripts
|
2022-09-14 12:26:12 +03:00 |
|
Michael Shilman
|
4c05da11f7
|
Merge branch 'next' into shilman/fix-sandbox-multiple-reacts
|
2022-09-14 09:04:13 +08:00 |
|
Michael Shilman
|
7f7a354a92
|
Update git head to 7.0.0-alpha.33, update yarn.lock [ci skip]
|
2022-09-13 19:08:37 +08:00 |
|
Michael Shilman
|
5da5b0fabd
|
v7.0.0-alpha.33
|
2022-09-13 19:04:25 +08:00 |
|
Michael Shilman
|
9c49a7cd8b
|
v7.0.0-alpha.32
|
2022-09-13 18:49:06 +08:00 |
|
Michael Shilman
|
b1ce457e9c
|
Merge branch 'next' into shilman/fix-sandbox-multiple-reacts
|
2022-09-13 16:04:53 +08:00 |
|
Tom Coleman
|
d061feaed5
|
Merge remote-tracking branch 'origin/next' into remove-cra-ts-essentials
|
2022-09-13 17:36:03 +10:00 |
|
Tom Coleman
|
0a82cae049
|
Merge remote-tracking branch 'origin/next' into remove-cra-ts-essentials
|
2022-09-13 15:48:09 +10:00 |
|
Tom Coleman
|
2abcf77c27
|
Added stories from Examples folder
|
2022-09-13 15:01:20 +10:00 |
|
Tom Coleman
|
5d424bb357
|
Merge branch 'next' into tom/sb-579-addon-interactions
|
2022-09-13 13:08:01 +10:00 |
|
Tom Coleman
|
0db7a6cb17
|
Remove cra-ts-essentials
|
2022-09-12 22:27:38 +10:00 |
|
Tom Coleman
|
cbb26cfa6b
|
Simplify form greatly, split out a/sync waitFor stories
|
2022-09-12 16:10:00 +10:00 |
|
Michael Shilman
|
ce2a156826
|
Build: Fix sandbox running multiple versions of react
|
2022-09-09 19:44:47 +08:00 |
|
Tom Coleman
|
9feae1dd9d
|
Added some basic interactions stories and a (crappy) React implemenation of a form
|
2022-09-09 16:58:20 +10:00 |
|
Norbert de Langen
|
752afaf992
|
FIX a spelling mistake
|
2022-09-08 14:07:21 +02:00 |
|
Norbert de Langen
|
1b86bf70d7
|
Merge branch 'next' into norbert/sb-574-addon-a11y
# Conflicts:
# code/renderers/react/template/components/index.js
# code/renderers/svelte/template/components/index.js
# code/renderers/vue3/template/components/index.js
|
2022-09-08 12:15:44 +02:00 |
|
Norbert de Langen
|
385f610f23
|
Add a Svelte Html component
|
2022-09-08 11:53:46 +02:00 |
|
Michael Shilman
|
42833839df
|
Merge branch 'next' into react-18-followup
|
2022-09-08 11:03:09 +08:00 |
|
Michael Shilman
|
7b09aaad68
|
Merge branch 'tom/sb-586-core-features-loaders-parameters' into tom/sb-586-remaining-core-features
|
2022-09-08 07:38:50 +08:00 |
|
Michael Shilman
|
8701748ddf
|
Merge branch 'next' into tom/sb-586-core-features-loaders-parameters
|
2022-09-08 07:07:18 +08:00 |
|
Michael Shilman
|
ea70649db9
|
Merge pull request #19122 from storybookjs/ts-expect-error
Convert @ts-ignore to @ts-expect-error
|
2022-09-07 22:56:33 +08:00 |
|
Michael Shilman
|
bdf0a82b05
|
Update code/renderers/react/src/render.tsx
|
2022-09-07 20:14:59 +08:00 |
|
Tom Coleman
|
0ad2ef76f6
|
Fix issue with react 18 implementation
|
2022-09-07 20:41:55 +10:00 |
|
Norbert de Langen
|
659218ca5c
|
Merge branch 'next' into norbert/sb-574-addon-a11y
|
2022-09-07 12:25:29 +02:00 |
|
Michael Shilman
|
573e6f3340
|
Update git head to 7.0.0-alpha.31, update yarn.lock [ci skip]
|
2022-09-07 11:20:25 +08:00 |
|
Michael Shilman
|
02c013c331
|
v7.0.0-alpha.31
|
2022-09-07 11:16:32 +08:00 |
|
Ian VanSchooten
|
6bdfcfad14
|
Convert @ts-ignore to @ts-expect-error
And remove unused directives
|
2022-09-06 22:40:59 -04:00 |
|
Michael Shilman
|
9454d56200
|
Merge branch 'next' into chore/update-nx-latest
|
2022-09-07 07:47:22 +08:00 |
|
Norbert de Langen
|
982db837e3
|
add a Html component for testing any html content
|
2022-09-06 17:54:17 +02:00 |
|
Tom Coleman
|
b1ee8ccd35
|
Add error stories to react
|
2022-09-06 13:53:12 +10:00 |
|
Michael Shilman
|
b7437b9eab
|
Update git head to 7.0.0-alpha.30, update yarn.lock [ci skip]
|
2022-09-06 00:59:35 +08:00 |
|
Michael Shilman
|
aabf7b595c
|
v7.0.0-alpha.30
|
2022-09-06 00:55:36 +08:00 |
|
Michael Shilman
|
5a6aee7e44
|
Merge pull request #19098 from storybookjs/remove-core-js
Deps: Remove core-js from most packages
|
2022-09-06 00:24:04 +08:00 |
|
Tom Coleman
|
66a94ae6b2
|
Merge remote-tracking branch 'origin' into tom/sb-586-core-features-loaders-parameters
|
2022-09-05 15:26:46 +10:00 |
|
Tom Coleman
|
cd6dc91546
|
Simplify stories to not need special render/decorators
|
2022-09-05 15:09:31 +10:00 |
|
Tom Coleman
|
8cd02317bd
|
Refactor Code -> Pre
|
2022-09-05 11:32:19 +10:00 |
|
Tom Coleman
|
80b64da752
|
Added loader stories
|
2022-09-05 10:31:19 +10:00 |
|
Tom Coleman
|
3a7958b5af
|
Add Code component and method of using it
|
2022-09-05 10:05:33 +10:00 |
|