1
0
mirror of https://github.com/jaandrle/deka-dom-el synced 2025-07-29 07:00:16 +02:00

add removeSignalsFromElements

for better auto-removing signals↔elements listeners (e.g.
provide a way to debug/investigate deps from browser inspector)
This commit is contained in:
2023-10-14 12:43:53 +02:00
parent 9f57913f8d
commit c20f5ae117
8 changed files with 623 additions and 583 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "deka-dom-el",
"version": "0.5.0",
"version": "0.5.3",
"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
@@ -73,7 +73,7 @@
},
{
"path": "./examples/components/webComponent.js",
"limit": "11kb",
"limit": "12kb",
"gzip": false
}
],