diff --git a/packages/form/RELEASE.md b/packages/form/RELEASE.md index 754faf9..6e083df 100644 --- a/packages/form/RELEASE.md +++ b/packages/form/RELEASE.md @@ -1,7 +1,10 @@ -# v0.4.1 +## v0.4.4 +- `validators` property in ControlConfig to set validators for a control + +## v0.4.1 - set `showValidationHints` to true to show validation hints -# v0.3.0 +## v0.3.0 - new control configuration type `ControlConfig` ## v0.2.7 diff --git a/packages/validator/RELEASE.md b/packages/validator/RELEASE.md index 8fd23ff..d162757 100644 --- a/packages/validator/RELEASE.md +++ b/packages/validator/RELEASE.md @@ -1,3 +1,6 @@ +## 0.0.3 +- udpate examples on the README + ## 0.0.1 - Validators - validator functions