Releases: dowjones/react-dropdown-tree-select
Releases · dowjones/react-dropdown-tree-select
v2.3.5
2.3.5 (2020-07-14)
Bug Fixes
v2.3.4
2.3.4 (2020-07-07)
Bug Fixes
v2.3.3
2.3.3 (2020-05-31)
Bug Fixes
- Clear partial status of previous radio select parents (#373) (02491b5)
- Delayed focused update when receiving data changes (#374) (6a25e99)
v2.3.2
2.3.2 (2020-03-29)
Bug Fixes
v2.3.1
2.3.1 (2020-02-23)
Bug Fixes
- Guard against accessing null ref with inline search input (#336) (04309d7)
v2.3.0
2.3.0 (2020-01-18)
Features
- render the search input inside the dropdown (#309) (c5bfa8e)
v2.2.0
2.2.0 (2020-01-11)
Features
- Reduce bundle size by removing classnames (#322) (f90e9f8)
v2.1.1
2.1.1 (2019-09-29)
Bug Fixes
- Do not hide ancestor nodes if they match 🐛 (#294) (3b80d50)
v2.1.0
2.1.0 (2019-07-23)
Bug Fixes
- Adjust aria labels to reference selections(#275) (d341b75)
Features
- Add support for custom search filtering on nodes (#270) ✨ (28196a3)
v2.0.3
2.0.3 (2019-06-27)
Bug Fixes
- Bump array.partial to support older browsers (36430cb), closes #267