Skip to content

Commit 0e39d5f

Browse files
chore: release [nosnapshot]
1 parent f868647 commit 0e39d5f

12 files changed

+33
-34
lines changed

.changeset/brave-years-shout.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/honest-beds-perform.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-impalas-reflect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-avocados-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-elephants-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-carrots-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @headless-tree/core
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 72e714b: all NPM deployments will now publish with provenance
8+
- 215ab4b: add a new symbol that can be used in hotkey configurations "metaorcontrol" that will trigger if either any windows control key or mac meta key is pressed (#141)
9+
- 51b0dea: Added `isUnorderedDragTarget` as alternative to `isDragTarget` for easier detection of drag type
10+
- cf845d7: Added new state variable `loadingCheckPropagationItems` to indicate if, in async trees with checkboxes and state propagation enabled, data loading operations are currently loading due to a checkbox propagation taking place
11+
- 597faad: Checkbox propagation is now supported for trees with async data loaders!
12+
- b0ee382: triggering a data refetch will now always set the loadingItemData/loadingItemChildrens state variable to the associated items if they where not apart of the cache before
13+
314
## 1.4.0
415

516
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"checkbox",
1414
"hook"
1515
],
16-
"version": "1.4.0",
16+
"version": "1.4.1",
1717
"main": "dist/index.d.ts",
1818
"module": "dist/index.mjs",
1919
"types": "dist/index.d.mts",

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @headless-tree/react
22

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- 72e714b: all NPM deployments will now publish with provenance
8+
39
## 1.4.0
410

511
## 1.3.0

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"checkbox",
1414
"hook"
1515
],
16-
"version": "1.4.0",
16+
"version": "1.4.1",
1717
"main": "dist/index.d.ts",
1818
"module": "dist/index.mjs",
1919
"types": "dist/index.d.mts",

0 commit comments

Comments
 (0)