Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/silent-shoes-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-years-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-turtles-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-planes-smoke.md

This file was deleted.

12 changes: 12 additions & 0 deletions examples/nextjs-react-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @headless-tree/example-nextjs-react-compiler

## 0.0.1

### Patch Changes

- Updated dependencies [7158afe]
- Updated dependencies [297b575]
- Updated dependencies [e2c256d]
- Updated dependencies [1c14582]
- @headless-tree/core@1.6.0
- @headless-tree/react@1.6.0
2 changes: 1 addition & 1 deletion examples/nextjs-react-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Lukas Bach <npm@lukasbach.com>",
"funding": "https://github.com/sponsors/lukasbach",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build:sample": "next build",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @headless-tree/core

## 1.6.0

### Minor Changes

- 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)

### Patch Changes

- 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)
- 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.

## 1.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"checkbox",
"hook"
],
"version": "1.5.1",
"version": "1.6.0",
"main": "dist/index.d.ts",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @headless-tree/react

## 1.6.0

### Patch Changes

- e2c256d: Added alternative entrypoint for setups using React Compiler. Details on https://headless-tree.lukasbach.com/guides/react-compiler
- 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.

## 1.5.1

## 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"checkbox",
"hook"
],
"version": "1.5.1",
"version": "1.6.0",
"main": "dist/index.d.ts",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
Expand Down
11 changes: 11 additions & 0 deletions packages/sb-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @headless-tree/sb-react

## 0.0.25

### Patch Changes

- Updated dependencies [7158afe]
- Updated dependencies [297b575]
- Updated dependencies [e2c256d]
- Updated dependencies [1c14582]
- @headless-tree/core@1.6.0
- @headless-tree/react@1.6.0

## 0.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sb-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@headless-tree/sb-react",
"private": true,
"version": "0.0.24",
"version": "0.0.25",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down