1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-04-07 22:17:06 +02:00

30 Commits

Author SHA1 Message Date
b597c00176
🚀 🚧 improvements (handlign special cases) + docs 2023-11-05 21:49:32 +01:00
f08d495a5c
♻️ split assign to assign and assignAttribute 2023-10-15 11:12:06 +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
4c571354c4
🐛 el leave scope correctly 2023-10-13 17:13:03 +02:00
6a52972373
♻️ Update scope and namespace handling (scope hook) 2023-10-10 10:55:00 +02:00
ebbb76e9a0
🚀 use native listeners & scope 2023-10-09 13:49:38 +02:00
3823abc2d7
🐛 use assign.call() for creating elements 2023-09-21 17:04:40 +02:00
eb68fff211
SVGElement (.apend), attrs handling in assing 2023-09-21 16:25:36 +02:00
d20e2041f6
🐛 update dom.js to set/remove attributes ("xlink:href") 2023-09-21 14:59:05 +02:00
19051c256a
♻️ reduce complexity and simplify code 2023-09-21 14:37:48 +02:00
0794659104
🐛 add missing cases for href, src, class, xlink:href, textContent, innerText 2023-09-21 13:14:55 +02:00
cc69018d99
🐛 Process primitives & signals correctly in createElement/assign 2023-09-21 12:35:27 +02:00
ddfa3a2929
🐛 check for null when checking type of object (assign) 2023-09-19 12:39:56 +02:00
78fdb45ea7
🐛 update dom-common.js setDelete to setDeleteAttr 2023-09-19 12:35:07 +02:00
1df797e316
♻️ 🔨 🐛 e.g. better namespace #18 2023-09-19 09:30:21 +02:00
5436e50a95
🐛 Try to make undefined more inuitive…
…(as it is ‘template lang’ not only `assign`)
2023-09-13 13:06:25 +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
f632be61cf
href/src see #5 ♻️ renaming 2023-09-08 15:54:47 +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
ec169ca740
🧱 add jsdom support 2023-09-05 11:01:29 +02:00
ba3194f960 dev-package (#15)
Reviewed-on: #15
2023-09-05 09:25:47 +02:00
f5adefbc9c
💥 Signals are now optional + reactive element
- `registerReactivity` can be used to register custom behavior
- Signals are automatically registered when `signals.js` is imported;
- `el("<>", signal, map)`
2023-08-26 17:32:58 +02:00
a36786042b
♻️ Refactore, add abort option 2023-08-26 12:20:01 +02:00
7f1506781f
🚀 simplify text, S⇔reactive?, todo as an example 2023-08-26 09:36:55 +02:00
1fbc6a8641
add namespace function 2023-08-24 15:31:22 +02:00
acdfb4ef57
♻️ Simplify signals logic (use functions to read/set) 2023-08-24 14:52:46 +02:00
404971f484
Add signals functionality and reactive attributes in assign 2023-08-24 14:15:55 +02:00
31563c4f7b
💥 Events and README idea presentation 2023-08-23 15:37:32 +02:00