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

changes for stable

This commit is contained in:
Daniel Klabbers
2021-05-25 16:26:34 +02:00
parent 37c1933d37
commit d37a43c795
3 changed files with 99 additions and 55 deletions

View File

@@ -1,5 +1,17 @@
# Changelog
## [1.0.0](https://github.com/flarum/mentions/compare/v0.1.0-beta.16...v1.0.0)
### Changed
- Compatibility with Flarum v1.0.0.
- Eager load the mentionedBy relation as well to improve performance (https://github.com/flarum/mentions/pull/64)
- Introduced a new mentions format, decoupling mentions from usernames (https://github.com/flarum/mentions/pull/66)
- Rewrite mentioned filter (https://github.com/flarum/mentions/pull/67)
- User profile mentions page now uses the slug instead of the username
### Fixed
- Replies preview dropdown is awkwardly sized and rendered (https://github.com/flarum/mentions/pull/55)
## [0.1.0-beta.16](https://github.com/flarum/mentions/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed