@xh/hoist 73.0.0-SNAPSHOT.1743781894378 → 73.0.0-SNAPSHOT.1743808100261

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,12 +2,14 @@
2
2
 
3
3
  ## v73.0.0-SNAPSHOT - unreleased
4
4
 
5
- * Support for reporting Client Version in Admin WebSockets tab.
6
- * NULL check when accessing records in Store to prevent a thrown error
5
+ ### 🎁 New Features
6
+
7
+ * Added the reported client app version as a column in the Admin Console WebSockets tab.
7
8
 
8
9
  ## v72.2.0 - 2025-03-13
9
10
 
10
11
  ### 🎁 New Features
12
+
11
13
  * Modified `TabContainerModel` to make more methods `protected`, improving extensibility for
12
14
  advanced use-cases.
13
15
  * Enhanced `XH.reloadApp` with new argument to clear query parameters before loading.
@@ -20,8 +22,8 @@
20
22
 
21
23
  ### 🐞 Bug Fixes
22
24
 
23
- * Prevent native browser context menu on Dash Canvas surfaces. It can hide the Dash Canvas custom
24
- context menu when an app's `showBrowserContextMenu` flag is `true`.
25
+ * Prevented native browser context menu from showing on `DashCanvas` surfaces and obscuring the
26
+ `DashCanvas` custom context menu.
25
27
 
26
28
  ## v72.1.0 - 2025-02-13
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1743781894378",
3
+ "version": "73.0.0-SNAPSHOT.1743808100261",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",