- Compatibility with Flarum v1.0.0.
- Eager load the mentionedBy relation as well to improve performance (flarum#64)
- Introduced a new mentions format, decoupling mentions from usernames (flarum#66)
- Rewrite mentioned filter (flarum#67)
- User profile mentions page now uses the slug instead of the username
- Replies preview dropdown is awkwardly sized and rendered (flarum#55)
- Editor Driver implementation (flarum#61)
- Updated admin category from discussion to feature (flarum#62)
- Moved locale files from translation pack to extension (flarum#56)
- Reply notifications showing post author instead of replying author (flarum#59)
- Dropdown going off top of screen (e39c798)
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Touchstart event with cancelable=false triggers a console error (#54)
- Props in javascript component still used after rewrite.
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Always show concurrent replies instead of hiding them (#47)
- Made notification emails translatable (#50)
- Fix dropdown overflow on mobile (#46)
- Fix replies dropdown menu with (#38)
- Fix jumping of dropdown items when API results are returned (#48)
- Updated JS dependencies
- Using new model extenders
- Fix mentioning a post from a deleted user (#41)
- Mentions for usernames containing underscores and other special characters could link to wrong users (#37)
- Replace event subscribers (that resolve services too early) with listener-based extender (4b34e50 and 9165321)
- Compatibility with Laravel 5.7 (3ef5ac0)
- Use display name instead of username in emails (acc0516)
- Post content with code blocks could corrupt notification emails (d0ffe7b)