mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
changelog and dep for v0.1.0-beta.14
This commit is contained in:
@@ -1,5 +1,25 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.1.0-beta.14](https://github.com/flarum/tags/compare/v0.1.0-beta.13...v0.1.0-beta.14)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Introduced Creating and Deleting events (#86)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Updated mithril to version 2
|
||||||
|
- Load language strings correctly on en-/disable
|
||||||
|
- Updated JS dependencies
|
||||||
|
- Allow tag visibility override with an event listener (#79)
|
||||||
|
- TagWillBeSaved event renamed to Saving (#92)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Sorting tag structure on mobile hardly worked (#82)
|
||||||
|
- Discussion count and visibility incorrectly included hidden or private discussions (#78)
|
||||||
|
- Negated tag filtering does not work (#88)
|
||||||
|
- Call to non existing method handleErrors (#94)
|
||||||
|
- Changing tags of discussions by other users is possible (#95)
|
||||||
|
- Tag modal shows duplicate tags ()
|
||||||
|
|
||||||
## [0.1.0-beta.13](https://github.com/flarum/tags/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
## [0.1.0-beta.13](https://github.com/flarum/tags/compare/v0.1.0-beta.12...v0.1.0-beta.13)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"source": "https://github.com/flarum/tags"
|
"source": "https://github.com/flarum/tags"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"flarum/core": "^0.1.0-beta.13"
|
"flarum/core": "^0.1.0-beta.14"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
Reference in New Issue
Block a user