441 Commits

Author SHA1 Message Date
Michael Shilman
2221b308c8
Merge branch 'next' into addon-knobs-array-of-objects 2019-11-13 08:30:56 +08:00
Norbert de Langen
c801f75076 These packages have types now 2019-10-27 16:50:31 +01:00
Michaël De Boey
99b69566b1
Fix React typings 2019-10-15 00:53:33 +02:00
Hypnosphi
938e0672cf Fix TS error 2019-10-03 19:29:58 +02:00
Hypnosphi
6ad46e748f Fix button knob usage with React.useState 2019-10-03 19:22:23 +02:00
Norbert de Langen
59fa1589e4 FIX removed spaced 2019-10-03 15:29:08 +02:00
Norbert de Langen
28fed37f0d ESlint upgrade 2019-10-03 11:08:40 +02:00
Norbert de Langen
48ab15ea9f FIX linting 2019-10-02 00:26:57 +02:00
Norbert de Langen
5e41764fd2 Merge branch 'next' into feat/refactor 2019-09-27 16:45:15 +02:00
Norbert de Langen
932f38c9fe
Use the extracted linting configs (#8213)
Use the extracted linting configs
2019-09-27 14:45:05 +02:00
Norbert de Langen
4d7ab59555 REVERSE unrelated changes 2019-09-27 11:05:17 +02:00
Michael Shilman
38e018d28b
Merge pull request #8006 from christophe-g/8005-liElement-array-property-breaks-storybook-knobs-when-when-value-is-undefined
Addon-knobs: Handle undefined array value
2019-09-26 11:47:17 -07:00
Norbert de Langen
1e66545050 FIX a few minor ESlint issues 2019-09-26 19:15:31 +02:00
Matthew
9c29266eeb addon-knobs now support options as an array OF objects. fixes issue #810 2019-09-17 20:56:24 -05:00
Emilio Martinez
9198f905d1 Addon-knobs: mark options knob display as required
Otherwise the knob will render a null control, whish is probably not what users want.
2019-09-07 12:43:23 -07:00
Emilio Martinez
903770e5a3 Addon-knobs: allow array values in options knob 2019-09-07 12:00:19 -07:00
Emilio Martinez
a0bcb34b69 Addon-knobs: allow array values in select 2019-09-07 12:00:17 -07:00
christophe-g
ccb66512a3 make sure element does not fail when knob.value is undefined 2019-09-05 16:23:56 +02:00
jamesgeorge007
2d69748c88 refactor 2019-09-04 22:46:33 +05:30
Kai Röder
8ff1ef315c add test for array-values 2019-07-26 18:23:45 +02:00
Elliot Larson
cb7098349c Fix select knob default selection with array
When using a select knob with arrays as option values, the selected key for the default value was not getting set properly.  The code was comparing two arrays with ===, which is always false.  This stringifies the arrays and then does the comparison.
2019-07-25 18:29:46 -07:00
Emilio Martinez
2d6b81e088 Addon-knobs: reflect use of null in radios use cases 2019-07-21 03:21:07 -07:00
Emilio Martinez
9135ab6ab5 Addon-knobs: enable strictPropertyInitialization 2019-07-21 02:48:49 -07:00
Emilio Martinez
5e55ee6f1a Addon-knobs: reconcile types for strict null checks 2019-07-21 02:09:00 -07:00
Emilio Martinez
4b6e235072 Addon-knobs: remedy styled types with extra props 2019-07-21 01:54:38 -07:00
Emilio Martinez
8bcceb00bd Addon-knobs: use API definition in Panel 2019-07-20 21:21:47 -07:00
Emilio Martinez
40aefd8f08 Addon-knobs: clean up type definitions for proptypes 2019-07-20 21:20:35 -07:00
Emilio Martinez
98265c72f1 Addon-knobs: select support for enum-like record types 2019-07-17 03:06:21 -07:00
Emilio Martinez
0ef6675250 Addon-knobs: add knobs types test cases 2019-07-17 02:22:53 -07:00
Emilio Martinez
4cfd2f4cac Addon-knobs: improve types via generics and readonlyarray 2019-07-17 02:22:53 -07:00
Norbert de Langen
86655f304d FIX typescript shenanigans 2019-07-13 14:22:33 +02:00
Emilio Martinez
20ef9e5887 Addon-knobs: organize type definitions a bit 2019-07-11 18:29:39 -07:00
Emilio Martinez
a74097701b Addon-knobs: fix knobs function return types
Applies generics and conditional types to ensure a proper return value from each of the knob functions respectively.
2019-07-11 12:20:47 -07:00
Norbert de Langen
0218cb5e1a IMPROVE linting config 2019-07-11 10:55:46 +02:00
Norbert de Langen
9b40bf9f9b
Fix TypeError on KnobManager channel (#7341)
Fix TypeError on KnobManager channel
2019-07-10 22:49:27 +02:00
Norbert de Langen
9571fe1572 Merge branch 'next' into preview-hooks
# Conflicts:
#	addons/actions/package.json
#	addons/events/package.json
#	addons/events/src/index.ts
#	addons/ondevice-notes/package.json
#	dev-kits/addon-roundtrip/package.json
#	examples/dev-kits/package.json
#	examples/html-kitchen-sink/package.json
#	lib/client-api/package.json
#	lib/client-api/src/client_api.ts
#	lib/client-api/src/typings.d.ts
#	lib/client-api/tsconfig.json
#	lib/ui/src/index.js
#	yarn.lock
2019-07-10 16:08:11 +02:00
Michael Shilman
0c3a8cdc2f Revert 98235fc57fcdd9e9e67ffd694b5e7af99313371a 2019-07-10 20:18:57 +08:00
Michael Shilman
5f6ce01af5
Addon-knobs: Fix select options types to allow string[] and null (#7356)
Addon-knobs: Fix select options types to allow string[] and null
2019-07-10 10:27:01 +08:00
Emilio Martinez
5620db2025 Addon-knobs: allow other primitive values and array options in select 2019-07-09 08:40:18 -07:00
fabianmarinog-turner
c8086e7e03
Removes underscore on this.channel 2019-07-08 19:23:42 -05:00
Norbert de Langen
9fb72175b7 FIX types 2019-07-08 23:55:35 +02:00
fabianmarinog-turner
52de8a1e62
Fixing typo in comment 2019-07-08 16:40:24 -05:00
fabianmarinog-turner
7f598b6204
Update KnobManager.ts
When Storybook is loaded the KnobManager channel can be undefined. Include this code to prevent `Uncaught TypeError: Cannot read property 'emit' of undefined` error.
2019-07-08 16:36:53 -05:00
Norbert de Langen
fb4c35e49c FIX linting after merge 2019-07-08 16:59:40 +02:00
Norbert de Langen
6c6a04ef1d REMOVE the JS version of files after merge 2019-07-08 16:52:14 +02:00
Norbert de Langen
f10f346f31 FIX knobs/Color.tsx after merge 2019-07-08 15:44:13 +02:00
Norbert de Langen
c5c519a31d Merge branch 'next' into upgrades
# Conflicts:
#	addons/knobs/src/components/Panel.tsx
#	addons/knobs/src/components/types/Checkboxes.js
#	addons/knobs/src/components/types/Files.js
#	addons/knobs/src/components/types/Options.js
2019-07-08 15:28:32 +02:00
Emilio Martinez
7d1fe63a4d Addon-knobs: add typings.d.ts to remove ts-ignore usage 2019-07-07 18:19:07 -07:00
Emilio Martinez
d8bbc68adc Addon-knobs: fixes after rebase 2019-07-07 18:19:06 -07:00
Emilio Martinez
98235fc57f Addon-knobs: migrate deprecated entrypoints to ts 2019-07-07 18:19:06 -07:00