From dc35f048b56f6a708c0ab2e242006d97df58de18 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Sun, 28 Nov 2021 15:54:07 +0000 Subject: [PATCH] docs: changelog for 1.1.3 --- extensions/mentions/CHANGELOG.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/extensions/mentions/CHANGELOG.md b/extensions/mentions/CHANGELOG.md index 458805faf..e97aa4112 100644 --- a/extensions/mentions/CHANGELOG.md +++ b/extensions/mentions/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog +## [1.1.3](https://github.com/flarum/mentions/compare/v1.1.2...v1.1.3) + +### Added +- chore: add missing compat exports and extensibility by @gianniguida in https://github.com/flarum/mentions/pull/76 + +### Fixed +- fix: errors on texteditor re-use again by @davwheat in https://github.com/flarum/mentions/pull/78 +- fix: Allow mentions from non-post objects by @imorland in https://github.com/flarum/mentions/pull/79 + ## [1.1.2](https://github.com/flarum/mentions/compare/v1.1.1...v1.1.2) ### Fixed - -* Only search users via rest API if user has permission by @askvortsov1 in https://github.com/flarum/mentions/pull/73 -* fix: Cannot reply to posts by deleted authors by @SychO9 in https://github.com/flarum/mentions/pull/75 -* fix: autocomplete errors with TextEditor re-use by @davwheat in https://github.com/flarum/mentions/pull/77 +- Only search users via rest API if user has permission by @askvortsov1 in https://github.com/flarum/mentions/pull/73 +- fix: Cannot reply to posts by deleted authors by @SychO9 in https://github.com/flarum/mentions/pull/75 +- fix: autocomplete errors with TextEditor re-use by @davwheat in https://github.com/flarum/mentions/pull/77 ## [1.1.1](https://github.com/flarum/mentions/compare/v1.1.0...v1.1.1)