changes for stable

This commit is contained in:
Daniel Klabbers 2021-05-25 16:17:35 +02:00
parent 5ccac5d607
commit 1c2e96f30b
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## [1.0.0](https://github.com/flarum/markdown/compare/v0.1.0-beta.16.1...v1.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](https://github.com/flarum/markdown/compare/v0.1.0-beta.16...v0.1.0-beta.16.1)
### Added

View File

@ -17,7 +17,7 @@
}
],
"require": {
"flarum/core": "^1.0.0"
"flarum/core": "^1.0"
},
"extra": {
"branch-alias": {