@xh/hoist 74.0.0-SNAPSHOT.1747680094010 → 74.0.0-SNAPSHOT.1747682896027
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 +10 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 74.0.0-SNAPSHOT - unreleased
|
|
4
|
+
|
|
5
|
+
## v73.0.1 - 2025-05-19
|
|
6
|
+
|
|
7
|
+
### 🐞 Bug Fixes
|
|
8
|
+
|
|
9
|
+
* Fixed a minor issue with Admin Console Role Management.
|
|
4
10
|
|
|
5
11
|
## v73.0.0 - 2025-05-16
|
|
6
12
|
|
|
@@ -23,7 +29,7 @@
|
|
|
23
29
|
* Added ability to append terms to active filter *only* when `commitOnChage:false`
|
|
24
30
|
* Added new `PopoverFilterChooser` component - wraps `FilterChooser` in a `Popover` to allow it to
|
|
25
31
|
expand vertically when used in a `Toolbar` or other space-constrained, single-line layout.
|
|
26
|
-
|
|
32
|
+
* Enhanced OAuth clients with a new `reloginEnabled` config. Set to true to allow the client to do a
|
|
27
33
|
potentially interactive popup login mid-session to re-establish auth if its refresh token has
|
|
28
34
|
expired or been invalidated. Strongly recommended for all OAuth usages.
|
|
29
35
|
* Significantly upgraded the Admin Console "User Activity" tab:
|
|
@@ -78,8 +84,8 @@ build. That said, we *strongly* recommend taking these same changes into your ap
|
|
|
78
84
|
|
|
79
85
|
* @xh/hoist-dev-utils `10.x → 11.x`
|
|
80
86
|
* eslint `8.x → 9.x`
|
|
81
|
-
|
|
82
|
-
|
|
87
|
+
* Apps making this update must also rename their `.eslintrc` file to `eslint.config.js`. See the
|
|
88
|
+
configuration found in Toolbox's `eslint.config.js` as your new baseline.
|
|
83
89
|
* eslint-config-prettier `9.x → 10.x`
|
|
84
90
|
* typescript `5.1 → 5.8`
|
|
85
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "74.0.0-SNAPSHOT.
|
|
3
|
+
"version": "74.0.0-SNAPSHOT.1747682896027",
|
|
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",
|