Releases: flarum/tags
Releases · flarum/tags
v1.8.2
v1.8.1
Fixed
- load correct user tag state and prevent N+1 queries in
stateFor
(flarum/framework#4008) @rafaucau
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Changed
- major frontend JS cleanup (455a660)
- extensibility improvements (e0e5dde)
- Change some methods from private to protected, to be able to extend the affected classes (9b31a62)
Fixed
- filter values are not validated (a4f949c)
- tag discussion modal filters with exact matches only after first index (e3b4600)
- not all tags are loaded in the permission grid (32e872f)
DiscussionTaggedPost
shows tags as deleted (5175437)
Full changelog: https://github.com/flarum/framework/blob/main/CHANGELOG.md#v180
v1.7.1
v1.7.0
Added
- PHP 8.2 Support
- shift h1 tag from logo to discussion title (#3724)
- frontend Model extender
- expose {time} to eventPost data, fix renamed tooltip (#3698)
- introduce frontend extenders (#3645)
- admin tag selection component (reusable tag selection modal
- allow using utf8 characters in tag slugs (#3588)
Fixed
- clickable tag labels have underline
- choose tags button misaligned (#3726)
- tag text color contrast (#3653)
Changes
Full changelog: https://github.com/flarum/framework/blob/main/CHANGELOG.md#v170
v1.6.1
v1.6.0
v1.5.0
Fixed
- (tags) use default index sortmap [#3615]
- replace
.fa()
mixin usage with.fas()
[#3537]
Changed
- (tags) Replace event helper with event dispatcher [#3570]
Full changelog: https://github.com/flarum/framework/blob/main/CHANGELOG.md#v150
v1.4.0
Added
created_at
andupdated_at
columns added to several tables (flarum/framework#3435)
Fixed
- Requiring zero tags on new discussions forces the user to select tags (flarum/framework#3448)
- Subtags of tags the user has access to are visible even if these are not accessible (flarum/framework#3419)
v1.3.0
Fixed
- [A11Y] Tags: focus to input and layout of tag selection modal are off (flarum/framework#3412)