mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 22:43:41 +08:00
changes for stable
This commit is contained in:
parent
5ccac5d607
commit
1c2e96f30b
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# 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)
|
## [0.1.0-beta.16.1](https://github.com/flarum/markdown/compare/v0.1.0-beta.16...v0.1.0-beta.16.1)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^1.0.0"
|
"flarum/core": "^1.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user