Skip to content

Commit bf8091b

Browse files
chore: release [nosnapshot]
1 parent 9dceac9 commit bf8091b

File tree

12 files changed

+45
-25
lines changed

12 files changed

+45
-25
lines changed

.changeset/silent-shoes-promise.md

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

.changeset/slimy-years-cross.md

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

.changeset/spicy-turtles-know.md

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

.changeset/sweet-planes-smoke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @headless-tree/example-nextjs-react-compiler
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [7158afe]
8+
- Updated dependencies [297b575]
9+
- Updated dependencies [e2c256d]
10+
- Updated dependencies [1c14582]
11+
- @headless-tree/core@1.6.0
12+
- @headless-tree/react@1.6.0

examples/nextjs-react-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Lukas Bach <npm@lukasbach.com>",
55
"funding": "https://github.com/sponsors/lukasbach",
66
"private": true,
7-
"version": "0.0.0",
7+
"version": "0.0.1",
88
"scripts": {
99
"dev": "next dev",
1010
"build:sample": "next build",

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.6.0
4+
5+
### Minor Changes
6+
7+
- 297b575: The anchor for shift-selecting (`item.selectUpTo()`) is now the last item that was clicked while not holding shift, or alternatively the focused item if that didn't exist. The previous behavior was always using the focused item as anchor, which doesn't match common multi-select behaviors in similar applications (#176)
8+
9+
### Patch Changes
10+
11+
- 7158afe: Improve rerendering behavior by skipping changes to the item loading state when items are already loading, and skipping changes to loading state in case of checkbox click propagation if items are loaded immediately (#173)
12+
- 1c14582: Setup trusted publishing in NPM. Package deploys now don't work with a deploy token, but instead with a Trusted Publishing that directly connects the NPM package to Github Actions, allowing only deploys from the official pipeline and reducing the likelyhood of malicious deployments.
13+
314
## 1.5.1
415

516
### Patch 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.5.1",
16+
"version": "1.6.0",
1717
"main": "dist/index.d.ts",
1818
"module": "dist/index.mjs",
1919
"types": "dist/index.d.mts",

packages/react/CHANGELOG.md

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

3+
## 1.6.0
4+
5+
### Patch Changes
6+
7+
- e2c256d: Added alternative entrypoint for setups using React Compiler. Details on https://headless-tree.lukasbach.com/guides/react-compiler
8+
- 1c14582: Setup trusted publishing in NPM. Package deploys now don't work with a deploy token, but instead with a Trusted Publishing that directly connects the NPM package to Github Actions, allowing only deploys from the official pipeline and reducing the likelyhood of malicious deployments.
9+
310
## 1.5.1
411

512
## 1.5.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.5.1",
16+
"version": "1.6.0",
1717
"main": "dist/index.d.ts",
1818
"module": "dist/index.mjs",
1919
"types": "dist/index.d.mts",

0 commit comments

Comments
 (0)