27 Commits

Author SHA1 Message Date
Michael Shilman
7787b9bf3c Ignore package-lock.json (for now) 2017-06-23 01:04:59 +10:00
Tom Coleman
77974e0659 Added explanation of packs dir 2017-06-22 12:18:16 +10:00
Tom Coleman
b04849bc6e Use a pack -> install technique to recreate local packages
As suggested by https://github.com/npm/npm/pull/15900. This is a workaround until we get a better resolution of https://github.com/storybooks/storybook/issues/1286
2017-06-22 12:18:16 +10:00
Norbert de Langen
f4fc55c45d FIX linting 2017-05-26 14:33:46 +02:00
Norbert de Langen
51ad5d5e8d Single source of truth for LICENCE for all packages 2017-05-16 08:16:22 +02:00
Norbert de Langen
7ccb773e72 FIX an issue where a test in a package was using async-await
but was not transpiring them correctly.

MOVE jest cache directory to subdirectory `.cache`
2017-04-27 22:33:36 +02:00
Norbert de Langen
730feb7b0c Merge branch 'master' into am-jest-migration
# Conflicts:
#	packages/react-storybook/package.json
2017-04-15 23:44:18 +02:00
Norbert de Langen
7eef6b88d0 Merge branch 'examples-regressiontesting' of github.com:storybooks/mono into add-examples
# Conflicts:
#	.gitignore
#	packages/addon-knobs/yarn.lock
2017-04-15 21:17:26 +02:00
Norbert de Langen
e2ff8c3325 Merge branch 'master' into am-jest-migration
# Conflicts:
#	.eslintrc
#	.gitignore
#	package.json
#	packages/addon-knobs/package.json
#	packages/addon-knobs/yarn.lock
#	packages/react-storybook/package.json
#	packages/storybook-ui/package.json
#	packages/storybook-ui/src/modules/api/actions/__tests__/api.js
#	packages/storybook-ui/src/modules/shortcuts/actions/__tests__/shortcuts.js
#	packages/storybook-ui/src/modules/ui/actions/__tests__/ui.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_keyevents.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/handle_routing.js
#	packages/storybook-ui/src/modules/ui/configs/__tests__/init_panels.js
#	packages/storyshots/package.json
#	packages/storyshots/stories/__test__/__snapshots__/storyshots.test.js.snap
2017-04-14 14:49:34 +02:00
Norbert de Langen
513f337ec6 UPGRADE react & add react-test-render 2017-04-12 22:02:27 +02:00
Norbert de Langen
65f8650e39 ADD build to gitignore 2017-04-10 22:16:33 +02:00
Norbert de Langen
30f28bac26 ADD examples to lerna && remove yarn 2017-04-10 20:09:59 +02:00
Norbert de Langen
d6ca5b156f ADD some basis for automated integration regression testing
By adding examples we can both help users by giving them something to
look at when starting their project; and also do regression tests by
trying to run the examples with new version of storybook & addons.
2017-04-10 18:38:26 +02:00
Aaron Mc Adam
9986d94e63 chore(tests): migrate to Jest
So far, we've set up the tools and have one failing test inside
storyshots.
2017-04-09 18:39:35 +01:00
Norbert de Langen
fb33dc93e9 Merge branch 'master' of github.com:storybooks/getstorybook into add-getstorybook-repo
# Conflicts:
#	.eslintrc
#	.gitignore
#	README.md
#	package.json
2017-04-04 23:49:10 +02:00
Norbert de Langen
e50269fd96 Merge branch 'master' of github.com:storybooks/storybook-addon-knobs
# Conflicts:
#	.gitignore
2017-03-29 21:19:42 +02:00
Jason T. Wong
b91c819202
Feature Select Knob
Why:

* We want a new knob that uses a select box for predefined values.

This change addresses the need by:

* Update `.gitignore`.
* Add new `SelectType`.
* Update example story.
* `npm run prepublish`
2016-09-10 12:22:44 -04:00
Muhammed Thanish
5a688095df Ignore dist files (#438) 2016-09-09 17:03:26 +05:30
Arunoda Susiripala
b80ab9a020 Update README.md 2016-08-02 14:49:03 +05:30
Arunoda Susiripala
314b1a2f5c Add .gitignore. 2016-08-02 13:30:59 +05:30
Aruna Herath
ab15a9e75c Initialized with react-cdk 2016-07-21 13:04:31 +05:30
Nadav Dav
4230237016 Added npm-shrinkwrap.json to npmignore (#305) 2016-07-11 18:33:30 +05:30
Ritesh Kumar
1e1aefe3d7 added transition to log created on action trigger 2016-04-08 04:01:07 +05:30
Arunoda Susiripala
b110b2750e Add dist directory, if someone loading the package via GH 2016-04-06 03:45:45 +05:30
Duncan Beevers
9edd8a702c Fix typo in .gitignore 2016-04-03 14:29:15 -05:00
Arunoda Susiripala
fcc43a99cd ignore log files 2016-03-28 10:28:34 +05:30
Arunoda Susiripala
a97d2421af Configure eslint for client side code 2016-03-25 18:38:15 +05:30