docs: clean up readme, move release to package
This commit is contained in:
parent
7d222239ed
commit
9fe00b3ac7
3 changed files with 8 additions and 6 deletions
|
@ -10,10 +10,10 @@
|
|||
Let your data build your UI. Blazing-fast, reactive user interfaces with native [Astro](https://astro.build) components and architecture.
|
||||
|
||||
| Packages | Version | Docs | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------- |
|
||||
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress | generate a dynamic form which can be modified programatically |
|
||||
| astro-reactive-validator | 🛠 in-progress | 🛠 in-progress | set of utilities for validating inputs |
|
||||
| astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress | generate a dynamic datagrid or table of values |
|
||||
| --- | --- | --- | --- |
|
||||
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [](https://www.npmjs.com/package/astro-reactive-form) | 🛠 | 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 |
|
||||
|
||||
# HACKTOBERFEST 2022
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
## Release v0.2.1
|
3
packages/astro-reactive-form/RELEASE.md
Normal file
3
packages/astro-reactive-form/RELEASE.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
## v0.2.1
|
||||
- FormGroup.get(name) - returns the FormControl with matching name
|
||||
- FormControl.setValue(value) - sets the FormControl value
|
Loading…
Reference in a new issue