Skip to content

Releases: dowjones/react-dropdown-tree-select

v1.14.0

06 Dec 03:38
c93f13f
Compare
Choose a tag to compare

1.14.0 (2018-12-06)

Bug Fixes

  • Empty dropdown while searching for deeper nodes 🐛 (#186) (e670002)
  • Keep search tree intact upon selection 🐛 (#194) (db2ada4), closes #190
  • Remove event listner on unmount 🐛 (#182) (33b69f2), closes #180

Features

v1.13.0

23 Oct 02:22
7cd6111
Compare
Choose a tag to compare

1.13.0 (2018-10-23)

Bug Fixes

  • Empty dropdown while searching for deeper nodes 🐛 (#186) (d5798e4)

Features

v1.12.7

05 Oct 01:51
Compare
Choose a tag to compare

1.12.7 (2018-10-05)

Bug Fixes

v1.12.6

05 Oct 01:19
7c96f1f
Compare
Choose a tag to compare

1.12.6 (2018-10-05)

Bug Fixes

v1.12.5

18 Sep 01:40
c4a97b9
Compare
Choose a tag to compare

1.12.5 (2018-09-18)

Bug Fixes

  • Iron out kinks for release-it (8b16f81)
  • Workaround for Firefox outside click issue (#177) (0ca9e59), closes #148

v1.12.4

14 Aug 02:47
530e546
Compare
Choose a tag to compare

1.12.4 (2018-08-14)

Bug Fixes

v1.12.3

10 Jul 01:02
c0ee452
Compare
Choose a tag to compare

1.12.3 (2018-07-10)

Bug Fixes

  • Do not run eslint on docs before build (c0ee452)
  • Lint before build (f000cd3)
  • Make stylelint not look into docs folder (61ed51d)

v1.12.1

30 Jun 03:11
7c34430
Compare
Choose a tag to compare

1.12.1 (2018-06-30)

Bug Fixes

  • Allow same option to be reselected right after it's deselected (#129) 🐛 (7c34430), closes #128

v1.12.0

22 Jun 02:00
c801e60
Compare
Choose a tag to compare

1.12.0 (2018-06-22)

Features

v1.11.3

21 Jun 09:40
09067f0
Compare
Choose a tag to compare

1.11.3 (2018-06-21)

Bug Fixes

  • package: Switch globalObject to 'this' 🐛 (#122) (09067f0), closes #64