Skip to content

Latest commit

 

History

History
114 lines (80 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

114 lines (80 loc) · 5.27 KB

Changelog

No changes.

Added

  • chore: add missing compat exports and extensibility by @gianniguida in #76

Fixed

  • fix: errors on texteditor re-use again by @davwheat in #78
  • fix: Allow mentions from non-post objects by @imorland in #79

Fixed

  • Only search users via rest API if user has permission by @askvortsov1 in #73
  • fix: Cannot reply to posts by deleted authors by @SychO9 in #75
  • fix: autocomplete errors with TextEditor re-use by @davwheat in #77

Fixed

  • Broken autocompleted user mention format (#74)

Changed

Fixed

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)

Changed

  • Editor Driver implementation (#61)
  • Updated admin category from discussion to feature (#62)
  • Moved locale files from translation pack to extension (#56)

Fixed

  • Reply notifications showing post author instead of replying author (#59)
  • Dropdown going off top of screen (e39c798)

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.

Changed

  • 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)

Fixed

  • Fix dropdown overflow on mobile (#46)
  • Fix replies dropdown menu with (#38)
  • Fix jumping of dropdown items when API results are returned (#48)

Changed

  • Updated JS dependencies
  • Using new model extenders

Fixed

  • Fix mentioning a post from a deleted user (#41)

Fixed

  • Mentions for usernames containing underscores and other special characters could link to wrong users (#37)

Changed

  • 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)

Fixed

  • Post content with code blocks could corrupt notification emails (d0ffe7b)

Fixed

  • Fix dropping foreign keys in down migrations (53b685a)
  • Truncate notification excerpts (7ebd527)