mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 02:07:38 +08:00
2.8 KiB
2.8 KiB
Changelog
1.2.0
Changed
- Set priority on subscription sidebar item (https://github.com/flarum/subscriptions/pull/43).
1.1.0
Changed
- Use css variables for badge (https://github.com/flarum/subscriptions/pulls/42)
- Add Prettier config and Update dependencies (https://github.com/flarum/subscriptions/pulls/41)
1.0.0
Changed
- Compatibility with Flarum v1.0.0.
Fixed
- Tooltips generate a deprecation warning
- Inconsistent data for subscribed provided by API (https://github.com/flarum/subscriptions/pull/37)
0.1.0-beta.16
Changed
- Updated admin category from discussion to feature (https://github.com/flarum/subscriptions/pull/39)
- Moved locale files from translation pack to extension (https://github.com/flarum/subscriptions/pull/34)
Fixed
- User state for discussion list persists across different discussion pages (https://github.com/flarum/subscriptions/pull/38)
0.1.0-beta.15
Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.
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)