- #3132
2fe2053f- Added "types" entry to package exports. This tells newer versions of TypeScript where to look for typings for each module.
- #2166
94dff0a4- RenamedanimateoptionanimateOptionstokeyframeOptionsandAnimateControlleranimateOptionstodefaultOptions
- #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 -
Updated dependencies [
15a8356d,5b2f3642,0312f3e5]:- lit@2.0.0-rc.4
- #1942
c8fe1d4- For minified class fields on classes in lit libraries, added prefix to stable properties to avoid collisions with user properties.
- Included
developmentfolder in release #1912.
Changes below were based on the Keep a Changelog format. All changes above are generated automatically by Changesets.
- Included
flip-controllerinpackage.jsonfilessection #1796.
- Updated dependencies
- Adds
flipdirective. Theflipdirective 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
positiondirective that positions and sizes an element relative to a given target element.