Skip to content

Commit 5badfe0

Browse files
committed
Update CHANGELOG
1 parent ea1d066 commit 5badfe0

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44

55
## v12.0.0 - 2026-03-31
66

7-
### 💥 Breaking Changes - requires hoist-react v83.0.2 or higher.
7+
### 💥 Breaking Changes
88

9+
* Requires `hoist-react >= 83.0.2`.
910
* The webpack dev server now proxies API requests to the Grails backend, serving client resources
1011
and API responses from the same port. The default `baseUrl` in dev mode changed from the
1112
cross-origin `//devHost:devGrailsPort/` to `/api/` (matching production). Requests to `/api/...`
1213
are proxied to Grails with the prefix stripped. This mirrors the production nginx setup, avoids
1314
CORS issues, and simplifies local development. Apps with an explicit `baseUrl` are unaffected.
14-
Requires `@xh/hoist` v84+ for WebSocket compatibility.
15-
1615

1716
## v11.2.0 - 2026-03-27
1817

@@ -56,10 +55,10 @@
5655

5756
### 💥 Breaking Changes
5857

59-
* Requires `hoist-react >= 73.0`
58+
* Requires `hoist-react >= 73.0`.
6059
* Upgrade from `@xh/eslint-config` v6.0 to v7.0 requires changes to Hoist Applications' `eslint` configurations:
6160
Rename the `.eslintrc` file to `eslint.config.js` and use the configuration found in Toolbox's `eslint.config.js` as
62-
a new baseline example
61+
a new baseline example.
6362

6463
### 📚 Libraries
6564

0 commit comments

Comments
 (0)