Commit graph

66 commits

Author SHA1 Message Date
Ayo Ayco
a1cc4b006b
chore: update homepage to astro-reactive.js.org (#309) 2023-11-11 20:48:52 +01:00
Ayo
118f5cfa60 chore: add simulate ci scripts 2023-09-25 17:27:48 +02:00
Ayo
bf745dd7ce chore: update vitest 2023-09-25 17:23:44 +02:00
Ayo
392eebd7d1 chore: add netlify 2023-09-25 16:59:58 +02:00
Ayo
5ad276cbf9 chore: add netlify integration 2023-09-25 16:49:14 +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
fb11b738f4
feat: initialize create-astro-reactive package (#281) 2023-03-25 20:02:36 +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
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
Fazza Razaq Amiarso
0abe83aea9
feat: sharing config files (#253) 2023-01-11 19:09:35 +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
8ed98ad1f1 chore: fix dependency 2023-01-02 17:40:10 +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
Ayo
1a19aea1fd chore: release form@0.6.4, validator@0.2.4, common@0.1.3 2022-12-05 20:47:32 +01:00
Fazza Razaq Amiarso
0853ca3b8f
fix: extends timeout for timed out test (#208)
* fix: extends timeout for timed out test

* fix: add dependent script to turbo test

* fix: disable threading for test

* fix: add timeout to vitest config

* chore: remove test-ci script

* fix: extends timeout to validator vitest config

* chore: conditionally disabling vitest threading on CI
2022-11-25 14:37:23 +01:00
Ayo Ayco
7d05ecc580
chore(library): implement turporepo (#206) 2022-11-23 20:05:07 +01:00
Ayo
6b96cd1e34 chore: update check and build scripts 2022-11-10 19:03:45 +01:00
Ayo Ayco
ce1d4df9e8
chore: update deps (#183) 2022-11-08 10:18:25 +01:00
Alexander Samaniego
93a8d49f0a
feat(form): implement unique IDs (#182)
* Added Short Unique ID npm library

* Added unique ID to form-control

* Added unique ID to form-group

* Unique ID added to <form>

* Added unique IDs to control components

* Added IDs to label and fieldset

* Update Form.astro with requested changes

Co-authored-by: Ayo Ayco <ayo@ayco.io>

* Adjustments for requested changes.

Co-authored-by: Ayo Ayco <ayo@ayco.io>
2022-11-08 08:53:22 +01:00
Ayo
6d9907a06c chore: update deps 2022-10-29 12:55:34 +02:00
Ayo
3cba6e8e9c chore: bump patch and publish common 2022-10-28 12:46:49 +02:00
Rishabhraghwendra18
facefc4da5
chore: added npm outdated command for patch,minor, and major commands (#146) 2022-10-24 17:13:23 +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
Ayo
ddccd5cf80 chore: remove test step for packages/common 2022-10-21 14:10:35 +02:00
Ayo
4fd6f33fe9 core: common directory for packages (#114) 2022-10-21 14:05:23 +02:00
Ayo Ayco
964e800dae
chore: patch packages (#108) 2022-10-18 12:16:58 +02:00
Ayo Ayco
4f1578aa72
Chore update project for new package validator (#91)
* chore: updates for new validator package and landing-page app

* docs: update packages examples

* chore: bump patch, update docs
2022-10-15 19:16:48 +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
Ayo Ayco
7db1be51e6
docs:update email (#85) 2022-10-13 13:55:38 +02:00
Ayo Ayco
9a35744142
chore: bump patch, update commands (#73) 2022-10-08 22:51:08 +02:00
Ayo Ayco
ef779de6d4
chore: update docs and commands for the docs website (#67) 2022-10-07 15:58:05 +02:00
Rishav Mitra
a359349086
docs: add documentation site as new workspace (#64)
* add documentation site as new workspace

* update package-lock.json

* Update docs/package.json

Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>

* Update docs/src/components/Footer/AvatarList.astro with correct URL's

Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>

* Update docs/src/config.ts

Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>

* Update docs/src/config.ts

Correct GITHUB_EDIT_URL

Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>

Co-authored-by: Ayo Ayco <ramon.aycojr@gmail.com>
2022-10-07 15:41:56 +02:00
Ayo Ayco
f1485808c9
devops: set up package linting (#53) 2022-10-06 16:01:23 +02:00
Ayo Ayco
3c1ab5c40e
Chore project clean up (#42)
* chore: project clean up

* docs: update package release
2022-10-04 19:18:17 +02:00
Ayo Ayco
66d782bdf0
chore: bump patch; update script (#39) 2022-10-04 17:36:15 +02:00
Ayo
6e96ce5b52 fix: main branch tests 2022-10-04 16:12:19 +02:00
Ayo
da3ceb901d chore: clean up package information 2022-10-04 14:34:21 +02:00
Ayo
d2a9c77724 chore: update project command scripts 2022-10-04 14:30:00 +02:00
Ayo
e811da3860 chore: update monorepo scripts and readme 2022-10-01 17:15:24 +02:00
Ayo
d00c7bc5d5 chore: fix repository links 2022-10-01 16:48:20 +02:00
Ayo
019b0523ec chore: update package info; monorepo readme 2022-10-01 16:39:35 +02:00
Ayo
96beb00422 chore: add scripts for package management 2022-10-01 15:57:23 +02:00
Ayo
eddf262add chore: clean up monorepo 2022-10-01 15:44:39 +02:00
Ayo
76e57c5fd5 chore: initial validator library; monorepo readme 2022-10-01 14:31:32 +02:00
Ayo
c1f9716d8b move astro-reactive-form to separate workspace 2022-10-01 14:18:16 +02:00
Ayo
e91c060c9e chore: script for running the demo app 2022-10-01 13:10:53 +02:00
Ayo
f2dfe8aa8a chore: deps for demo app 2022-10-01 13:08:39 +02:00
Ayo
677c68d706 0.1.1 2022-09-27 22:45:58 +02:00
Ayo
f725d089a8 0.1.0 2022-09-27 22:37:45 +02:00