docs: clean up readme, move release to package

This commit is contained in:
Ayo 2022-10-04 13:04:25 +02:00
parent 7d222239ed
commit 9fe00b3ac7
3 changed files with 8 additions and 6 deletions

View file

@ -9,11 +9,11 @@
Let your data build your UI. Blazing-fast, reactive user interfaces with native [Astro](https://astro.build) components and architecture. Let your data build your UI. Blazing-fast, reactive user interfaces with native [Astro](https://astro.build) components and architecture.
| Packages | Version | Docs | Description | | Packages | Version | Docs | Description |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------- | | --- | --- | --- | --- |
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress | generate a dynamic form which can be modified programatically | | [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [![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-validator | 🛠 in-progress | 🛠 in-progress | set of utilities for validating inputs | | astro-reactive-validator | 🛠 | 🛠 | set of utilities for validating inputs |
| astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress | generate a dynamic datagrid or table of values | | astro-reactive-datagrid | 🛠 | 🛠 | generate a dynamic datagrid or table of values |
# HACKTOBERFEST 2022 # HACKTOBERFEST 2022

View file

@ -1 +0,0 @@
## Release v0.2.1

View file

@ -0,0 +1,3 @@
## v0.2.1
- FormGroup.get(name) - returns the FormControl with matching name
- FormControl.setValue(value) - sets the FormControl value