jclic 2.1.15 → 2.1.16
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 +7 -0
- package/dist/jclic-node.js +28660 -272
- package/dist/jclic-node.js.map +1 -1
- package/dist/jclic.components.LICENSE +0 -217
- package/dist/jclic.min.js +2 -2
- package/dist/jclic.min.js.map +1 -1
- package/package.json +9 -10
- package/src/GlobalData.js +1 -1
- package/src/Utils.js +1 -1
- package/src/project/JClicProject.js +4 -2
- package/webpack.config.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
### v2.1.16 (2023-12-12)
|
|
2
|
+
#### Improvements
|
|
3
|
+
- Upgraded dependencies
|
|
4
|
+
#### Bug fixes
|
|
5
|
+
- Uninstall `webpack-node-externals` due to an incompatibility with `clipboard-polyfill` version 4
|
|
6
|
+
- Avoid font checking when running on NodeJS due to an error of [JSDOM](https://github.com/jsdom/jsdom) with [jQuery](https://jquery.com/) XML node trees.
|
|
7
|
+
|
|
1
8
|
### v2.1.15 (2023-09-26)
|
|
2
9
|
#### Improvements
|
|
3
10
|
- Upgraded dependencies
|