Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: bump packages version #760

Merged
merged 1 commit into from
Sep 13, 2024
Merged

release: bump packages version #760

merged 1 commit into from
Sep 13, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 10, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@conform-to/[email protected]

Minor Changes

  • 207f27c: feat(conform-zod): bigint coercion support

Patch Changes

  • 3a7f02e: fix(conform-zod): empty string default value support

    Previously, we suggested using .default() to set a fallback value. However, .default() does not work as expected with z.string().default(''). This issue has now been resolved, but keep in mind that the default value is still subject to validation errors. For more predictable results, we recommend using .transform(value => value ?? defaultValue) instead.

    Fix schema not allowing empty string through #676

  • 3b8abb4: fix(conform-zod): enable zod object coercion

    Conform should support nested fields with only checkboxes now. Fix Unexpected error hoisting #391.

  • Updated dependencies [ccf0ef4]

  • Updated dependencies [3358b54]

@conform-to/[email protected]

Patch Changes

  • ccf0ef4: fix: FormValue should never be null
  • 3358b54: Replace submission payload unknown types

@conform-to/[email protected]

Patch Changes

@conform-to/[email protected]

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from f2880e8 to 98ed6b2 Compare September 12, 2024 21:31
@github-actions github-actions bot force-pushed the changeset-release/main branch from 98ed6b2 to 329c5f4 Compare September 12, 2024 21:42
@edmundhung edmundhung merged commit db63782 into main Sep 13, 2024
@edmundhung edmundhung deleted the changeset-release/main branch September 13, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema not allowing empty string through Unexpected error hoisting
1 participant