Skip to content

Latest commit

 

History

History
85 lines (45 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

85 lines (45 loc) · 4.79 KB

Change Log

1.0.3

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.2

Patch Changes

1.0.1

Patch Changes

  • #2186 59acf89a - Ensures *.d.ts files are included in production output.

1.0.0

Patch Changes

  • #2166 94dff0a4 - Renamed animate option animateOptions to keyframeOptions and AnimateController animateOptions to defaultOptions
  • #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.4

Patch Changes

1.0.0-rc.3

Patch Changes

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

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


[1.0.0-rc.2] - 2021-04-07

Fixed

  • Included flip-controller in package.json files section #1796.

[1.0.0-rc.1] - 2021-04-20

Changed

  • Updated dependencies

[1.0.0-pre.1] - 2020-12-16

Added

  • Adds flip directive. The flip directive animates a node's layout between renders. It will perform a "tweening" animation between the two states based on the options given. In addition, elements can animate when they initially render to DOM and when they are removed. for making elements move from one render to the next.
  • Adds position directive that positions and sizes an element relative to a given target element.