1.3.0
From v1.2.1 on all bundled Flarum extensions and flarum/core are merged into one mono repo, see https://github.com/flarum/framework. This repository flarum/flarum-core is the read only split of that framework and used to publish the composer package flarum/core
.
Added
- [A11Y] Added role feed to DiscussionList (flarum/framework#3359)
- Support multiple confirmation dialogs when closing a tab/window (flarum/framework#3372)
Changed
- Post number calculation is now executed inside the database layer, preventing integrity constraints (flarum/framework#3358)
- Errors from within extensions no longer make Flarum crash but trigger a visible warning (flarum/framework#3349)
- Sorting options for discussion index is now extensible (flarum/framework#3377)
- Event listeners from the framework now are added before those of extensions (flarum/framework#3373)
Fixed
- Typings and missing typescript components (flarum/framework#3348)
Post--by-start-user
CSS class is not added to post html (flarum/framework#3356)- Timestamps for notifications are incorrect on servers that have a timezone different than UTC (flarum/framework#3379)
- Extensions with dependencies that are enabled do not cause dependencies to be enforced (flarum/framework#3352)
- Search using non-words doesn't work (flarum/framework#3385)
- Slugs are not working for other languages than English (flarum/framework#3387)
- Deprecations are triggered on PHP 8.1 (flarum/framework#3384)
- Post permalink for subdirectory installs have duplicate paths segments (flarum/framework#3354)
- Composer discussion title is not always clearly visible (flarum/framework#3413)