@xh/hoist 78.0.0-SNAPSHOT.1762906173996 → 78.0.0-SNAPSHOT.1762979452848

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## 78.0.0-SNAPSHOT - unreleased
4
4
 
5
+ ## 77.1.1 - 2025-11-12
6
+
5
7
  ### 🎁 New Features
6
8
  * New method `StoreRecord.getModifiedValues()` to gather edited data from a store record.
7
9
 
@@ -9,7 +11,6 @@
9
11
  * StoreRecord will no longer report `isModified` as `true` if a field has been edited and
10
12
  then returned to its original value in a subsequent edit.
11
13
  * Restore support for `TabModel.content` being nullable to support dynamic tab content.
12
-
13
14
  * Remove stray context menu from appearing when clicking on column group headers and other grid
14
15
  empty space.
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "78.0.0-SNAPSHOT.1762906173996",
3
+ "version": "78.0.0-SNAPSHOT.1762979452848",
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",