30129 Commits

Author SHA1 Message Date
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
Michael Shilman
91446c812d v6.1.0-alpha.9 v6.1.0-alpha.9 2020-09-13 01:41:44 +08:00
Michael Shilman
312b4ba792 Update root, peer deps, version.ts/json to 6.1.0-alpha.9 2020-09-13 01:40:11 +08:00
Michael Shilman
30bfbfb574 6.1.0-alpha.9 changelog 2020-09-13 01:33:40 +08:00
Michael Shilman
a29be5e137
Merge pull request #12461 from merceyz/merceyz/vue
Addon-docs: Resolve vue-docgen-loader from @storybook/vue
2020-09-13 01:31:27 +08:00
Michael Shilman
cefec1816f
Merge pull request #12453 from remorses/fix-codemod-storiesof-to-csf
CLI: Fix storiesof-to-csf codemod for TypeScript
2020-09-13 01:25:57 +08:00
remorses
6449a27cda fix prettier config 2020-09-12 15:07:07 +02:00
Michael Shilman
b15b04e890
Merge pull request #12460 from StephanBijzitter/storyshots-puppeteer-element
Storyshots: Allow taking a screenshot of just a specific element
2020-09-12 18:31:16 +08:00
merceyz
75db58d36d fix(addon-essentials): add missing peer dependency webpack and @babel/core 2020-09-12 00:24:28 +02:00
merceyz
0e62da38f2 fix(addon-docs): get vue-docgen-loader from @storybook/vue 2020-09-12 00:23:37 +02:00
jonniebigodes
6c4b5d4f94
Merge pull request #12447 from nfriend/patch-3
Add GitLab UI to list of component libraries
2020-09-11 23:22:54 +01:00
merceyz
17198d7e9d ci: enable sfcVue pnp e2e test 2020-09-12 00:20:02 +02:00
StephanBijzitter
e48ad84e1b Allow taking a screenshot of just a specific element 2020-09-11 20:42:49 +02:00
Michael Shilman
0059352ebc
Merge pull request #12457 from storybookjs/build/disable-problematic-story
Build: Disable problematic story in Chromatic
2020-09-12 00:57:39 +08:00
Michael Shilman
8e0f4b8b17 6.1.0-alpha.8 next.json version file 2020-09-12 00:53:40 +08:00
Michael Shilman
f53f4dcabb Update git head to 6.1.0-alpha.8 2020-09-12 00:49:31 +08:00
Michael Shilman
3a636538b7 v6.1.0-alpha.8 v6.1.0-alpha.8 2020-09-12 00:43:54 +08:00
Michael Shilman
d9b99b875b Update root, peer deps, version.ts/json to 6.1.0-alpha.8 2020-09-12 00:42:41 +08:00
Michael Shilman
7f15f568b2 6.1.0-alpha.8 changelog 2020-09-12 00:35:59 +08:00
Michael Shilman
072f3872c2 Disable problematic story 2020-09-12 00:31:42 +08:00
Michael Shilman
9a5995e5f4
Merge pull request #12089 from adamonsoon/feature/simulate-pageload
HTML: Add script tag support
2020-09-12 00:21:57 +08:00
Michael Shilman
ec7f68b639 Update snapshots 2020-09-11 23:57:26 +08:00
Michael Shilman
bac8a06a58 Fix linting 2020-09-11 23:55:38 +08:00
Michael Shilman
6015f51dc8
Merge pull request #11350 from storybookjs/fix/addon-docs/fixed-position
Addon-docs: Fix fixed-position inline stories
2020-09-11 23:44:42 +08:00
Michael Shilman
df297e2960
Merge pull request #11753 from merceyz/pnp
Core: Fix monorepo compatibility
2020-09-11 23:14:56 +08:00
Michael Shilman
bca57a8085
Merge pull request #12383 from merceyz/merceyz/pnp-issues
Core: require.resolve loaders and add missing dependencies
2020-09-11 23:04:59 +08:00
Michael Shilman
73c87fcc19
Merge pull request #12450 from noahlaux/patch-4
Fix code example
2020-09-11 23:01:23 +08:00