Skip to content

Commit

Permalink
Released v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvotti committed Aug 1, 2016
1 parent 3bafb27 commit a5a89ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## SVGJar Change Log

### v0.8.3
- [BUGFIX] Custom helper attrs shouldn't affect the inline assets store
- [DOC] Add CHANGELOG.md

[Full changelog](https://github.com/ivanvotti/ember-svg-jar/compare/v0.8.3...HEAD)

### v0.8.2
- [FEATURE] `svg-jar` helper can now bind any passed attributes to created SVG elements
- [CLEANUP] Upgrade ember-cli to 2.7.0
- [CLEANUP] Add more tests & clean up the helper's code

[Full changelog](https://github.com/ivanvotti/ember-svg-jar/compare/v0.8.2...HEAD)
[Full changelog](https://github.com/ivanvotti/ember-svg-jar/compare/v0.8.1...v0.8.2)

### v0.8.1
- [BUGFIX] Assets viewer correctly shows SVGs with undefined height & width
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-svg-jar",
"version": "0.8.2",
"version": "0.8.3",
"description": "Comprehensive SVG support for Ember applications",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit a5a89ca

Please sign in to comment.