251 Commits

Author SHA1 Message Date
Brandon Lorenz
d02d421530 Modify number() to support a range slider as an input type for a knob. (#77)
* Modify number() to support a range slider as an input type for a knob.

* Style changes and lint fixes.

* Remove unwanted vars
2016-11-25 08:29:55 +05:30
Aruna Herath
30ec16f071 Update build state badge url
Repo is now in storybooks organization
2016-11-22 15:41:24 +05:30
Arunoda Susiripala
79ae11d2c7 Update README.md 2016-11-19 06:00:10 +05:30
Arunoda Susiripala
c88027ccda Update README.md 2016-11-19 05:55:31 +05:30
elish
507571ee58 add color knob 2016-11-16 10:26:35 +02:00
Arunoda Susiripala
ec1cddc812 Merge branch 'mthuret-master' 2016-11-08 06:19:53 +05:30
Arunoda Susiripala
d197a7bdf1 Update docs for separator. 2016-11-08 06:19:11 +05:30
mthuret
27798d7e83 Add Array as a type 2016-11-07 15:00:53 +01:00
Arunoda Susiripala
fd8a697fc1 Update the live storybook version. 2016-11-02 17:08:50 +05:30
Frederick Fogerty
3a2d152891 Add documentation about typescript types 2016-10-27 10:05:13 +13:00
Roy Sutton
67f6eb66d0 Fix copy-paste error 2016-09-21 16:23:32 -07:00
Arunoda Susiripala
ba98d99043 Update README.md 2016-09-19 14:21:25 +05:30
Arunoda Susiripala
e4fb78ace5 Update Docs. 2016-09-19 14:19:36 +05:30
Arunoda Susiripala
8e3f5772fe Update README.md 2016-09-13 07:13:53 +05:30
Arunoda Susiripala
6de3009b27 Update README.md 2016-09-13 07:12:56 +05:30
Arunoda Susiripala
2de263c5dd Update README.md 2016-09-11 18:52:06 +05:30
Jason T. Wong
83a68415f2
Update README 2016-09-10 22:01:52 -04:00
Arunoda Susiripala
127bb97175 Merge branch 'master' of github.com:kadirahq/react-storybook-addon-knobs 2016-09-09 17:22:28 +05:30
Arunoda Susiripala
84a9bb85f7 Update
git commit -am Update
2016-09-09 17:22:12 +05:30
Aruna Herath
3a5a45af13 Add Circle-Ci build status image to the readme 2016-09-09 15:47:41 +05:30
Arunoda Susiripala
92c9dc6596 Update README.md 2016-09-09 13:43:22 +05:30
Arunoda Susiripala
2523c43710 README.md 2016-09-09 13:42:31 +05:30
Arunoda Susiripala
2fb113e933 Update README.md 2016-09-09 13:34:14 +05:30
Arunoda Susiripala
fedc4fcf9f Fix typose. 2016-09-09 13:18:15 +05:30
Arunoda Susiripala
d6c64991ca Add README and other cosmetics. 2016-09-09 13:08:18 +05:30
Aruna Herath
fa87a43461 Update readme with more content 2016-08-30 18:13:53 +05:30
Aruna Herath
5caff822f9 Add craeteKnob API 2016-08-30 18:13:27 +05:30
Arunoda Susiripala
d42f4eb906 Update docs. 2016-08-30 15:35:07 +05:30
Arunoda Susiripala
191d648ec8 Update docs to reflect recent changes. 2016-08-01 17:40:18 +05:30
Arunoda Susiripala
b828366f87 Update docs to reflect recent changes. 2016-08-01 17:19:35 +05:30
Aruna Herath
ab15a9e75c Initialized with react-cdk 2016-07-21 13:04:31 +05:30
Arunoda Susiripala
484886ac73 Implement a extension API (#258)
* Implement the new addon API.

* Tested addon and decorator API with a real app.

* Add context support to decorators.

* Add kind to the api.

* Add extension documentation.

* Update extension docs.

* Fix a small typo.
2016-06-20 09:33:13 +05:30
Michael McGahan
f6034db9e1 Add npm version badge to README (#193)
This project is moving quickly, and it would be useful for the README to indicate the currently-available version on npm. This branch adds the common `https://badge.fury.io/` image, similar to other React projects on GitHub.
2016-05-12 15:27:03 +05:30
Arunoda Susiripala
9e960d5ffc Add power tools link 2016-05-09 21:19:55 +05:30
Arunoda Susiripala
cee0f7b983 Fix typo in README 2016-05-05 15:07:12 +05:30
Arunoda Susiripala
052ad95817 Implement Mantra Architecture (#165)
* Add preview container in preview module.

* Update comments.

* Implement preview module.

* Add component tests.

* Add tests for actions.

* Add container tests.

* Write tests for reducers.

* Fix lint issues.

* Add tests for init_pagebus

* Add base ui model with the layout.

* Fix the reducer.

* Add select story pageBus event.

* Update some test cases/

* Implement basic communication with the preview iframe.

* Move actions to a common place.

* Clean mantra reducers.

* Integrated initial leftPanel.

* Implement story filter

* Add initial ActionLogger.

* Add actions grouping.

* Fix lint issues.

* Implement initial routing.
This version lacks, back button support.

* Handle back button properly with routing.

* Add keyboard shortcut support.

* Add responsive tags.

* Move all the admin dependencies to the dev env.
So, end user doesn't need to download the stuff
we use inside the manager.

* Optimize dev build with enabling webpack
when developing the manager.

* Update CONTRIBUTING.md to support the new build environment.

* Add proper support for production build.

* Introduce the api module.

* Add initial docs.

* Add keyboard shortcut help dialog.

* Fix lint issues.

* Fix some missing tests.

* Add tests for actions.

* Write tests for action logger.

* Add tests for layout

* Add tests for left_panel.header.

* Add tests for left_panel.text_filter

* Add tests for left_panel.stories

* Complete tests for the left panel component.

* Simplyfy the container code by implementing the reduxComposer.

* Add container tests.

* Add ui reducer tests.

* Add tests for handle key events

* Add tests to handle_routing.

* Add filters tests

* Add tests for reduxComposer

* Add tests for reduxComposer

* Use a unique Id for the action.id.
We need to support unique id for the action id since now
it's possible to reload the preview iframe.
So, if we use a number from 0, there's a chance for
duplicate ids.

* Update docs.

* Update docs.

* Add manager.js

* Move redux and keycode to dependencies.
2016-05-05 14:26:52 +05:30
Arunoda Susiripala
a5dccb91fd Add a new docs layout (#134)
* Add new docs layout.

* Update screenshot.
2016-04-21 22:36:43 +05:30
Arunoda Susiripala
1075dee057 Update README.md 2016-04-19 15:15:20 +05:30
Arunoda Susiripala
89226130a4 Update README.md 2016-04-19 15:14:09 +05:30
Arunoda Susiripala
1597357969 Add storybooks.io to the README. 2016-04-19 13:52:49 +05:30
Mark Dalgleish
f9bdf6a53f Fix typo (#119) 2016-04-19 05:59:55 +05:30
Arunoda Susiripala
ff218c2d7e Update docs 2016-04-11 21:42:45 +05:30
Arunoda Susiripala
554dc4f67c Add travis button
* Add travis button

* Add .travis.yml
2016-04-07 19:23:20 +05:30
Nick Plekhanov
d6ea9b0fc1 Fixed typos in docs and moved CONTRIBUTING guide to one level up for ease of access. 2016-04-07 01:45:26 +02:00
Arunoda Susiripala
6e3a8ebfa1 Update README.md 2016-04-05 23:29:41 +10:00
Arunoda Susiripala
f7536158e7 Add the contributing guide 2016-04-04 14:11:02 +05:30
Arunoda Susiripala
38e8a15c28 Migrate known issues to a seperate file 2016-04-02 20:13:40 +05:30
Arunoda Susiripala
497c745c0b Add known issues. 2016-04-02 20:06:30 +05:30
Arunoda Susiripala
b5ad1f669b Add 1.x notes 2016-03-31 14:36:21 +05:30
Arunoda Susiripala
423db0529d Remove the video section 2016-03-31 14:36:21 +05:30