@iebh/tera-fy 1.14.2 → 1.15.1

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 CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.1](https://github.com/IEBH/TERA-fy/compare/v1.15.0...v1.15.1) (2024-11-14)
4
+
5
+
6
+ ### devops
7
+
8
+ * Also patch restrictOrigin rule when using child mode ([5647e84](https://github.com/IEBH/TERA-fy/commit/5647e84befa5d176ceab4a0865a6c5e80203dbcc))
9
+
10
+ # [1.15.0](https://github.com/IEBH/TERA-fy/compare/v1.14.2...v1.15.0) (2024-11-13)
11
+
12
+
13
+ ### feat
14
+
15
+ * Added write throttle to bindProjectState() ([a86afc0](https://github.com/IEBH/TERA-fy/commit/a86afc0a397682e28e5a9c658e06cc827f9986db))
16
+ * All clients now have a unique session ID ([5c4d24d](https://github.com/IEBH/TERA-fy/commit/5c4d24db0a54392ee165594f09cd4b0a214015df))
17
+ * Transmit session ID with project state patches ([f31f52a](https://github.com/IEBH/TERA-fy/commit/f31f52a2eaef30e9a4d5dcfad5d08ae7a9b43c60))
18
+ * uiDie() ([bc144c4](https://github.com/IEBH/TERA-fy/commit/bc144c4288bb3b1fd01f3cc10e88b9884b981539))
19
+
20
+ ### fix
21
+
22
+ * Always return a promise for handshakeLoop() ([cab3e60](https://github.com/IEBH/TERA-fy/commit/cab3e60e2ba34db148dcdbb6fc127d0d9da0d0df))
23
+ * Better handling for modeOverrides - dont stomp on URL if the user has already overriden it ([e5d847b](https://github.com/IEBH/TERA-fy/commit/e5d847b0b60a84766460496f7b38c28d21c5f729))
24
+ * Local dev mode fixes for TERA-fy client mode ([e9c0697](https://github.com/IEBH/TERA-fy/commit/e9c06977b434ff6c2e9ac305301cc5d9e85c7bd3))
25
+
26
+ ### refactor
27
+
28
+ * Move from a ignoreCount model to a did-i-do-that model for state patching ([1f560ac](https://github.com/IEBH/TERA-fy/commit/1f560acced09f0296bf7c17766f0c4085a57ee95))
29
+
3
30
  ## [1.14.2](https://github.com/IEBH/TERA-fy/compare/v1.14.1...v1.14.2) (2024-11-01)
4
31
 
5
32