Commit graph

44 commits

Author SHA1 Message Date
Ayo
14f7760ff3 chore: support Astro 4 2023-12-07 15:47:28 +01:00
github-actions[bot]
4c67ac0e8c
chore: Update version for release (#310) 2023-11-11 20:56:38 +01:00
Ayo Ayco
a1cc4b006b
chore: update homepage to astro-reactive.js.org (#309) 2023-11-11 20:48:52 +01:00
github-actions[bot]
c0f3ca1fa3
chore: Update version for release (#295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-25 16:29:43 +02:00
Ayo Ayco
4d2a577b0e
chore: update deps (#305)
* chore: update deps

* chore: update deps for apps/docs

* chore: update landing-page deps

* chore: update monorepo deps

* chore: add astro as dep to config

* chore: update package lock

* fix: tailwind import on landing-page

* chore: type module

* chore: remove ci run for node 16

* chore: ci run ci

* chore: remove astro check from ci

* chore: remove lint check from ci

* fix: tailwindcss import

* fix: check errors on apps

* chore: fix npm run check

* chore: updat emonorepo deps

* chore: not a module

* chore: use astro-iconify instead

* chore: update prettier

* chore: use prettier formatter

* chore: update lint deps

* chore: run lint on ci

* chore: add changeset
2023-09-25 16:27:50 +02:00
Ayo Ayco
334a4c552b
chore: move from release to changelog (#292) 2023-03-25 21:10:33 +01:00
github-actions[bot]
b07d926e02
chore: Update version for release (#291) 2023-03-25 20:36:19 +01:00
Ayo Ayco
fb11b738f4
feat: initialize create-astro-reactive package (#281) 2023-03-25 20:02:36 +01:00
Ayo Ayco
30de5161f2
feat(form): change validate on load to true by default (#284) 2023-03-25 09:47:46 +01:00
Fazza Razaq Amiarso
1cba4be635
chore: update astro to v2 (#269) 2023-03-16 22:39:47 +01:00
Ayo Ayco
d0ff3fecea
docs: update example in form readme (#258)
* docs: update example in form readme

* chore: update readme

* chore: update validator readme
2023-02-01 17:16:03 +01:00
Lalit
f79ce72a1c
chore(apps): Setup prettier + eslint for all our apps (#254)
* chore(apps): setup prettier + eslint for all our apps

* fix(docs): Fixed the use of implicit any type

* chore(apps): Added .eslintignore files
2023-01-14 10:40:40 +01:00
Fazza Razaq Amiarso
0abe83aea9
feat: sharing config files (#253) 2023-01-11 19:09:35 +01:00
Ayo
d1844bad55 feat(demo): update example code boolean attrributes 2023-01-04 14:12:26 +01:00
Ayo Ayco
986151fe3e
docs(form): update Form properties and respective documentation (#248)
* chore: project clean up

* feat(form): update Form properties

* docs: update documentation for the Form properties

* fix(demo): update form method demo
2023-01-04 13:43:50 +01:00
Madhav Setia
dd285e72a4
docs: update links to the repository (#247)
* Link to repo updated

* Update introduction.md

* docs: update links to change logs

Co-authored-by: Ayo <ramon.aycojr@gmail.com>
2023-01-04 11:48:37 +01:00
Woramat Ngamkham
234ffaf38c
feat(form): add form action for submit (#237) 2022-12-27 20:42:34 +01:00
Ayo
e6dd753196 chore: release form@0.6.5, validator@0.2.5 2022-12-05 21:08:34 +01:00
Lalit
4c46aa1518
docs(validator): Added initial docs for validators (#226) 2022-12-05 20:06:46 +01:00
Neil An
924edc017a
generate a favicon.ico for our apps (#221)
* generated new favicon.ico

* updated icon

* added white circular background to icon
2022-12-02 09:13:19 +01:00
Ayo Ayco
a4ea634b5c
exploration(hyperdrive): problem statement (#219) 2022-11-29 21:00:43 +01:00
Ayo Ayco
03565d1f78
initial experimental demo page for hyperdrive (#218)
* create button component with disabled prop

* feat(demo): Layout component (#214)

* refactor(form): validation attributes set null instead of false (#215)

* create button component with disabled prop

* refactor: remove unused import

* refactor: clean up nav; new experimental demo

* create button component with disabled prop

* refactor: remove unused import

* refactor: remove unused component
2022-11-29 20:33:46 +01:00
Ayo Ayco
033d0322bb
feat(demo): Layout component (#214) 2022-11-28 22:46:10 +07:00
Lalit
965a16aaec
feat(validator): Adding error, warn, info categories support. (#204) 2022-11-26 18:34:14 +01:00
Ayo Ayco
7d05ecc580
chore(library): implement turporepo (#206) 2022-11-23 20:05:07 +01:00
Neil An
31884a1757
feat(form): add setValue method to FormGroup class (#191) 2022-11-12 22:15:54 +01:00
Ayo
6b96cd1e34 chore: update check and build scripts 2022-11-10 19:03:45 +01:00
Ayo Ayco
31b95cbe2b
docs: setting up submit control (#177)
* docs: setting up submit control

* refactor: remove new line
2022-11-06 21:23:55 +01:00
Ayo Ayco
cec0a02c46
docs: initial Form, FormGroup documentation (#176)
* docs: initial structure and form api docs

* feat(docs): warning underconstruction

* docs: initial FormGroup and FormControl docs

* docs: initial example usage

* fix: docs build errors
2022-11-06 20:11:42 +01:00
Ayo
1eca8f2e27 chore: update build script to run astro check 2022-11-05 08:30:11 +01:00
Woramat Ngamkham
b4c33eec66
refactor(form): deprecate labelPosition (#172) 2022-11-01 16:24:29 +01:00
Woramat Ngamkham
f93f8b6484
feat(form): implement TextArea control (#169) 2022-11-01 00:21:39 +01:00
Chase Reynolds
c38e5dfbe3
feat(form): add method setValidators to FormControl (#170) 2022-10-31 19:27:06 +01:00
Ayo Ayco
d5c2b7786d
Chore clean up demo app (#165)
* feat(demo): new nav component

* refactor: remove hr
2022-10-29 21:26:11 +02:00
Ayo
6d9907a06c chore: update deps 2022-10-29 12:55:34 +02:00
Neil An
a37b6c80df
feat: add a new demo page! (#164)
* integrated tailwind

* added links to job application page

* feat: add a new demo page
2022-10-29 12:45:21 +02:00
Woramat Ngamkham
304cad0151
feat(form): add Dropdown control (#158) 2022-10-28 19:48:26 +02:00
Woramat Ngamkham
ebff4940f2
refactor(form): implement options prop for Radio (#147) 2022-10-25 09:56:06 +02:00
Ayo Ayco
3d361fcb5b
refactor: form package cleanup (#135)
* refactor: form package cleanup

* refactor: organize components folder
2022-10-23 23:04:40 +02:00
Ayo Ayco
d128747240
feat(validator): server-side rendered validation errors (#123)
* feat(validator): server-side rendered validation errors

* test(form): field should render error

* refactor: remove comment

* fix: incorrect imports

* chore: update deps

* chore: update build commands
2022-10-22 04:35:16 +02:00
Chase Reynolds
b96e3383dc
[feat]: Add a new demo page (#120) 2022-10-21 00:52:35 +02:00
Woramat Ngamkham
030752b4cc
feat(form): Add radio (#111) 2022-10-20 07:58:40 +02:00
Ayo Ayco
5e1a44c79e
docs(apps,packages): update content (#93)
* docs(apps,packages): update content

* chore: update pull request template
2022-10-16 10:26:20 +02:00
Ayo Ayco
4dc020027f
feat: create astro reactive validator (#90)
* feat: initial validator component

* chore: fix eslint for validator

* chore: update package info for validator

* chore: remove vscode settings for docs

* chore: put docs and demo into apps

* chore: move package scope @astro-reactive

* test: update tests for validator

* feat: validator functions, hooks

* feat: validator sets haserrors attribute

* feat: use data-validator attributes

* feat: showValidationHints

* feature: add logic for all validators

* refactor: remove Validator component usage

* docs(validator): initial readme

* chore: comment out unsupported validator

* docs(validator): update installation

* chore: package docs and publish

* chore: update deps

* docs: update npm info on docs

* docs(validator): update docs for validator

* fix(form): handle undefined form

* test(validator): update tests

* chore: organize files; update deps

* chore: fix build scripts
2022-10-15 16:32:02 +02:00