@xh/hoist 76.0.0-SNAPSHOT.1754919294482 → 76.0.0-SNAPSHOT.1754920978016

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -31,14 +31,9 @@
31
31
  This new object supports several documented properties, including a useful `cubeLeaves` property,
32
32
  which can be activated via the `Query.provideLeaves` property.
33
33
 
34
-
35
-
36
34
  ### 🐞 Bug Fixes
37
35
  * Fixed bugs where `Store.modifyRecords`, `Store.revertRecords` and `Store.revert` were not properly
38
36
  handling changes to `SummaryRecords`.
39
-
40
- ### 🐞 Bug Fixes
41
-
42
37
  * Fixed minor `DashCanvas` issues with `allowAdd: false`, ensuring it does not block additions made
43
38
  via `loadState()` and hiding the `Add` context menu item in views as intended.
44
39
  * Updated `DashCanvas` CSS to set `position: relative;`, ensuring that the empty state overlay is
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "76.0.0-SNAPSHOT.1754919294482",
3
+ "version": "76.0.0-SNAPSHOT.1754920978016",
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",