mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 20:16:08 +08:00
2.3 KiB
2.3 KiB
Changelog
1.2.0
Changed
- Convert to TypeScript (https://github.com/flarum/pusher/pull/34).
- Replace jQuery with vanilla JS (https://github.com/flarum/pusher/pull/35).
Fixed
- Discussion list pagination breaks when clicking on the update button (https://github.com/flarum/pusher/pull/33).
1.1.0
No changes.
1.0.0
Added
- Make non public discussions realtime (https://github.com/flarum/pusher/pull/17)
Changed
- Compatibility with Flarum v1.0.0.
0.1.0-beta.16
Changed
- Moved locale files from translation pack to extension (https://github.com/flarum/pusher/pull/26)
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.1
Fixed
- Children were incorrectly passed to show update highlight
- Update discussion list caused an error (#27)
0.1.0-beta.14
Changed
- Updated mithril to version 2
- Load language strings correctly on en-/disable
- Updated JS dependencies
Fixed
- Publish no events for tags when flarum/tags isn't installed (#25)
0.1.0-beta.13
Changed
- Use different CDN for loading Pusher JS library (#20)
- Updated JS dependencies
0.1.0-beta.9
Changed
0.1.0-beta.8.1
Fixed
- Fix broken functionality (00b127c)