Skip to content

v4.0.1

Choose a tag to compare

@bcomnes bcomnes released this 22 Apr 22:44
  • Fix instance clobbering bug. This bug showed up when you had two instances of the same component morphing over each other. This would cause the real DOM reference to get lost between the internal _element references of the two instances. The work around was the introduction of ccId which is a unique ID to prevent this.