1357 Commits

Author SHA1 Message Date
Gaëtan Maisse
febe9e7204 feat(cli): make CLI works with Yarn 2 for React scripts projects
Before, it was assumed that "When working with `create-react-app@>=2.0.0`, we know `babel-loader` is installed."
But `babel` is a peer dependency of `@storybook/core` (itself dep of `@storybook/react`) and so it must be added to the project's `package.json`
2020-02-16 16:10:41 +01:00
Gaëtan Maisse
e46fecfc05 feat: make SB CLI compatible with yarn 2 2020-02-16 09:23:28 +01:00
Gaëtan Maisse
59fbd10bf5 refactor: extract npm and yarn processing from latestVersion in their own functions
Preparatory refactoring to simplify future compatibility with Yarn 2.
2020-02-16 09:23:28 +01:00
Michael Shilman
5b11df0638 v6.0.0-alpha.13 2020-02-15 20:43:01 +08:00
Gaëtan Maisse
a06ff34138 fix(cli): add missing pattern in babel ignore attribute
Added the template folder that has been forgotten in 3dd714d3532687d958c41e093187b84ffca603ee
2020-02-14 21:53:02 +01:00
Michael Shilman
ba5430acb5 v6.0.0-alpha.12 2020-02-14 01:00:02 +08:00
Michael Shilman
f46cdcf7f4 v6.0.0-alpha.11 2020-02-13 12:07:31 +08:00
Gaëtan Maisse
ded6324ebd refactor(cli): replace some default exports with named ones
For some reason why see https://blog.neufund.org/why-we-have-banned-default-exports-and-you-should-do-the-same-d51fdc2cf2ad
2020-02-11 19:41:47 +01:00
Gaëtan Maisse
2adccac54d refactor(cli): remove esm as source code is now transpiled to CJS
- Move `generate.js` to have it transpiled by Babel too
2020-02-11 19:41:47 +01:00
Gaëtan Maisse
3dd714d353 refactor: transpile @storybook/cli to CJS with Babel
- move all source code in `src` as it's, by convention in SB monorepo, the source folder for Babel
 - update `.babelrc.json` to ignore all templates files
 - add `prepare` NPM script as in all other libs
 - update `cleanup` stage of `prepare` script to avoid removing anything from `@storybook/cli/dist/generators/**/template*` folder because there are the template files that will be copied to initialize SB on users' projects
