File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments