Releases: flarum/mentions
Releases · flarum/mentions
v1.0.0
Changed
- Compatibility with Flarum v1.0.0.
- Eager load the mentionedBy relation as well to improve performance (#64)
- Introduced a new mentions format, decoupling mentions from usernames (#66)
- Rewrite mentioned filter (#67)
- User profile mentions page now uses the slug instead of the username
Fixed
- Replies preview dropdown is awkwardly sized and rendered (#55)
v0.1.0-beta.16
v0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
Fixed
- Touchstart event with cancelable=false triggers a console error (#54)
- Props in javascript component still used after rewrite.
v0.1.0-beta.14
v0.1.0-beta.13
Changed
- Updated JS dependencies
- Using new model extenders
Fixed
- Fix mentioning a post from a deleted user (#41)
v0.1.0-beta.10
Fixed
- Mentions for usernames containing underscores and other special characters could link to wrong users (#37)
v0.1.0-beta.9
v0.1.0-beta.8
Added
- Add mention button to text editor toolbar (b27795e)
Changed
- Update for beta 8 (#33, #34)
- Sub in "display names" from database when rendering (5ea9684)
- Rename database columns and JSON-API attributes (#34)
- Drop
flarum-ext-
prefix from package name (f4ce316)
Fixed
- Properly inactivate the autocomplete dropdown when there are no suggestions (f1035b4)
- Make autocomplete dropdown slightly less tall so that it fits below the cursor (889c1df)
- Only render mention in preview if corresponding user/post is found (5ea9684)
- Fix notifications not including post content (9da2ac1)
- Don't sanitize values in plain-text emails (5f8ef04)
- Fix positioning of quote button when parents are positioned relatively (b0d0fb4)
- Fix incorrect query parameter when searching for users (703e68c)
v0.1.0-beta.7
Added
- Keep images and links as Markdown when quoting. (@clarkwinkelmann)
Fixed
- Use mentioned_by_self_text correctly. (@datitisev)
Changed
- Suggest plain mention of username before explicitly replying to a specific post.
- Drop bower usage. (@clarkwinkelmann)
v0.1.0-beta.6
Added
- Add a contextual quote button when text is selected. (@sijad)
Changed
- Update for compatibility with Flarum v0.1.0-beta.6.
Fixed
- Apply post visibility permissions to mentionedBy relationship.
- Fix incorrect use of translation in some cases. (@WietseWind)