@xh/hoist 73.0.0-SNAPSHOT.1739312014088 → 73.0.0-SNAPSHOT.1739485560030
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 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,21 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## v73.0.0-SNAPSHOT - unreleased
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
* Requires `hoist-core >= 28.1` with new APIs to support JSON searching in the Admin Console.
|
|
5
|
+
## v72.1.0 - 2025-02-13
|
|
8
6
|
|
|
9
7
|
### 🎁 New Features
|
|
10
8
|
|
|
11
9
|
* Introduced a new "JSON Search" feature to the Hoist Admin Console, accessible from the Config,
|
|
12
10
|
User Preference, and JSON Blob tabs. Supports searching JSON values stored within these objects
|
|
13
11
|
to filter and match data using JSON Path expressions.
|
|
14
|
-
*
|
|
15
|
-
|
|
12
|
+
* ⚠️Requires `hoist-core >= 28.1` with new APIs for this (optional) feature to function.
|
|
13
|
+
* Added new getters `StoreRecord.isDirty`, `Store.dirtyRecords`, and `Store.isDirty` to provide a
|
|
14
|
+
more consistent API in the data package. The pre-existing `isModified` getters are retained as
|
|
15
|
+
aliases, with the same semantics.
|
|
16
16
|
|
|
17
17
|
### 🐞 Bug Fixes
|
|
18
18
|
|
|
19
|
-
*
|
|
19
|
+
* Tuned mobile swipe handling to prevent horizontal swipes on a scrolling grid view from triggering
|
|
20
|
+
the Navigator's back gesture.
|
|
21
|
+
* Prevented the Admin Console Roles grid from losing its expand/collapse/scroll state on refresh.
|
|
20
22
|
* Fixed bug when merging `PersistOptions` with conflicting implicit provider types.
|
|
21
23
|
* Fixed bug where explicit `persistGrouping` options were not being respected by `GridModel`.
|
|
22
24
|
|
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.1739485560030",
|
|
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",
|