mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
1.4 KiB
1.4 KiB
Changelog
0.1.0-beta.14
Added
- Meta title now available for following page (#23)
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
- Notification emails now are translatable (#30)
Fixed
- Button colors for dark mode were too vague (#26)
0.1.0-beta.13
Changed
- Updated JS dependencies
Fixed
- Send "new post" email through queue (flarum/core#1869)
0.1.0-beta.12
Fixed
- WhereExists performed extremely bad, impacting the following gambit (#22)
0.1.0-beta.9
Changed
- Replace event subscribers (that resolve services too early) with listeners (7ac73b8)