Skip to content

Releases: Symatem/WiredPanels

v2.0.0

20 Dec 19:09
Compare
Choose a tag to compare

2.0.0 (2017-12-20)

Bug Fixes

  • compare callback agains undefined (a45a91d)

Features

  • More control of SVG root element in DOM (3ad25ac)

BREAKING CHANGES

  • constructor does not take parentElement anymore, instead you have to append wiredPanels.svg yourself

v1.1.2

12 Nov 22:06
Compare
Choose a tag to compare

1.1.2 (2017-11-12)

Bug Fixes

  • remove unknown variable 'wire' in debug message (6fee681)

v1.1.1

01 Nov 16:00
Compare
Choose a tag to compare

1.1.1 (2017-11-01)

Bug Fixes

  • use === and !== for comparisons (f894736)

v1.1.0

31 Oct 10:33
Compare
Choose a tag to compare

1.1.0 (2017-10-31)

Features

  • optional config arg in WiredPanels constructor (8d497ad)

v1.0.1

08 Oct 17:44
Compare
Choose a tag to compare

1.0.1 (2017-10-08)

Bug Fixes

  • only use node 8.6 (dcdceaf)
  • use === and !== for comparison (7dbe5a1)