Commit graph

331 commits

Author SHA1 Message Date
Ayo Ayco
fb11b738f4
feat: initialize create-astro-reactive package (#281) 2023-03-25 20:02:36 +01:00
Ayo Ayco
d50d8c1329
devops: fix last changeset (#289) 2023-03-25 10:13:29 +01:00
Ayo Ayco
e50aa4c5e9
update readme (#287)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2023-03-25 10:07:00 +01:00
Ayo Ayco
30de5161f2
feat(form): change validate on load to true by default (#284) 2023-03-25 09:47:46 +01:00
github-actions[bot]
b4901e87f9
chore: Update version for release (#276)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-24 22:34:47 +01:00
Ayo Ayco
414a0bd854
devops: fix dependencies for Astro v2+ support (#275) 2023-03-24 21:43:09 +01:00
Ayo Ayco
f3420f9272
Rollback publish (#274)
* chore: rollback release

* roll back deps

* update package-lock
2023-03-24 14:57:40 +01:00
Ayo Ayco
9bd2bde88c
chore: release form@0.7.0, validator@0.3.0, common@0.1.6 (#272) 2023-03-24 14:10:38 +01:00
Fazza Razaq Amiarso
1cba4be635
chore: update astro to v2 (#269) 2023-03-16 22:39:47 +01:00
Ayo Ayco
aa14ddd8dc
docs: indicate work in progress (#265) 2023-02-16 17:38:26 +01:00
Ayo
4d16865561 docs: update FormGroup documentation 2023-02-16 14:55:42 +01:00
Ayo Ayco
b1a6b11486
chore: update discord links (#264) 2023-02-16 14:32:55 +01:00
09d154575c
Update README.md 2023-02-12 13:24:16 +01:00
Fazza Razaq Amiarso
d6cf10f9fd
chore: install changeset (#261) 2023-02-02 19:33:51 +01:00
Ayo Ayco
13f96a4fe9
chore: set up test:coverage scripts (#260)
* chore: set up test:coverage scripts

* devops: bring back form test CI workaround
2023-02-01 18:05:27 +01:00
Ayo Ayco
a4db6e4680
refactor: remove fart (#259) 2023-02-01 17:28:00 +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
Ayo Ayco
c0c0f941eb
chore: fix old links in some docs (#256)
* chore: fix old links in some docs

* chore: update package lock

* chore: update turbo

* chore:  remove commented out temporary fix
2023-02-01 15:00:00 +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
b3d765f96f chore: update discord link 2023-01-05 14:53:45 +01:00
Ayo
d1844bad55 feat(demo): update example code boolean attrributes 2023-01-04 14:12:26 +01:00
Ayo
944548dc63 docs: update readme example code 2023-01-04 14:11:49 +01:00
Ayo
ad65225131 chore: release form@0.6.7, validator@0.2.7, common@0.1.5 2023-01-04 13:52:57 +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
Ayo
814692d9c9 chore: release form@0.6.6, validator@0.2.6, common@0.1.4 2023-01-02 17:52:12 +01:00
Ayo
8ed98ad1f1 chore: fix dependency 2023-01-02 17:40:10 +01:00
Fazza Razaq Amiarso
9bdff22174
fix: change wrong internal package dependencies version (#241) 2023-01-02 17:29:24 +01:00
Woramat Ngamkham
234ffaf38c
feat(form): add form action for submit (#237) 2022-12-27 20:42:34 +01:00
Ayo
5256243858 chore: add mastodon verification 2022-12-20 23:46:48 +01:00
Preet Sojitra
e502d1d9cf
docs: modify validators docs (#233) 2022-12-18 19:31:04 +01:00
Neil An
c73675710f
chore: create script for updating RELEASE.md before PR (#232)
* added prompt-sync and semver libraries

* added a release update script

* removed semver package as dependency

* removed versioning, updated descriptions

* resolve conflict in package.json
2022-12-16 13:43:48 +01:00
Alexander Samaniego
5aa7c19874
feat(validator): add validation support for RadioGroup (#234)
* Removed div element from RadioGroup

* Fixed first RadioGroup unit test
2022-12-12 20:54:03 +07:00
Fazza Razaq Amiarso
25ce684d23
feat: Types and Intellisense Improvements (#231) 2022-12-07 20:56:27 +01:00
Alexander Samaniego
5b539c809c
feat(form): implement FormControl and ControlConfig prop triggerValidationOn (#224)
* Added ValidationHooks and attribute to FormControl

* Event listener uses data attribute to set type

* Changed default event listener to blur

* Add validation data attribute to other components

* Adjusted querySelector to remove condition

* Added nullish operator to prevent error

* Added optional chaining to validator
2022-12-06 18:44:52 +07:00
Ayo
4b5b81a2b5 chore: update package-lock 2022-12-05 21:36:21 +01:00
Ayo
e6dd753196 chore: release form@0.6.5, validator@0.2.5 2022-12-05 21:08:34 +01:00
Ayo
1a19aea1fd chore: release form@0.6.4, validator@0.2.4, common@0.1.3 2022-12-05 20:47:32 +01:00
Lalit
4c46aa1518
docs(validator): Added initial docs for validators (#226) 2022-12-05 20:06:46 +01:00
Lalit
7e4c05a2c7
docs: Mentioned validateOnLoad prop for Form component (#223)
* docs: Mentioned validateOnLoad prop

* refactor: Changed some class name for better readability
2022-12-02 15:18:17 +01:00
Lalit
29c8c870b7
style(landing-page): Displaying toast on clicking copy button (#222) 2022-12-02 14:53:16 +01:00
Ayo
26e099e2cf feat(apps/docs): fix contributors path 2022-12-02 09:22:29 +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
Woramat Ngamkham
975b2e821a
feat(form): add validateOnLoad prop (#213)
* feat(form): add validateOnLoad prop

* feat(form): add FormConfig interface

* refactor(form): refactor FormConfig

* refactor(demo): change params to FormConfig

* chore(demo): remove FormConfig on demo

* feat(form): make validateOnLoad to be false by default

* feat(form): add setValidateOnLoad method

* chore(form): edit comment on validateOnLoad

* feat(form): remove setValidateOnLoad in FormGroup

* revert(form): add FormConfig interface

This reverts commit 44b58d4a43d4d2e8bcd3dc799e3110f9b8f23604.

* revert(demo): change params to FormConfig

This reverts commit 98f8602000505a29d04493617043aa0cfb00a969.
2022-11-30 15:28:48 +07:00
Ayo Ayco
a4ea634b5c
exploration(hyperdrive): problem statement (#219) 2022-11-29 21:00:43 +01:00
Lalit
bcbb517828
test(form): Added test Field.astro to test for category validation prop (#217)
* test(form): Added test Field.astro to test for category validation prop

* test(form): Testing all categories instead of just one for better test coverage
2022-11-29 20:34:11 +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
1d77e18f31
refactor(form): validation attributes set null instead of false (#215) 2022-11-28 19:46:22 +01:00
Ayo Ayco
033d0322bb
feat(demo): Layout component (#214) 2022-11-28 22:46:10 +07:00