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

21 Commits

Author SHA1 Message Date
57fb9512ee
🔤 texts helpers
infuture may be also translations
2024-06-03 13:56:20 +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
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