From 36742b72399a0d7a19a858c0819cd7d8b3f6c37a Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 15 Oct 2022 19:35:08 +0200 Subject: [PATCH] docs(package): update release docs --- packages/form/RELEASE.md | 7 +++++-- packages/validator/RELEASE.md | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) 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