Skip to content

v1.0.0-alpha.5

Compare
Choose a tag to compare
@TrySound TrySound released this 23 May 09:32
· 51 commits to master since this release

Features

  • Added <Interval /> component (thanks to @jedwards1211 and @TrySound)
  • Allow to push multiple values in <List /> component (thanks to @TrySound)
  • <FocusManager /> is now more stable. setTimeout is replaced with mouse events (thanks to @souporserious)

Chore & bugs

  • Fixed Updater<T> (set functions) inference in flow (thanks to @istarkov)
  • Improved warning about unstable master (thanks to @souporserious)
  • Added tests for onChange for a bunch of components (thanks to @TrySound)
  • PowerPlug is now fully treeshakable so it can be safely used by libraries without worrying that user bundle will have unused code (thanks to @TrySound)