Skip to content

Latest commit

 

History

History
304 lines (176 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

304 lines (176 loc) · 16.3 KB

Changelog

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

2.6.0 (2024-07-22)

Features

  • compiler: add runtime copy (3104cca)

2.5.0 (2024-07-22)

Features

2.4.2 (2024-07-22)

Bug Fixes

2.4.1 (2024-07-22)

Bug Fixes

2.4.0 (2024-07-22)

Features

2.3.0 (2023-09-13)

Features

2.2.1 (2023-09-12)

Bug Fixes

2.2.0 (2023-09-12)

⚠ BREAKING CHANGES

  • properties can now remove attributes
  • remove(add) optional elements from(in) DOM

Features

Bug Fixes

  • add http-server to dev deps (393833c)
  • module script tabs (467d101)
  • refactor naming (fc16203)
  • rollback version (32ce475)
  • run tests in different workflow (82efe37)
  • run tests in different workflow (2d39abd)
  • run tests in different workflow (68226ee)
  • run tests in different workflow (5ffe091)
  • run tests in different workflow (9623776)
  • script module relative imports work (41935da)
  • strip comments on build (a84c5b3)
  • style tags & shadow mode (1a48fbb)
  • use getAttributeNames inside (a74875b)

Miscellaneous Chores

2.1.0 (2023-09-07)

Features

  • selector read from filename (882dc0c)

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)

1.10.0 (2023-09-02)

Features

  • refactor script executor (be1e007)

1.9.0 (2023-09-02)

Features

Bug Fixes

  • script module relative imports work (41935da)

1.8.2 (2023-08-27)

Bug Fixes

  • run tests in different workflow (82efe37)
  • run tests in different workflow (2d39abd)
  • run tests in different workflow (68226ee)
  • run tests in different workflow (5ffe091)
  • run tests in different workflow (9623776)

1.8.1 (2023-08-27)

Bug Fixes

  • add http-server to dev deps (393833c)

1.8.0 (2023-08-27)

Features

Bug Fixes

  • strip comments on build (a84c5b3)

1.7.0 (2023-08-25)

Features

  • data-if changes from js support (e69a8f0)

1.6.1 (2023-08-25)

Bug Fixes

1.6.0 (2023-08-25)

Features

  • add support for data-if-equal (19b4e60)
  • extend script modules support (fdf2b85)

1.5.0 (2023-08-25)

Features

1.4.0 (2023-08-25)

Features

  • fix slots & extract css helpers (220c2c7)
  • full slot support (dc0bce5)
  • full style encapsulation (7a76862)

1.3.0 (2023-08-24)

Features

  • simplify attribute watching (19d8a5a)

1.2.0 (2023-08-24)

Features

  • refactor css part & add wat to make global style tag (1fe29eb)

1.1.0 (2023-08-24)

Features

Bug Fixes

  • use getAttributeNames inside (a74875b)

1.0.1 (2023-08-23)

Bug Fixes

  • style tags & shadow mode (1a48fbb)

1.0.0 (2023-08-23)

Features