From 9fe00b3ac7044379371c695f55b626361de063f0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 4 Oct 2022 13:04:25 +0200 Subject: [PATCH] docs: clean up readme, move release to package --- README.md | 10 +++++----- RELEASE.md | 1 - packages/astro-reactive-form/RELEASE.md | 3 +++ 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 RELEASE.md create mode 100644 packages/astro-reactive-form/RELEASE.md 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