901 Commits

Author SHA1 Message Date
MIchael Shilman
c2dfa5bf3d Merge remote-tracking branch 'origin/master' into next 2019-06-05 16:46:17 -07:00
Michael Shilman
70d6fcdcbe v5.1.0-rc.5 2019-06-04 10:56:14 -07:00
Michael Shilman
bb3e7f71cd Github org rename to storybookjs 2019-06-03 11:06:42 -07:00
Michael Shilman
1317bb14fa v5.1.0-rc.4 2019-06-02 23:36:17 -07:00
Kai Röder
b65ce1158c Replace redundant code 2019-06-02 15:14:48 +02:00
Kai Röder
3a92a9f79d Boyscouting and refactoring 2019-06-02 14:59:16 +02:00
Kai Röder
69d9c98d3b Improve angular tsconfig.app.json detection 2019-06-02 14:51:05 +02:00
Michael Shilman
a589ab3987 v5.1.0-rc.3 2019-05-29 23:15:58 -07:00
Hypnosphi
efa66425ad Remove TeamCity configs 2019-05-28 22:35:22 +02:00
Michael Shilman
50bd4c3a86 v5.1.0-rc.2 2019-05-27 07:14:35 -07:00
Michael Shilman
aa5c224534 v5.1.0-rc.1 2019-05-24 17:56:28 -07:00
Norbert de Langen
7a36a00802
Export text prop in button from Svelte template (#6877)
Export text prop in button from Svelte template
2019-05-24 21:56:56 +02:00
Lauritz Hilsøe
4e07c747ed
Export text prop in button from Svelte template
I was getting `text is not defined` with this current example but it is working if I add an exported text prop. It defaults to an empty string.
2019-05-24 17:09:31 +02:00
Norbert de Langen
7da7025499 UPGRADE dependencies & remove a security vulnurability 2019-05-24 14:11:52 +02:00
Norbert de Langen
3eaf111aa3 FIX corejs 3 version issue on next 2019-05-22 09:02:34 +02:00
Michael Shilman
35ec834e89 v5.1.0-rc.0 2019-05-21 04:07:28 -07:00
Norbert de Langen
2e537cce13 REGEN lockfifle && use npm for bootstrapping latest cra to avoid generation of lockfile within project of yarn workspace 2019-05-20 14:54:56 +02:00
Norbert de Langen
a08f44e481
Handle loading .storybook/babel.config.js (#6633) (#6634)
Handle loading `.storybook/babel.config.js` (#6633)
2019-05-20 11:27:24 +02:00
Norbert de Langen
1b7e75f313 ADD necessary babel config to fixtures/react-abel-config-js 2019-05-18 20:29:44 +02:00
Mikael Carpenter
6e0c69535b ISS-6802 Check devDep for react-scripts and make sure it exists before using semver 2019-05-17 16:07:37 -07:00
Michael Shilman
e14539f712 v5.1.0-beta.1 2019-05-16 13:57:31 +08:00
dependabot[bot]
2d0b37459d
Bump update-notifier from 2.5.0 to 3.0.0
Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 2.5.0 to 3.0.0.
- [Release notes](https://github.com/yeoman/update-notifier/releases)
- [Commits](https://github.com/yeoman/update-notifier/compare/v2.5.0...v3.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-14 06:30:17 +00:00
Michael Shilman
564b11785e v5.1.0-beta.0 2019-05-10 16:44:58 +08:00
Michael Shilman
d4922ad481 v5.1.0-alpha.40 2019-05-08 23:30:52 +08:00
Norbert de Langen
106f53463f Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	yarn.lock
2019-05-07 16:55:04 +02:00
Norbert de Langen
16281d182a Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	yarn.lock
2019-05-07 14:15:43 +02:00
Norbert de Langen
590f670e46 FIX linting 2019-05-07 13:59:43 +02:00
Norbert de Langen
152d836322 Merge branch 'next' into pr/cam-stitt/6698 2019-05-06 15:11:41 +02:00
Norbert de Langen
a5046e257b FIX things for riot && FIX snapshots && FIX lockfile && FIX babel overrides 2019-05-06 12:44:58 +02:00
Norbert de Langen
a2f9242f7f Merge branch 'next' into pr/Spy-Seth/6655
# Conflicts:
#	addons/actions/package.json
#	addons/backgrounds/package.json
#	addons/cssresources/package.json
#	addons/events/package.json
#	addons/google-analytics/package.json
#	addons/info/package.json
#	addons/jest/package.json
#	addons/notes/package.json
#	addons/ondevice-backgrounds/package.json
#	addons/ondevice-knobs/package.json
#	addons/ondevice-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
#	lib/addons/package.json
#	lib/api/package.json
#	lib/channel-postmessage/package.json
#	lib/channel-websocket/package.json
#	lib/components/package.json
#	lib/router/package.json
#	lib/ui/package.json
#	yarn.lock
2019-05-06 11:51:04 +02:00
Michael Shilman
d2039e026d v5.1.0-alpha.39 2019-05-02 14:34:07 +08:00
Michael Shilman
a718441923 v5.1.0-alpha.38 2019-05-02 12:29:56 +08:00
Michael Shilman
ccc1d42948 v5.1.0-alpha.37 2019-05-01 18:57:23 +08:00
Cameron Stitt
fc64a6e46d Add svelte v3 support 2019-05-01 15:21:10 +10:00
Mikael Carpenter
088c64cdaa Remove use of '-D' that I missed 2019-04-30 17:01:14 -07:00
Mikael Carpenter
d143131451 Move option for using dev dependencies to npmOptions in initiate.js
update installDependencies helper to use that new option
     update usage of that to not pass '-D' in list of dependencies
2019-04-30 16:36:06 -07:00
Norbert de Langen
ecc0760d03 corejs 3 for lib/cli 2019-04-27 20:31:55 +02:00
Armand Abric
569b55379f Upgrade to core-js v3 2019-04-27 18:14:56 +02:00
Michael Shilman
dd97c370e7 v5.1.0-alpha.36 2019-04-27 13:09:34 +08:00
Norbert de Langen
f4684b0556 Merge branch 'next' into pr/MikaelCarpenter/6629 2019-04-26 20:13:26 +02:00
Michael Shilman
e20d20a263 v5.1.0-alpha.35 2019-04-27 01:28:15 +08:00
dependabot[bot]
98d9feabb6
Bump semver from 5.7.0 to 6.0.0
Bumps [semver](https://github.com/npm/node-semver) from 5.7.0 to 6.0.0.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-26 09:11:03 +00:00
Mikael Carpenter
91c4edf204 clear up some naming according to feedback 2019-04-25 13:27:15 -07:00
Mikael Carpenter
1977ac39ab Remove yarn.lock from fixture. Fix typo in helper function 2019-04-25 10:52:48 -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
Norbert de Langen
f939e1417a just a few little linting issues fixed 2019-04-25 17:59:37 +02:00
Michael Shilman
694460c087 v5.1.0-alpha.34 2019-04-24 23:02:08 +08: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
Michael Shilman
23268e4fec v5.1.0-alpha.33 2019-04-23 14:25:37 +08:00
Michael Shilman
fb2798685d v5.1.0-alpha.32 2019-04-22 11:15:33 +08:00