You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.