@needle-tools/engine 3.30.0 → 3.31.0
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 +3 -0
- package/dist/needle-engine.js +2901 -2846
- package/dist/needle-engine.light.js +3878 -3823
- package/dist/needle-engine.light.min.js +272 -252
- package/dist/needle-engine.light.umd.cjs +145 -125
- package/dist/needle-engine.min.js +181 -161
- package/dist/needle-engine.umd.cjs +146 -126
- package/lib/engine/engine_utils.js +2 -2
- package/lib/engine/engine_utils.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/engine_utils.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,9 @@ All notable changes to this package 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
|
+
## [3.31.0] - 2023-01-23
|
|
8
|
+
- Fix: `isDesktop()` util method should return false on iPad
|
|
9
|
+
|
|
7
10
|
## [3.30.0] - 2023-01-19
|
|
8
11
|
- Add: VideoPlayer `preload` method to start loading the video file without having to start playback
|
|
9
12
|
- Add: VideoPlayer support for m3u8 video stream format (set the mode to URL and assign the video streaming url)
|