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
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@
"@lucas-barake/effect-form-solid": "0.0.0-beta.0"
},
"changesets": [
"array-default-schemas",
"asyncresult-accessors",
"atom-debounce",
"atom-family-registries",
"autosubmit-lost-change",
"bump-effect-beta-18",
"descriptive-uninit-errors",
"effect-v4-migration",
"expose-field-path",
"failed-submit-not-recorded",
"fix-duration-input-compat",
"heavy-eels-tickle",
"rooterror-built-form",
"simplify-builder-types",
"solid-array-tracking",
"submit-stale-writeback",
"true-pandas-lay",
"update-effect-beta-14",
"update-effect-beta-27"
Expand Down
11 changes: 11 additions & 0 deletions packages/form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lucas-barake/effect-form-react

## 0.26.0-beta.5

### Patch Changes

- [#98](https://github.com/lucas-barake/effect-form/pull/98) [`4e76a88`](https://github.com/lucas-barake/effect-form/commit/4e76a88ce14ee175b544ee5b9f1614a8b8f37c90) Thanks [@lucas-barake](https://github.com/lucas-barake)! - descriptive errors when form atoms are used before initialization

- [#97](https://github.com/lucas-barake/effect-form/pull/97) [`4bf0d88`](https://github.com/lucas-barake/effect-form/commit/4bf0d88a7e0de6d38bdd8b08af931b91918fcc98) Thanks [@lucas-barake](https://github.com/lucas-barake)! - declare `rootError` on `BuiltForm` in the react and solid bindings

- Updated dependencies [[`e69326e`](https://github.com/lucas-barake/effect-form/commit/e69326ea5af521c254ae24d9d557c34359224c30), [`953fdf9`](https://github.com/lucas-barake/effect-form/commit/953fdf9cf0dca708248c823d876d32f1aac97af2), [`5e30412`](https://github.com/lucas-barake/effect-form/commit/5e30412536a11a61a2c39cfac6226ac12f89e2c6), [`e1239e8`](https://github.com/lucas-barake/effect-form/commit/e1239e8a64d3bc420184d713389191357f1adaa9), [`1f9b932`](https://github.com/lucas-barake/effect-form/commit/1f9b932e3f0a40fbecb26e54bbe7cf2d47aaa9c7), [`4e76a88`](https://github.com/lucas-barake/effect-form/commit/4e76a88ce14ee175b544ee5b9f1614a8b8f37c90), [`4bb950c`](https://github.com/lucas-barake/effect-form/commit/4bb950c1626284f7053b58d2e6e0a6705a8f1a15), [`860cd81`](https://github.com/lucas-barake/effect-form/commit/860cd8134dbef0ce3410570325104114c80bcb40), [`243a2b6`](https://github.com/lucas-barake/effect-form/commit/243a2b6e299c11375cdeb4dc0d45158c437e9999)]:
- @lucas-barake/effect-form@0.25.0-beta.6

## 0.26.0-beta.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-barake/effect-form-react",
"version": "0.26.0-beta.4",
"version": "0.26.0-beta.5",
"description": "React bindings for @lucas-barake/effect-form",
"type": "module",
"publishConfig": {
Expand Down
13 changes: 13 additions & 0 deletions packages/form-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lucas-barake/effect-form-solid

## 0.0.0-beta.2

### Patch Changes

- [#98](https://github.com/lucas-barake/effect-form/pull/98) [`4e76a88`](https://github.com/lucas-barake/effect-form/commit/4e76a88ce14ee175b544ee5b9f1614a8b8f37c90) Thanks [@lucas-barake](https://github.com/lucas-barake)! - descriptive errors when form atoms are used before initialization

- [#97](https://github.com/lucas-barake/effect-form/pull/97) [`4bf0d88`](https://github.com/lucas-barake/effect-form/commit/4bf0d88a7e0de6d38bdd8b08af931b91918fcc98) Thanks [@lucas-barake](https://github.com/lucas-barake)! - declare `rootError` on `BuiltForm` in the react and solid bindings

- [#101](https://github.com/lucas-barake/effect-form/pull/101) [`fe71942`](https://github.com/lucas-barake/effect-form/commit/fe719426ed263af34ac6e8c8ce8c44cbc579e332) Thanks [@lucas-barake](https://github.com/lucas-barake)! - fix array item inputs losing focus and dropping input after one keystroke

- Updated dependencies [[`e69326e`](https://github.com/lucas-barake/effect-form/commit/e69326ea5af521c254ae24d9d557c34359224c30), [`953fdf9`](https://github.com/lucas-barake/effect-form/commit/953fdf9cf0dca708248c823d876d32f1aac97af2), [`5e30412`](https://github.com/lucas-barake/effect-form/commit/5e30412536a11a61a2c39cfac6226ac12f89e2c6), [`e1239e8`](https://github.com/lucas-barake/effect-form/commit/e1239e8a64d3bc420184d713389191357f1adaa9), [`1f9b932`](https://github.com/lucas-barake/effect-form/commit/1f9b932e3f0a40fbecb26e54bbe7cf2d47aaa9c7), [`4e76a88`](https://github.com/lucas-barake/effect-form/commit/4e76a88ce14ee175b544ee5b9f1614a8b8f37c90), [`4bb950c`](https://github.com/lucas-barake/effect-form/commit/4bb950c1626284f7053b58d2e6e0a6705a8f1a15), [`860cd81`](https://github.com/lucas-barake/effect-form/commit/860cd8134dbef0ce3410570325104114c80bcb40), [`243a2b6`](https://github.com/lucas-barake/effect-form/commit/243a2b6e299c11375cdeb4dc0d45158c437e9999)]:
- @lucas-barake/effect-form@0.25.0-beta.6

## 0.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-barake/effect-form-solid",
"version": "0.0.0-beta.1",
"version": "0.0.0-beta.2",
"description": "Solid bindings for @lucas-barake/effect-form",
"type": "module",
"publishConfig": {
Expand Down
24 changes: 24 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @lucas-barake/effect-form

## 0.25.0-beta.6

### Minor Changes

- [#100](https://github.com/lucas-barake/effect-form/pull/100) [`5e30412`](https://github.com/lucas-barake/effect-form/commit/5e30412536a11a61a2c39cfac6226ac12f89e2c6) Thanks [@lucas-barake](https://github.com/lucas-barake)! - use `Atom.debounce` for validation and auto-submit debouncing; `ParsedMode.debounce` now carries `Duration.Input` instead of milliseconds

- [#99](https://github.com/lucas-barake/effect-form/pull/99) [`e1239e8`](https://github.com/lucas-barake/effect-form/commit/e1239e8a64d3bc420184d713389191357f1adaa9) Thanks [@lucas-barake](https://github.com/lucas-barake)! - replace the internal weak-registry with `Atom.family`; `validationAtomsRegistry` and `fieldAtomsRegistry` are removed from the `FormAtoms` interface

### Patch Changes

- [#93](https://github.com/lucas-barake/effect-form/pull/93) [`e69326e`](https://github.com/lucas-barake/effect-form/commit/e69326ea5af521c254ae24d9d557c34359224c30) Thanks [@lucas-barake](https://github.com/lucas-barake)! - default array schemas to `[]` in `getDefaultFromSchema`

- [#95](https://github.com/lucas-barake/effect-form/pull/95) [`953fdf9`](https://github.com/lucas-barake/effect-form/commit/953fdf9cf0dca708248c823d876d32f1aac97af2) Thanks [@lucas-barake](https://github.com/lucas-barake)! - use AsyncResult accessors instead of manual result inspection in display-error logic

- [#102](https://github.com/lucas-barake/effect-form/pull/102) [`1f9b932`](https://github.com/lucas-barake/effect-form/commit/1f9b932e3f0a40fbecb26e54bbe7cf2d47aaa9c7) Thanks [@lucas-barake](https://github.com/lucas-barake)! - fix auto-submit silently dropping a change made during a follow-up submit

- [#98](https://github.com/lucas-barake/effect-form/pull/98) [`4e76a88`](https://github.com/lucas-barake/effect-form/commit/4e76a88ce14ee175b544ee5b9f1614a8b8f37c90) Thanks [@lucas-barake](https://github.com/lucas-barake)! - descriptive errors when form atoms are used before initialization

- [#103](https://github.com/lucas-barake/effect-form/pull/103) [`4bb950c`](https://github.com/lucas-barake/effect-form/commit/4bb950c1626284f7053b58d2e6e0a6705a8f1a15) Thanks [@lucas-barake](https://github.com/lucas-barake)! - a failed `onSubmit` is no longer recorded as a successful submit (`lastSubmittedValues` only updates when `onSubmit` succeeds)

- [#96](https://github.com/lucas-barake/effect-form/pull/96) [`860cd81`](https://github.com/lucas-barake/effect-form/commit/860cd8134dbef0ce3410570325104114c80bcb40) Thanks [@lucas-barake](https://github.com/lucas-barake)! - flatten builder field intersections for readable hover types

- [#104](https://github.com/lucas-barake/effect-form/pull/104) [`243a2b6`](https://github.com/lucas-barake/effect-form/commit/243a2b6e299c11375cdeb4dc0d45158c437e9999) Thanks [@lucas-barake](https://github.com/lucas-barake)! - preserve field edits made during an in-flight async submit instead of reverting to the pre-submit snapshot

## 0.25.0-beta.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucas-barake/effect-form",
"version": "0.25.0-beta.5",
"version": "0.25.0-beta.6",
"description": "Type-safe form builder powered by Effect Schema",
"type": "module",
"publishConfig": {
Expand Down