Skip to content

0.2.0

Compare
Choose a tag to compare
@crisbeto crisbeto released this 21 Dec 15:14
· 181 commits to master since this release

This release adds:

  • Dynamic binding - the looks update automatically if the scope variable changes. Example: color="{{ (current / max < 0.5) ? '#ff8080' : '#45ccce'" }}.
    NOTE: If you've been using the 0.1.0 release, you can stop broadcasting the renderCircle event, it is no longer being used.
  • Animations - Adds the ability to select an animation and adds some presets. Refer to the readme for the possibilities.
  • Split up and re-organized some files
  • Some tweaks to the demo