v5.0.0 #17
oneadera
announced in
Announcements
v5.0.0
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed
v5 is a ground-up rewrite requiring updates to existing implementations:
Inputcomponent (and built-in date/time/file pickers) has been removed. You must now bring your own UI components.FeedbackManagerandFeedbackContainerare removed. UI feedback should now be handled viaonSuccessandonErrorcallbacks.validateSchemais completely removed (previously deprecated).handleSubmitsignature changed: positional arguments are replaced by a single config object{ onSuccess, onError, resetOnSuccess }.react-fatless-form-weborreact-fatless-form-native) must now be installed instead of importing directly from a single core package.Full Changelog: v4.0.0...v5.0.0
This discussion was created from the release v5.0.0.
All reactions