@iebh/tera-fy 1.12.0 → 1.13.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 +14 -0
- package/api.md +295 -234
- package/dist/plugin.vue2.es2019.js +1 -1
- package/dist/terafy.es2019.js +2 -2
- package/dist/terafy.js +2 -2
- package/eslint.config.js +14 -0
- package/lib/terafy.client.js +86 -6
- package/lib/terafy.server.js +97 -1
- package/package.json +8 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
# [1.13.0](https://github.com/IEBH/TERA-fy/compare/v1.12.0...v1.13.0) (2024-07-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Issue where minimize/maximize screwed around with local dev mode focusRequest() state ([68d547c](https://github.com/IEBH/TERA-fy/commit/68d547c48c9cdee6aa2a018d8d8372c336ffdb69))
|
|
9
|
+
* Stop trying to handshake after timeout has tripped ([cc11595](https://github.com/IEBH/TERA-fy/commit/cc11595b7a2e057b5bd8715dc762b0e7b56f3d86))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* Debugging functionality to watch patch paths via `{debugPaths: Array<String|Array>}` ([23003bc](https://github.com/IEBH/TERA-fy/commit/23003bcbf248a72c872fc1c504b552df6868a3a3))
|
|
15
|
+
* uiConfirm(), uiPrompt() & uiThrow() ([32f4378](https://github.com/IEBH/TERA-fy/commit/32f4378ea686cf89f2a36256bcc9d35d8ac2b23a))
|
|
16
|
+
|
|
3
17
|
# [1.12.0](https://github.com/IEBH/TERA-fy/compare/v1.11.5...v1.12.0) (2024-07-04)
|
|
4
18
|
|
|
5
19
|
|