Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jun 10, 2020
1 parent d5cc64f commit d8cf397
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
[#x]: https://github.com/ideditor/temaki/issues/x
-->

# 4.0.0
##### 2020-Jun-10

* :warning: Remove `width` and `height` attributes from all icons<br/>
_The display size is now up to consumers. 15x15 px or larger is recommended._
* Standardize all SVG geometries to `path` elements
* Remove unexpected `fill` and `id` attributes of paths
* Remove unexpected `g` and comment elements
* Add `check` script that cleans icons and displays warnings
* Add higher-detail design guidelines to the README
* Enable dependabot to keep development dependencies up-to-date

# 3.24.0
##### 2020-Jun-05

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": "@ideditor/temaki",
"version": "3.24.0",
"version": "4.0.0",
"license": "CC0-1.0",
"repository": "ideditor/temaki",
"author": "Bryan Housel <[email protected]>",
Expand Down

0 comments on commit d8cf397

Please sign in to comment.