Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

v4.0.0

Choose a tag to compare

@Aidurber Aidurber released this 18 Oct 19:04
· 199 commits to master since this release

4.0.0 (2018-10-18)

Bug Fixes

  • is item selected: Props passed in wrong order (9cd849d)
  • Picky: Stop using internal state (22db05f)
  • Select all: Select all firing on change event twice (895a157), closes #76 #76

BREAKING CHANGES

  • Picky: No more uncontrolled components. Use onChange and value, set the value from state
    and update the state from onChange.