Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

65 lines (42 loc) · 2.33 KB

Changelog

Changed

  • Convert to TypeScript (#34).
  • Replace jQuery with vanilla JS (#35).

Fixed

  • Discussion list pagination breaks when clicking on the update button (#33).

No changes.

Added

  • Make non public discussions realtime (#17)

Changed

  • Compatibility with Flarum v1.0.0.

Changed

  • Moved locale files from translation pack to extension (#26)

Changed

  • Updated composer.json and admin javascript for new admin area.
  • Updated to use newest extenders.

Fixed

  • Children were incorrectly passed to show update highlight
  • Update discussion list caused an error (#27)

Changed

  • Updated mithril to version 2
  • Load language strings correctly on en-/disable
  • Updated JS dependencies

Fixed

  • Publish no events for tags when flarum/tags isn't installed (#25)

Changed

  • Use different CDN for loading Pusher JS library (#20)
  • Updated JS dependencies

Changed

  • Replace event subscribers (that resolve services too early) with listeners (da0f0af and 28a70ff)

Fixed

  • Fix broken functionality (00b127c)