Skip to content

Releases: flarum/mentions

v0.1.0-beta.16

15 Mar 15:50
Compare
Choose a tag to compare
v0.1.0-beta.16 Pre-release
Pre-release

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)

v0.1.0-beta.15

18 Dec 14:46
Compare
Choose a tag to compare
v0.1.0-beta.15 Pre-release
Pre-release

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

15 Oct 17:53
Compare
Choose a tag to compare
v0.1.0-beta.14 Pre-release
Pre-release

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)

v0.1.0-beta.13

04 May 08:36
Compare
Choose a tag to compare
v0.1.0-beta.13 Pre-release
Pre-release

Changed

  • Updated JS dependencies
  • Using new model extenders

Fixed

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

v0.1.0-beta.10

16 Sep 07:40
Compare
Choose a tag to compare
v0.1.0-beta.10 Pre-release
Pre-release

Fixed

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

v0.1.0-beta.9

05 Jul 11:01
Compare
Choose a tag to compare
v0.1.0-beta.9 Pre-release
Pre-release

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)

v0.1.0-beta.8

29 Nov 07:02
Compare
Choose a tag to compare
v0.1.0-beta.8 Pre-release
Pre-release

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

22 Jul 03:21
Compare
Choose a tag to compare
v0.1.0-beta.7 Pre-release
Pre-release

Added

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

19 Oct 10:52
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release

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)

v0.1.0-beta.5

29 Mar 08:25
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

Added

  • Mentions section on user profiles which lists the posts in which a user has been mentioned. (@sijad)

Changed

  • Upgrade to flarum-gulp 0.2.0 (Babel 6).
  • Use new migration format.

Fixed

  • Add logic to make sure post mention preview isn't hidden by header.
  • Better reply insertion intelligence.
  • Use URL generator for mention href.

Security

  • Check recipient access to a discussion before sending them a notification.