Skip to content

Commit 05861dd

Browse files
committed
update changelog, do y version bump
1 parent 9214967 commit 05861dd

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# CHANGES
22

3-
## 0.10.5
3+
## 0.11.0
44

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).
611

712
## 0.10.4
813

@@ -13,9 +18,9 @@
1318
## 0.10.3
1419

1520
- Pin dart-xml to 3.2.5, as 3.3.0 is a breaking change (next release will
16-
address this).
21+
address this).
1722
- Support `px` postfixes on many double literals.
18-
23+
1924
## 0.10.2
2025

2126
- Added a `semanticsLabel` property to `SvgPicture`.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_svg
22
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
33
author: Dan Field <[email protected]>
44
homepage: https://github.com/dnfield/flutter_svg
5-
version: 0.10.5
5+
version: 0.11.0
66

77
dependencies:
88
path_drawing: ^0.4.0

0 commit comments

Comments
 (0)