Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 7.08 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 7.08 KB

Change Log

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