Ayo
|
0775cf571f
|
feat(landing-page): link to our docs site
|
2022-11-07 11:10:45 +01:00 |
|
Ayo
|
e6ca1f85bd
|
Docs: update community invite link
|
2022-11-07 10:58:58 +01:00 |
|
Ayo
|
0ff115fdfb
|
docs: fix typo
|
2022-11-06 22:06:42 +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
|
ec19766202
|
chore: release common, form, validator
|
2022-11-05 09:23:42 +01:00 |
|
Ayo
|
6ae1bec42f
|
chore: update deps
|
2022-11-05 08:53:22 +01:00 |
|
Ayo
|
5635c5461e
|
chore: update release notes
|
2022-11-05 08:51:33 +01:00 |
|
Ayo
|
380e88c72f
|
refactor: remove unused import
|
2022-11-05 08:51:21 +01:00 |
|
Ayo
|
e089626f81
|
refactor: make checked optional prop
|
2022-11-05 08:50:54 +01:00 |
|
Ayo
|
2888c766b7
|
chore: release form, common, validator
|
2022-11-05 08:36:47 +01:00 |
|
Ayo
|
1eca8f2e27
|
chore: update build script to run astro check
|
2022-11-05 08:30:11 +01:00 |
|
Ayo
|
9e54d2b0a9
|
fix: broken types
|
2022-11-05 08:29:43 +01:00 |
|
Ayo
|
a868e4f550
|
fix: broken config type
|
2022-11-05 08:29:16 +01:00 |
|
Ayo
|
0a0b8ae809
|
chore: mention conventional commits
|
2022-11-04 17:31:42 +01:00 |
|
Ayo
|
e9de68fe49
|
chore: release patch for wrong dependency version
|
2022-11-02 21:58:42 +01:00 |
|
Ayo
|
89e0353c47
|
chore: add pnpm yaml
|
2022-11-02 21:48:27 +01:00 |
|
Ayo
|
fcf32cb21b
|
chore: update release docs for common@0.1.0
|
2022-11-02 21:43:36 +01:00 |
|
Ayo
|
56f597708c
|
chore: sync package lock
|
2022-11-02 21:39:25 +01:00 |
|
Ayo
|
b42c0de131
|
chore: sync package-lock
|
2022-11-02 21:35:17 +01:00 |
|
Ayo
|
f27f96c9dc
|
chore: release validator@0.2.0
|
2022-11-02 21:33:37 +01:00 |
|
Ayo
|
c28b117fd1
|
chore: release form@0.6.0
|
2022-11-02 21:32:32 +01:00 |
|
Ayo
|
33e421fffb
|
chore: release common@0.0.4
|
2022-11-02 21:28:08 +01:00 |
|
Ayo
|
b01d829819
|
chore: update deps
|
2022-11-02 21:10:27 +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 |
|
Allan Siqueira
|
f502e6ca24
|
feat(form): readOnly flag (#166)
* feat: add readOnly flag on form
* fix: resolve PR coments
* fix: add flag disabled to fields that dont have effect on readonly attr
|
2022-10-31 17:27:43 +01:00 |
|
Ayo
|
640e945959
|
docs: hacktoberfest end
|
2022-10-30 09:45:44 +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 |
|
Ayo
|
b9a3e5a8fc
|
docs: update package column
|
2022-10-28 22:56:58 +02:00 |
|
Ayo
|
f341a23414
|
docs: update column for release notes
|
2022-10-28 22:56:06 +02:00 |
|
Ayo
|
0f0ec230d0
|
docs: update play with section badges
|
2022-10-28 22:41:59 +02:00 |
|
Ayo
|
e49791fe55
|
docs: add section "Play around"
|
2022-10-28 22:39:26 +02:00 |
|
Ayo
|
ba31f1b046
|
docs: add github logo to commits badge
|
2022-10-28 22:36:41 +02:00 |
|
Ayo
|
d2a4cb1635
|
docs: clean badges
|
2022-10-28 22:33:52 +02:00 |
|
Woramat Ngamkham
|
5677222258
|
fix(form): asterisks on Label.astro (#160)
|
2022-10-28 22:14:50 +02:00 |
|
Munyaneza Armel
|
4b3e4c9f50
|
docs(codesandbox): added link to codesandbox example (#159)
* configure codesandbox
* docs(codesandbox):changed bagde
* docs(codesandbox):changed bagde
|
2022-10-28 22:13:13 +02:00 |
|
Woramat Ngamkham
|
304cad0151
|
feat(form): add Dropdown control (#158)
|
2022-10-28 19:48:26 +02:00 |
|
Anish Sarawgi
|
5a96395280
|
docs: fix stackblitz link on readme (#157)
|
2022-10-28 16:39:36 +02:00 |
|
Aiden Jolley-Ruhn
|
4180f78d95
|
docs: updating readme.md package tables (#153)
|
2022-10-28 14:07:32 +02:00 |
|
Munyaneza Armel
|
539c701cd7
|
docs(add link stackblitz) (#155)
|
2022-10-28 14:06:10 +02:00 |
|
Ayo
|
796fb962ae
|
chore: bump patch, update deps
|
2022-10-28 13:24:39 +02:00 |
|
Ayo
|
42a53522db
|
chore: update deps
|
2022-10-28 13:23:22 +02:00 |
|
Ayo
|
9513ef2134
|
chore: bump patch and publish common
|
2022-10-28 13:17:46 +02:00 |
|
Ayo
|
606e455e6e
|
chore: bump patch and publish form
|
2022-10-28 12:57:00 +02:00 |
|
Ayo
|
30fc4f48c9
|
fix(form): wrong import in form-control.ts
|
2022-10-28 12:54:18 +02:00 |
|
Ayo
|
54e4287b5f
|
chore: bump patch and publish form, validator
|
2022-10-28 12:49:07 +02:00 |
|