Releases: Aidurber/react-picky
Releases · Aidurber/react-picky
v4.3.1
18 Apr 20:28
Compare
Sorry, something went wrong.
No results found
4.3.1 (2019-04-18)
Performance Improvements
Picky: 50% performance improvement (eae2b05 )
v4.3.0
18 Apr 08:53
Compare
Sorry, something went wrong.
No results found
4.3.0 (2019-04-18)
Features
v4.2.1
06 Apr 08:35
Compare
Sorry, something went wrong.
No results found
4.2.1 (2019-04-06)
Bug Fixes
Build: Fix ballsed up release (5b64124 )
Picky: Select all is checked when no options (dcc95b6 ), closes #115
v4.2.0
25 Mar 21:40
Compare
Sorry, something went wrong.
No results found
4.2.0 (2019-03-25)
Features
v4.1.2
31 Jan 20:20
Compare
Sorry, something went wrong.
No results found
4.1.2 (2019-01-31)
Bug Fixes
Picky: toggle for dropdown with radio buttons and autoclose after select (84a2012 )
v4.1.1
08 Jan 18:34
Compare
Sorry, something went wrong.
No results found
4.1.1 (2019-01-08)
Bug Fixes
build: Fix build (bc427e3 )
Picky: Account for incorrect order (8368c63 )
Picky: Imperative select all issues (7e27a8a ), closes #92
v4.1.0
09 Dec 19:51
Compare
Sorry, something went wrong.
No results found
4.1.0 (2018-12-09)
Features
Filter: Add filterPlaceholder prop (d31acd3 ), closes #86
v4.0.2
13 Nov 10:33
Compare
Sorry, something went wrong.
No results found
4.0.2 (2018-11-13)
Bug Fixes
event listeners: remove event listeners on umount (#84 ) (e4edfeb )
v4.0.1
21 Oct 14:26
Compare
Sorry, something went wrong.
No results found
4.0.1 (2018-10-21)
Bug Fixes
Picky: Select all inconsistencies (18b7ba1 ), closes #74
v4.0.0
18 Oct 19:04
Compare
Sorry, something went wrong.
No results found
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.