mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 02:07:38 +08:00
3.5 KiB
3.5 KiB
Changelog
1.2.0
No changes.
1.1.1
Added
- feat: make markdown toolbar extensible by @davwheat in https://github.com/flarum/markdown/pull/33
Fixed
- fix: re-use of texteditor with markdown ext breaks markdown toolbar items by @davwheat in https://github.com/flarum/markdown/pull/34
1.1.0
Added
- Spoiler and strikethrough buttons (https://github.com/flarum/markdown/pulls/30)
Fixed
- Browser/system shortcuts triggering when applying editor style from shortcut (https://github.com/flarum/markdown/pulls/32)
1.0.1
Fixed
- Link button is not visible on the markdown toolbar (https://github.com/flarum/markdown/pull/29)
1.0.0
Changed
- Compatibility with Flarum v1.0.0.
- GitHub markdown toolbar moves to flarum/core (https://github.com/flarum/markdown/pull/28)
- Simplification of toolbar and button system (https://github.com/flarum/markdown/pull/28)
Fixed
- Toolbar buttons submits the form
- Tooltips generate a deprecation warning
Removed
- Dropped mdarea (https://github.com/flarum/markdown/pull/28)
0.1.0-beta.16.1
Added
- Admin setting to disable mdarea (https://github.com/flarum/markdown/pull/27)
0.1.0-beta.16
Added
- Editor Driver support (ba3e1fb)
Changed
- Updated admin category from formatting to feature (https://github.com/flarum/markdown/pull/25)
- Moved locale files from translation pack to extension (https://github.com/flarum/markdown/pull/21)
Fixed
- Double quote marks cause inconvenience typing (6d8ea34)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
0.1.0-beta.14
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)
0.1.0-beta.13
Changed
- Updated JS dependencies
Fixed
- Fixed not hiding other html entities than mentions (#14)
0.1.0-beta.12
Fixed
- Mentions could be seen within spoiler blocks (#13)
0.1.0-beta.10
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)