34594 Commits

Author SHA1 Message Date
Michael Shilman
32aba65147 Fix verdaccio for addon-measure 2021-06-02 10:46:09 -04:00
winkerVSbecks
4088dc77f7 Add measue and outline addon to essentials 2021-06-02 10:46:09 -04:00
Michael Shilman
d1cbf8415c 6.3.0-beta.8 next.json version file 2021-06-02 20:49:13 +08:00
Michael Shilman
503aac1e1b Update git head to 6.3.0-beta.8, update yarn.lock 2021-06-02 20:47:03 +08:00
Michael Shilman
4421c26adf v6.3.0-beta.8 v6.3.0-beta.8 2021-06-02 20:41:33 +08:00
Michael Shilman
6932b68602 Update root, peer deps, version.ts/json to 6.3.0-beta.8 [ci skip] 2021-06-02 20:20:28 +08:00
Michael Shilman
fa9945ba90 6.3.0-beta.8 changelog 2021-06-02 20:20:06 +08:00
Michael Shilman
80ba442f9d
Merge pull request #15062 from juristr/add-option-to-bypass-webpack-defaults
Core: Add `core.disableWebpackDefaults` preset
2021-06-02 20:02:56 +08:00
Michael Shilman
b4f2fc04dc
Merge pull request #15121 from storybookjs/fix-use-prebuilt-manager
Core: Fix prebuilt manager usage on first run
2021-06-02 19:59:32 +08:00
Gert Hengeveld
b7a97e2e40 Core: Actually use prebuilt manager when it says so 2021-06-02 10:17:56 +02:00
Michael Shilman
b5a42fd69d
Apply suggestions from code review 2021-06-02 15:26:06 +08:00
Juri
5204187f4c add disableWebpackDefaults option for presets 2021-06-01 22:02:05 +02:00
Michael Shilman
e0a4c6393d 6.3.0-beta.7 next.json version file 2021-06-02 00:45:32 +08:00
Michael Shilman
1de2c96511 Update git head to 6.3.0-beta.7, update yarn.lock 2021-06-02 00:40:37 +08:00
Michael Shilman
273d1aad5c v6.3.0-beta.7 v6.3.0-beta.7 2021-06-02 00:35:19 +08:00
Michael Shilman
23c594f89c Update root, peer deps, version.ts/json to 6.3.0-beta.7 [ci skip] 2021-06-02 00:25:35 +08:00
Michael Shilman
20063e1c9b 6.3.0-beta.7 changelog 2021-06-02 00:25:19 +08:00
Michael Shilman
d32b7d92ac
Merge pull request #15118 from storybookjs/fix/react-repro-template
CLI: Fix react repro template deps
2021-06-02 00:23:25 +08:00
Michael Shilman
d11ff61dd6 CLI: Fix react repro template deps 2021-06-01 23:46:10 +08:00
Michael Shilman
4e57f612bd
Merge pull request #15061 from storybookjs/angular/builder
Angular: Add angular builder to start + build storybook
2021-06-01 23:15:16 +08:00
Michael Shilman
ccc4ef1393 Fix deepscan 2021-06-01 23:12:44 +08:00
ThibaudAv
d14690c85f feat(angular): add angular builder to build storybook
The builder allows to add a "architect" in angular.json to build storybook
config ex :
```
"build-storybook": {
 "builder": "@storybook/angular:build-storybook",
  "options": {
    "browserTarget": "angular-cli:build"
  }
}
```
cmd : `ng run angular-cli:build-storybook`

With this solution it is possible to have several angular projects using different assets and style
2021-06-01 16:44:53 +02:00
ThibaudAv
4b9596dea7 fixup! feat(angular): add angular builder to start storybook 2021-06-01 16:44:52 +02:00
ThibaudAv
1ce3a7494f feat(angular): add angular builder to start storybook
The builder allows to add a "architect" in angular.json to start storybook
config ex :
```
"storybook": {
 "builder": "@storybook/angular:start-storybook",
  "options": {
  "browserTarget": "angular-cli:build",
  "port": 4400
}
```
cmd : `ng run angular-cli:storybook`

