Releases: vaadin-component-factory/taggable-text-area
Releases · vaadin-component-factory/taggable-text-area
2.1.0
2.0.0
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