201 Commits

Author SHA1 Message Date
Mikael Carpenter
91c4edf204 clear up some naming according to feedback 2019-04-25 13:27:15 -07:00
Mikael Carpenter
fa991cc361 Update the remaining generators to use new install functions.
Add a new fixture that has a frozen lock file
   Add documentation to the helper functions I changed
2019-04-25 10:12:16 -07:00
Mikael Carpenter
e67b9d1673 Add new function for installing dependencies via spawn command.
use this is POC in webpack react generator.
     also rename the old installDeps to be more explicit.
2019-04-23 16:38:04 -07:00
Benoit Dion
2cc346675a Improve cli for react-native
Fixes #6470

- Set port to the default
- Use `installBabel` primitive  to bring in babel-loader
2019-04-14 20:00:41 -04:00
Brody McKee
074d0f36da Use babel-loader from react-scripts 2019-04-08 22:06:57 +03:00
Kai Röder
0a5c791ea7 Add out-of-the-box support for *.md in Angular apps 2019-04-06 16:14:49 +02:00
Arman
307c886d3c
fix(svelte): regexp 2019-03-22 12:06:42 +03:00
Norbert de Langen
7129001f81 Merge branch 'next' into pr/Armanio/6132
# Conflicts:
#	lib/cli/package.json
2019-03-21 14:12:49 +01:00
Means88
d3dd74c763 fix: regexp in config.js 2019-03-19 17:31:15 +08:00
Arman Sargsyan
f215a50cf0 feat(svelte): adding svelte cli generator 2019-03-17 13:18:17 +03:00
Norbert de Langen
5397b51733 UPGRADE the react-native-scripts to latest expo && ADD app/react-native as dependency to RN projects (always) 2019-03-14 22:52:50 +01:00
Benoit Dion
1780e929e4 Merge remote-tracking branch 'upstream/next' into react-native/use-core-for-server 2019-03-11 21:58:38 -04:00
Vasily Malykhin
3eb19cac4a Fix #5785 - welcome component in dark theme 2019-03-09 13:34:29 +03:00
igor
5a56263b44 Merge remote-tracking branch 'origin/next' into react-native/use-core-for-server
# Conflicts:
#	addons/ondevice-knobs/package.json
#	app/react-native/package.json
#	app/react-native/readme.md
#	examples-native/crna-kitchen-sink/package.json
#	lib/addons/package.json
#	lib/addons/src/make-decorator.test.ts
#	lib/client-api/package.json
#	lib/client-api/src/client_api.test.js
#	lib/client-api/src/index.js
#	lib/client-api/src/story_store.js
#	lib/client-api/src/story_store.test.js
#	lib/core/package.json
#	lib/core/src/client/preview/index.js
#	lib/core/src/client/preview/start.js
#	lib/core/src/server/build-dev.js
#	lib/core/src/server/dev-server.js
#	lib/core/src/server/manager/manager-preset.js
#	yarn.lock
2019-02-08 22:47:10 +02:00
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
Igor
b23243e4fc Revert few more .storybook changes 2018-12-29 13:39:46 +02:00
Gytis Vinclovas
7b1fb75c9b Reverting back to storybook. 2018-12-21 11:14:36 +02:00
Gytis Vinclovas
e216ee53a4 Reverting back to storybook. 2018-12-21 11:13:52 +02:00
Gytis Vinclovas
ff2236e35b Asks if you want to install @storybook/react-native-server 2018-12-20 17:17:28 +02:00
Igor
d2889d6a16 Fix rn generators linter 2018-12-20 14:22:07 +02:00
Gytis Vinclovas
53550c6629 Merge next 2018-12-19 15:46:13 +02:00
Gytis Vinclovas
24ca226d52 Set storybook folder to .storybook. 2018-12-18 17:00:31 +02: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