Commit graph

262 commits

Author SHA1 Message Date
Ayo Ayco
7bf0df9ec9
fix(landing-page): js error (#187) 2022-11-09 23:09:26 +01:00
Ayo Ayco
f86253d66f
fix(landing-page): js not shipped (#185)
* fix(landing-page): js not shipped

* refactor: remove hydration directive
2022-11-09 22:46:29 +01:00
Ayo Ayco
ce1d4df9e8
chore: update deps (#183) 2022-11-08 10:18:25 +01:00
Ayo
3aab9b640e docs: reactivity, motivation, and tradeoffs 2022-11-08 09:52:57 +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
d02c1e4081 style(docs): move notice; update note icon 2022-11-07 22:14:34 +01:00
Ayo
6bab48f485 style(landing-page): remove title 2022-11-07 22:03:04 +01:00
Ayo
ab410926af style(landing-page): splash padding; copy color 2022-11-07 21:59:16 +01:00
Ayo Ayco
205d1f27b2
style(landing-page): force dark theme (#181)
* style(landing-page): force dark theme

* fix(landing-page): wrong title and url
2022-11-07 19:48:04 +01:00
Ayo Ayco
47c0b5e90e
docs: clean up (#180)
* docs: clean up

* landing-page: remove image; update deps

* landing-page: remove twitter icon

* style(landing-page): set md maxwidth for copylink
2022-11-07 19:32:29 +01:00
Ayo
0158fd636a landing-page: load splash immediately 2022-11-07 12:33:47 +01:00
Ayo
29ce2fe3b1 refactor(landing-page): starfield script on splash component 2022-11-07 12:10:18 +01:00
Ayo
80d92ae81f fix(landing-page): starfield not loading 2022-11-07 12:04:08 +01:00
Ayo
251c7681d5 fix(landing-page): make starfield load first 2022-11-07 11:56:46 +01:00
Ayo
007f56c1b9 fix(landing-page): make starfield load 2022-11-07 11:52:17 +01:00
Ayo
7dc741e3b3 feat(landing-page): make splash presentable 2022-11-07 11:42:25 +01:00
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