Releases: kentcdodds/react-toggled
Releases · kentcdodds/react-toggled
v1.2.7
1.2.7 (2018-06-15)
Bug Fixes
- lint: Suppress react/no-deprecated rule (#22) (1d1b7ac)
v1.2.6
1.2.6 (2018-03-25)
Bug Fixes
- make sure that onToggle gets called after the update (#20) (07bcd2b)
v1.2.5
1.2.5 (2018-03-24)
Bug Fixes
- only fire onToggle on external props change if it's different to internal on state to avoid double firing (#19) (bd6fa22)
v1.2.4
1.2.4 (2018-03-24)
Bug Fixes
- ensure onToggle is called when on is controlled but setOnState is called (#18) (f8e32df)
v1.2.3
1.2.3 (2018-03-11)
Bug Fixes
- onToggle in controlled prop scenario (#17) (7aa7805)
v1.2.2
1.2.2 (2018-01-22)
Bug Fixes
v1.2.1
1.2.1 (2018-01-19)
Bug Fixes
- call given onClick when using getInputTogglerProps(props) & getElementTogglerProps(props) (#12) (56b2430)
v1.2.0
1.2.0 (2017-12-09)
Features
v1.1.3
1.1.3 (2017-11-13)
Bug Fixes
v1.1.2
1.1.2 (2017-10-13)
Bug Fixes
- docs: the toc got totally messed up (ce0742c)