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 #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

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/zod@1.2.0

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 edmundhung/conform#676

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

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

  • Updated dependencies [ccf0ef4]

  • Updated dependencies [e44c9e7]

    • @conform-to/dom@1.2.0

@conform-to/dom@1.2.0

Patch Changes

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

@conform-to/react@1.2.0

Patch Changes

  • Updated dependencies [ccf0ef4]
  • Updated dependencies [e44c9e7]
    • @conform-to/dom@1.2.0

@conform-to/yup@1.2.0

Patch Changes

  • Updated dependencies [ccf0ef4]
  • Updated dependencies [e44c9e7]
    • @conform-to/dom@1.2.0

@github-actions github-actions bot force-pushed the changeset-release/main branch from cd91132 to 86ffe33 Compare September 12, 2024 21:32
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
0 participants