Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/rare-eels-juggle.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack-isomorphic-form/core

## 0.2.2

### Patch Changes

- b863801: Allow `useIsomorphicForm(loaderData, options)` in the React package to accept hook-level `defaultValues`, using those values to seed idle form state for a specific hook instance while preserving the existing sanitizer behavior.

## 0.2.1

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack-isomorphic-form/core",
"version": "0.2.1",
"version": "0.2.2",
"description": "Core primitives for isomorphic form loading, form-data extraction, and actions in TanStack Start.",
"keywords": [
"form",
Expand Down
8 changes: 8 additions & 0 deletions libs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack-isomorphic-form/react

## 0.2.2

### Patch Changes

- b863801: Allow `useIsomorphicForm(loaderData, options)` in the React package to accept hook-level `defaultValues`, using those values to seed idle form state for a specific hook instance while preserving the existing sanitizer behavior.
- Updated dependencies [b863801]
- @tanstack-isomorphic-form/core@0.2.2

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack-isomorphic-form/react",
"version": "0.2.1",
"version": "0.2.2",
"description": "React bindings for progressively enhanced isomorphic forms in TanStack Start.",
"keywords": [
"form",
Expand Down