@iebh/tera-fy 2.0.15 → 2.0.17
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/plugin.vue2.es2019.js +13 -13
- package/lib/syncro/syncro.js +77 -48
- package/lib/terafy.server.js +3 -2
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.16](https://github.com/IEBH/TERA-fy/compare/v2.0.15...v2.0.16) (2025-03-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### fix
|
|
7
|
+
|
|
8
|
+
* Better tolerence for failed Syncro mount operations ([b52ec30](https://github.com/IEBH/TERA-fy/commit/b52ec30af0a3f8e2853e196e5159be4e70c062d3))
|
|
9
|
+
* uiProgress calls should always default to enabling the modal backdrop ([bf1cb1a](https://github.com/IEBH/TERA-fy/commit/bf1cb1a4e67db67ea6d7cd484295d5d9b60aff83))
|
|
10
|
+
|
|
3
11
|
## [2.0.15](https://github.com/IEBH/TERA-fy/compare/v2.0.14...v2.0.15) (2025-03-19)
|
|
4
12
|
|
|
5
13
|
|