@devexperts/utils
Advanced tools
Changelog
0.23.0 (2018-12-18)
react-kit: Scrollable incorrectly sets content padding in Chrome and IE/FF (#89) (8b11a7a), closes #82
react-kit: Selectbox props "isOpened" and "onToggle" are now required. Use stateful() to make it uncontrolled.
TRenderRemoteDataStates accepts 1 type-parameter, TRenderRemoteDataProps and RenderRemoteData accept 2 type-parameters. renderPending, renderSuccess and renderFailure are moved to prototype
chore(rx-utils): Use Array.sequence instead of Traversable.sequence (fp-ts deprecation)
chore(utils): Replace reader helpers with generalized from MonadReader and ProductLeft. Add sequenceTReader, ReaderValueType, ReaderEnvType and extended instance
ProjectMany is removed, combine is renamed to combineReader, defer is renamed to deferReader
chore(utils): rename product-coproduct module to product-left-coproduct-left
fix(utils): Relax memoized signature for new TS
chore(rx-utils): fix incorrect type inference for Context
feat(utils): Add CoproductLeft instance to either, add sequenceTEither, sequenceEither and combineEither
feat(utils): Add LeftType and RightType to Either
chore: bump tslint@^5.11.0
style: fix
feat(utils): Add missing overloading from old Reader combine
react-kit: move types for dateInput out of component to make the model independent
<a name="0.22.1"></a>
Changelog
0.22.1 (2018-12-13)
react-kit: Scrollable incorrectly sets content padding in Chrome and IE/FF (#89) (8b11a7a), closes #82
TRenderRemoteDataStates accepts 1 type-parameter, TRenderRemoteDataProps and RenderRemoteData accept 2 type-parameters. renderPending, renderSuccess and renderFailure are moved to prototype
chore(rx-utils): Use Array.sequence instead of Traversable.sequence (fp-ts deprecation)
chore(utils): Replace reader helpers with generalized from MonadReader and ProductLeft. Add sequenceTReader, ReaderValueType, ReaderEnvType and extended instance
ProjectMany is removed, combine is renamed to combineReader, defer is renamed to deferReader
chore(utils): rename product-coproduct module to product-left-coproduct-left
fix(utils): Relax memoized signature for new TS
chore(rx-utils): fix incorrect type inference for Context
feat(utils): Add CoproductLeft instance to either, add sequenceTEither, sequenceEither and combineEither
feat(utils): Add LeftType and RightType to Either
chore: bump tslint@^5.11.0
style: fix
feat(utils): Add missing overloading from old Reader combine
react-kit: move types for dateInput out of component to make the model independent
<a name="0.22.0"></a>
Changelog
0.19.0 (2018-10-17)
defaultProps
argument is moved to WithRXSelectorResult
;static defaultProps
property is removed;props$
stream passed to selector
doesn't contain fields from defaultProps
anymorewithRX
now accepts Target
separately for better type inference in props
/defaultProps
<a name="0.18.3"></a>