File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGES
2
2
3
- ## 0.10.5
3
+ ## 0.11.0
4
4
5
- - Rewrote parsing logic to unpin dart-xml dependency.
5
+ - Rewrote parsing logic to unpin dart-xml dependency, and bumped Dart XML
6
+ dependency.
7
+ - Fix bug where unsupported elements could impact drawing. Unhandled elements
8
+ that have children will now be completely ignored. This is technically a
9
+ breaking change, as previously a child of an unsupported element could have
10
+ been drawn if it was supported. Fixes [ #126 ] ( https://github.com/dnfield/flutter_svg/issues/126 ) .
6
11
7
12
## 0.10.4
8
13
13
18
## 0.10.3
14
19
15
20
- Pin dart-xml to 3.2.5, as 3.3.0 is a breaking change (next release will
16
- address this).
21
+ address this).
17
22
- Support ` px ` postfixes on many double literals.
18
-
23
+
19
24
## 0.10.2
20
25
21
26
- Added a ` semanticsLabel ` property to ` SvgPicture ` .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_svg
2
2
description : An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
3
3
author :
Dan Field <[email protected] >
4
4
homepage : https://github.com/dnfield/flutter_svg
5
- version : 0.10.5
5
+ version : 0.11.0
6
6
7
7
dependencies :
8
8
path_drawing : ^0.4.0
You can’t perform that action at this time.
0 commit comments