30158 Commits

Author SHA1 Message Date
Gaëtan Maisse
3406c88cf9
Merge branch 'next' into deps 2020-09-20 16:14:28 +02:00
Gaëtan Maisse
d1d7035da0
chore: update TypeScript peerDep version in @storybook/angular
`@storybook/angular` is compatible with old version of Angular.
However, these old versions only officially support some versions of TS.
So I reverted the update made in c8a60565b01f44659ecbd7af9ab7891b7e075456
2020-09-20 16:11:48 +02:00
Gaëtan Maisse
f91e8d36c4
refactor: rename downleveled TS directory to ts3.4
As of 0.6.0, `downlevel-dts` targets TypeScript 3.4 and there is no option to change that.
So I renamed all the output dirs to `ts3.4` to better represent what's inside them.
2020-09-20 15:54:35 +02:00
Gaëtan Maisse
289100e584
chore: bump downlevel-dts to ensure all TS 3.8+ features are properly downgraded to something understood by TS 3.4 2020-09-20 15:46:28 +02:00
Gaëtan Maisse
b0ec101c12
fix: put back @babel/core dep in @storybook/core
We are using `babel-loader` in `@storybook/core`.
And `babel-loader` has a peerDep on `@babel/core`.
So we have to add it to the dependencies of `@storybook/core`.
2020-09-20 15:34:39 +02:00
Michael Shilman
139fdd0129 6.1.0-alpha.11 next.json version file 2020-09-19 23:37:37 +08:00
Michael Shilman
b84a545075 Update git head to 6.1.0-alpha.11 2020-09-19 23:34:22 +08:00
Michael Shilman
38fc33bac6 v6.1.0-alpha.11 v6.1.0-alpha.11 2020-09-19 23:28:55 +08:00
Michael Shilman
3b7b65f70b Update root, peer deps, version.ts/json to 6.1.0-alpha.11 2020-09-19 23:28:09 +08:00
Michael Shilman
adcd7fcc8a 6.1.0-alpha.11 changelog 2020-09-19 23:12:18 +08:00
Michael Shilman
ab4ce948f3
Merge pull request #12515 from mattrothenberg/next
Addon-controls: Update style of Boolean control
2020-09-19 23:07:11 +08:00
Gert Hengeveld
9240590732
Restore white-space: nowrap 2020-09-19 16:22:06 +02:00
Gert Hengeveld
bb9d703248
Tweak Boolean control styling for design consistency and dark theme 2020-09-19 16:00:26 +02:00
Matt Rothenberg
1b516b2654 fix: remove unused module 2020-09-18 10:07:58 -05:00
Matt Rothenberg
c2a354a8ef design: update style of Boolean control 2020-09-18 10:04:50 -05:00
Gert Hengeveld
6ecd441f9e
Clarification and typo fix 2020-09-18 11:40:01 +02:00
Gert Hengeveld
fbe5173c84
Describe recommended config for includeStories 2020-09-18 11:39:03 +02:00
Gert Hengeveld
7a27b126c7
Add missing whitespace 2020-09-18 11:33:07 +02:00
Gert Hengeveld
6760da3b11
Add emphasis and a note on using UpperCamelCase 2020-09-18 11:32:27 +02:00
Andrew Lisowski
c8a60565b0 upgrade typescript + babel 2020-09-17 08:50:44 -07:00
Tom Coleman
22dabf7579
Merge pull request #12221 from dvoytenko/preact/force-render-support
Preact: Keep the story state between rerenders
2020-09-17 16:30:05 +10:00
Tom Coleman
a87fa1e75a
Minor change (and typo fix) to trigger CI 2020-09-17 15:17:53 +10:00
jonniebigodes
c9d83a87b3
Merge pull request #12342 from anthony-hull/patch-1
fix dead static file location link in documentation
2020-09-16 21:12:04 +01:00
jonniebigodes
0aeb3afcff
Merge pull request #12105 from pascalduez/docs/hotfix/links
Docs - fix links leading to 404s
2020-09-16 20:50:49 +01:00
jonniebigodes
ba45ba963f
Merge branch 'next' into docs/hotfix/links 2020-09-16 20:49:06 +01:00
Michael Shilman
b1a8df3bc5 6.1.0-alpha.10 next.json version file 2020-09-16 13:02:30 +08:00
Michael Shilman
ddd4498df2 Update git head to 6.1.0-alpha.10 2020-09-16 12:59:18 +08:00
Michael Shilman
57798a108e v6.1.0-alpha.10 v6.1.0-alpha.10 2020-09-16 12:53:47 +08:00
Michael Shilman
f6a598ab97 Update root, peer deps, version.ts/json to 6.1.0-alpha.10 2020-09-16 12:52:13 +08:00
Michael Shilman
4fd5ca9a49 6.1.0-alpha.10 changelog 2020-09-16 12:43:07 +08:00
Michael Shilman
f6b631cc94
Merge pull request #12440 from dbendaou/add-polyfill-support-for-ember
Ember: Add `emberOptions` to `main.js` config 
2020-09-16 08:55:04 +08:00
Michael Shilman
cb87bc19cc
Merge pull request #12492 from AndrewLeedham/next
React: Fix reactDocgen option when false
2020-09-16 08:52:57 +08:00
AndrewLeedham
3ab18b54b3 fix(react): reactDocgen option when false 2020-09-16 00:40:24 +01:00
jonniebigodes
9a2ed57fe7
Merge pull request #12488 from JulioC/patch-1
Fix typo in remote storybook example
2020-09-15 22:45:13 +01:00
Júlio César
daf10b1b42
Fix typo in remote storybook example 2020-09-15 18:29:55 -03:00
jonniebigodes
6f16bc896a
Merge pull request #12363 from brendanrygus/docs/component-story-with-query
[Docs] Fix React workflows - mocking providers code sample syntax
2020-09-15 21:58:34 +01:00
jonniebigodes
a19d3228b7
Merge pull request #12343 from storybookjs/yannbf-patch-4
docs(csf): update story hierarchy link
2020-09-15 21:45:14 +01:00
jonniebigodes
6e44fff85d
Merge pull request #12378 from awayken/patch-1
Add install instructions for upgraders
2020-09-15 21:40:41 +01:00
Michael Shilman
ecaa84cd88
Merge pull request #12483 from Jimmydalecleveland/patch-4
Update addon controls readme from incorrect syntax
2020-09-16 00:04:08 +08:00
Jimmy Cleveland
ede593a8fa
Update addons/controls/README.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-09-15 09:37:45 -06:00
Jimmy Cleveland
8e661765bf
Update addons/controls/README.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-09-15 09:37:38 -06:00
Jimmy Cleveland
868a7acd0d
Update addon controls readme from incorrect syntax
Having semi-colons at the end of JSX causes SyntaxError compilation issues.
2020-09-15 08:38:12 -06:00
Djamel BENDAOUD
5fe86c7e05 📝 add story about polyfill in ember example 2020-09-15 16:11:44 +02:00
Djamel BENDAOUD
d54e125d1a 📝 add some documentation about polyfill and emberOptions 2020-09-15 15:32:19 +02:00
Djamel BENDAOUD
a4f7879c85 🐛 delete the frameworkOptions key from the main.js preset 2020-09-15 15:14:06 +02:00
Djamel BENDAOUD
5f674f5c0f add ability to pass custom emberOptions to framework-preset-babel-ember 2020-09-15 15:13:17 +02:00
Michael Shilman
4186b8e248
Merge pull request #12477 from saniok017/patch-1
docs: fix typo in migration docs
2020-09-15 18:37:38 +08:00
Alexandr
3698ab5689
docs: fix typo in migration docs
Issue: fix typo in migration documentation

## What I did

Fixed a small typo in the docs

## How to test

- Is this testable with Jest or Chromatic screenshots?
- Does this need a new example in the kitchen sink apps?
- Does this need an update to the documentation?

If your answer is yes to any of these, please make sure to include it in your PR.
2020-09-15 09:59:34 +03:00
Michael Shilman
a56b8d6ec2 6.1.0-alpha.9 next.json version file 2020-09-13 01:49:39 +08:00
Michael Shilman
9f6cb63080 Update git head to 6.1.0-alpha.9 2020-09-13 01:46:51 +08:00