Skip to content

v0.0.2

Compare
Choose a tag to compare
@lozjackson lozjackson released this 24 Sep 20:15
· 47 commits to master since this release

CHANGELOG

v0.0.2 2015-09-23

  • [FEATURE] The size property of the svg-rectangle component can now be used to multiply the height and width values.
  • [FEATURE] Add the transform attribute to svg-circle, svg-square and svg-rectangle components.
  • [BUGFIX] Set css overflow property to visible. Fixes issue #1
  • [FEATURE] Make the stroke property default to 'black'.
  • [BUGFIX] Fix svg-star component's points computed property to bind to the innerPoints property.
  • [BUGFIX] Update the min and max values of the svg-star component's innerPoints property.
  • Add rect mixin.