14 Commits

Author SHA1 Message Date
Steph Meslin-Weber
d610259d8b deps(all): replace old lodash modularised dependencies with recent tree-shakeable ones, add restricted packages eslint rules to avoid lodash modularised usage in future 2019-05-20 11:47:50 +01:00
Jon Rimmer
e651a3bdbc Fix performance of Angular rerender 2019-03-15 09:42:46 +00:00
codebyalex
48788f65e3 Removed double lodash import added during merge 2019-03-11 12:39:18 -04:00
Alex Wilson
636a02dc91
Merge branch 'next' into feature/knobs-performance-debouncing 2019-03-11 12:02:41 -04:00
codebyalex
fcb86a835f Modified the component force render debounce so that knob storage occurs but the force rendering is debounced. Debouncing waits 325ms to allow for a user to finish a thought before rendering. Tested this change in the cli projects. 2019-03-11 11:46:20 -04:00
codebyalex
8aa71c5382 modified debounce logic to use lodash rather than custom timeout code 2019-03-07 00:37:57 -05:00
CodeByAlex
c15e07a646 edited variable name 2019-03-01 19:18:58 -05:00
CodeByAlex
429752a546 added debouncing at 155ms between each keypress before the forceReRender function is called 2019-03-01 11:17:54 -05:00
Gaëtan Maisse
7dd965bc8e fix: remove call to forceReRender() on STORY_CHANGED in addon knobs
This call is no necessary because it's already done by SB core.

Closes https://github.com/storybooks/storybook/issues/5382.
2019-02-25 20:05:27 +01:00
Norbert de Langen
bae5a23a93
FIX issue with knobs and possibly more addons 2018-11-14 16:40:08 +01:00
Norbert de Langen
625162455d
FIX errors display && REFACTOR addons to sync naming conventions && CHANGE to use addParameters for setOptions && FIX eslint 2018-09-12 19:31:40 +02:00
Keraito
0514531a64 Force a render after the callback of a button 2018-05-24 22:04:50 +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