- Bypass tag requirements toggle button for able actors (#153).
- Eager load tags state with actor id (#149, #151).
- Slashes in tag slug break routing (#150).
- Stop loading tag last posted discussion relation on admin side (#152).
- UI does not reflect bypass tag requirements permission (#148).
- Occassional errors when deleting flagged posts (#154)
- Tag discussion count doesn't adjust when deleting first/only post of the discussion (#154)
- Custom colorising with CSS Custom Properties (https://github.com/flarum/tags/pulls/139)
- 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)
- 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)
- Sub tags that were previously loaded are visible when visiting the index from another page (#135)
- Discussion pages are showing parent tags after child tags
- All sub tags are open for each primary tag (#134)
- Permission grid does not lazy load secondary tags (#133)
- 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)
- 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)
- Permission to allow bypassing tag requirements (#111)
.Taglabel--child
added to tagLabel to allow styling (#114)
- 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)
- Prevent page creep with long list of tags (#116)
- Enter key does not submit tag selection modal (617fc4d)
- Editing a tag does not work (#117)
- Tags link not wrapped inside
Button-label
(#113) - Without selectable tags the tag selection modal errors (#112)
- Tag tiles have icons (#104).
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
- Implement new authorization layer (c3eff74).
- 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).
- TagWillBeSaved event is removed (05837de).
- Introduced Creating and Deleting events (#86)
- 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)
- 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 ()
- Add title and description meta tags (#72)
- Updated JS dependencies
- Improved performance of subqueries (#75)
- Allow menu items between listed tags and link to tags page (#70)
- Using new model extender
- Icons misaligned in tag selection modal (#73, #76)
- Selected tags indiscernible when they have no icon (#68, #76)
- Group permissions weren't really deleted when a tag was opened up again to the public (#65)
- Tag change events triggered errors for deleted tags (e5694e5)
- SEO: The tags page now has a
rel="canonical"
meta tag, preventing duplicate content (#64) - SEO: The tags page now has server-rendered content, for better indexing by search engines (#64)
- Allow configuration of icon per tag (e1a0ff8)
- Replace event subscribers (that resolve services too early) with listeners (73c0626)
- Compatibility with Laravel 5.7 (cb683f3)
- Update html5sortable library (e8104a6)