1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-02 12:42:15 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
576b33921b 🎉 2024-11-22 16:26:42 +01:00
cd62782c7b Replace “observable” term with “signal” (#19)
*  refact docs

to make editing (now renaming observables to signal) easier

*   use signal(s) term isntead of observable(s)

*  🔤 version + typo

* 🐛 customElement example (0→S)

* 📺 version in package-lock.json
2024-05-22 21:43:49 +02:00
58b73dcbc7 💥 rename signals to observables 2023-11-24 20:41:04 +01:00
efc5c34fc4 S.attribute is the best option 2023-11-22 21:29:40 +01:00
10ed0802f2 🚧 mainly wc/ce 2023-11-22 17:39:46 +01:00
5c038f0427 🔨 mainly types + 💥 ddePublicElementTagNameMap 2023-11-08 18:53:22 +01:00
0f511d1791 💥 append, elNS, el.mark, el.later 2023-11-08 13:44:37 +01:00
b597c00176 🚀 🚧 improvements (handlign special cases) + docs 2023-11-05 21:49:32 +01:00
b7d62dbce7 ♻️ Refactor signal mapping to attributes 2023-10-19 17:11:55 +02:00
46869736d5 ♻️ Remove signals from elements + better debbuging options 2023-10-19 13:53:49 +02:00
f08d495a5c ♻️ split assign to assign and assignAttribute 2023-10-15 11:12:06 +02:00
39900dc85b ♻️ Improve removing signal listener from elements 2023-10-14 16:20:54 +02:00
c20f5ae117 add removeSignalsFromElements
for better auto-removing signals↔elements listeners (e.g.
provide a way to debug/investigate deps from browser inspector)
2023-10-14 12:43:53 +02:00
9f57913f8d 🚀 Remove signal listeners automatically (fixes #20) 2023-10-13 20:57:21 +02:00
18f93d7e0b 🚀 lifecycle events, signals from attrs test 2023-10-13 16:37:04 +02:00
cc69018d99 🐛 Process primitives & signals correctly in createElement/assign 2023-09-21 12:35:27 +02:00
1cb1a8420c 📝 add comment to processReactiveAttribute 2023-09-11 18:30:06 +02:00
62a3b1ed35 🐛 🚧 connected/disconnected + onAbort 2023-09-09 21:18:28 +02:00
20e95e33d4 Move reactive element to the S.el
⇒ cleanup/simplify signal registration
2023-09-08 20:16:42 +02:00
eb8aa93f06 Add deps WeakMap for register/clear deps signals 2023-09-08 10:53:42 +02:00
9b77d65279 Add ddeSignal type to global scope + TODOs updated 2023-09-07 18:21:51 +02:00
6fae2fc4e6 Signals finalization 2023-09-07 17:35:23 +02:00
55a8f14b6b 🚧 types, linting, caching
♻️ add linting to codebase
♻️ Update prototype methods
🐛 update maxcomplexity in jshintConfig
♻️ Improve DOM element property handling
♻️ update setDelete function
 Add type annotation for signals()
♻️ Cleanup when signal removed
2023-09-07 13:52:09 +02:00
ba3194f960 dev-package (#15)
Reviewed-on: #15
2023-09-05 09:25:47 +02:00