Skip to content

v1.4.0

Compare
Choose a tag to compare
@luceos luceos released this 13 Jul 16:50
· 411 commits to main since this release

Added

  • created_at and updated_at columns added to several tables (#3435)
  • Priorities added to AdminNav links (#3453)
  • app.translator allows retrieving and setting locale (#3451)
  • Extensions can now declare custom settings components for use with buildSettingComponent (#3494)
  • Implement extensibility on rel and target attributes on links (#3455)
  • New backend tests were added to some of the bundled extensions (#3508)

Changed

  • Split boot script for Flarum in HTML footer into two parts for CSP hashing (#3461)
  • Split asset compilation by giving assembling compilers its own method (#3446)
  • Increase visibility of Component typescript class for better extensibility (#3437)

Fixed

  • Mentioning an event post breaks the notification dropdown (#3493)
  • Suspension modal shows after suspension is over (#3449)
  • CLI based installations don't exit with an error code on failure (#3452)
  • Tabbing through dropdown controls doesn't make them visible (#3450)
  • Requiring zero tags on new discussions forces the user to select tags (#3448)
  • Long topic titles in the notification list don't overflow (#3500)
  • Subtags of tags the user has access to are visible even if these are not accessible (#3419)
  • assertAdmin tests access based on wrong gate ability (#3501)
  • Increasing the composer header size causes elements to slip underneath (#3502)
  • The profile mentions tab errors when sorting by created_at (#3506)