@xh/hoist 79.0.0-SNAPSHOT.1763740904682 → 79.0.0-SNAPSHOT.1763746427291
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 +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,12 @@
|
|
|
35
35
|
|
|
36
36
|
## 77.1.1 - 2025-11-12
|
|
37
37
|
|
|
38
|
+
### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW)
|
|
39
|
+
|
|
40
|
+
* Apps that use and provide the `highcharts` library should be sure to update the version to v12.4.0.
|
|
41
|
+
Refer to `Bootstrap.js` in Toolbox for required import changes.
|
|
42
|
+
* Visit https://www.highcharts.com/blog/changelog/ for specific changes.
|
|
43
|
+
|
|
38
44
|
### 🎁 New Features
|
|
39
45
|
|
|
40
46
|
* New method `StoreRecord.getModifiedValues()` to gather edited data from a store record.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1763746427291",
|
|
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",
|