Skip to content

Releases: alexjlockwood/avocado

v1.0.0

22 Jan 01:02
Compare
Choose a tag to compare
  • Republished tool under the name avocado.

v0.1.5

10 Jan 20:55
Compare
Choose a tag to compare
  • Avoid converting cubic bezier curves to elliptical arcs (since there is an annoying elliptical arc related bug in the framework VectorDrawable implementation that wasn't fixed until API 24). Fixes #24.

v0.1.2

10 Dec 17:49
Compare
Choose a tag to compare
  • Remove attributes with default values. Fixes #16.

v0.1.1

08 Dec 06:26
Compare
Choose a tag to compare
  • Don't optimize paths with names (in case they are being used by a path morphing animation). Fixes #10.
  • Don't remove empty groups if they have a name (in case it breaks an AVD). Fixes #11

v0.1.0

05 Dec 04:34
91964cb
Compare
Choose a tag to compare
update vector drawable file names in readme

v0.1.0-alpha.8

01 Dec 22:00
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release
  • Don't remove XML processing instruction by default. Fixes #13.

v0.1.0-alpha.7

01 Dec 06:19
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release
  • Don't bake group transforms into children if a child has a name and/or is a clip-path. Fixes #9.
  • Disable 'remove comments' since they have no impact on rendering performance. Fixes #7.
  • Remove paths and clip-paths with no path data strings. Fixes #6.
  • Don't merge paths if one of the two path has a name. Fixes #2.

v0.1.0-alpha.6

01 Dec 00:56
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release
  • Avoid crash when rounding path data that contains a closepath command. Fixes #5.

v0.1.0-alpha.5

01 Dec 00:33
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release
  • Don't remove leading zeros for decimals less than 1. Fixes #1.

v0.1.0-alpha.4

01 Dec 00:28
8f9f521
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

Initial release.