Tom Coleman
e99909cbc4
Fix linting on preact files
...
cc @BartWaardenburg -- I can't figure out why the linting was passing on `next` (perhaps you know why?) but it has started failing on `release/5.0`
If there is a better fix, let me know
2019-01-11 21:19:45 +11:00
Tom Coleman
225c4be4ac
Revert "add scancode file and fix declared type for channel"
...
This reverts commit 9cab57050542c379ea42b29aeab4e46c5746adb9.
2019-01-10 12:29:19 +11:00
Jessica-Koch
9cab570505
add scancode file and fix declared type for channel
2019-01-09 00:29:33 -08:00
Norbert de Langen
2f0bc494e9
Merge branch 'next' into tech/overhaul-ui
...
# Conflicts:
# .eslintrc.js
# lib/components/src/layout/__snapshots__/index.stories.storyshot
# yarn.lock
2018-12-14 12:33:20 +01:00
Norbert de Langen
f79323794e
REFACTOR addon-notes
2018-12-10 14:18:37 +01:00
Bart Waardenburg
e315006746
chore: Updated with remote
2018-12-04 23:23:00 +01:00
Hypnosphi
f34bf30c66
Fix UPDATE_PACKAGE_ORGANISATIONS generator
2018-12-04 20:38:57 +01:00
Bart Waardenburg
9b4d4997f1
chore: Added proper welcome story, added cli support and updated ADDONS_SUPPORT table
2018-12-04 10:55:16 +01:00
Norbert de Langen
36e67bbbb1
FIX typo
2018-12-03 12:57:25 +01:00
Norbert de Langen
726a29a070
CHANGE the babel config occording to Hypnos suggestions
2018-12-03 12:31:06 +01:00
Tom Coleman
9715b34a39
Install @babel/core latest in vue
2018-10-24 16:18:53 +11:00
Tom Coleman
83c6ded4a0
Revert to installing babel-preset-vue
from view installer.
...
This was removed in e496dfbb91fa38224adaf12d4d6c7ac3b39f85cb
Probably we should not even be using this preset (see https://github.com/storybooks/storybook/issues/4475#issuecomment-432141296 ), but we are, so I will add this for now to get it working.
2018-10-24 16:14:23 +11:00
Igor
b20f87fe18
Cool, didn't know this is possible, thanks.
...
Co-Authored-By: kroeder <roeder.kai@gmail.com>
2018-10-19 15:23:26 +02:00
Kai Röder
bb84b2e428
Makre sure '**/*.stories.ts' only gets appended once
2018-10-18 22:02:06 +02:00
Kai Röder
7b1951546e
Fixed tsConfig exclude overwrite
2018-10-18 21:22:47 +02:00
Kai Röder
cdf8328226
angular-cli tsconfigPath excludes stories after sb init
2018-10-18 21:14:04 +02:00
Kai Röder
724ccb1c08
Added types for node because the default tsconfig.app.json sets types to []
2018-10-17 18:59:58 +02:00
Filipp Riabchun
542baa436b
Merge pull request #4335 from gabrielcsapo/ember-storybook-cleanup
...
CLEANUP ember docs and refactor
2018-10-13 00:35:41 +02:00
Gabriel J. Csapo
b5e52dc617
[ember] docs cleanup and refactor
2018-10-12 11:30:52 -07:00
Norbert de Langen
ff19bc475f
Merge branch 'master' into react-native-cli-template
2018-10-12 09:25:00 +02:00
Gytis Vinclovas
fde314b31e
Updated instruction message in setup.
...
Added few comments in template.
Only notifies about not found app name if you use React Native Vanilla.
2018-10-10 09:55:33 +03:00
Kai Röder
43e9eddabb
Updated tsconfig 'extends' path for the storybook cli
2018-10-09 16:57:36 +02:00
Gytis Vinclovas
5b78c5cd46
Unifying React Native template.
2018-10-09 10:54:09 +03:00
Gabriel J. Csapo
be5d4c0181
[framework] add ember support
2018-10-03 00:50:39 -07:00
Kai Röder
6c37e20f1a
Added custom tsconfig.json due to the ForkTsChecker implementation
2018-09-19 08:38:25 +02:00
igor-dv
cda380c513
Fix js warnings
2018-09-13 10:21:40 +03:00
lionel benychou
baa809c456
riot cli tag loader
2018-09-07 14:13:40 +02:00
lionel benychou
dce0411631
fixes
2018-08-30 14:14:58 +02:00
libetl
3ba7058dfa
igor's suggestions
2018-08-29 23:37:48 +02:00
lionel benychou
3893d5299d
riot integration
2018-08-27 19:42:20 +02:00
Pavan Kumar Sunkara
9c4cff4ec4
Use installBabel for meteor cli
2018-08-22 18:40:39 +02:00
Pavan Kumar Sunkara
94a049c2f5
Revert "CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader"
...
This reverts commit aadd8f0e0baa90d40c523cc43aaa9a30ada788d8.
2018-08-22 18:14:34 +02:00
Norbert de Langen
c0cd9518eb
REMOVE the babel-root-slash-import module completely. It's not used by storybook.
2018-08-17 21:30:41 +02:00
Norbert de Langen
f8332e744b
CHANGE meteor generator babel file
...
I'm not 100% why, I've never seen this 'module:' in babelrc before
Might be legacy or meteor specific?
Seems broken here:
https://teamcity.jetbrains.com/viewLog.html?tab=buildLog&logTab=tree&filter=debug&expand=all&buildId=1567378&_focus=822
But this did not come up in CircleCI 🤔
2018-08-17 17:11:08 +02:00
Norbert de Langen
aadd8f0e0b
CHANGE the installBabel to only install babel-loader & RENAME to installBabelLoader
2018-08-16 16:23:58 +02:00
Norbert de Langen
f7cd337677
FIX eslint
2018-08-15 04:56:20 +02:00
Norbert de Langen
b649f24852
REMOVE stage presets and replace with plugins we need
2018-08-15 04:15:39 +02:00
Norbert de Langen
a039c96426
Merge branch 'master' into babel-7
...
# Conflicts:
# MIGRATION.md
# addons/backgrounds/package.json
# addons/events/package.json
# addons/info/package.json
# addons/info/src/__snapshots__/index.test.js.snap
# addons/jest/package.json
# addons/knobs/package.json
# addons/links/package.json
# addons/notes/package.json
# addons/options/package.json
# addons/storyshots/storyshots-core/package.json
# addons/storyshots/storyshots-puppeteer/package.json
# addons/storysource/package.json
# addons/viewport/package.json
# app/angular/package.json
# app/html/package.json
# app/marko/package.json
# app/mithril/package.json
# app/polymer/package.json
# app/react/package.json
# app/vue/package.json
# examples/angular-cli/package.json
# examples/cra-kitchen-sink/package.json
# examples/html-kitchen-sink/package.json
# examples/marko-cli/package.json
# examples/mithril-kitchen-sink/package.json
# examples/official-storybook/package.json
# examples/official-storybook/stories/__snapshots__/addon-info.stories.storyshot
# examples/official-storybook/stories/__snapshots__/other-dirname.stories.storyshot
# examples/polymer-cli/package.json
# examples/vue-kitchen-sink/package.json
# jest.config.js
# lib/cli/package.json
# lib/cli/test/snapshots/angular-cli/package.json
# lib/cli/test/snapshots/marko/package.json
# lib/cli/test/snapshots/meteor/package.json
# lib/cli/test/snapshots/mithril/package.json
# lib/cli/test/snapshots/polymer/package.json
# lib/cli/test/snapshots/react/package.json
# lib/cli/test/snapshots/react_project/package.json
# lib/cli/test/snapshots/react_scripts/package.json
# lib/cli/test/snapshots/sfc_vue/package.json
# lib/cli/test/snapshots/update_package_organisations/package.json
# lib/cli/test/snapshots/vue/package.json
# lib/cli/test/snapshots/webpack_react/package.json
# lib/codemod/package.json
# lib/components/src/layout/__snapshots__/index.stories.storyshot
# lib/core/package.json
# lib/core/src/server/config/webpack.config.prod.js
# package.json
# yarn.lock
2018-08-15 00:01:36 +02:00
Norbert de Langen
935cefd27a
FIX linting issues after eslint upgrade (partial fix)
2018-08-05 17:57:17 +02:00
Hypnosphi
3c0e3832e1
Add babel-loader peer dep
2018-07-06 20:59:30 +03:00
Hypnosphi
170160ddfe
Revert CLI changes for RN
2018-07-05 23:48:22 +03:00
Hypnosphi
e496dfbb91
Update CLI
2018-07-04 23:12:47 +03:00
Neville Mehta
5f775a8591
make welcome a component
2018-06-25 22:37:47 -07:00
Neville Mehta
084c02e3e7
add addons (correctly) to marko cli
2018-05-20 13:00:26 -07:00
Neville Mehta
79d53dbfea
dont include marko-widget example, in case user is not using them
2018-05-19 19:19:28 -07:00
Neville Mehta
39390d2a28
add support for marko widgets
2018-05-19 01:44:03 -07:00
Neville Mehta
d357f64787
fix some markocli issues
2018-05-18 23:02:00 -07:00
Neville Mehta
bbee3b86fc
fix few issues in marko cli
2018-05-18 00:26:55 -07:00
Keraito
8d9fbb7c9e
Update generators for HTML and Marko
2018-05-09 15:37:48 +02:00
Filipp Riabchun
c47c5fc9ba
Merge branch 'master' into use-npm
2018-05-09 02:03:09 +03:00