Changelog
11.0.0 (2019-06-05)
Bug fixes
- A mention can now be preceded by characters such as brackets, quotes, soft break, etc. Closes #44. (86262d1)
- The mention plugin should not throw errors when another
ContextualBalloon is already visible. Closes #67. (de9ee71)
- The mention panel should have precedence over all other panels. Closes #74. (3e8a84c)
- The Mention UI will use
ContextualBalloon plugin to display to prevent balloon collisions with other features. Closes #27. (9ae7f30)
Other changes
- Remove unknown stack option from
ContextualBalloon#add() method call. (b6a50cf)
- Use
Model#insertContent() instead of model.Writer#insertText(). Closes #69. (ee973bb)
BREAKING CHANGES
- The
MentionUI#panelView property is removed. The mention feature now uses the ContextualBalloon plugin.
10.0.0 (2019-04-10)
The initial release.