4 Commits

Author SHA1 Message Date
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