208 Commits

Author SHA1 Message Date
Michael Shilman
c9693d5180 Updated withKnobsOptions deprecation message 2018-05-28 18:44:31 -07:00
Michael Shilman
3a4dc2a17d Make withKnobs accept story parameters
- use makeDectorator to upgrade withKnobs
- deprecate withKnobsOptions
2018-05-28 18:15:20 -07:00
Keraito
0514531a64 Force a render after the callback of a button 2018-05-24 22:04:50 +02:00
Keraito
e26bed8fcc Remove random brackets 2018-05-23 16:31:07 +02:00
Keraito
d28c6f19af Use the event instead of the ref to get the checkbox value + pure func components 2018-05-23 16:25:07 +02:00
Keraito
c6f587ca63 Revert "Fix the output of the boolean knob"
This reverts commit cdf9bb4ded31d30a86f131da9d3cb61d3bca416a.
2018-05-23 16:10:31 +02:00
Keraito
cdf9bb4ded Fix the output of the boolean knob 2018-05-21 00:59:42 +02:00
Norbert de Langen
c821484b67
Merge pull request #3572 from storybooks/feature/more-components
Theme-ability progress
2018-05-20 00:39:55 +02:00
Norbert de Langen
552a01c42b
FIX review comments 2018-05-19 14:40:51 +02:00
Kumar Harsh
e1884594d0 fix(knobs): cancel debounced onChange on unmounting 2018-05-19 02:59:47 +05:30
Norbert de Langen
359f12ce8f
Merge branch 'master' into feature/more-components
# Conflicts:
#	addons/knobs/src/components/Panel.js
#	addons/knobs/src/react/WrapStory.js
2018-05-16 08:44:55 +02:00
Norbert de Langen
d28d7885c1
REFACTOR knobs to use emotion for styling 2018-05-16 08:33:43 +02:00
Norbert de Langen
5eec2c8689
FIX styling issue in storysource addon && CLEANUP && ADD emotion-theming 2018-05-15 23:52:57 +02:00
Hypnosphi
2889076bf2 RN: Sync selected story between manager and device 2018-05-12 20:16:21 +03:00
Hypnosphi
2e30aeb675 Generic addon-knobs decorator 2018-05-09 18:14:04 +03:00
Neville Mehta
d8e0673d31 Merge branch 'master' of github.com:storybooks/storybook into addmarkosupport 2018-05-06 21:13:31 -07:00
Hypnosphi
61f323225f Introduce "register subscription" event, move declarative links decorator to addon-links 2018-05-02 01:38:03 +03:00
Hypnosphi
60c96aeaed Use force re-render event in knobs 2018-05-02 00:51:25 +03:00
Neville Mehta
26d71a0e66 fix lint errors for marko app 2018-04-30 00:16:36 -07:00
Neville Mehta
7a09fd3e8f remove unused references in files 2018-04-29 20:02:26 -07:00
Neville Mehta
bb20d63db0 Resolved merge conflict 2018-04-28 16:32:12 -07:00
Neville Mehta
38076540e9 make knobs+actions work 2018-04-28 15:59:17 -07:00
igor-dv
8b21185e28 Few fixes + more knobs examples 2018-04-26 01:37:36 +03:00
igor-dv
805ef36913 Simplify knobs registration for HTML app 2018-04-25 17:41:41 +03:00
igor-dv
322be353d1 Add Knobs addon 2018-04-25 14:49:08 +03:00
Hypnosphi
dcad904581 Make escapeHTML a global option & apply it to all values 2018-04-22 16:05:42 +03:00
Hypnosphi
602aae1262 Update storyshots 2018-04-22 03:18:36 +03:00
Hypnosphi
4419175695 Text knob: add escapeHTML option; use it by default in Vue, Angular, and Polymer 2018-04-22 02:58:20 +03:00
Hypnosphi
d2a289e524 Fix dynamic knobs 2018-04-21 21:10:26 +03:00
Stijn Koopal
26f509ccb8 Add lit-html support 2018-04-17 14:35:53 +02:00
Mohamed Shaaban
2a132945fe Serialize boolean type only for non-nullable values 2018-04-17 00:44:50 +02:00
Daniel Duan
2f7db49bd6 fix tests 2018-04-12 15:45:03 -04:00
Daniel Duan
fddf0fb45a debounce date picker 2018-04-12 15:03:13 -04:00
Daniel Duan
88197616ab debounce text input 2018-04-12 14:38:35 -04:00
Daniel Duan
62243b7c50 god this select is so poorly written 2018-04-12 14:34:01 -04:00
Daniel Duan
49af2a48f7 cleanup object and debounce 2018-04-12 14:26:47 -04:00
Daniel Duan
645713383b throttle Number 2018-04-12 13:48:03 -04:00
Daniel Duan
575d56bda7 throttle Color 2018-04-12 13:21:41 -04:00
Daniel Duan
ff15cba310 throttle Array 2018-04-12 13:21:26 -04:00
Hypnosphi
75c6cf16a6 Migrate to react-lifecycles-compat@3 2018-04-10 01:04:40 +03:00
Filipp Riabchun
a81564dbeb
Merge branch 'master' into no-unsafe-methods 2018-04-02 15:08:03 +03:00
Rahul
e65a3a5827
Tweaks for range labels
Aligns the font size with the knob label and ensures the range label doesn't wrap.
2018-04-01 23:28:11 -07:00
Hypnosphi
cce988939b Replace deprecated React methods in more places 2018-03-31 04:54:59 +03:00
Hypnosphi
cdb7cab87b Stop using deprecated React methods 2018-03-30 20:28:20 +03:00
Filipp Riabchun
a0773c7f3d
Merge branch 'master' into app-mithril-3.4.0-rc.3 2018-03-27 16:47:58 +03:00
Norbert de Langen
ab8a5662dc
Merge branch 'master' into files-knob 2018-03-26 19:55:13 +02:00
Igor
56ea9d9ff8
Merge branch 'master' into app-mithril-3.4.0-rc.3 2018-03-21 19:21:32 +02:00
Sangmin Yoon
33edc206e3 add Mithril support to addon-knobs 2018-03-20 14:48:35 +09:00
Jeff Carey
137a0d38b9 #2445 Add min, value, and max labels to range knob 2018-03-01 23:29:19 -08:00
Nic Luciano
95881f255e adding files knob import/export to polymer and vue files (untested) 2018-02-28 02:51:55 -05:00