Releases: flarum/tags
Releases · flarum/tags
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)
Fixed
v0.1.0-beta.15
Added
- Tag tiles have icons (#104).
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Implement new authorization layer (c3eff74).
Fixed
- Guests do not see "new discussion" and get the log in modal when clicked (#98).
- The tag hidden property is not a bidi and is not saved (3f54b70).
Removed
- TagWillBeSaved event is removed (05837de).
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
Fix backported security patch
In https://github.com/flarum/tags/releases/tag/v0.1.0-beta.13.1, we patched a security issue that allowed users to edit tags for discussions they did not start. That fix was backported to beta 13 of tags, but used a feature introduced in beta 14, resulting in crashes when users tried to edit tags. This release fixes that issue.