diff --git a/README.md b/README.md index 92f053a..d895eb2 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ 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) | [![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-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 | +| 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) | 🛠 | 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 diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 1b97eb2..0000000 --- a/RELEASE.md +++ /dev/null @@ -1 +0,0 @@ -## Release v0.2.1 diff --git a/packages/astro-reactive-form/RELEASE.md b/packages/astro-reactive-form/RELEASE.md new file mode 100644 index 0000000..7a7a9a0 --- /dev/null +++ b/packages/astro-reactive-form/RELEASE.md @@ -0,0 +1,3 @@ +## v0.2.1 +- FormGroup.get(name) - returns the FormControl with matching name +- FormControl.setValue(value) - sets the FormControl value