Skip to content

Releases: use-bootstrap/use-bootstrap-tag

v2.2.2

04 Jul 09:06
Compare
Choose a tag to compare
  • Fixed placeholder color

v2.2.1

26 Jun 07:50
Compare
Choose a tag to compare
  • Fixed types
  • Update docs

v2.2.0

13 Oct 02:15
Compare
Choose a tag to compare
  • Added no-input-onblur option.

v2.1.1

29 Sep 23:52
Compare
Choose a tag to compare
  • Updated to bootstrap v5.3.2.
  • Small improvements.

v2.1.0

06 Sep 06:27
Compare
Choose a tag to compare
  • Added max option.

v2.0.1

06 Sep 02:34
Compare
Choose a tag to compare
  • Some rendering improvements.

v2.0.0

05 Sep 08:47
Compare
Choose a tag to compare
  • Rewrite project back to vanilla-js to improve performance and reduce size.
  • Pressing Enter is now the default action for adding a tag. Previously, users had to include an attribute option.
  • Now pressing Backspace on a focused tag deletes it and shifts focus to the previous tag, while pressing Delete deletes the tag and moves focus to the next one.
  • Fixed the tag with long text not breaking words.
  • Fixed server-side validation styles.
  • Fixed where adding existing values programmatically did not trigger a warning for duplicate tags.

v1.0.3

28 Aug 05:45
Compare
Choose a tag to compare

v1.0.2

26 Aug 17:18
Compare
Choose a tag to compare
  • Fixed lost focus after deleting the focused tag with the backspace or delete key (Firefox only).

v1.0.1

24 Aug 07:12
Compare
Choose a tag to compare
  • Fixed docs