Skip to content

Releases: NeoLegends/dom-flip

Release v0.4.3

05 Jun 21:41
Compare
Choose a tag to compare

Another housekeeping release to fix the demo page on webcomponents.org.

Release v0.4.2

05 Jun 19:09
Compare
Choose a tag to compare

This is a housekeeping release that introduces a functioning demo, a lighter npm package and some internal documentation improvements..

Release v0.4.1

26 May 17:24
Compare
Choose a tag to compare

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

19 Mar 09:40
Compare
Choose a tag to compare

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

16 Mar 19:24
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release
:boom: Use CSS variables for transition customization

Release v0.2.8

15 Mar 15:53
Compare
Choose a tag to compare

This release changes the default easing function to ease-out.

Release v0.2.7

04 Mar 13:44
Compare
Choose a tag to compare

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

04 Mar 13:35
Compare
Choose a tag to compare
:bug: Fix incorrect handling of boolean attribute

Release v0.2.5

04 Mar 10:43
Compare
Choose a tag to compare

This release contains various small bugfixes, performance and timing improvements.

Release v0.2.4

03 Mar 13:35
Compare
Choose a tag to compare

This release changes the default class name applied to transitioning elements to prevent collisions.