572 Commits

Author SHA1 Message Date
t_hammb
4dbc6e2732 fixing addon type naming conventions. 2018-07-23 13:43:11 -07:00
t_hammb
1d0b2eaf2f updating snapshots to reflect radio button knob type addition. 2018-07-20 15:28:51 -07:00
t_hammb
912e9198e6 fixing errors from unsuccessful checks. 2018-07-19 14:14:09 -07:00
t_hammb
525bee5a07 fixing more errors and cleaning up code. 2018-07-18 11:28:29 -07:00
t_hammb
ac0394c215 fixing changes that needed to be made after PR was reviewed. 2018-07-18 11:13:21 -07:00
t_hammb
a805407623 adding information about radio button addon to documentation 2018-07-17 20:26:50 -07:00
Bryce Hammond
28a14d322f Add radio buttons knob type 2018-07-17 16:17:57 -07:00
Norbert de Langen
42a7769292
Merge pull request #3866 from IanVS/fix-knobs-for-older-react
Fix knobs for React < 16.3
2018-07-13 23:05:10 -07:00
Ian VanSchooten
1652d64635 Use shouldComponentUpdate instead of PureComponent
Because the `knob` object prop is being regenerated each time the
parent re-renders, we can’t use the shallow prop comparison that 
PureComponent does.  So this uses a `shouldComponentUpdate` instead,
which in most cases just compares the `knob.value` prop to see if it
has changed.  I don’t believe that the `name` is changed between
renders.  Same goes for number range configurations and array
separators.
2018-07-12 11:53:16 +02:00
Ian VanSchooten
554da3b295 Expand NumberType PropTypes
It seems that some were not being accounted for.
2018-07-12 11:47:25 +02:00
Michael Shilman
e5e1e3aff8 v4.0.0-alpha.14 2018-07-11 17:13:57 -07:00
Ian VanSchooten
cd544662bb Fix knobs for React < 16.3
The `getDerivedStateFromProps` lifecycle method was added in React 16.3,
and older versions of react won’t execute it.  Many of the knob components
were relying on this function to initialize component state, and so in
older versions of react state was undefined, and grabbing `value` would
blow up.

Most of the usages in these components were to memoize props, but that
can be handled more cleanly through the use of `PureComponent`, as 
mentioned in:
https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#what-about-memoization
2018-07-10 12:34:25 +02:00
Michael Shilman
681869bfcd v4.0.0-alpha.13 2018-07-09 21:31:07 -07:00
Tom Coleman
aa8a421907 Added allowDeprecatedUsage option to makeDecorator
(and enable it for all existing addons)
2018-07-04 15:56:17 +10:00
Michael Shilman
a14a8e4a9a v4.0.0-alpha.12 2018-07-03 15:58:21 -07:00
Michael Shilman
9a872790a2 v4.0.0-alpha.11 2018-07-02 11:14:04 -07:00
Norbert de Langen
79a5e34d03
REFACTOR Tabs to use children for data 2018-06-21 22:50:30 +02:00
Norbert de Langen
c626f54508
Merge branch 'master' into feature/theming 2018-06-21 17:28:44 +02:00
Michael Shilman
4e70f9d192 v4.0.0-alpha.10 2018-06-21 21:48:49 +08:00
Norbert de Langen
61e0b4a0d0
Merge branch 'master' into feature/theming 2018-06-21 08:51:15 +02:00
Florian Mounier
85e4955f9a Allow number knob to be empty (returns null instead of 0).
Prevent uncontrolled to controlled warning when defaulting to null (or undefined).
2018-06-19 16:23:46 +02:00
Norbert de Langen
0a2a99c874
CLEANUP 2018-06-13 21:58:56 +02:00
Norbert de Langen
ed9606708f
Merge branch 'master' into feature/theming
# Conflicts:
#	app/marko/package.json
#	lib/addons/package.json
#	lib/ui/package.json
#	yarn.lock
2018-06-13 19:10:56 +02:00
Michael Shilman
1a03042590 v4.0.0-alpha.9 2018-06-10 15:42:04 +08:00
Norbert de Langen
b3ca126fc9
ADD explanation for knobstore's complex code && RENAME equal to deepEqual. && FIX incorrect styles 2018-06-06 08:13:27 +02:00
Dependencies.io Bot
23c6b45705 Update moment from 2.22.1 to 2.22.2 in addons/knobs 2018-06-04 23:17:34 +00:00
Norbert de Langen
6d198dda0b
ADD validation styles to form input && ADD stories 2018-06-02 16:38:31 +02:00
Norbert de Langen
a1bdf162e0
REFACTOR knobs PropField &7 REMOVE redundant component && ADD theme variable for input fill 2018-06-02 15:26:49 +02:00
Norbert de Langen
44fb086db7
CLEANUP knobs panel 2018-06-02 03:30:21 +02:00
Norbert de Langen
9ea411730a
REMOVE commented code 2018-06-02 03:15:54 +02:00
Norbert de Langen
c49dff9983
CLEANUP remove redundant dependencies 2018-06-02 02:14:58 +02:00
Norbert de Langen
bd595a49fe
FIX knob object 2018-06-02 00:48:29 +02:00
Norbert de Langen
f877ac9a08
theme knobs date 2018-06-02 00:15:47 +02:00
Norbert de Langen
18ef6de823
theme knobs text 2018-06-02 00:12:40 +02:00
Norbert de Langen
29ac4c8977
theme knobs select 2018-06-02 00:12:27 +02:00
Norbert de Langen
e66d323ea0
theme knobs object 2018-06-02 00:12:12 +02:00
Norbert de Langen
b6421217a2
theme knobs number 2018-06-02 00:11:50 +02:00
Norbert de Langen
19bf77c718
theme knobs files 2018-06-02 00:10:40 +02:00
Norbert de Langen
1b5daf3604
theme knobs color 2018-06-02 00:10:22 +02:00
Norbert de Langen
41badab474
theme knobs button 2018-06-02 00:10:09 +02:00
Norbert de Langen
d2faeb720f
REFACTOR knobs field to use field component 2018-06-02 00:08:04 +02:00
Norbert de Langen
996d276a9f
theme knobs array 2018-06-02 00:00:15 +02:00
Norbert de Langen
fb372a0689
FIX theming of a11y 2018-05-31 07:55:21 +02:00
Norbert de Langen
26fe6f55a3
FIX knobs Array 2018-05-30 17:47:18 +02:00
Norbert de Langen
dd6037f0f8
Merge branch 'master' into feature/theming
# Conflicts:
#	yarn.lock
2018-05-30 17:34:51 +02:00
Michael Shilman
c9693d5180 Updated withKnobsOptions deprecation message 2018-05-28 18:44:31 -07:00
Michael Shilman
781804cf1e Update withKnobs documentation 2018-05-28 18:22:14 -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
Norbert de Langen
b6549d631e
FIX speed knobs object type 2018-05-28 23:56:23 +02:00
Norbert de Langen
87be909100
CLEANUP 2018-05-28 23:55:42 +02:00