Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 9.74 KB

CHANGELOG.md

File metadata and controls

108 lines (64 loc) · 9.74 KB

Change Log

1.0.3

Patch Changes

  • #4299 fffa4406 - Update version range for lit dependency to include v2 (and/or @lit/reactive-element v1). This allows projects still on lit v2 to use this package without being forced to install lit v3.

1.0.2

Patch Changes

  • #4141 6b515e43 - Update TypeScript to ~5.2.0

  • Updated dependencies:

    • @lit/reactive-element@2.0.0
    • lit@3.0.0

1.0.2-pre.1

Patch Changes

1.0.2-pre.0

Patch Changes

1.0.1

Patch Changes

  • #3132 2fe2053f - Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.

1.0.0

Patch Changes

  • #1942 c8fe1d4 - For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
  • #2113 5b2f3642 - Dependency upgrades including TypeScript 4.4.2

1.0.0-rc.3

Patch Changes

1.0.0-rc.2

Patch Changes

  • #1942 c8fe1d4 - For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.

Changes below were based on the Keep a Changelog format. All changes above are generated automatically by Changesets.


1.0.0-rc.1 - 2021-04-20

Changed

  • Updated dependencies.

1.0.0-pre.1 - 2021-03-31

Added