Releases: lozjackson/ember-svg-shapes
Releases · lozjackson/ember-svg-shapes
Release list
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-filterscomponent. - [FEATURE] Add
filter-drop-shadowcomponent. - [FEATURE] Add
filtermixin. - Update to Ember-cli 2.4.2
v0.0.2
CHANGELOG
v0.0.2 2015-09-23
- [FEATURE] The
sizeproperty of thesvg-rectanglecomponent can now be used to multiply theheightandwidthvalues. - [FEATURE] Add the
transformattribute tosvg-circle,svg-squareandsvg-rectanglecomponents. - [BUGFIX] Set css
overflowproperty tovisible. Fixes issue #1 - [FEATURE] Make the
strokeproperty default to 'black'. - [BUGFIX] Fix
svg-starcomponent'spointscomputed property to bind to theinnerPointsproperty. - [BUGFIX] Update the min and max values of the
svg-starcomponent'sinnerPointsproperty. - Add
rectmixin.