Releases: flarum/tags
Releases · flarum/tags
v0.1.0-beta.13
v0.1.0-beta.12
v0.1.0-beta.11
Fixed
- Tag change events triggered errors for deleted tags (e5694e5)
v0.1.0-beta.10
v0.1.0-beta.9
v0.1.0-beta.8.1
Added
Changed
- Update for beta 8 (#44, #52, #53)
- Realign tags in discussion list (578e2ca)
- Reduce tag description font size (2619c7f)
- Rename database columns and JSON-API attributes (#53)
- Drop
flarum-ext-
prefix from package name (b9065aa)
Fixed
- Implement negation for
tag
gambit (#42) - Fix incorrect behaviour when empty request is sent to
/tags/order
endpoint (9bae9c5) - Use
Page
component for tags page (#50) - Do not show or count private discussions in tags (#46)
- Performance: Eager load parent tags (55db1d8)
- Performance: Load only basic information about lastDiscussion (7d8aa85)
- Maintain "Start a discussion" button width on tags page (d4c8049)
v0.1.0-beta.8
Added
- Add tag-user state.
- Add TagWillBeSaved event.
- Allow parent to be set during creation via API. (@dshoreman)
- Grant moderators permission to tag discussions upon installation.
Changed
- Tweak permission logic. Restricted tag permissions are now enforced more strictly and trump global permissions.
Fixed
- Allow extension of EditTagModal submit data.
- Fix Internal Server Error for blank API requests. (@dshoreman)
- Specify available includes for /api/tags endpoint. (@dshoreman)
- Fix API validation of "isHidden" attribute.
v0.1.0-beta.7
Fixed
- Fix faulty start/reply permission logic.
v0.1.0-beta.6
Added
- Add translations for API error messages. (@dcsjapan)
- Add REST endpoint for listing tags. (@nielstholenaar)
Changed
- Update for compatibility with Flarum v0.1.0-beta.6.
- Rename DiscussionWasTagged event
user
property toactor
.
Fixed
- Fix fatal error when a tag with children is deleted. (@sijad)
v0.1.0-beta.5
Added
- Permission setting to allow discussion authors to change the tags on their discussion. (@dbohn)
Changed
- Only grant a permission for a sub-tag if that permission is granted for its parent too.
Fixed
- Add proper validation to tag attributes. (@luceos)
- Fix checkbox/name/description alignment in tag discussion modal.
- Allow child tags in tile to wrap.
- Prevent tags from overlapping discussion titles.
- Fix tags page "start a discussion" button having a fixed width in Firefox.
- Properly sort child tags in tiles.
- Scroll overflowing tag tile contents.
- Include primary tag when starting a discussion under secondary tag. (@cmaas)