Added
created_at
andupdated_at
columns added to several tables (flarum/framework#3435)- Priorities added to AdminNav links (flarum/framework#3453)
app.translator
allows retrieving and setting locale (flarum/framework#3451)- Extensions can now declare custom settings components for use with
buildSettingComponent
(flarum/framework#3494) - Implement extensibility on
rel
andtarget
attributes on links (flarum/framework#3455)
Changed
- Split boot script for Flarum in HTML footer into two parts for CSP hashing (flarum/framework#3461)
- Split asset compilation by giving assembling compilers its own method (flarum/framework#3446)
- Increase visibility of Component typescript class for better extensibility (flarum/framework#3437)
Fixed
- CLI based installations don't exit with an error code on failure (flarum/framework#3452)
- Tabbing through dropdown controls doesn't make them visible (flarum/framework#3450)
- Long topic titles in the notification list don't overflow (flarum/framework#3500)
assertAdmin
tests access based on wrong gate ability (flarum/framework#3501)- Increasing the composer header size causes elements to slip underneath (flarum/framework#3502)