Skip to content

Releases: dipson88/treeselectjs

v0.3.4

24 Aug 09:38
11fb703
Compare
Choose a tag to compare
  • Swap event listeners with callbacks.
  • Move Input element to the tags list.

v0.3.3

28 Jul 12:54
Compare
Choose a tag to compare
  • Remove swc/helpers dependency.

v0.3.2

28 Jul 09:50
Compare
Choose a tag to compare
  • [@swc/helpers] dependency was added. We need this dependency for parcel TS conversion..

v0.3.1

23 Jul 17:45
Compare
Choose a tag to compare
  • README was updated.

v0.3.0

23 Jul 17:31
5acccde
Compare
Choose a tag to compare
  • Typescript support.
  • New props were added: id, iconElements, inputCallback.
  • ES modules and CommonJS support were added.
  • Ability to use numbers as value.
  • iconElements - Now we can create a component to reset default icons.
  • Code refactoring.
  • Build with browserlist ("> 0.5%, last 2 versions, not dead").
  • Package size was minimized.

v0.2.9

07 Jul 10:49
f068046
Compare
Choose a tag to compare
  • Add tagsCountText prop.
  • Fix the wrong input value if the user tries to remove the tag from input.
  • Add toggleOpenClose and focus methods.
  • README updates.

v0.2.8

01 Jul 12:09
e38f68e
Compare
Choose a tag to compare

Bug Fixes:

  • List is broken if click clear button two times.
  • Add disabling for list keys if the list is closed.
  • Add resetting of partial checkbox if parent checkbox changes.

v0.2.7

29 Jun 21:16
c51af02
Compare
Choose a tag to compare
  • Add staticList prop.
  • Fix resize bug for the appendToBody prop.
  • Fix code misspellings.
  • Add a demo with default props and slot.

v0.2.6

27 Jun 20:53
9b9ea12
Compare
Choose a tag to compare
  • Fix: a bug that is related to the wrong partial checkbox check.
  • Method for the list position was updated.
  • Fix: a bug related to the wrong position for the list on blur if alwaysOpen prop is selected.
  • Added validation message for duplicate values.
  • Description for the destroy method was updated (README).

v0.2.5

22 Jun 18:27
Compare
Choose a tag to compare
  • fix append to body mode inside modals.
  • fix wrong position for the append to body mode in containers with padding.