Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

97 lines (62 loc) · 2.91 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-04-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyform - v0.15.0

  • FIX(ly-form): change submit transform event to droppable.

flutter_lyform - v0.15.0

  • Bump "flutter_lyform" to 0.15.0.

lyform_validators - v0.15.0

  • Bump "lyform_validators" to 0.15.0.

2024-01-04

Changes


Packages with breaking changes:

Packages with other changes:


flutter_riverform - v0.2.0

  • 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.

riverform - v0.2.0

  • 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.

flutter_lyform - v0.14.0

  • FIX(lyform): validation when the form is pure.

lyform - v0.14.0

  • 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.

lyform_validators - v0.14.0

  • DOCS(lyform_validators): add docs in string validators.
  • DOCS(lyform_validators): add docs in IterableNotEmtpy and Required.
  • DOCS(lyform_validators): add docs for int validator classes.
  • DOCS(lyform_validators): add tests for int validators.