v5.0.0-alpha.6
Pre-release
Pre-release
·
79 commits
to main
since this release
Breaking Changes
React 18+ now required (#400)
The minimum React version is now 18 (previously 16.8). This is because form field IDs are now generated with useId() — a React 18 hook — to prevent ID collisions when multiple forms share the same schema on a page.
If you're already on React 18 or 19, no changes are needed.
schema-info >=0.3.0 now required
The minimum schema-info peer dependency is now 0.3.0 (previously 0.1.0).
What's Changed
- Use useId for unique form field IDs by @danielweinmann in #400
- Add autoInputTypes prop for format-based input type detection by @danielweinmann in #401
Full Changelog: v5.0.0-alpha.5...v5.0.0-alpha.6