1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2026-04-27 00:15:28 +02:00
Commit Graph

78 Commits

Author SHA1 Message Date
jaandrle 995bacde7a 📦 dist 2023-10-15 11:13:36 +02:00
jaandrle 39900dc85b ♻️ Improve removing signal listener from elements 2023-10-14 16:20:54 +02:00
jaandrle 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
jaandrle 9f57913f8d 🚀 Remove signal listeners automatically (fixes #20) 2023-10-13 20:57:21 +02:00
jaandrle 4c571354c4 🐛 el leave scope correctly 2023-10-13 17:13:03 +02:00
jaandrle 06ab87c06f Add __dde_lifecycleToEvents flag to lifecycleToEvents 2023-10-13 16:51:43 +02:00
jaandrle 18f93d7e0b 🚀 lifecycle events, signals from attrs test 2023-10-13 16:37:04 +02:00
jaandrle 6a52972373 ♻️ Update scope and namespace handling (scope hook) 2023-10-10 10:55:00 +02:00
jaandrle ebbb76e9a0 🚀 use native listeners & scope 2023-10-09 13:49:38 +02:00
jaandrle 3823abc2d7 🐛 use assign.call() for creating elements 2023-09-21 17:04:40 +02:00
jaandrle e3c2786a72 📦 2023-09-21 16:27:00 +02:00
jaandrle d20e2041f6 🐛 update dom.js to set/remove attributes ("xlink:href") 2023-09-21 14:59:05 +02:00
jaandrle 19051c256a ♻️ reduce complexity and simplify code 2023-09-21 14:37:48 +02:00
jaandrle 0794659104 🐛 add missing cases for href, src, class, xlink:href, textContent, innerText 2023-09-21 13:14:55 +02:00
jaandrle cc69018d99 🐛 Process primitives & signals correctly in createElement/assign 2023-09-21 12:35:27 +02:00
jaandrle ddfa3a2929 🐛 check for null when checking type of object (assign) 2023-09-19 12:39:56 +02:00
jaandrle 78fdb45ea7 🐛 update dom-common.js setDelete to setDeleteAttr 2023-09-19 12:35:07 +02:00
jaandrle 1df797e316 ♻️ 🔨 🐛 e.g. better namespace #18 2023-09-19 09:30:21 +02:00
jaandrle d7e0b17e38 📦 2023-09-13 13:20:00 +02:00
jaandrle 1dd05518b8 📦 2023-09-11 18:32:05 +02:00
jaandrle 62a3b1ed35 🐛 🚧 connected/disconnected + onAbort 2023-09-09 21:18:28 +02:00
jaandrle 7d5f3d17ae 📦 dist and experiments 2023-09-08 20:18:58 +02:00
jaandrle 8e588b4e41 📦 2023-09-08 15:57:51 +02:00
jaandrle eb8aa93f06 Add deps WeakMap for register/clear deps signals 2023-09-08 10:53:42 +02:00
jaandrle 6fae2fc4e6 Signals finalization 2023-09-07 17:35:23 +02:00
jaandrle 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
jaandrle a8ae99962e 📦 2023-09-06 14:54:28 +02:00
jaandrle ba3194f960 dev-package (#15)
Reviewed-on: #15
2023-09-05 09:25:47 +02:00