2020-02-11 19:41:47 +01:00
Michael Shilman
558371ae9d v6.0.0-alpha.10 2020-02-11 22:29:59 +08:00
Michael Shilman
4f0a75c824 v6.0.0-alpha.9 2020-02-09 01:24:54 +08:00
Michael Shilman
582b5c4f43 v6.0.0-alpha.8 2020-02-08 00:22:00 +08:00
Michael Shilman
45c0400457 v6.0.0-alpha.7 2020-02-07 23:46:35 +08:00
Michael Shilman
d489e651a3 Merge branch 'next' into fix/9421-local-addons 2020-02-07 10:38:36 +08:00
Norbert de Langen
686c2bfe61
REMOVE addon-notes remnants 2020-02-07 00:06:57 +01:00
Norbert de Langen
0f5b841937
REMOVE babel-6 cli fixture 2020-02-06 11:12:42 +01:00
Michael Shilman
34bfe84397 v6.0.0-alpha.6 2020-02-05 07:42:41 +08:00
Norbert de Langen
82c0abfce7
Correct the file path for the Button story (#9325)
Correct the file path for the Button story
2020-02-04 10:02:57 +01:00
Michael Shilman
7393fc18ce v6.0.0-alpha.5 2020-02-04 16:51:13 +08:00
Michael Shilman
d7f493b305 v6.0.0-alpha.4 2020-02-03 23:47:53 +08:00
Norbert de Langen
746b2a4f11
Merge branch 'next' into upgrades
# Conflicts:
#	addons/essentials/package.json
#	addons/notes/package.json
#	addons/storyshots/storyshots-core/package.json
#	app/angular/package.json
#	app/html/package.json
#	app/marko/package.json
#	app/preact/package.json
#	app/react/package.json
#	app/vue/package.json
#	app/web-components/package.json
#	examples/riot-kitchen-sink/package.json
#	examples/vue-kitchen-sink/package.json
#	lib/cli/package.json
#	lib/core/package.json
#	yarn.lock
2020-02-03 13:40:26 +01:00
Norbert de Langen
aa7fa009e8
CHANGE lint-staged config after upgrading 2020-02-03 13:15:59 +01:00
Norbert de Langen
a76346b76c
Add angular 8 and 9 cli fixtures (#8769)
Add angular 8 and 9 cli fixtures
2020-02-03 12:42:27 +01:00
Michael Shilman
7f11ee2d76 v6.0.0-alpha.3 2020-02-02 13:47:43 +08:00
Kai Roeder
38e41c5dd4 add missing css file 2020-02-01 00:23:42 +01:00
Kai Roeder
9bf067d1b8 update cli fixture angular 9 to rc.12 2020-01-31 23:58:23 +01:00
Kai Roeder
1143a22fd7 Merge branch 'next' into add-angular-fixtures 2020-01-31 23:53:19 +01:00
Kai Roeder
99dd642fdc Merge branch 'next' of https://github.com/storybooks/storybook into next 2020-01-31 23:33:57 +01:00
Norbert de Langen
842abbb58f
UPGRADE update-notifier 2020-01-30 21:45:47 +01:00
Norbert de Langen
6a2ad85290
UPGRADE babel 2020-01-30 16:29:41 +01:00
Michael Shilman
779ef4791d v6.0.0-alpha.2 2020-01-30 21:36:20 +08:00
Norbert de Langen
cc39879de9
MIGRATE ember to new "import { hbs } from 'ember-cli-htmlbars'" 2020-01-25 13:25:51 +01:00
Michael Shilman
b49797a9de Publish: Remove docs to reduce package size 2020-01-23 21:40:31 +08:00
Michael Shilman
81cb58e2f0 v6.0.0-alpha.1 2020-01-23 20:19:16 +08:00
Norbert de Langen
26c1417d12
DELETE references to polymer 2020-01-22 16:01:12 +01:00
Norbert de Langen
34816a6d57
REMOVE polymer
It's moved into it's own repo here:
https://github.com/storybookjs/storybook
2020-01-22 15:39:36 +01:00
Michael Shilman
0cccdabb53 v6.0.0-alpha.0 2020-01-21 22:18:48 +08:00
Michael Shilman
8f525e8655
CLI: Improve Rax template (#9574)
CLI: Improve Rax template
2020-01-21 12:34:55 +08:00
fushen
7c08c48842 chore: remove rax-button 2020-01-21 12:08:34 +08:00
Norbert de Langen
a3cd026c1a
Add/app marionette js (#7981)
Add/app marionette js
2020-01-20 21:14:05 +01:00
Norbert de Langen
593ac5f8ed
Fixed Angular button example story (#9540)
Fixed Angular button example story
2020-01-20 14:20:56 +01:00
Norbert de Langen
bf9506e120
Merge branch 'next' into pr/avasuro/7981
# Conflicts:
#	lib/cli/package.json
2020-01-20 11:58:12 +01:00
Michael Shilman
d6d745006f v5.3.7 2020-01-20 14:51:39 +08:00
Julian Finkler
9e7e2c7700
Update 1-Button.stories.ts
The property in the Angular component is lowercase. Without this change, the button example story wont work properly.
(The button text isn't rendered)
2020-01-19 18:39:59 +01:00
Michael Shilman
b609ebbec1 v5.3.6 2020-01-17 16:10:45 +08:00
Michael Shilman
f32b34b493 v5.3.5 2020-01-17 03:28:19 +08:00
Michael Shilman
25850e1e34 v5.3.4 2020-01-16 14:17:49 +08:00
Michael Shilman
24ee5fa747 v5.3.3 2020-01-14 17:54:05 +08:00
Michael Shilman
5164f5739d Merge branch 'next' 2020-01-14 16:48:46 +08:00