Skip to content

Releases: flarum/mentions

v1.6.1

16 Nov 11:13
Compare
Choose a tag to compare
Bundled output for commit 18bdd48835a6783a3cea8f400932e87d7582fc7d

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]

v1.6.0

15 Nov 11:37
Compare
Choose a tag to compare

v1.5.0

13 Sep 09:22
Compare
Choose a tag to compare

Fixed

  • (mentions) accessing id of null user relation [#3618]
  • use isCollapsed instead of rangeCount [#3581]
  • replace .fa() mixin usage with .fas() [#3537]

Full changelog: https://github.com/flarum/framework/blob/main/CHANGELOG.md#v150

v1.4.0

13 Jul 12:23
Compare
Choose a tag to compare

Added

Fixed

v1.3.1

07 Jun 12:22
Compare
Choose a tag to compare

Fixed

v1.3.0

12 May 10:31
Compare
Choose a tag to compare

Fixed

v1.2.0

20 Jan 11:45
Compare
Choose a tag to compare

No changes.

v1.1.3

28 Nov 15:58
Compare
Choose a tag to compare

Added

  • chore: add missing compat exports and extensibility by @gianniguida in #76

Fixed

  • fix: errors on texteditor re-use again by @davwheat in #78
  • fix: Allow mentions from non-post objects by @imorland in #79

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Nov 18:55
5ea97df
Compare
Choose a tag to compare

Fixed

  • Only search users via rest API if user has permission by @askvortsov1 in #73
  • fix: Cannot reply to posts by deleted authors by @SychO9 in #75
  • fix: autocomplete errors with TextEditor re-use by @davwheat in #77

Full Changelog: v1.1.1...v1.1.2

v1.1.1

18 Oct 19:41
Compare
Choose a tag to compare

Fixed

  • Broken auto-completed user mention format (#74)