All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(ly-form): change submit transform event to droppable.
- Bump "flutter_lyform" to
0.15.0
.
- Bump "lyform_validators" to
0.15.0
.
Packages with breaking changes:
Packages with other changes:
- PERF(flutter_riverform): set initialValues optional on RiverformScope.
- FEAT: simplify riverform and add reset funtionality to flutter_riverform.
- FEAT(flutter_riverform): add WidgetRef to builders.
- FEAT(riverform): add logic to await for validation values.
- FEAT(flutter_riverform): add simple flutter_riverform example: register.
- FEAT: improve riverform and flutter_riverform packages.
- BREAKING CHORE: update packages.
- FIX(riverform): add correct snapshot of form input values.
- FIX(riverform): fix library name.
- FEAT: simplify riverform and add reset funtionality to flutter_riverform.
- FEAT(riverform): add logic to await for validation values.
- FEAT: improve riverform and flutter_riverform packages.
- FEAT(riverform): create base riverform package.
- FEAT(riverform): create riverform package.
- BREAKING CHORE: update packages.
- FIX(lyform): validation when the form is pure.
- PERF(lyform): validate only the drity inputs.
- PERF(lyform): change validator property to nullable.
- FIX(lyform): call validatior in
isValid
getter. - FIX(lyform): validation when the form is pure.
- FIX(lyform): type error in js compiler.
- FIX(lyform): input is valid when is pure or validator run successfully.
- FIX(lyform): input is valid when is pure or validator run successfully.
- DOCS(lyform_validators): add docs in string validators.
- DOCS(lyform_validators): add docs in
IterableNotEmtpy
andRequired
. - DOCS(lyform_validators): add docs for int validator classes.
- DOCS(lyform_validators): add tests for int validators.