Releases
v1.4.0
Changes in this release
#111 Publish canary builds with exact package version
#112 Add values display for <SelectRow>
#113 Style fixes
#114 Fix closable()
blocking children events
#115 Style tweaks
Changelog
Added
[Form] Add transition to text in <TextInputRow>
when being focused.
[Core] Add tinted
prop for <IconButton>
for a half-transparent icon.
Changed
[Form] <SelectList>
now passes sorted values via onChange()
[Form] <SelectRow>
now caches values internally, and use that to control <SelectList>
[Form] Customize display labels for <SelectRow>
with asideAll
, asideNone
and asideSeparator
.
[Form] Extract parseSelectOptions()
helper to read from children of <SelectOption>
s.
[Core] <ListRow>
stops forwarding status props to children via context. This is changed against v1.2.0
.
Fixed
[Form] Fix input inside <TextInputRow>
should take up whole space.
[Form] Fix input inside <TextInputRow>
should not have background.
[Core] Fix click events are ignored if fire from components inside closable()
HOC mixin configured to close on inside click.
You can’t perform that action at this time.