|
| 1 | +## 1.1.12 |
| 2 | + |
| 3 | +* Transfers the package source from https://github.com/dnfield/vector_graphics |
| 4 | + to https://github.com/flutter/packages. |
| 5 | + |
| 6 | +## 1.1.11+1 |
| 7 | + |
| 8 | +* Relax package:http constraint. |
| 9 | + |
| 10 | +## 1.1.11 |
| 11 | + |
| 12 | +* Use package:http to drop dependency on dart:html. |
| 13 | + |
| 14 | +## 1.1.10+1 |
| 15 | + |
| 16 | +* Add missing save before clip. |
| 17 | + |
| 18 | +## 1.1.10 |
| 19 | + |
| 20 | +* Add missing clip before saveLayer. |
| 21 | + |
| 22 | +## 1.1.9+2 |
| 23 | + |
| 24 | +* Fix case sensitivity on scientific notation parsing. |
| 25 | + |
| 26 | +## 1.1.9+1 |
| 27 | + |
| 28 | +* Fix publication error that did not have latest source code. |
| 29 | + |
| 30 | +## 1.1.9 |
| 31 | + |
| 32 | +* Fix handling of invalid XML `@id` attributes. |
| 33 | +* Fix handling of self-referential `<use/>` elements. |
| 34 | +* Add `--out-dir` option to compiler. |
| 35 | +* Tweak warning message for unhandled eleemnts. |
| 36 | + |
| 37 | +## 1.1.8 |
| 38 | + |
| 39 | +* Fix bugs in transform parsing. |
| 40 | + |
| 41 | +## 1.1.7 |
| 42 | + |
| 43 | +* Support for matching the ambient text direction. |
| 44 | + |
| 45 | +## 1.1.6 |
| 46 | + |
| 47 | +* Fix bug in text position computation when transforms are involved. |
| 48 | + |
| 49 | +## 1.1.5+1 |
| 50 | + |
| 51 | +* Remove/update some invalid assertions related to image formats. |
| 52 | + |
| 53 | +## 1.1.5 |
| 54 | + |
| 55 | +* Support for decoding control points as IEEE 754-2008 half precision |
| 56 | + floating point values. |
| 57 | +* Migrate the test to extend DefaultWidgetsLocalizations. |
| 58 | +* Added an error builder property to provide a fallback widget on exceptions. |
| 59 | + |
| 60 | +## 1.1.4 |
| 61 | + |
| 62 | +* Support more image formats and malformed MIME types. |
| 63 | +* Fix inheritence for `fill-rule`s. |
| 64 | + |
| 65 | +## 1.1.3 |
| 66 | + |
| 67 | +* Further improvements to whitespace handling for text. |
| 68 | + |
| 69 | +## 1.1.2 |
| 70 | + |
| 71 | +* Fix handling and inheritence of `none`. |
| 72 | + |
| 73 | +## 1.1.1 |
| 74 | + |
| 75 | +* Multiple text positioning bug fixes. |
| 76 | +* Preserve stroke-opacity when specified. |
| 77 | + |
| 78 | +## 1.1.0 |
| 79 | + |
| 80 | +* Fix a number of inheritence related bugs: |
| 81 | + * Inheritence of properties specified on the root element now work. |
| 82 | + * Opacity inheritence is more correct now. |
| 83 | + * Inheritence of `use` elements is more correctly handled. |
| 84 | +* Make `currentColor` non-null on SVG theme, and fix how it is applied. |
| 85 | +* Remove the opacity peephole optimizer, which was incorrectly applying |
| 86 | + optimizations in a few cases. A future release may add this back. |
| 87 | +* Add clipBehavior to the widget. |
| 88 | +* Fix patterns when multiple patterns are specified and applied within the |
| 89 | + graphic. |
| 90 | + |
| 91 | +## 1.0.1+1 |
| 92 | + |
| 93 | +* Fix bug in asset loading from packages. |
| 94 | + |
| 95 | +## 1.0.1 |
| 96 | + |
| 97 | +* Fix handling of fill colors on use/group elements. |
| 98 | + |
| 99 | +## 1.0.0+1 |
| 100 | + |
| 101 | +* Fix issue in pattern decoding. |
| 102 | +* Fix issue in matrix parsing for some combinations of matrices. |
| 103 | + |
| 104 | +## 1.0.0 |
| 105 | + |
| 106 | +* Stable release. |
| 107 | +* Use `ImageCache` for images. |
| 108 | +* Bug fixes for image rendering. |
| 109 | +* Better support for synchronous usage in testing. |
| 110 | +* Make clipping the viewbox optional. |
| 111 | + |
| 112 | +## 0.0.3 |
| 113 | + |
| 114 | +* Improvements to CLI utilities. |
| 115 | +* Dispose unused objects. |
| 116 | +* Improved support for HTML backend. |
| 117 | +* Less aggressive rasterization strategy for flutter_svg compatibility. |
| 118 | + |
| 119 | +## 0.0.2 |
| 120 | + |
| 121 | +* Support for drawing images |
| 122 | + |
| 123 | +## 0.0.1 |
| 124 | + |
| 125 | +* Added `VectorGraphic` which consumes encoded vector graphics assets using |
| 126 | + a `BytesLoader`. |
| 127 | +* Added `AssetBytesLoader` and `NetworkBytesLoader` as example loader |
| 128 | + implementations. |
| 129 | + |
| 130 | +## 0.0.0 |
| 131 | + |
| 132 | +* Create repository |
0 commit comments