@xh/hoist 69.0.0-SNAPSHOT.1728610416487 → 69.0.0-SNAPSHOT.1728678076307
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 +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -17,7 +17,8 @@ more granular tracking and timing of app startup lifecycle.
|
|
|
17
17
|
|
|
18
18
|
* Improvements to the typing of `HoistBase.addReaction`. Note that applications may need to adjust
|
|
19
19
|
typescript slightly in calls to this method to conform to the tighter typing.
|
|
20
|
-
|
|
20
|
+
* The filter field in the top toolbar of Grid's Column Filter Values tab now filters with `any`,
|
|
21
|
+
instead of `startsWith`.
|
|
21
22
|
|
|
22
23
|
### 🐞 Bug Fixes
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "69.0.0-SNAPSHOT.
|
|
3
|
+
"version": "69.0.0-SNAPSHOT.1728678076307",
|
|
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",
|