From 7ecd2cd086836c6db20678e30f460a91647cd8c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:56:05 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 11 +++++++++++ packages/form-react/CHANGELOG.md | 11 +++++++++++ packages/form-react/package.json | 2 +- packages/form-solid/CHANGELOG.md | 13 +++++++++++++ packages/form-solid/package.json | 2 +- packages/form/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/form/package.json | 2 +- 7 files changed, 62 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index b97ccf9..dfc8c75 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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" diff --git a/packages/form-react/CHANGELOG.md b/packages/form-react/CHANGELOG.md index e7f2ab9..6acca7a 100644 --- a/packages/form-react/CHANGELOG.md +++ b/packages/form-react/CHANGELOG.md @@ -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 diff --git a/packages/form-react/package.json b/packages/form-react/package.json index ce28af9..05360ab 100644 --- a/packages/form-react/package.json +++ b/packages/form-react/package.json @@ -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": { diff --git a/packages/form-solid/CHANGELOG.md b/packages/form-solid/CHANGELOG.md index 45c4f04..56092c0 100644 --- a/packages/form-solid/CHANGELOG.md +++ b/packages/form-solid/CHANGELOG.md @@ -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 diff --git a/packages/form-solid/package.json b/packages/form-solid/package.json index 8da5c51..c8bcad8 100644 --- a/packages/form-solid/package.json +++ b/packages/form-solid/package.json @@ -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": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 749bde9..d91ed31 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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 diff --git a/packages/form/package.json b/packages/form/package.json index e39a682..856f574 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -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": {