Michael Shilman
|
cb1a515228
|
Merge pull request #10821 from graup/graup/vue-cli-example
Vue: Add vue-cli example and remove babel-preset-vue
|
2020-05-19 20:42:48 +08:00 |
|
Brody McKee
|
1ea65954ca
|
feat: update types and defaults
|
2020-05-19 10:36:36 +03:00 |
|
Paul Grau
|
14d3e1b729
|
Vue: Remove babel-preset-vue #4475
See the vue-kitchen-sink app for a migration path.
Basically you just need to add the preset to your or storybook's babel config.
|
2020-05-19 00:10:24 +09:00 |
|
Paul Grau
|
ef2d51c3fc
|
Add vue-cli example application
|
2020-05-19 00:09:35 +09:00 |
|
Norbert de Langen
|
5eda5b9ad8
|
FIX problem with building all examples in CI (offset was wrong)
|
2020-05-18 13:03:07 +02:00 |
|
Norbert de Langen
|
811b66ba05
|
FIX angular example tests
|
2020-05-18 12:43:42 +02:00 |
|
Michael Shilman
|
6a19a43116
|
Update package.json
|
2020-05-18 17:52:24 +08:00 |
|
Michael Shilman
|
e88c51dfb8
|
Merge branch 'next' into mrmckeb/issue10790
|
2020-05-18 17:39:56 +08:00 |
|
Michael Shilman
|
d8431d3c1a
|
Merge pull request #10816 from storybookjs/10790-fix-react-docgen-preset
Fix react-docgen handling in zero-config typescript preset
|
2020-05-18 17:38:48 +08:00 |
|
Michael Shilman
|
b451d60504
|
Merge pull request #10818 from storybookjs/tech/mobile-focus-canvas-by-default
UI: Change default view to Canvas on mobile
|
2020-05-18 17:36:58 +08:00 |
|
Michael Shilman
|
0b5b8c8f62
|
Update addon-jest.testresults.json
|
2020-05-18 17:05:57 +08:00 |
|
Michael Shilman
|
1e621e35e5
|
Update main.js typescript docgen handling
|
2020-05-18 17:02:17 +08:00 |
|
Norbert de Langen
|
725ec3563d
|
CHANGE what the default tab is on mobile (from sidebar to canvas)
|
2020-05-18 10:36:48 +02:00 |
|
Michael Shilman
|
daf193a897
|
Update failing tests
|
2020-05-18 14:38:55 +08:00 |
|
Michael Shilman
|
688dc438d9
|
React: Switch to react-docgen as the default config
|
2020-05-18 13:27:58 +08:00 |
|
Michael Shilman
|
267a01e18a
|
Clean up react-ts example and addon-essentials for testing
|
2020-05-18 13:22:56 +08:00 |
|
Michael Shilman
|
322380fad5
|
Clean up typescriptOptions handling for docgen
|
2020-05-18 13:22:56 +08:00 |
|
Michael Shilman
|
bb84352e28
|
Fix docgen preset
|
2020-05-18 13:22:56 +08:00 |
|
Paul Grau
|
e7a460f0bf
|
Add vue typescript component to kitchen sink
|
2020-05-18 14:18:43 +09:00 |
|
Brody McKee
|
8310948e3b
|
feat: add root TypeScript support
|
2020-05-17 16:31:09 +03:00 |
|
Michael Shilman
|
d6878e6c7b
|
6.0.0-beta.8 next.json version file
|
2020-05-17 19:32:24 +08:00 |
|
Michael Shilman
|
88faa36327
|
Update version.ts to 6.0.0-beta.8
|
2020-05-17 19:12:06 +08:00 |
|
Michael Shilman
|
73d9b6fb3a
|
v6.0.0-beta.8
v6.0.0-beta.8
|
2020-05-17 19:03:09 +08:00 |
|
Michael Shilman
|
762693823f
|
Update peer dependencies to 6.0.0-beta.8
|
2020-05-17 18:56:43 +08:00 |
|
Michael Shilman
|
9b2c9a66d8
|
6.0.0-beta.8 changelog
|
2020-05-17 18:56:23 +08:00 |
|
Michael Shilman
|
45b67d7bfa
|
Merge pull request #10812 from storybookjs/10497-argtypes-default-values
Addon-docs: Eval argTypes default value
|
2020-05-17 18:54:43 +08:00 |
|
Michael Shilman
|
3200bbc063
|
ArgTypes: Fix table.defaultValue annotation
|
2020-05-17 18:17:08 +08:00 |
|
Michael Shilman
|
beab55946e
|
ArgTypes: Clean up redundant quote removal
|
2020-05-17 17:42:29 +08:00 |
|
Michael Shilman
|
0815d27d05
|
Addon-docs: Eval argTypes default value
|
2020-05-17 17:18:41 +08:00 |
|
Michael Shilman
|
fa914a7f57
|
Merge pull request #10810 from storybookjs/6700-global-toolbars-buttons
Addon-toolbars: Show tool icons for all viewModes
|
2020-05-17 12:49:08 +08:00 |
|
Michael Shilman
|
a5e59be122
|
Addon-toolbars: Show tool icons for all viewModes
|
2020-05-17 12:04:48 +08:00 |
|
Michael Shilman
|
1e3727016f
|
Merge pull request #10808 from storybookjs/chore/build-package-improvements
Scripts: parallel execution on build package scripts
|
2020-05-17 11:57:25 +08:00 |
|
Yann Braga
|
8b17baee51
|
chore(build-packages): use * when using --all flag
- Also add a warn message when using --all with --watch mode
|
2020-05-16 17:10:43 +02:00 |
|
Yann Braga
|
f04dc75147
|
chore(build-package): run processes in parallel
|
2020-05-16 16:41:42 +02:00 |
|
Norbert de Langen
|
123476b984
|
Merge pull request #10691 from storybookjs/add/composition-docs
ADD docs for composition feature
|
2020-05-15 09:56:59 +02:00 |
|
Michael Shilman
|
acad995817
|
Merge pull request #10747 from JuliaNeumann/docs/fix-examples-in-storyshots-puppeteer-readme
docs(storyshots-puppeteer): fix examples in README
|
2020-05-15 15:13:28 +08:00 |
|
Norbert de Langen
|
0d5d6550e9
|
Merge pull request #10516 from stefanprobst/fix/babelrc
|
2020-05-15 08:22:44 +02:00 |
|
Michael Shilman
|
bc656a32b6
|
6.0.0-beta.7 next.json version file
|
2020-05-15 13:11:34 +08:00 |
|
Michael Shilman
|
a9add5db55
|
Update version.ts to 6.0.0-beta.7
|
2020-05-15 12:18:42 +08:00 |
|
Michael Shilman
|
3cea5335d2
|
v6.0.0-beta.7
v6.0.0-beta.7
|
2020-05-15 12:08:19 +08:00 |
|
Michael Shilman
|
6ea39d6f3b
|
Update peer dependencies to 6.0.0-beta.7
|
2020-05-15 12:01:08 +08:00 |
|
Michael Shilman
|
a42c58cc5f
|
6.0.0-beta.7 changelog
|
2020-05-15 12:01:01 +08:00 |
|
Michael Shilman
|
3fcf1f9d2d
|
Merge pull request #10780 from storybookjs/tech/refs-mapper
Composition: Rename `mapper` to `storyMapper` and fix loading bugs
|
2020-05-15 11:29:58 +08:00 |
|
Michael Shilman
|
e3ce6dbdc9
|
Merge pull request #10781 from storybookjs/tech/babel-cleanup
Cleanup: Remove support for babel-loader < 8
|
2020-05-15 10:45:53 +08:00 |
|
Michael Shilman
|
ca1b5e2bda
|
Merge pull request #10778 from adover/fix/9072-jest-preset-angular-build-2
Update jest-preset-angular to 8.2.0
|
2020-05-15 10:42:43 +08:00 |
|
Michael Shilman
|
cc0ef31b6d
|
Merge pull request #10788 from WoLpH/patch-3
[bug] [documentation] Fixed broken vue example
|
2020-05-15 10:41:17 +08:00 |
|
Michael Shilman
|
26b832a9b9
|
Update to reflect passArgsFirst defaults to true
|
2020-05-15 09:46:07 +08:00 |
|
Rick van Hattem
|
f3c9565a70
|
Fixed broken vue example
|
2020-05-15 03:31:39 +02:00 |
|
Norbert de Langen
|
d98b5db734
|
FIX lockfile
|
2020-05-15 02:37:54 +02:00 |
|
Norbert de Langen
|
8728e2a748
|
DELETE react-static fixture
|
2020-05-15 02:19:28 +02:00 |
|