Skip to content

Releases: flarum/tags

v0.1.0-beta.13

04 May 08:50
Compare
Choose a tag to compare
v0.1.0-beta.13 Pre-release
Pre-release

Added

  • Add title and description meta tags (#72)

Changed

  • Updated JS dependencies
  • Improved performance of subqueries (#75)
  • Allow menu items between listed tags and link to tags page (#70)
  • Using new model extender

v0.1.0-beta.12

03 Mar 14:00
Compare
Choose a tag to compare
v0.1.0-beta.12 Pre-release
Pre-release

Fixed

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

v0.1.0-beta.11

26 Nov 15:31
Compare
Choose a tag to compare
v0.1.0-beta.11 Pre-release
Pre-release

Fixed

  • Tag change events triggered errors for deleted tags (e5694e5)

v0.1.0-beta.10

16 Sep 07:38
Compare
Choose a tag to compare
v0.1.0-beta.10 Pre-release
Pre-release

Added

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

v0.1.0-beta.9

05 Jul 11:01
50d5e11
Compare
Choose a tag to compare
v0.1.0-beta.9 Pre-release
Pre-release

Added

  • Allow configuration of icon per tag (e1a0ff8)

Changed

  • Replace event subscribers (that resolve services too early) with listeners (73c0626)
  • Compatibility with Laravel 5.7 (cb683f3)
  • Update html5sortable library (e8104a6)

Fixed

  • JS: Vulnerable lodash dependency (c80cbe8)
  • Search crashed when searched tag did not exist (3d6921b)
  • Discussions from hidden tags weren't showing when gambits were used (7275c39)

v0.1.0-beta.8.1

29 Nov 07:04
Compare
Choose a tag to compare
v0.1.0-beta.8.1 Pre-release
Pre-release

Added

  • Add class to IndexPage when viewing a tag (ed5fe65)
  • Use ItemList for EditTagModal fields (#59)

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

22 Jul 03:23
Compare
Choose a tag to compare
v0.1.0-beta.8 Pre-release
Pre-release

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

10 Nov 21:46
Compare
Choose a tag to compare
v0.1.0-beta.7 Pre-release
Pre-release

Fixed

  • Fix faulty start/reply permission logic.

v0.1.0-beta.6

19 Oct 10:47
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release

Added

Changed

  • Update for compatibility with Flarum v0.1.0-beta.6.
  • Rename DiscussionWasTagged event user property to actor.

Fixed

  • Fix fatal error when a tag with children is deleted. (@sijad)

v0.1.0-beta.5

29 Mar 08:23
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

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)