1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

changelog and dep for v0.1.0-beta.14

This commit is contained in:
Daniël Klabbers
2020-10-15 14:43:04 +02:00
parent 5cfb1550eb
commit 2b6b7ed26e
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
# Changelog # Changelog
## [0.1.0-beta.14](https://github.com/flarum/mentions/compare/v0.1.0-beta.13...v0.1.0-beta.14)
### Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Always show concurrent replies instead of hiding them (#47)
- Made notification emails translatable (#50)
### Fixed
- Fix dropdown overflow on mobile (#46)
- Fix replies dropdown menu with (#38)
- Fix jumping of dropdown items when API results are returned (#48)
## [0.1.0-beta.13](https://github.com/flarum/mentions/compare/v0.1.0-beta.12...v0.1.0-beta.13) ## [0.1.0-beta.13](https://github.com/flarum/mentions/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed ### Changed

View File

@@ -9,7 +9,7 @@
"source": "https://github.com/flarum/mentions" "source": "https://github.com/flarum/mentions"
}, },
"require": { "require": {
"flarum/core": "^0.1.0-beta.13" "flarum/core": "^0.1.0-beta.14"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {