Skip to content

Latest commit

 

History

History
120 lines (64 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

120 lines (64 loc) · 3.5 KB

Changelog

No changes.

Added

  • feat: make markdown toolbar extensible by @davwheat in #33

Fixed

  • fix: re-use of texteditor with markdown ext breaks markdown toolbar items by @davwheat in #34

Added

Fixed

Fixed

  • Link button is not visible on the markdown toolbar (#29)

Changed

  • Compatibility with Flarum v1.0.0.
  • GitHub markdown toolbar moves to flarum/core (#28)
  • Simplification of toolbar and button system (#28)

Fixed

  • Toolbar buttons submits the form
  • Tooltips generate a deprecation warning

Removed

  • Dropped mdarea (#28)

Added

  • Admin setting to disable mdarea (#27)

Added

Changed

  • Updated admin category from formatting to feature (#25)
  • Moved locale files from translation pack to extension (#21)

Fixed

  • Double quote marks cause inconvenience typing (6d8ea34)

Changed

  • Updated composer.json and admin javascript for new admin area.

Changed

  • Switch image and link defaults (#11)
  • Updated mithril to version 2
  • Load language strings correctly on en-/disable

Removed

  • Support for IE 11 (#18)

Changed

  • Updated JS dependencies

Fixed

  • Fixed not hiding other html entities than mentions (#14)

Fixed

  • Mentions could be seen within spoiler blocks (#13)

Added

  • The toolbar now has an image button (#8)

Fixed

  • Unusable toolbar in IE11 (#8)
  • Tabbing out of the post composer was not possible (#8)

Fixed