Skip to content

v1.2.0

Compare
Choose a tag to compare
@angus-c angus-c released this 25 Jun 02:29
· 108 commits to master since this release

features

  • New this.attributes() API for setting attributes
  • Allows override by other mixins
  • Ignores attributes passed by attachedTo unless declared in component
  • Requires null attributes to be overriden
  • Old this.defaultAttrs API still works but deprecated
    #150
    #270

bug fixes and tweaks

  • Optimize Arguments to Array util
    #268
  • Add Component.mixin docs
    #246
  • Fix attribute behavior when using Component.mixin
    #253
    #270