Skip to content

Commit

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

### v0.9.1
- [[FEATURE]](https://github.com/ivanvotti/ember-svg-jar/pull/13) Helper supports `size` attribute `{{svg-jar "asset-name" size=2}}`
- [ENHANCEMENT] The viewer now shows asset base size as `24x20px` in details
- [ENHANCEMENT] The viewer allows to copy optimized asset code to clipboard
- [CLEANUP] Add node tests to cover all broccoli stuff & improve code

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

### v0.9.0
- [FEATURE] The viewer allows downloading selected assets
- [FEATURE] The viewer allows copying selected assets' code to the clipboard
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
The best way to bring SVG goodness to your Ember application
</h4>

![](https://s3-us-west-2.amazonaws.com/ivanvotti-uploads/svg-jar-0.9.0.png)
![](https://s3-us-west-2.amazonaws.com/ivanvotti-uploads/SVGJar+0.9.1.png)

### What’s in the Box?
- “install it and forget it” mode (no configuration needed)
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.9.0",
"version": "0.9.1",
"description": "Comprehensive SVG support for Ember applications",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit c496542

Please sign in to comment.