Skip to content

Releases: Shopify/twine

v0.1.3

18 Nov 20:50
Compare
Choose a tag to compare
  • A bugfix that prevents Twine from throwing an error when you try to get context on an un-twined node, and instead logs a warning (#21)

v0.1.2

19 Oct 15:16
Compare
Choose a tag to compare
  • Allows you to use data- prefixes on all Twine attributes (e.g. data-bind) for valid HTML5 (#43)

V0.1.1

05 Aug 16:05
Compare
Choose a tag to compare
  • Updated documentation
  • Fals-y values remove the attribute in bind-attribute (#34)

v0.1.0

08 Jun 21:03
Compare
Choose a tag to compare

Update version to 0.1.0

v0.0.18

23 Apr 23:02
Compare
Choose a tag to compare

V0.0.17

22 Apr 19:25
Compare
Choose a tag to compare
  • add eval
  • performance improvement to bind

v0.0.16

13 Mar 15:13
Compare
Choose a tag to compare

Changes

  • Added bind-attribute

v0.0.15

03 Mar 08:02
Compare
Choose a tag to compare

Changes

  • Added bind-event-mouseenter and bind-event-mouseleave

v0.0.14

12 Feb 16:04
Compare
Choose a tag to compare

Changes

  • Checkbox toggle now fires bindings:change event when a binding causes it to toggle.

v0.0.13

02 Feb 19:27
Compare
Choose a tag to compare

Changes

  • Added bind-event-mouseover and bind-event-mouseout