Skip to content

v1.3.0

Compare
Choose a tag to compare
@davwheat davwheat released this 16 May 16:23
· 471 commits to main since this release

Added

  • [A11Y] Added role feed to DiscussionList (#3359)
  • Support multiple confirmation dialogs when closing a tab/window (#3372)
  • Markdown: markdown toolbar support for admin frontend (16d5cc1)

Changed

  • Post number calculation is now executed inside the database layer, preventing integrity constraints (#3358)
  • Errors from within extensions no longer make Flarum crash but trigger a visible warning (#3349)
  • Sorting options for discussion index is now extensible (#3377)
  • Event listeners from the framework now are added before those of extensions (#3373)

Fixed

  • Typings and missing typescript components (#3348)
  • Post--by-start-user CSS class is not added to post html (#3356)
  • Timestamps for notifications are incorrect on servers that have a timezone different than UTC (#3379)
  • Extensions with dependencies that are enabled do not cause dependencies to be enforced (#3352)
  • Search using non-words doesn't work (#3385)
  • Slugs are not working for other languages than English (#3387)
  • Deprecations are triggered on PHP 8.1 (#3384)
  • Post permalink for subdirectory installs have duplicate paths segments (#3354)
  • Composer discussion title is not always clearly visible (#3413)
  • Mentions: extensions re-using mentions can cause errors due to missing context (#3382)
  • Tags: tag selection modal errors on new discussions when pressing down (#3403)
  • [A11Y] Tags: focus to input and layout of tag selection modal are off (#3412)
  • Subscriptions: searching inside the following page will search in all discussions (#3376)

Full Changelog: 33d939c...v1.3.0