feat: update release notes (#75)
This commit is contained in:
parent
d41738776d
commit
ddbd910981
2 changed files with 7 additions and 2 deletions
|
@ -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) | [](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) | [](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 |
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue