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

v3 #255

Draft
wants to merge 105 commits into
base: main
Choose a base branch
from
Draft

v3 #255

wants to merge 105 commits into from

Conversation

danielweinmann
Copy link
Contributor

@danielweinmann danielweinmann commented Dec 27, 2024

Breaking changes:

  • Form renamed to SchemaForm
  • From Remix and RR < v7 -> RRv7
  • node >= 20 and react >= 18 (react-router v7 requirements)
  • domain-functions to composable-functions:
    • environment -> context
    • second parameter of InputError or ContextError is now an array
    • should not throw 'string', instead we should throw new Error('string')

danielweinmann and others added 30 commits January 9, 2025 16:59
Rename FormProps to SchemaFormProps to avoid conflict with RR
Improve performMutation and formAction
Fix merging of error props and action data errors
Bring back success case test for async validation
Document why we can't pre-render async validation route
Rename howYouFoundAboutUs to howDidYouFindUs
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.

2 participants