Skip to content

Releases: infodusha/define-html

v3.0.0

30 Jul 19:23
9c2406f
Compare
Choose a tag to compare

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
ec45c41
Compare
Choose a tag to compare

2.6.0 (2024-07-22)

Features

  • compiler: add runtime copy (3104cca)

v2.4.2

22 Jul 14:28
f77817c
Compare
Choose a tag to compare

2.4.2 (2024-07-22)

Bug Fixes

v2.4.1

22 Jul 14:22
e8fee89
Compare
Choose a tag to compare

2.4.1 (2024-07-22)

Bug Fixes

v2.4.0

22 Jul 14:16
7379b24
Compare
Choose a tag to compare

2.4.0 (2024-07-22)

Features

v2.3.0

13 Sep 19:19
019d0d4
Compare
Choose a tag to compare

2.3.0 (2023-09-13)

Features

v2.2.1

12 Sep 07:41
2c0bcc0
Compare
Choose a tag to compare

2.2.1 (2023-09-12)

Bug Fixes

v2.1.0

07 Sep 18:03
d032b4d
Compare
Choose a tag to compare

2.1.0 (2023-09-07)

Features

  • selector read from filename (882dc0c)

v2.0.0

02 Sep 17:10
60af603
Compare
Choose a tag to compare

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)

v1.10.0

02 Sep 14:04
64e6fa9
Compare
Choose a tag to compare

1.10.0 (2023-09-02)

Features

  • refactor script executor (be1e007)