Skip to content

Releases: flarum/tags

v1.5.0

13 Sep 09:34
Compare
Choose a tag to compare

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

13 Jul 12:33
Compare
Choose a tag to compare

Added

Fixed

v1.3.0

12 May 10:34
Compare
Choose a tag to compare

Fixed

v1.2.0

20 Jan 11:02
Compare
Choose a tag to compare

Added

  • Bypass tag requirements toggle button for able actors (#153).

Changed

  • 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).

Fixed

  • UI does not reflect bypass tag requirements permission (#148).
  • Occasional errors when deleting flagged posts (#154)
  • Tag discussion count doesn't adjust when deleting first/only post of the discussion (#154)

v1.1.0

12 Oct 23:40
Compare
Choose a tag to compare

Added

Changed

Fixed

v1.0.3

10 Jun 22:28
Compare
Choose a tag to compare

Fixed

  • 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

v1.0.2

07 Jun 10:13
Compare
Choose a tag to compare

Fixed

  • All sub tags are open for each primary tag (#134)

v1.0.1

02 Jun 06:57
Compare
Choose a tag to compare

Fixed

  • Permission grid does not lazy load secondary tags (#133)

v1.0.0

27 May 08:28
Compare
Choose a tag to compare

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

15 Mar 16:04
Compare
Choose a tag to compare
v0.1.0-beta.16 Pre-release
Pre-release

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

  • 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)