167 Commits

Author SHA1 Message Date
Frederick Fogerty
d26c08929f Update type definitions 2016-10-27 09:56:31 +13:00
Frederick Fogerty
93fd3d4c7d Rename to storybook-addon-knobs.d.ts (+1 squashed commit)
Squashed commits:
[4d5a906] Move types to root
2016-10-26 21:28:42 +13:00
Frederick Fogerty
a7962dfc7a Merge branch 'master' of https://github.com/Ephys/storybook-addon-knobs into Ephys-master
* 'master' of https://github.com/Ephys/storybook-addon-knobs:
  Added typescript definitions
2016-10-26 21:24:29 +13:00
Aruna Herath
b15ace14e7 Update CHANGELOG.md
Its actually 1.3.3
2016-10-13 20:00:32 +05:30
Aruna Herath
46490aca47 Update CHANGELOG for v1.3.3 2016-10-13 19:57:26 +05:30
Aruna Herath
c55e33b54d 1.3.3 2016-10-13 19:56:50 +05:30
Aruna Herath
c90dcbc849 Merge pull request #62 from kadirahq/fix-hot-reloading
Fix issue where hot reloaded updates were not rendered
2016-10-13 19:54:44 +05:30
Aruna Herath
5246e309cc Fix issue where hot reloaded updates were not rendered 2016-10-13 19:51:38 +05:30
Aruna Herath
f9e96a5712 Update CHANGELOG for v1.3.2 2016-10-13 10:48:57 +05:30
Aruna Herath
215d15c200 Publish changes to dist 2016-10-13 10:47:31 +05:30
Aruna Herath
4e2ce2ea4f 1.3.2 2016-10-13 10:46:25 +05:30
Aruna Herath
09285b31f0 Merge pull request #61 from kadirahq/make-wrapstory-render-pure
Make render function of WrapStory pure
2016-10-13 10:43:20 +05:30
Aruna Herath
5fc87d0756 Make render function of WrapStory pure
The render function of a React component has to be pure. But WrapStory render function called storyFn. Which could be not pure. Because it could take data from anywhere and also may render other components. Like the case in #60

This fixes #60
2016-10-13 10:37:46 +05:30
Aruna Herath
fd28957dcc Updated CHANGELOG for v1.3.1 2016-10-13 00:20:05 +05:30
Aruna Herath
a0ce3cc8bd 1.3.1 2016-10-13 00:16:10 +05:30
Aruna Herath
10aff33de6 Merge pull request #59 from kadirahq/dynamic-knobs
Remove unused knobs from panel
2016-10-13 00:14:02 +05:30
Aruna Herath
a3fed39c9b Remove unused knobs from panel
When a story re-renders if a certain knob is not used that will be removed from the panel. When it is used again its added back.

See example story named `dynamic knobs` for an example.
2016-10-12 18:16:48 +05:30
Arunoda Susiripala
023aa7c68d Update dist. 2016-10-05 21:18:50 +05:30
Arunoda Susiripala
30fef19f95 Update CHANGELOG.md 2016-10-05 21:18:18 +05:30
Arunoda Susiripala
799f2ffe3d 1.3.0 2016-10-05 21:16:54 +05:30
Arunoda Susiripala
effe8bf0e3 Merge branch 'Bamieh-master' 2016-10-05 21:16:41 +05:30
Arunoda Susiripala
669337d439 Fix lint issues. 2016-10-05 21:16:30 +05:30
Bamieh
0c8cf02834 remove logs 2016-10-05 18:00:12 +03:00
Bamieh
aa29d30254 update dates knob and add example 2016-10-05 17:54:53 +03:00
Guylian Cox
46391582b8 Added typescript definitions 2016-09-30 22:59:25 +02:00
Aruna Herath
dd63e49111 Update ChangeLog for v1.2.3 2016-09-28 15:54:11 +05:30
Aruna Herath
ad61be98ea 1.2.3 2016-09-28 15:51:36 +05:30
Aruna Herath
83527a8e4c Merge pull request #47 from kadirahq/remove-selected-from-options
Remove setting selected in options
2016-09-28 15:49:58 +05:30
Aruna Herath
538c640b40 Remove setting selected in options
Since we set value prop on select element its not needed to set selected prop in each option separately.
2016-09-28 15:41:37 +05:30
Muhammed Thanish
79b0bcda43 Merge pull request #45 from kadirahq/greenkeeper-mocha-3.1.0
Update mocha to version 3.1.0 🚀
2016-09-28 11:57:48 +05:30
Muhammed Thanish
7408a5ca0c Merge pull request #46 from kadirahq/greenkeeper-babel-eslint-7.0.0
Update babel-eslint to version 7.0.0 🚀
2016-09-28 11:57:37 +05:30
greenkeeperio-bot
25dd3b9d9a chore(package): update babel-eslint to version 7.0.0
https://greenkeeper.io/
2016-09-27 22:46:02 +05:30
greenkeeperio-bot
584f12d9e7 chore(package): update mocha to version 3.1.0
https://greenkeeper.io/
2016-09-27 15:00:07 +05:30
Muhammed Thanish
e5120bd82b 1.2.2 2016-09-25 22:15:05 +05:30
Muhammed Thanish
5db627fe3a Update CHANGELOG 2016-09-25 22:15:01 +05:30
Muhammed Thanish
a331fdc184 Update dist 2016-09-25 22:14:49 +05:30
Muhammed Thanish
690ae35e20 Merge pull request #42 from ColCh/patch-1
Remove <div> wrapper from WrapStory
2016-09-25 22:12:53 +05:30
Max Sysoev
2f090a5fd4 Remove <div> wrapper from WrapStory
Closes #41
2016-09-25 15:39:20 +03:00
Arunoda Susiripala
846079df14 Merge pull request #37 from webOS101/patch-1
Fix copy-paste error
2016-09-22 06:46:01 +05:30
Roy Sutton
67f6eb66d0 Fix copy-paste error 2016-09-21 16:23:32 -07:00
Arunoda Susiripala
b3c4f7085e Update CHANGELOG.md 2016-09-20 11:24:28 +05:30
Arunoda Susiripala
730d2bce58 1.2.1 2016-09-20 11:23:40 +05:30
Arunoda Susiripala
2c71347d0f Merge pull request #32 from kadirahq/date-knob
Now handles null default values for date knob
2016-09-20 11:22:04 +05:30
Madushan Nishantha
cbc6558978 reset the example default value 2016-09-19 16:20:31 +05:30
Madushan Nishantha
898474d2ce date knob default value 2016-09-19 16:19:02 +05:30
Arunoda Susiripala
54cfb6e4e0 Update dist. 2016-09-19 14:27:21 +05:30
Arunoda Susiripala
5a291e540b Update CHANGELOG.md 2016-09-19 14:26:17 +05:30
Arunoda Susiripala
5736cfeaf1 1.2.0 2016-09-19 14:25:05 +05:30
Arunoda Susiripala
35fec84d86 Merge pull request #26 from kadirahq/date-knob
Added a datetime knob
2016-09-19 14:23:26 +05:30
Arunoda Susiripala
ba98d99043 Update README.md 2016-09-19 14:21:25 +05:30