13 Commits

Author SHA1 Message Date
Muhammed Thanish
39c75c0e69 Update dist 2016-10-06 11:31:11 +05:30
Muhammed Thanish
9acc78b26f Update dist 2016-09-27 15:28:50 +05:30
Muhammed Thanish
9bba63f423 Update dist 2016-09-21 17:42:13 +05:30
Arunoda Susiripala
531e6eb705 chore(package): update dependencies (#421)
https://greenkeeper.io/
2016-09-04 12:53:00 +05:30
Arunoda Susiripala
91bb74ab3e Remove babel-polyfill from dependencies. 2016-09-04 11:46:52 +05:30
Arunoda Susiripala
82086b0246 Adding airbnb-js-shims again. (#419)
Issue #400 is only related to a Chrome thing.
So, it's fine to use where the standards lie.
2016-09-03 06:39:21 +05:30
Muhammed Thanish
f01a8de98a Support read-only db with build-storybook 2016-09-02 16:43:52 +05:30
Muhammed Thanish
cc4d678a3c Add default database client 2016-08-31 19:45:32 +05:30
Arunoda Susiripala
0806ca6214 Update dist. 2016-08-31 05:55:34 +05:30
Muhammed Thanish
24c82594cd Update dist 2016-08-30 16:35:21 +05:30
Muhammed Thanish
1fbcda6e12 Use @kadira/storybook-channel modules (#359)
* Use @kadira/storybook-channel module

* Update channel addons
2016-08-09 17:34:59 +05:30
Muhammed Thanish
19da88846b [WIP] Use the new addons API (#346)
* Update Storybook UI

* Setup channel for preview

* Load addons from user or load default addons

* Allow easy importing default set of addons

For an example addons.js:

```js
import '@kadira/storybook/addons';
import '@kadira/storybook-addon-hello/register';

```

* Export correct action, linkTo functions

* Rename pageBus to channel

* Fix tests and lint errors

* Update some comments.
2016-08-02 18:07:14 +05:30
Arunoda Susiripala
bb426b899d Update defaults to match create-react-app (#342)
* Match default setup same as create-react-app.

* Stop pre-building the manager
This allow us to customize the manager dynamically.

* Update manager for the production build.

* Remove building source-maps.

* Fix lint issues.

* Improve static file handling.

* Update dev docs.

* Use dist directory for the manager's source.

* Add support for stage-0.

* Replace raw loader with the css loader in production CSS handling.

* Remove specific babel plugins since we support stage-0.
2016-08-01 15:30:21 +05:30