1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-04-03 20:35:53 +02:00

54 Commits

Author SHA1 Message Date
c085f268e8
Improves simulateSlots 2024-12-12 15:54:03 +01:00
2105776d2a
🐛 removed #23, fixed readonly & ddeStringable 2024-12-11 17:05:03 +01:00
4c2edcf58c
🐛 Updated types and removed empty 2024-12-11 16:21:17 +01:00
576b33921b
🎉 2024-11-22 16:26:42 +01:00
0ea5234a4b
Adds Web Componens page into the doc and doc enhancements (#21) 2024-11-22 10:20:59 +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
b740b8e020
Memo/reuse in O.el (#18)
* 🎉

*  Add hasOwn helper and replace `Reflect.*`

* Update package.json
2024-02-03 14:29:24 +01:00
b326c0e050
local 2024-01-31 14:37:57 +01:00
91f8c96eac
🔨 O.observedAttributes, observables 2024-01-08 22:23:06 +01:00
5e7f7558b5
cross-platform using enviroment (#14)
* 🎉

* Dev bugs@v0.7.6 (#12)

* Update observables-lib.js

* `collectChildren`

* Update todosComponent.js

* 🚀 filter for `collectChildren`

* finalization
2024-01-07 13:22:55 +01:00
eb920f7bbd
💥 customElement (+enhance slotting simulation) + enh. types 2023-12-22 16:49:59 +01:00
58b73dcbc7
💥 rename signals to observables 2023-11-24 20:41:04 +01:00
fb02635d24
💥 simulateSlots 2023-11-24 16:16:08 +01:00
efc5c34fc4
S.attribute is the best option 2023-11-22 21:29:40 +01:00
ae0455f913
🔨 docs+addons 2023-11-21 14:37:57 +01:00
c0fdec1e1e
chainableAppend 2023-11-19 11:07:23 +01:00
40780bd61f
Add on.disconnectedAsAbort(), pushRoot() to scope (and 🐛 pop) 2023-11-17 14:48:11 +01:00
ad445c9bd3
🐛 Boolean(namespace) + mark+ssr 2023-11-10 18:02:56 +01:00
2569b9cd45
💥 📝 2023-11-10 17:16:58 +01:00
4d3a513713
💥 WC 2023-11-08 19:09:39 +01:00
0f511d1791
💥 append, elNS, el.mark, el.later 2023-11-08 13:44:37 +01:00
3866b29436
🔨 ElementExtender → ElementModifier 2023-11-07 17:30:15 +01:00
98d9d6a5b1
docs/info 2023-11-06 19:29:54 +01:00
0d70189908
Create DocumentFragment also with el() 2023-11-06 14:04:27 +01:00
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