changelog and constraint for beta 15

This commit is contained in:
Daniël Klabbers 2020-12-15 09:13:11 +01:00
parent 80101d52a9
commit 5f8a4009fe
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Changelog # Changelog
## [0.1.0-beta.15](https://github.com/flarum/mentions/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)
### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
### Fixed
- Touchstart event with cancelable=false triggers a console error (#54)
- Props in javascript component still used after rewrite.
## [0.1.0-beta.14](https://github.com/flarum/mentions/compare/v0.1.0-beta.13...v0.1.0-beta.14) ## [0.1.0-beta.14](https://github.com/flarum/mentions/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed ### Changed

View File

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