Skip to content

v0.1.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@tobyzerner tobyzerner released this 22 Jul 03:23
· 561 commits to main since this 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.