Releases: flarum/tags
Releases · flarum/tags
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)
v1.2.0
v1.1.0
Added
- Custom colorising with CSS Custom Properties (https://github.com/flarum/tags/pulls/139)
Changed
- Update nojs view to use slug driver (https://github.com/flarum/tags/pulls/142)
- Pass filter params (https://github.com/flarum/tags/pulls/141)
- Eager load actor tag states (https://github.com/flarum/tags/pulls/143)
- Export
getSelectableTags
util (https://github.com/flarum/tags/pulls/144)
Fixed
- Broken side nav tag listing (https://github.com/flarum/tags/pulls/137)
- Discussions hidden from all users including admins (https://github.com/flarum/tags/pulls/140)
- Unauthorized view of restricted tags (https://github.com/flarum/tags/pulls/145)
- Make clicking edit tag button easier on mobile (flarum/framework#3098)
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Changed
- Compatibility with Flarum v1.0.0.
- Eager loading additional relations to improve performance (#125)
- Optimize tag permissions querying to improve performance (#126)
- Remove loading all tags on request to improve performance (#87)
Fixed
- Tags page uses incorrect canonical URL due to reusing the request object (#122)
- Searching while on a tag page causes the search to affect everything and not the subset (#129)
- Sometimes tag pages show the wrong tag information if it had children
- The API returns outdated tag information when saving discussions (#131)
v0.1.0-beta.16
Added
- Permission to allow bypassing tag requirements (#111)
.Taglabel--child
added to tagLabel to allow styling (#114)
Changed
- Updated admin category from discussion to feature (#118)
- Moved locale files from translation pack to extension (#99)
- Compatibility with Illuminate 8 (#121)
- Eager load relations lastPostedDiscussion requires (#120)