@signageos/front-display 14.12.1 → 14.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +3 -3
- package/dist/polyfill.js +1 -1
- package/dist/serviceWorker.js +1 -1
- package/dist/webWorker.js +1 -1
- package/package.json +15 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [14.12.3] - 2025-02-17
|
|
8
|
+
### Fixed
|
|
9
|
+
- Auto reconnecting (`autoReconnect: boolean`) stream edge cases and race conditions. 1) Some platforms and streams can emit events `error` and `ended` at the same time. This case was fixed. 2) Multiple streams with reconnect enabled is fixed now.
|
|
10
|
+
|
|
11
|
+
## [14.12.2] - 2025-02-13
|
|
12
|
+
### Fixed
|
|
13
|
+
- Fix polyfill compilation, it work correctly now in older browsers
|
|
14
|
+
|
|
7
15
|
## [14.12.1] - 2025-02-11
|
|
8
16
|
### Fixed
|
|
9
17
|
- Problem with WS after network change
|