Skip to content

Releases: vaadin-component-factory/taggable-text-area

2.2.2

14 Aug 13:45

Choose a tag to compare

What's Changed

  • fix: update to avoid double appearance of user mentioning symbol by @paodb in #15

Full Changelog: 2.2.1...2.2.2

2.2.1

08 Apr 21:11

Choose a tag to compare

What's Changed

  • fix: improve logic to clean html tags and just leave new lines by @mlopezFC in #13

Full Changelog: 2.2.0...2.2.1

2.2.0

26 Feb 20:50

Choose a tag to compare

What's Changed

  • feat: add support for obtaining tag search popup open status by @mlopezFC in #11

Full Changelog: 2.1.1...2.2.0

2.1.1

20 Feb 21:21

Choose a tag to compare

What's Changed

  • fix: make focus and blur listeners to work by @mlopezFC in #9

Full Changelog: 2.1.0...2.1.1

2.1.0

05 Feb 20:33

Choose a tag to compare

What's Changed

  • feat: make word matching optional when identifying tags by @mlopezFC in #8

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

28 Jan 19:59

Choose a tag to compare

What's Changed

  • Version 2.0.0 by @paodb in #7
    • Breaking change on how to handle getValue method, new API includes:

      • getValue() method returns the plain (non-HTML) content.
      • new getHtmlValue() method is added to return the content with HTML.
    • Adds getter and setter methods for label generator function.

    • Update on how tags are identified and handled in processAndSetValue method. This update ensures only exact matches for tags are highlighted and decorated, avoiding unintended matches with partial text or substrings.

    • Update to avoid duplicated call to super.setValue on setValue implementation.

Full Changelog: 1.2.1...2.0.0

1.2.1

22 Jan 20:27

Choose a tag to compare

What's Changed

  • fix: make content not editable when disabled by @paodb in #6

Full Changelog: 1.2.0...1.2.1

1.2.0

20 Jan 21:10

Choose a tag to compare

What's Changed

  • refactor: improve row visibility logic in FilterListSelector by @paodb in #4

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Jan 20:17

Choose a tag to compare

What's Changed

  • Add new FilterListSelector that uses grid to render items by @paodb in #3

Full Changelog: 1.0.0...1.1.0

1.0.0

09 Jan 15:23

Choose a tag to compare

What's Changed

  • Initial Implementation of Taggable text Area by @paodb in #1

New Contributors

  • @paodb made their first contribution in #1

Full Changelog: https://github.com/vaadin-component-factory/taggable-text-area/commits/1.0.0