With this solution it is possible to have several angular projects using different assets and style
2021-06-01 16:44:52 +02:00
Michael Shilman
c08e40f095
Merge pull request #15117 from storybookjs/docs/yarn2-link-note
Docs: Add note about yarn2 linking
2021-06-01 20:05:22 +08:00
Michael Shilman
57043ef8af Docs: Add note about yarn2 linking 2021-06-01 20:04:10 +08:00
Michael Shilman
94a8d77b42 6.3.0-beta.6 next.json version file 2021-06-01 18:02:26 +08:00
Michael Shilman
7d45bf19b1 Update git head to 6.3.0-beta.6, update yarn.lock 2021-06-01 18:00:07 +08:00
Michael Shilman
7e7270ea5f v6.3.0-beta.6 v6.3.0-beta.6 2021-06-01 17:54:43 +08:00
Michael Shilman
5068599706 Update root, peer deps, version.ts/json to 6.3.0-beta.6 [ci skip] 2021-06-01 17:53:01 +08:00
Michael Shilman
db9ea1226b Merge branch 'next' of github.com:storybookjs/storybook into next 2021-06-01 17:52:30 +08:00
Michael Shilman
e7eec6bd4a
Merge pull request #15104 from yairEO/patch-1
documentation fixes for addons/controls
2021-06-01 17:48:20 +08:00
Michael Shilman
3d06dcdfca 6.3.0-beta.6 changelog 2021-06-01 17:20:37 +08:00
Michael Shilman
1e84896c87
Merge pull request #15114 from storybookjs/15085-disable-react-in-yarn-workspace
CLI: Disable `react_in_yarn_workspace` template for users, keep in e2e
2021-06-01 16:19:36 +08:00
Yair Even Or
e333181c6c
removed a line
should have been removed since it was replaced by another code piece before it
2021-06-01 08:53:49 +02:00
Michael Shilman
7b905a7638 CLI: Disable react_in_yarn_workspace template for users, keep in e2e 2021-06-01 14:28:24 +08:00
Michael Shilman
2829f63a1a
Merge pull request #15112 from storybookjs/revert-15091-patch-1
Revert "Loosen puppeteer dependencies to allow last major version"
2021-06-01 11:55:26 +08:00
Michael Shilman
279e267dc1
Merge pull request #15108 from storybookjs/update_issue_template
Chore: (Docs) Minor polish to the bug report issue template
2021-06-01 11:46:45 +08:00
Michael Shilman
4a10a83b6b
Update .github/ISSUE_TEMPLATE/bug_report.md 2021-06-01 11:46:00 +08:00
Michael Shilman
34bc74673a
Revert "Loosen puppeteer dependencies to allow last major version" 2021-06-01 11:35:06 +08:00
jonniebigodes
b66d8979cc minor polish to the bug report issue template 2021-05-31 19:59:47 +01:00
Yair Even Or
bc78bf0d34
minor touch-ups
replaced verbose, uncommonly used, `Array.from` in favor of the commonly-used method (shortest & cleanest method) 
for generating JSX while also including the very important `key` prop.  Also fixed a minor mistake in the example code
2021-05-31 17:26:23 +02:00
Michael Shilman
09a31bf29d
Merge pull request #15103 from storybookjs/docs/contributing-without-watch-mode
Docs: Explain build without watch mode
2021-05-31 19:06:44 +08:00
Michael Shilman
62e4e8b181 Explain build without watch mode 2021-05-31 19:05:52 +08:00
Michael Shilman
03ccc13e64 Merge branch 'next' of github.com:storybookjs/storybook into next 2021-05-31 10:56:32 +08:00
Michael Shilman
806e74f903 Deprecate contributing guide 2021-05-31 10:56:24 +08:00
Michael Shilman
db0a3a1108
Merge pull request #15087 from storybookjs/chore_docs_how_to_contribute
Chore: (Docs) Adds the how to create a reproduction docs
2021-05-31 10:51:37 +08:00
Michael Shilman
a5bc8b3132
Merge pull request #13979 from jonspalmer/server_sb_init
CLI: Add Server template generator
2021-05-31 10:51:27 +08:00
Michael Shilman
3c04dc6114 Update configure.ts 2021-05-31 10:31:32 +08:00
Michael Shilman
892add170a Merge branch 'next' into pr/13979 2021-05-31 10:29:39 +08:00