Skip to content

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

2.1.0

05 Feb 20:33
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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