Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-mention

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Bug fixes

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Features

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Other changes

  • Bind the feed callback function to the editor instance. (0ba40a9)

    Thanks @oliverguenther for the contribution!

v13.0.0

26 Aug 09:53
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • The mention/featuredetection namespace is removed. Please use env.features from ckeditor5-utils instead.

v12.0.1

10 Jul 14:32
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v12.0.0

04 Jul 09:28
Compare
Choose a tag to compare

Bug fixes

  • It should be possible to type before a mention which is at the beginning of a block. Closes #77. (946e762)
  • Mentions should work when different UTF character classes are used in the feed configuration. Closes #38. (764f099)
  • Partial mentions should not be downcasted (e.g. not copied to clipboard). Closes #24. (8956b1f)

Other changes

  • Moved the TextWatcher util to @ckeditor/ckeditor5-typing. (a644043)

BREAKING CHANGES

  • The TextWatcher util was moved to @ckeditor/ckeditor5-typing.

v11.0.0

05 Jun 09:05
Compare
Choose a tag to compare

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.

v10.0.0

10 Apr 09:36
Compare
Choose a tag to compare

The initial release.