Releases: lozjackson/ember-svg-shapes
Releases · lozjackson/ember-svg-shapes
v1.0.1
v1.0.0
v0.1.1
CHANGELOG
- Add Phantomjs dev-dependency.
- Configure Ember-try to include Ember ~2.4.0 (LTS).
- Update to Ember-cli 2.7.0
v0.1.0
CHANGELOG
v0.1.0 2016-03-26
- [FEATURE] Add
svg-filters
component. - [FEATURE] Add
filter-drop-shadow
component. - [FEATURE] Add
filter
mixin. - Update to Ember-cli 2.4.2
v0.0.2
CHANGELOG
v0.0.2 2015-09-23
- [FEATURE] The
size
property of thesvg-rectangle
component can now be used to multiply theheight
andwidth
values. - [FEATURE] Add the
transform
attribute tosvg-circle
,svg-square
andsvg-rectangle
components. - [BUGFIX] Set css
overflow
property tovisible
. Fixes issue #1 - [FEATURE] Make the
stroke
property default to 'black'. - [BUGFIX] Fix
svg-star
component'spoints
computed property to bind to theinnerPoints
property. - [BUGFIX] Update the min and max values of the
svg-star
component'sinnerPoints
property. - Add
rect
mixin.
v0.0.1
initial release