Skip to content

Commit 110cd00

Browse files
github-actions[bot]lukasbach
authored andcommitted
chore: release [nosnapshot]
1 parent 8cbef31 commit 110cd00

15 files changed

+47
-51
lines changed

.changeset/brave-years-shout.md

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

.changeset/chatty-ducks-live.md

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

.changeset/cuddly-teachers-walk.md

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

.changeset/heavy-carpets-smash.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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @headless-tree/core
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- cbeaba6: all state updates (like setSelectedItems) will not propagate while the component is unmounted. This happened before for `tree.setState()` calls directly, but not individual state atoms like `setSelectedItems`. When calling `createTree()` directly (instead of `useTree()`), `tree.setMounted(true)` needs to be called once after mount. No changes are necessary when using the React-based `useTree()` integration. (#158)
8+
9+
### Patch Changes
10+
11+
- 72e714b: all NPM deployments will now publish with provenance
12+
- 6693986: fixed an issue where async data loaders cause calling `item.getItemData()` outside of the component calling `useTree()` to cause a React warning log (#158)
13+
- 7a7424f: fixed incorrect exports definition in package.json for require/cjs imports (#161)
14+
- 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)
15+
- 51b0dea: Added `isUnorderedDragTarget` as alternative to `isDragTarget` for easier detection of drag type
16+
- 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
17+
- 597faad: Checkbox propagation is now supported for trees with async data loaders!
18+
- 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
19+
320
## 1.4.0
421

522
### Minor Changes

0 commit comments

Comments
 (0)