Skip to content

1.4.0

Compare
Choose a tag to compare
@zhusee2 zhusee2 released this 30 Nov 06:16
· 1283 commits to develop since this release
7f96fc4

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.