1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Release v1.1.0

This commit is contained in:
Alexander Skvortsov
2021-10-11 21:12:56 -04:00
parent 367cca8cc7
commit c1318d641c
2 changed files with 24 additions and 13 deletions

View File

@@ -1,5 +1,16 @@
# Changelog
## [1.1.0](https://github.com/flarum/mentions/compare/v1.0.0...v1.1.0)
### Changed
- Eager load more necessary related mentions (https://github.com/flarum/mentions/pulls/72)
- Refactors to the frontend JS (https://github.com/flarum/mentions/pulls/69)
### Fixed
- Unrecognised user/post mentions (https://github.com/flarum/mentions/pulls/71)
- Reduced bugginess in mentions username search (https://github.com/flarum/core/issues/3095)
- Fixed missing space after mentions inserted via post reply (https://github.com/flarum/core/issues/3096)
## [1.0.0](https://github.com/flarum/mentions/compare/v0.1.0-beta.16...v1.0.0)
### Changed