Releases: infodusha/define-html
Releases · infodusha/define-html
v3.0.0
30 Jul 19:23
Compare
Sorry, something went wrong.
No results found
3.0.0 (2024-07-30)
⚠ BREAKING CHANGES
shadow DOM is always used
data-shadow is always open
data-selector is obsolete, just always use filename
shadow dom now has global styles inside
no need to write type for component scripts
instead of data-global just paste your styles and script into the page
Features
add appendStyle method (8a02f5b )
all scripts are ES modules now (519c8d7 )
data-selector is not used anymore (0b7ee2d )
data-shadow don't need a value anymore (11a7e73 )
group component styles (ca9b396 )
no more data-global attribute (b99d785 )
runtime: handle load errors (1ca4834 )
shadow DOM is always used (4cf5a49 )
updates + shadow works as expected (9eb730f )
Bug Fixes
v2.6.0
22 Jul 15:55
Compare
Sorry, something went wrong.
No results found
2.6.0 (2024-07-22)
Features
compiler: add runtime copy (3104cca )
v2.5.0
22 Jul 15:24
Compare
Sorry, something went wrong.
No results found
2.5.0 (2024-07-22)
Features
v2.4.2
22 Jul 14:28
Compare
Sorry, something went wrong.
No results found
2.4.2 (2024-07-22)
Bug Fixes
v2.4.1
22 Jul 14:22
Compare
Sorry, something went wrong.
No results found
2.4.1 (2024-07-22)
Bug Fixes
v2.4.0
22 Jul 14:16
Compare
Sorry, something went wrong.
No results found
2.4.0 (2024-07-22)
Features
v2.3.0
13 Sep 19:19
Compare
Sorry, something went wrong.
No results found
2.3.0 (2023-09-13)
Features
v2.2.1
12 Sep 07:41
Compare
Sorry, something went wrong.
No results found
2.2.1 (2023-09-12)
Bug Fixes
v2.1.0
07 Sep 18:03
Compare
Sorry, something went wrong.
No results found
2.1.0 (2023-09-07)
Features
selector read from filename (882dc0c )
v2.0.0
02 Sep 17:10
Compare
Sorry, something went wrong.
No results found
2.0.0 (2023-09-02)
⚠ BREAKING CHANGES
properties can now remove attributes
remove(add) optional elements from(in) DOM
Features
data-shadow can be a mode (28b4e4f )
properties can now remove attributes (ec65084 )
remove(add) optional elements from(in) DOM (b305c72 )