038674a74e
chore: update README note
2026-07-05 12:38:17 +02:00
891e63c335
chore: release v5.0.0
Release / release (push) Has been cancelled
2026-07-05 12:27:42 +02:00
34f7ff0ff5
chore: update release script
2026-07-05 12:25:36 +02:00
4cbd27269d
chore: fix package release script
2026-07-05 12:17:55 +02:00
bdd066929b
chore: add .nvmrc
2026-07-05 12:17:31 +02:00
5b70f90c8b
chore: add simple-git dev dep
2026-07-05 12:17:31 +02:00
e806d9604f
chore: add release workflow
2026-07-05 12:17:31 +02:00
f5703af9f4
chore: add release script
2026-07-05 12:01:58 +02:00
5503e57897
feat: buffer attribute changes until end of onInit
...
The assumption of everything starting at `onInit` breaks when browsers
triggers `attributeChanged` first after parsing HTML. This buffers all
property initialization after `onInit` logic for more predictable
behavior
2026-07-05 11:54:44 +02:00
61d0a5adf9
feat!: better distinction between props & attr
...
`onChanges` now introduces an `attribute` in its arguments and
repurposes the `property` to be used for this.props lookup
- `property` is now the camelCase key for `this.props`
- `attribute` is the kebab-case attribute name (i.e., what used to be
`property` before v5)
2026-07-05 11:43:56 +02:00
0e367fa2ec
fix: wrong attr behavior caused by empty strings
2026-07-05 11:25:05 +02:00
248ef14322
fix: no TypeErorr for default props; add strictProps
...
- Remove thrown error if type difference is found in defined props
- Introduce strictProps toggle for error behavior
- Extract size changes to its own log file
2026-07-05 11:11:36 +02:00
394e094693
fix: safer prop clone w/ define-time validation
...
- This implements clear errors & warnings when non-serializeable values are assigned to properties
- Adjusts the size limit budget to allow better messages
- Updates references to size limits
2026-07-05 10:49:16 +02:00
4ffb5f0674
fix: no attribute writes in constructor
2026-07-05 10:30:01 +02:00
ec2033fe26
test: cover current behavior
2026-07-05 09:37:08 +02:00
8af38226b4
chore: initialize agent instructions
2026-07-05 07:27:17 +02:00
cb7c9bcc02
chore: add priority note on readme
2026-07-05 07:17:26 +02:00
f6fe02bf12
feat(docs): more concise tagline for maximum marketing impact
2026-05-16 10:16:58 +02:00
10a8a5203e
feat(docs): update home page title & tagline
2026-05-16 09:54:06 +02:00
4b274e1e99
refactor: link jsdocs to webcomponent.io docs
2026-05-08 19:20:36 +02:00
f9f839ed6c
chore(docs): remove package-lock
2026-05-08 15:40:02 +02:00
5c80d196ce
chore(docs): upgrade to astro 6
2026-05-08 15:34:11 +02:00
74fbf45fcf
feat: change all github repo to new username: ayo-run
2026-05-08 14:47:10 +02:00
f004f2d0a6
chore: update husky prep script; "install" is deprecated
2026-05-08 14:45:48 +02:00
dd32500253
chore: add rootDir in tsconfig
2026-05-08 14:44:20 +02:00
e6394f0825
chore: fix repository prop in package.json
2026-05-08 14:41:16 +02:00
26b8aa505f
4.1.2
2026-05-08 14:39:17 +02:00
005bd2e8ae
feat: update error message on using styles outside shadow roots
2026-05-08 14:37:43 +02:00
64a2a3fc87
chore: use hi@ayo.run email
2026-03-18 11:35:23 +01:00
64d0451d72
chore: fix lint issues
2026-03-11 22:38:23 +01:00
593944b619
feat(docs): remove discord from social links and ways to get in touch
2026-03-11 22:25:37 +01:00
be03cd5ca4
chore: no mirror; just push
2026-02-23 22:57:46 +01:00
b1320a05f3
chore: exclude files on vitest; remove sr.ht build.yml
2026-02-22 15:58:07 +01:00
9252f20a9d
chore: add post-commit hook to auto-mirror to gh & sh
2026-02-22 15:57:34 +01:00
5d8516dcf8
chore(deps): update to latest
2026-01-25 19:30:10 +01:00
03d4788514
test: add WebComponent test
2026-01-25 19:29:37 +01:00
ceda1c0efd
chore: update deps
2025-06-25 14:24:05 +02:00
68caacda23
chore: add back sr.ht build script
2025-06-09 22:01:10 +02:00
c0b3350bd2
chore: housekeeping ( #55 )
...
* chore: remove lit & fast reference in readme
* chore: remove sourcehut build automation
* chore(docs): various changes
* chore: update attribution
2025-06-07 23:35:36 +02:00
9abf7fcc6b
chore: housekeeping ( #54 )
...
* chore: remove lit & fast reference in readme
* chore: remove sourcehut build automation
* chore(docs): various changes
2025-05-30 01:24:39 +02:00
f18acf0210
chore: update readme
2025-05-29 23:08:47 +02:00
bd01d8741f
chore: update links on readme
2025-05-29 23:05:01 +02:00
58e9d14b79
docs: mention option to start a gh discussion
2025-04-21 22:36:09 +02:00
21e49895cf
chore: update build id
2025-04-20 20:12:12 +02:00
82c2dea893
Merge branch 'main' of git.sr.ht:~ayoayco/wcb
2025-04-20 20:08:00 +02:00
b6104ad1a1
feat(docs): clarify & emphasize alternative options
2025-04-07 15:26:34 +01:00
69c2e990d6
Merge branch 'main' of git.sr.ht:~ayoayco/wcb
2025-03-31 23:41:21 +02:00
6f11f6fe85
feat(docs): ultimate marketing energy
2025-03-30 21:09:45 +02:00
e0e3151727
feat(docs): update marketing stuff
2025-03-30 21:08:35 +02:00
f98119162f
feat(docs): marketing stuff
2025-03-30 21:07:14 +02:00