f2ce23d9f7
🔤
2025-03-04 16:46:00 +01:00
b08f75bfb0
🔤 ssr
2025-03-04 16:24:34 +01:00
4edc509646
🔤 adds debugging
2025-03-04 15:42:52 +01:00
56232a9f64
⚡ (bs) (un)min
2025-03-04 14:07:00 +01:00
dcf389e28e
⚡ 🔤 UI enhancements
2025-03-04 13:19:16 +01:00
bdb20ec298
🔤 ⚡ Docs UI/UX
2025-03-03 19:06:23 +01:00
7ec50e1660
🐛 coumputed signal
2025-03-03 15:25:04 +01:00
6c4ddd655f
🔤
2025-03-03 15:21:43 +01:00
198f4a3777
🔤
2025-03-03 15:20:31 +01:00
3435ea6cfe
🐛 Better types for on*
2025-03-03 15:10:20 +01:00
ed7e6c7963
⚡ Refatc signals to .get/.set syntax #26
2025-03-03 14:19:41 +01:00
3168f452ae
⚡ wip
2025-02-28 19:53:07 +01:00
b53f3926b3
⚡ wip
2025-02-28 17:12:40 +01:00
8f2fd5a68c
🔤
2025-02-28 14:32:51 +01:00
f53b97a89c
⚡ wip
2025-02-28 13:40:56 +01:00
f8a94ab9f8
⚡ 🎉
2025-02-28 13:05:46 +01:00
dba4e93b88
⚡ debug options for (e.g.) document.body
2025-02-22 16:20:24 +01:00
72227a80df
⚡ build
2025-02-18 22:25:09 +01:00
b347bdffc1
🐛 Fixes update of dataset/classList
2025-02-18 22:03:36 +01:00
e884f871b0
⚡ better helloWorld.js
2024-12-13 19:37:52 +01:00
c391c6549b
⚡ 🔤 original helloWorld
2024-12-13 15:52:24 +01:00
091546aaab
🔤 introduction example ( #24 )
2024-12-13 15:49:54 +01:00
eef4e8dfa6
⚡ Refact docs and examples (linting) ( #22 )
2024-12-13 15:04:52 +01:00
b50f8449aa
🐛 (bs/docs) Fixes (non)exsting docs target
2024-11-22 11:10:12 +01:00
eb9139e326
🐛 (bs/docs) wrong hashbang
2024-11-22 11:02:01 +01:00
0f91166811
⚡ Docs
2024-11-22 11:00:15 +01:00
e157d2843e
Create static.yml
2024-11-22 10:38:25 +01:00
25ae6d44fe
⚡ Build Docs
2024-11-22 10:31:39 +01:00
0ea5234a4b
⚡ Adds Web Componens page into the doc and doc enhancements ( #21 )
2024-11-22 10:20:59 +01:00
9faa24b7b3
🐛 signal types in esm*.d.ts
2024-06-07 10:25:52 +02:00
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
8dc3e49d98
🐛 fixed typos in docs
2024-05-23 22:18:19 +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
4014e79740
🐛 flems import issue(s)
2024-05-17 22:25:10 +02:00
82e4ca687c
🐛 docs (now includes dde directly)
2024-05-17 22:13:16 +02:00
f1983dcd38
🐛 Small bugs in observables and observable valueOf
...
- new reactive element content can be empty (or contains
DocumentFragment)
- better WC observed attributes handling
2024-03-13 18:38:39 +01:00
971b595927
fixes #9
2024-02-03 14:36:17 +01: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
a5d43e6925
🐛 queueMicrotask
💄 is_readonly
2024-02-03 09:06:04 +01:00
8318915d74
🐛 docs: use 0.9.* version of Shiky as v1 is in beta
2024-01-31 15:41:43 +01:00
b0d5d2f882
🗑️ / 🐛 clean up issues due mergering
2024-01-31 15:01:38 +01:00
8c27fe8015
📦 dist
2024-01-31 14:41:18 +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
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
d2ddaaec6f
Dev bugs@v0.7.6 ( #12 )
...
* Update observables-lib.js
* `collectChildren`
* Update todosComponent.js
* 🚀 filter for `collectChildren`
2024-01-07 12:33:56 +01:00