Paul Grau
cfb55f2683
Remove jsx stories from vue generators
2020-05-25 16:28:29 +09:00
Michael Shilman
fd8b2f8ba9
Update version.ts to 6.0.0-beta.13
2020-05-23 02:15:35 +08:00
Michael Shilman
e9ba51794e
v6.0.0-beta.13
2020-05-23 02:06:33 +08:00
Michael Shilman
5b5d3a2a61
Update version.ts to 6.0.0-beta.12
2020-05-21 14:07:53 +08:00
Michael Shilman
08aa769773
v6.0.0-beta.12
2020-05-21 13:57:55 +08:00
Michael Shilman
1e1ea949c7
v6.0.0-beta.11
2020-05-21 12:24:04 +08:00
Michael Shilman
efa9ca5aeb
v6.0.0-beta.10
2020-05-21 11:12:51 +08:00
Michael Shilman
7336aa4c8a
Merge pull request #10813 from storybookjs/mrmckeb/issue10790
...
Core: Zero-config TypeScript loading
2020-05-21 09:59:47 +08:00
Michael Shilman
897fe4da11
Update version.ts to 6.0.0-beta.9
2020-05-21 07:26:37 +08:00
Michael Shilman
a6d81914c2
v6.0.0-beta.9
2020-05-21 07:17:20 +08:00
Paul Grau
b50442f992
Revert removal of babel-preset-vue
2020-05-20 22:16:51 +09:00
Paul Grau
7b8e614441
Apply babel fix to vue fixture as well
2020-05-20 20:33:22 +09:00
Michael Shilman
3671955f56
Migrate sfc_vue fixture to use babel-preset-vue
2020-05-20 18:42:50 +08:00
Norbert de Langen
30c42223fe
Merge branch 'next' into tech/ci-example-overhaul-clean
...
# Conflicts:
# lib/cli/src/helpers.ts
# yarn.lock
2020-05-18 20:14:04 +02:00
tooppaaa
465b706bbf
less changes
2020-05-18 16:27:08 +02:00
Norbert de Langen
b78317c5f2
WIP
2020-05-18 14:58:55 +02:00
Norbert de Langen
448bdddd29
Merge branch 'next' into tech/ci-example-overhaul-clean
...
# Conflicts:
# examples/angular-cli/jest.config.js
# lib/cli/src/generators/HTML/index.js
# lib/cli/src/generators/HTML/template-csf/stories/0-Welcome.stories.js
# yarn.lock
2020-05-18 14:21:17 +02:00
Gaëtan Maisse
9583c02882
Merge branch 'next' into tech/migrate-cli-to-TS
2020-05-17 17:08:52 +02:00
Gaëtan Maisse
5860974137
refactor(cli): improve typing of window
...
In order to be able to extend types in global scope with an `import` at the top of the file we have to create a new dedicated file (and can not use already existing typings.d.ts).
For details, see https://stackoverflow.com/questions/30960386/how-to-extend-the-window-typescript-interface/30961346#30961346
2020-05-17 17:08:00 +02:00
Gaëtan Maisse
ffa152204f
refactor(cli): use a unified type across all CLI generators
2020-05-17 16:49:01 +02:00
Yann Braga
cb149f6043
refactor(cli): use storyformat in aurelia generator
2020-05-17 14:53:46 +02:00
Yann Braga
bc237c7f5f
test(cli): fix types by casting storyformat
2020-05-17 14:20:13 +02:00
Yann Braga
7ea8f77705
refactor(cli): add storyformat to command options
2020-05-17 14:19:26 +02:00
Michael Shilman
73d9b6fb3a
v6.0.0-beta.8
2020-05-17 19:03:09 +08:00
Yann Braga
d1ffb883b0
refactor(cli): improve typings for supported language
2020-05-16 18:03:26 +02:00
Yann Braga
5f4eee1278
refactor(cli): improve typings for story format
2020-05-16 18:01:59 +02:00
Yann Braga
66e6fdca01
refactor(cli): improve typings for project types
2020-05-16 17:52:47 +02:00
Gaëtan Maisse
d4b22035cd
refactor(cli): activate strict mode in TS (except strictNullChecks
)
...
Activating `strictNullChecks` makes TS compilation throw a lot of errors that need to refactor some part of the code.
These refactoring will be done in another commit.
2020-05-15 21:49:32 +02:00
Gaëtan Maisse
0cd9cdec3f
refactor(cli): migrate generate
file to TS
2020-05-15 21:49:31 +02:00
Gaëtan Maisse
66e077b2bc
refactor(cli): migrate initiate
file to TS
2020-05-15 21:49:30 +02:00
Gaëtan Maisse
56930ac795
refactor(cli): migrate update package organization generator to TS
2020-05-15 21:49:29 +02:00
Gaëtan Maisse
306125f05f
refactor(cli): migrate Webpack React generator to TS
2020-05-15 21:49:29 +02:00
Gaëtan Maisse
d0b0d1fb0c
refactor(cli): migrate Web Components generator to TS
2020-05-15 21:49:28 +02:00
Gaëtan Maisse
ef309886e3
refactor(cli): migrate Vue generator to TS
2020-05-15 21:49:28 +02:00
Gaëtan Maisse
828f562671
refactor(cli): migrate Svelte generator to TS
2020-05-15 21:49:28 +02:00
Gaëtan Maisse
9bb9c69ca8
refactor(cli): migrate Sfc Vue generator to TS
2020-05-15 21:49:27 +02:00
Gaëtan Maisse
7a75fd3b66
refactor(cli): migrate Riot generator to TS
2020-05-15 21:49:26 +02:00
Gaëtan Maisse
97bb8fddce
refactor(cli): migrate React Scripts generator to TS
2020-05-15 21:49:26 +02:00
Gaëtan Maisse
d4d61499d5
refactor(cli): migrate React Native generator to TS
2020-05-15 21:49:25 +02:00
Gaëtan Maisse
30c09ddb56
refactor(cli): migrate React generator to TS
2020-05-15 21:49:24 +02:00
Gaëtan Maisse
ccdffd2e16
refactor(cli): migrate Rax generator to TS
2020-05-15 21:49:24 +02:00
Gaëtan Maisse
d3179def62
refactor(cli): migrate Preact generator to TS
2020-05-15 21:49:23 +02:00
Gaëtan Maisse
493ab0f399
refactor(cli): migrate Mithril generator to TS
2020-05-15 21:49:22 +02:00
Gaëtan Maisse
a124364968
refactor(cli): migrate Meteor generator to TS
2020-05-15 21:49:21 +02:00
Gaëtan Maisse
9e0fa878f3
refactor(cli): migrate Marko generator to TS
2020-05-15 21:49:21 +02:00
Gaëtan Maisse
eea1a03eaa
refactor(cli): migrate Marionette generator to TS
2020-05-15 21:49:21 +02:00
Gaëtan Maisse
db5a8dea30
refactor(cli): migrate HTML generator to TS
2020-05-15 21:49:20 +02:00
Gaëtan Maisse
f481ef0e46
refactor(cli): migrate Ember generator to TS
2020-05-15 21:49:20 +02:00
Gaëtan Maisse
7661068c5b
refactor(cli): migrate Aurelia generator to TS
2020-05-15 21:49:19 +02:00
Gaëtan Maisse
8e0e02f900
refactor(cli): migrate Angular generator to TS
2020-05-15 21:49:19 +02:00