jclic 2.1.10 → 2.1.11
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 +6 -0
- package/dist/jclic-node.js +228 -487
- package/dist/jclic-node.js.map +1 -1
- package/dist/jclic.components.LICENSE +4 -4
- package/dist/jclic.min.js +2 -2
- package/dist/jclic.min.js.map +1 -1
- package/dist/jclicjs.zip +0 -0
- package/package.json +16 -16
- package/src/GlobalData.js +1 -1
- package/src/JClicPlayer.js +89 -4
- package/src/skins/Skin.js +1 -1
- package/dist/jclic-node.js.LICENSE.txt +0 -2231
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
### v2.1.11 (2022-08-04)
|
|
2
|
+
#### Improvements
|
|
3
|
+
- Upgraded dependencies
|
|
4
|
+
- Detect swipe gestures on touch devices to go back or forward in the sequence of activities.
|
|
5
|
+
- Toggle full screen with "double touch" gesture.
|
|
6
|
+
|
|
1
7
|
### v2.1.10 (2022-03-15)
|
|
2
8
|
#### Bug fixes
|
|
3
9
|
- Clear `pos0` attribute in `ActiveBox` after bag resize or move.
|