Release v0.1.0-beta.16

This commit is contained in:
Daniel Klabbers
2021-03-15 12:11:51 +01:00
parent b922257468
commit 613664525d
3 changed files with 5144 additions and 22 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## [0.1.0-beta.16](https://github.com/flarum/mentions/compare/v0.1.0-beta.15...v0.1.0-beta.16)
### Changed
- Editor Driver implementation (https://github.com/flarum/mentions/pull/61)
- Updated admin category from discussion to feature (https://github.com/flarum/mentions/pull/62)
- Moved locale files from translation pack to extension (https://github.com/flarum/mentions/pull/56)
### Fixed
- Reply notifications showing post author instead of replying author (https://github.com/flarum/mentions/pull/59)
- Dropdown going off top of screen ([e39c798](https://github.com/flarum/mentions/commit/e39c798298ba2b3130ed97945aefeff6af14a5d4))
## [0.1.0-beta.15](https://github.com/flarum/mentions/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Changed

View File

@ -17,7 +17,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.15"
"flarum/core": "^0.1.0-beta.16"
},
"autoload": {
"psr-4": {

File diff suppressed because it is too large Load Diff