Michael Shilman
3358e1e90c
v6.4.0-beta.2
v6.4.0-beta.2
2021-10-01 10:04:43 +08:00
Michael Shilman
d65d10b3a1
Update root, peer deps, version.ts/json to 6.4.0-beta.2 [ci skip]
2021-10-01 09:54:02 +08:00
Michael Shilman
9be801257e
6.4.0-beta.2 changelog
2021-10-01 09:52:27 +08:00
Kyle Gach
ec1640960c
Merge pull request #16184 from storybookjs/sb-init-web-components-cjs
...
Default sb init in ESM projects to use cjs
Closes #16181
2021-09-30 13:01:11 -06:00
Kyle Gach
83718785a7
Merge pull request #16185 from storybookjs/sb-init-page-styles
...
Better scope sample page component styles
2021-09-30 11:45:14 -06:00
jonniebigodes
3aa98148b3
Merge pull request #16197 from storybookjs/docs/get-started/examples
...
docs: add Talend design system example
2021-09-30 14:59:01 +01:00
Fabien
8b8a153232
docs: add Talend design system example
2021-09-30 09:13:06 +02:00
Michael Shilman
d6a1086cbc
Merge pull request #16183 from storybookjs/sb-init-template-comments
...
Add comments to sb init stories template
2021-09-30 11:21:19 +08:00
Michael Shilman
97fecef0ed
Merge pull request #16186 from storybookjs/color-control-format-toggle
...
Controls: Hide color control format toggle when no value
2021-09-30 11:13:31 +08:00
Michael Shilman
b1c2fd5ade
Merge pull request #16190 from stof/upgrade_boxen
...
Upgrade boxen to 5.x
2021-09-30 11:10:53 +08:00
Michael Shilman
247f481039
Merge branch 'next' into pr/16190
2021-09-30 09:34:49 +08:00
Michael Shilman
88ff469f2d
Merge pull request #16196 from storybookjs/16093-upgrade-react-dev-utils
...
Upgrade react-dev-utils to 11.0.4
2021-09-30 09:34:15 +08:00
Michael Shilman
7448d09760
Upgrade react-dev-utils to 11.0.4
2021-09-30 09:12:50 +08:00
Kyle Gach
f998946ba9
Add comments to sb init stories templates
...
- Fix (and alpha-order) argTypes definitions
- Use "Template" name/concept consistently
2021-09-29 13:49:33 -06:00
Christophe Coevoet
b015579d65
Upgrade boxen to 5.x
...
The breaking change in this major version is dropping support for
node <10, and storybook already requires node 10+.
This removes one path depending on outdated versions of ansi-regex that
are vulnerable for ReDoS.
2021-09-29 14:53:20 +02:00
Kyle Gach
09bc5f00fc
Hide Color control format toggle when no value
2021-09-28 15:46:59 -06:00
Kyle Gach
3f15cd2fdd
Better scope sample page component styles
...
- Was affecting non-component styles when rendered in Docs tab
2021-09-28 15:36:36 -06:00
Kyle Gach
4904adb771
Default sb init in ESM projects to use cjs
...
- Reverts previous commit
2021-09-28 15:10:28 -06:00
jonniebigodes
d11b386796
Merge pull request #16182 from storybookjs/install-docs-improvements
...
Update install docs
2021-09-28 20:14:28 +01:00
Kyle Gach
69f523d782
Default sb init w/ "web components" to use cjs
2021-09-28 12:31:49 -06:00
Kyle Gach
e190a8cdb9
Update install docs
...
- Emphasize requirement to install in existing project
- Add link to Troubleshooting section
- Update welcome screenshot to include correct "edit" filename
- Re-arrange content order, so that Troubleshooting isn't last
- Update React Storybook examples
- Remove react-native-web, as that project no longer uses Storybook
- Point to SB Design System instead of react-dates, as it uses modern features
2021-09-28 12:16:49 -06:00
Michael Shilman
b59d90c3b4
Merge pull request #16157 from zacnomore/patch-1
...
Fix typo in Angular Example NgRx Story
2021-09-26 17:10:30 +08:00
Michael Shilman
a736050021
Update ngrx-store.stories.storyshot
2021-09-26 16:53:11 +08:00
Michael Shilman
f75ecea779
Merge pull request #16155 from mdamian322/fix-ansi-html-vulnerability
...
Dependencies: Fix ansi-html vulnerability
2021-09-26 06:54:59 +08:00
Michael Shilman
43ab2dec88
Merge branch 'next' into pr/16155
2021-09-26 06:33:39 +08:00
Michael Shilman
529af2a330
6.4.0-beta.1 next.json version file
2021-09-26 06:12:58 +08:00
Michael Shilman
d80182745a
Update git head to 6.4.0-beta.1, update yarn.lock
2021-09-26 06:09:31 +08:00
Michael Shilman
000a73948b
v6.4.0-beta.1
v6.4.0-beta.1
2021-09-26 06:06:37 +08:00
Michael Shilman
37b2d7fd58
Update root, peer deps, version.ts/json to 6.4.0-beta.1 [ci skip]
2021-09-26 05:55:47 +08:00
Michael Shilman
0982444964
6.4.0-beta.1 changelog
2021-09-26 05:55:31 +08:00
Michael Shilman
8395c06d04
Merge pull request #16159 from storybookjs/15762-mdx-csf3-support
...
MDX: Support CSF3 play/render functions
2021-09-26 05:53:07 +08:00
Michael Shilman
0a7143cb07
Merge pull request #16137 from storybookjs/angular/clean-unused-code
...
Angular: Remove dead code in client
2021-09-26 05:51:04 +08:00
Michael Shilman
cf2c75bbeb
Merge pull request #16161 from storybookjs/16117-fix-source-state-open
...
Addon-docs: Fix loading behavior for Canvas doc block
2021-09-26 05:50:39 +08:00
Thibaud Av
432c93f202
refactor(angular): remove dead code in client
...
This code is now longer useful with new RendererFactory
2021-09-25 10:34:13 +02:00
Michael Shilman
2ed785684f
Include play/render in Story doc block props
2021-09-25 14:57:07 +08:00
Michael Shilman
65c1731f81
Update csf3.stories.mdx
2021-09-25 14:29:24 +08:00
Michael Shilman
094089eea9
Addon-docs: Fix loading behavior for Canvas doc block
2021-09-25 14:09:40 +08:00
Michael Shilman
f968535206
MDX: Support CSF3 play/render functions
2021-09-25 11:13:41 +08:00
jonniebigodes
9406e398c2
Merge pull request #16158 from vixalien/next
...
Fix faq.md at section how to setup Next.js
2021-09-24 23:59:56 +01:00
Angelo Verlain
c857a8498b
Fix faq.md at section how to setup Next.js
...
The imported `nextConfig` was not being combined with `baseConfig`. The current code is the equivalent of doing nothing.
2021-09-24 23:55:32 +02:00
Zac Svoboda
8a0d6322de
Fix typo in Angular Example NgRx Story
2021-09-24 13:57:18 -04:00
Michelle Damian
056c94c446
fix ansi-html vulnerability
2021-09-24 10:30:06 -06:00
jonniebigodes
a7ba16a096
Merge pull request #15992 from JoshuaKGoldberg/patch-1
...
Examples: used https, and added Codecademy Gamut
2021-09-23 22:23:37 +01:00
jonniebigodes
66e190607b
Merge pull request #16134 from josh-biddick/patch-1
...
Fix typo
2021-09-23 13:36:31 +01:00
Josh Biddick
686025bc88
Fix typo
2021-09-23 16:15:21 +12:00
Michael Shilman
fef18b125a
Merge pull request #16128 from kaelig/patch-4
...
Addon-a11y: Export parameter types
2021-09-23 09:33:42 +08:00
Kaelig Deloumeau-Prigent
797b7df6ce
[addon-a11y] Export types of params
...
In order to match addon-a11y's options in our automated a11y testing suite, I'd like to use the same types.
Workaround:
```ts
import type {A11yParameters} from '@storybook/addon-a11y/dist/ts3.9/params';
```
Not sure my PR shows the correct way to do this, or if there are other existing workarounds – I'd appreciate some advice!
2021-09-22 10:43:52 -07:00
Michael Shilman
2f10e359ee
Merge pull request #16123 from stefan-schweiger/16122-fix-angular-doc-types
...
Added index.d.ts for addon-docs/angular
2021-09-22 22:22:26 +08:00
jonniebigodes
ba21956f6a
Merge pull request #16127 from RadosvetPetrov/patch-3
...
Removed word "using"
2021-09-22 15:07:13 +01:00
Radosvet Petrov
0bce46ebea
Removed word "using"
2021-09-22 14:57:30 +01:00