2019-06-13 01:32:12 +02:00
# Changelog
2022-01-20 12:43:25 +01:00
## [1.2.0](https://github.com/flarum/markdown/compare/v1.1.1...v1.2.0)
No changes.
2021-12-30 22:30:38 +01:00
## [1.1.1](https://github.com/flarum/markdown/compare/v1.1.0...v1.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
2021-10-11 21:12:06 -04:00
## [1.1.0](https://github.com/flarum/markdown/compare/v1.0.1...v1.1.0)
### Added
2021-12-29 13:17:02 +01:00
2021-10-11 21:12:06 -04:00
- Spoiler and strikethrough buttons (https://github.com/flarum/markdown/pulls/30)
### Fixed
2021-12-29 13:17:02 +01:00
2021-10-11 21:12:06 -04:00
- Browser/system shortcuts triggering when applying editor style from shortcut (https://github.com/flarum/markdown/pulls/32)
2021-06-02 09:13:30 +02:00
## [1.0.1](https://github.com/flarum/markdown/compare/v1.0.0...v1.0.1)
### Fixed
2021-12-29 13:17:02 +01:00
2021-06-02 09:13:30 +02:00
- Link button is not visible on the markdown toolbar (https://github.com/flarum/markdown/pull/29)
2021-05-25 16:17:35 +02:00
## [1.0.0](https://github.com/flarum/markdown/compare/v0.1.0-beta.16.1...v1.0.0)
### Changed
2021-12-29 13:17:02 +01:00
2021-05-25 16:17:35 +02:00
- 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
2021-12-29 13:17:02 +01:00
2021-05-25 16:17:35 +02:00
- Toolbar buttons submits the form
- Tooltips generate a deprecation warning
### Removed
2021-12-29 13:17:02 +01:00
2021-05-25 16:17:35 +02:00
- Dropped mdarea (https://github.com/flarum/markdown/pull/28)
2021-03-25 13:54:43 -04:00
## [0.1.0-beta.16.1](https://github.com/flarum/markdown/compare/v0.1.0-beta.16...v0.1.0-beta.16.1)
### Added
2021-12-29 13:17:02 +01:00
2021-03-25 13:54:43 -04:00
- Admin setting to disable mdarea (https://github.com/flarum/markdown/pull/27)
2021-03-15 12:00:06 +01:00
## [0.1.0-beta.16](https://github.com/flarum/markdown/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Added
2021-12-29 13:17:02 +01:00
2021-03-15 12:00:06 +01:00
- Editor Driver support ([ba3e1fb ](https://github.com/flarum/markdown/commit/ba3e1fb528ce7e85bde27753f6c1cce3b03fe9d3 ))
### Changed
2021-12-29 13:17:02 +01:00
2021-03-15 12:00:06 +01:00
- 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
2021-12-29 13:17:02 +01:00
2021-03-15 12:00:06 +01:00
- Double quote marks cause inconvenience typing ([6d8ea34 ](https://github.com/flarum/markdown/commit/6d8ea342061fdd2ab267cee93b9f5ade69149123 ))
2020-12-15 09:04:29 +01:00
## [0.1.0-beta.15](https://github.com/flarum/markdown/compare/v0.1.0-beta.14...v0.1.0-beta.15)
### Changed
2021-12-29 13:17:02 +01:00
2020-12-15 09:04:29 +01:00
- Updated composer.json and admin javascript for new admin area.
2020-10-15 14:31:50 +02:00
## [0.1.0-beta.14](https://github.com/flarum/markdown/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
2021-12-29 13:17:02 +01:00
2020-10-15 14:31:50 +02:00
- Switch image and link defaults (#11 )
- Updated mithril to version 2
- Load language strings correctly on en-/disable
### Removed
2021-12-29 13:17:02 +01:00
2020-10-15 14:31:50 +02:00
- Support for IE 11 (#18 )
2020-05-04 10:42:11 +02:00
## [0.1.0-beta.13](https://github.com/flarum/markdown/compare/v0.1.0-beta.12...v0.1.0-beta.13)
2020-05-04 10:14:22 +02:00
### Changed
2021-12-29 13:17:02 +01:00
2020-05-04 10:14:22 +02:00
- Updated JS dependencies
### Fixed
2021-12-29 13:17:02 +01:00
2020-05-04 10:14:22 +02:00
- Fixed not hiding other html entities than mentions (#14 )
2020-03-03 14:21:27 +01:00
## [0.1.0-beta.12](https://github.com/flarum/markdown/compare/v0.1.0-beta.10...v0.1.0-beta.12)
### Fixed
2021-12-29 13:17:02 +01:00
2020-03-03 14:21:27 +01:00
- Mentions could be seen within spoiler blocks (#13 )
2019-09-15 22:43:46 +02:00
## [0.1.0-beta.10](https://github.com/flarum/markdown/compare/v0.1.0-beta.9...v0.1.0-beta.10)
### Added
2021-12-29 13:17:02 +01:00
2019-09-15 22:43:46 +02:00
- The toolbar now has an image button (#8 )
### Fixed
2021-12-29 13:17:02 +01:00
2019-09-15 22:43:46 +02:00
- Unusable toolbar in IE11 (#8 )
- Tabbing out of the post composer was not possible (#8 )
2019-06-24 11:25:19 +02:00
## [0.1.0-beta.9](https://github.com/flarum/markdown/compare/v0.1.0-beta.8...v0.1.0-beta.9)
2019-06-13 01:32:12 +02:00
### Fixed
2021-12-29 13:17:02 +01:00
2019-06-13 01:32:12 +02:00
- Markdown toolbar did not work on IE11 ([31c064f ](https://github.com/flarum/markdown/commit/31c064f0c6c945083bc0ebc50cb3e44a676f40e2 ) and [e762293 ](https://github.com/flarum/markdown/commit/e7622938b1422e89a50feeb52c9c9ef7b38db95a ))