framework/extensions/mentions/CHANGELOG.md
Daniel Klabbers cf7916cebd Release v1.2
2022-01-20 12:45:05 +01:00

5.3 KiB

Changelog

1.2.0

No changes.

1.1.3

Added

Fixed

1.1.2

Fixed

1.1.1

Fixed

1.1.0

Changed

Fixed

1.0.0

Changed

Fixed

0.1.0-beta.16

Changed

Fixed

0.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.

0.1.0-beta.14

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)

0.1.0-beta.13

Changed

  • Updated JS dependencies
  • Using new model extenders

Fixed

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

0.1.0-beta.10

Fixed

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

0.1.0-beta.9

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)

0.1.0-beta.8.1

Fixed

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