From ddbd910981b6816cc83a8da9a203fcdaa29fd22b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 8 Oct 2022 23:04:32 +0200 Subject: [PATCH] feat: update release notes (#75) --- README.md | 2 +- packages/astro-reactive-form/RELEASE.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b5962c..8e4f8d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Let your data build your UI. Blazing-fast, reactive user interfaces with native | Packages | Version | Docs | Description | | --- | --- | --- | --- | -| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/astro-reactive-form/README.md) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 | generate a dynamic form which can be modified programatically | +| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/astro-reactive-form/README.md) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/astro-reactive-form/RELEASE.md) | 🛠 | generate a dynamic form which can be modified programatically | | astro-reactive-validator | 🛠 | 🛠 | set of utilities for validating inputs | | astro-reactive-datagrid | 🛠 | 🛠 | generate a dynamic datagrid or table of values | diff --git a/packages/astro-reactive-form/RELEASE.md b/packages/astro-reactive-form/RELEASE.md index b1f5235..a73ade0 100644 --- a/packages/astro-reactive-form/RELEASE.md +++ b/packages/astro-reactive-form/RELEASE.md @@ -1,5 +1,10 @@ ## v0.2.6 -- support single FormGroup as input to the Form component +- support single `FormGroup` as input to the `Form` component +- implement `Form` component input prop `theme` +- add initial implementation of `FormControl` `isPristine` and `isValid` states +- filter out control with type 'submit' from the FormGroup.controls +- implement the submitControl Form input prop +- implement the FormControl placeholder attribute ## v0.2.4 to v0.2.5 - update package README