@xh/hoist 73.0.0-SNAPSHOT.1746051498287 → 73.0.0-SNAPSHOT.1746205425691
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 +12 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,19 +9,19 @@ and new properties on `TrackLog`.
|
|
|
9
9
|
|
|
10
10
|
### 🎁 New Features
|
|
11
11
|
|
|
12
|
-
* Added a new "Clients"
|
|
12
|
+
* Added a new Admin Console "Clients" tab - a consolidated view of all websocket-connected clients
|
|
13
13
|
across all instances in the cluster.
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
* Significantly upgraded the Admin Console "User Activity" tab with:
|
|
15
|
+
* Persisted custom views via `ViewManager`.
|
|
16
|
+
* New ability to promote data in `data` block to grids for aggregation, reporting and charting.
|
|
17
|
+
* Enhanced track messages with new `tabId` and `loadId` properties, to disambiguate activity for
|
|
18
|
+
users with multiple browser tabs and multiple full refreshes/restarts of a client app within
|
|
19
|
+
the same tab.
|
|
20
|
+
* Improved charting, with a column chart used for both timeseries and category data and fixes to
|
|
21
|
+
the "skip weekends" option.
|
|
21
22
|
* Updated `FormModel` to support `persistWith` for storing and recalling its values, including
|
|
22
23
|
developer options to persist all or a provided subset of fields.
|
|
23
24
|
|
|
24
|
-
|
|
25
25
|
### 🐞 Bug Fixes
|
|
26
26
|
|
|
27
27
|
* Fixed drag-and-drop usability issues with the mobile `ColChooser`.
|
|
@@ -30,8 +30,8 @@ and new properties on `TrackLog`.
|
|
|
30
30
|
|
|
31
31
|
### ⚙️ Typescript API Adjustments
|
|
32
32
|
|
|
33
|
-
* Corrected `StoreCountLabelProps` interface.
|
|
34
33
|
* Corrected `GridGroupSortFn` param types.
|
|
34
|
+
* Corrected `StoreCountLabelProps` interface.
|
|
35
35
|
|
|
36
36
|
### ⚙️ Technical
|
|
37
37
|
|
|
@@ -43,8 +43,8 @@ and new properties on `TrackLog`.
|
|
|
43
43
|
the client remained on an older version.
|
|
44
44
|
* Note that a misconfigured build - where the client build version is not set to the same value
|
|
45
45
|
as the server - would result in a false positive for an upgrade. The two should always match.
|
|
46
|
-
*
|
|
47
|
-
|
|
46
|
+
* Calls to `Promise.track()` that are rejected with an exception will be tracked with new
|
|
47
|
+
severity level of `TrackSeverity.ERROR`
|
|
48
48
|
|
|
49
49
|
## v72.5.1 - 2025-04-15
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1746205425691",
|
|
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",
|