Files
open-wc/packages/scoped-elements/CHANGELOG.md
github-actions[bot] dea0981c53 Version Packages
2021-01-14 11:35:40 +01:00

12 KiB

Change Log

1.3.3

Patch Changes

  • 31ff454a: Add constructor to ScopedElementsHost type so that base constructors have the same return type as extensions. See TypeScript issue.

1.3.2

Patch Changes

  • 9fb1c131: refactor to remove optional chaining syntax in Cache file for better tooling compatibility

1.3.1

Patch Changes

1.3.0

Minor Changes

  • 95d055dc: Define lazy components per Scoped Element instance instead of by Scoped Element class. This forces getScopedTagName method to stop being a static method.

1.2.4

Patch Changes

  • 4a81d791: Add types folder to npm artifacts

1.2.3

Patch Changes

  • 17e9e7dc: Change type distribution workflow

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.2 (2020-08-19)

Bug Fixes

  • scoped-elements: add host to the mixin type for static props (88ffd99)

1.2.1 (2020-08-14)

Bug Fixes

  • scoped-elements: make code ie11 compatible (08483df)

1.2.0 (2020-08-05)

Features

  • scoped-elements: add data-tag-name with the original tagName (d97454e)

1.1.2 (2020-07-08)

Note: Version bump only for package @open-wc/scoped-elements

1.1.1 (2020-04-26)

Bug Fixes

  • scoped-elements: duplicate definition (9aecafb)

1.1.0 (2020-04-25)

Features

  • scoped-elements: self-registering components compatibility (d4806e4)

1.0.9 (2020-04-20)

Note: Version bump only for package @open-wc/scoped-elements

1.0.8 (2020-04-12)

Note: Version bump only for package @open-wc/scoped-elements

1.0.7 (2020-04-06)

Note: Version bump only for package @open-wc/scoped-elements

1.0.6 (2020-04-05)

Bug Fixes

  • scoped-elements: define unused lazy scoped elements (5b863a2)

1.0.5 (2020-03-28)

Bug Fixes

  • scoped-elements: elements not scoped by directives (71f7438)

1.0.4 (2020-03-26)

Note: Version bump only for package @open-wc/scoped-elements

1.0.3 (2020-03-25)

Bug Fixes

  • scoped-elements: getScopedTagName returns undefined (a96c675)

1.0.2 (2020-03-24)

Note: Version bump only for package @open-wc/scoped-elements

1.0.1 (2020-03-20)

Note: Version bump only for package @open-wc/scoped-elements

1.0.0 (2020-03-19)

Bug Fixes

  • scoped-elements: fix some jsDocs (b4d4fc1)

BREAKING CHANGES

  • scoped-elements: getScopedTagName is not available anymore as a function but           a ScopedElementsMixin method.

0.7.1 (2020-03-19)

Note: Version bump only for package @open-wc/scoped-elements

0.7.0 (2020-03-19)

Features

  • scoped-elements: add support for lazy elements (0d67b9f)

0.6.9 (2020-03-19)

Note: Version bump only for package @open-wc/scoped-elements

0.6.8 (2020-03-15)

Note: Version bump only for package @open-wc/scoped-elements

0.6.7 (2020-03-15)

Note: Version bump only for package @open-wc/scoped-elements

0.6.6 (2020-03-11)

Note: Version bump only for package @open-wc/scoped-elements

0.6.5 (2020-03-10)

Note: Version bump only for package @open-wc/scoped-elements

0.6.4 (2020-03-10)

Note: Version bump only for package @open-wc/scoped-elements

0.6.3 (2020-03-08)

Note: Version bump only for package @open-wc/scoped-elements

0.6.2 (2020-03-06)

Note: Version bump only for package @open-wc/scoped-elements

0.6.1 (2020-03-02)

Note: Version bump only for package @open-wc/scoped-elements

0.6.0 (2020-02-29)

Features

  • rollup-plugin-html: first release (9acb29a)

0.5.0 (2020-02-24)

Features

  • scoped-elements: add getScopedTagName function (21132e0)

0.4.1 (2020-02-23)

Note: Version bump only for package @open-wc/scoped-elements

0.4.0 (2020-02-19)

Features

  • scoped-elements: implement as ScopedElementsMixin (b4f6483)

0.3.1 (2020-02-13)

Bug Fixes

  • scoped-elements: support extending elements (#1272) (9868bc7)

0.3.0 (2020-02-13)

Bug Fixes

  • scoped-elements: keep descriptive tag name when building (64b8a44)

Features

  • scoped-elements: add '-se' suffix to all scoped tag names (28c7011)

0.2.15 (2020-02-12)

Bug Fixes

  • add setting so webpack can apply tree shaking on it (#1337) (b5fdf5c)

0.2.14 (2020-02-10)

Note: Version bump only for package @open-wc/scoped-elements

0.2.13 (2020-02-10)

Note: Version bump only for package @open-wc/scoped-elements

0.2.12 (2020-02-09)

Note: Version bump only for package @open-wc/scoped-elements

0.2.11 (2020-02-09)

Note: Version bump only for package @open-wc/scoped-elements

0.2.10 (2020-02-06)

Note: Version bump only for package @open-wc/scoped-elements

0.2.9 (2020-02-06)

Note: Version bump only for package @open-wc/scoped-elements

0.2.8 (2020-02-03)

Note: Version bump only for package @open-wc/scoped-elements

0.2.7 (2020-02-03)

Note: Version bump only for package @open-wc/scoped-elements

0.2.6 (2020-02-02)

Note: Version bump only for package @open-wc/scoped-elements

0.2.5 (2020-01-31)

Bug Fixes

  • skip brooken published versions (25d21de)

0.2.3 (2020-01-27)

Note: Version bump only for package @open-wc/scoped-elements

0.2.2 (2020-01-27)

Note: Version bump only for package @open-wc/scoped-elements

0.2.1 (2020-01-19)

Note: Version bump only for package @open-wc/scoped-elements

0.2.0 (2020-01-19)

Features

  • scoped-elements: add scoped elements feature (a7e195b)