feat: update release notes (#75)

This commit is contained in:
Ayo Ayco 2022-10-08 23:04:32 +02:00 committed by GitHub
parent d41738776d
commit ddbd910981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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 |

View file

@ -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