1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2024-11-21 15:39:36 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
a0a104ac0b
🐛 mainly el types fix 2024-06-05 16:21:13 +02:00
4f788459b9
🐛 Signal&ddeSignal type
- in elements use ddSignal for better compatibility with ponetially another implementation
- fixed incorrect detection of `S(()=> any)` and `S(non-function, any)`
2024-06-03 16:23:05 +02: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
971b595927
fixes #9 2024-02-03 14:36:17 +01:00
8dcf4b83ff
Merge branch 'main' of github.com:jaandrle/deka-dom-el 2024-01-31 14:39:03 +01:00
b326c0e050
local 2024-01-31 14:37:57 +01:00
c1a38e566c
Pre dev-memo (#17)
* 🎉

*  no good direction

how to clean up not used in text re-rendering ⇒ needs to be more inside of `O.el`

* 🐛 🔨 `O.el`

* 🚀 implementing #16

* 💥 `on.(dis)connected` only once
2024-01-31 14:37:19 +01:00
13c75fede1
💥 WIP custom elements docs and types and utils 2024-01-09 21:18:43 +01:00
eb920f7bbd
💥 customElement (+enhance slotting simulation) + enh. types 2023-12-22 16:49:59 +01:00
64ddd3f41f
♻️ 🐛 Update types 2023-12-17 13:22:58 +01:00
f31808c2d6
📦 🐛 ✏️ updates & types & docs 2023-12-16 16:14:00 +01:00
01f102c149
💥 docs observables 2023-11-29 18:25:21 +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
56206343d1
dispatchEvent 2023-11-21 21:22:04 +01:00
96c84227e9
v0.7.1 (dispatchEvent, docs) 2023-11-21 17:19:59 +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
2569b9cd45
💥 📝 2023-11-10 17:16:58 +01:00
4d3a513713
💥 WC 2023-11-08 19:09:39 +01:00
5c038f0427
🔨 mainly types + 💥 ddePublicElementTagNameMap 2023-11-08 18:53:22 +01:00
14fe70e8f6
🔨 💥 docs + types 2023-11-08 14:54:00 +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
2c844a0ca9
docs + ssr fixes 2023-11-07 15:10:55 +01:00
0d70189908
Create DocumentFragment also with el() 2023-11-06 14:04:27 +01:00
b9bbd105a5
♻️ remove/change type definitions 2023-10-12 10:48:44 +02:00
ebbb76e9a0
🚀 use native listeners & scope 2023-10-09 13:49:38 +02:00
8df6aa19fe
add className and classList to ElementAttributes 2023-09-21 13:36:28 +02:00
62a3b1ed35
🐛 🚧 connected/disconnected + onAbort 2023-09-09 21:18:28 +02:00
9b77d65279
Add ddeSignal type to global scope + TODOs updated 2023-09-07 18:21:51 +02:00
ba3194f960 dev-package (#15)
Reviewed-on: #15
2023-09-05 09:25:47 +02:00
7a17fa8e35
🎉 2023-08-22 16:32:33 +02:00