Releases: NeoLegends/dom-flip
Release v0.4.3
Another housekeeping release to fix the demo page on webcomponents.org.
Release v0.4.2
This is a housekeeping release that introduces a functioning demo, a lighter npm package and some internal documentation improvements..
Release v0.4.1
This release packs a new method, .refresh()
that makes the element recollect the position of all children. This is necessary in cases where the element was hidden from the DOM and then unhidden.
Release v0.4.0
This release removes most of the properties on the element itself and allows customizing the applied transitions through the --transition
CSS variable.
Release v0.3.0
:boom: Use CSS variables for transition customization
Release v0.2.8
This release changes the default easing function to ease-out
.
Release v0.2.7
This release introduces actual properties to the element so that it can now be used with property-setting template engines (like lit-html's extended or Polymer without $
sign).
Release v0.2.6
:bug: Fix incorrect handling of boolean attribute
Release v0.2.5
This release contains various small bugfixes, performance and timing improvements.
Release v0.2.4
This release changes the default class name applied to transitioning elements to prevent collisions.