1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-01 04:12:14 +02:00
Commit Graph

27 Commits

Author SHA1 Message Date
56232a9f64 (bs) (un)min 2025-03-04 14:07:00 +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
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
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
fb14d51cb4 🎉 docs/p05-scopes 2023-11-30 17:05:19 +01:00
58b73dcbc7 💥 rename signals to observables 2023-11-24 20:41:04 +01:00
2569b9cd45 💥 📝 2023-11-10 17:16:58 +01:00
caa4cd84ed docs + readme 2023-11-07 21:58:48 +01:00
2c844a0ca9 docs + ssr fixes 2023-11-07 15:10:55 +01:00
7d21b7799f 🎨 build script 2023-11-07 10:20:34 +01:00
1195f93bed Add compressing and gzip files 2023-11-07 09:53:10 +01:00
4d56fa705e ♻️ Refactor docs 2023-11-06 20:20:32 +01:00
b597c00176 🚀 🚧 improvements (handlign special cases) + docs 2023-11-05 21:49:32 +01:00
d0b76727ee Merge branch 'dev-docs' into main 2023-11-05 19:19:05 +01:00
029ef5adb4 ♻️ Update build.js to improve cli out 2023-10-19 15:28:44 +02:00
97da5441ee Bundle DTS files 2023-10-19 15:01:54 +02:00
19fd857dac ♻️ Update build script to support minification levels
Full minification by default
2023-10-19 14:23:10 +02:00
9f57913f8d 🚀 Remove signal listeners automatically (fixes #20) 2023-10-13 20:57:21 +02:00
b8c794922b Merge branch 'main' into dev-docs 2023-10-09 13:52:03 +02:00
ebbb76e9a0 🚀 use native listeners & scope 2023-10-09 13:49:38 +02:00
102d1af6a4 Add docs page 2023-09-26 16:02:42 +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
ba3194f960 dev-package (#15)
Reviewed-on: #15
2023-09-05 09:25:47 +02:00