framework/extensions/pusher/CHANGELOG.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2018-12-07 06:42:34 +08:00
# Changelog
2020-11-02 17:07:51 +08:00
## [0.1.0-beta.14.1](https://github.com/flarum/pusher/compare/v0.1.0-beta.14...v0.1.0-beta.14.1)
### Fixed
- Children were incorrectly passed to show update highlight
- Update discussion list caused an error (#27)
2020-10-15 21:17:59 +08:00
## [0.1.0-beta.14](https://github.com/flarum/pusher/compare/v0.1.0-beta.13...v0.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)
2020-05-01 19:08:46 +08:00
## [0.1.0-beta.13](https://github.com/flarum/pusher/compare/v0.1.0-beta.12...v0.1.0-beta.13)
### Changed
- Use different CDN for loading Pusher JS library (#20)
- Updated JS dependencies
2019-06-24 17:56:50 +08:00
## [0.1.0-beta.9](https://github.com/flarum/pusher/compare/v0.1.0-beta.8.1...v0.1.0-beta.9)
2019-02-15 07:30:04 +08:00
### Changed
- Replace event subscribers (that resolve services too early) with listeners ([da0f0af](https://github.com/flarum/pusher/commit/da0f0afb24bae39535b4beaf750f311c403adef1) and [28a70ff](https://github.com/flarum/pusher/commit/28a70ff074014bc75acee6eff7a74faecf5ae341))
2018-12-07 06:42:34 +08:00
## [0.1.0-beta.8.1](https://github.com/flarum/pusher/compare/v0.1.0-beta.8...v0.1.0-beta.8.1)
### Fixed
- Fix broken functionality ([00b127c](https://github.com/flarum/pusher/commit/00b127c576e5554bc04b491ec47ae57f8525fac3))