Skip to content

Commit

Permalink
update changelog, do y version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfield committed Feb 27, 2019
1 parent 9214967 commit 05861dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# CHANGES

## 0.10.5
## 0.11.0

- Rewrote parsing logic to unpin dart-xml dependency.
- Rewrote parsing logic to unpin dart-xml dependency, and bumped Dart XML
dependency.
- Fix bug where unsupported elements could impact drawing. Unhandled elements
that have children will now be completely ignored. This is technically a
breaking change, as previously a child of an unsupported element could have
been drawn if it was supported. Fixes [#126](https://github.com/dnfield/flutter_svg/issues/126).

## 0.10.4

Expand All @@ -13,9 +18,9 @@
## 0.10.3

- Pin dart-xml to 3.2.5, as 3.3.0 is a breaking change (next release will
address this).
address this).
- Support `px` postfixes on many double literals.

## 0.10.2

- Added a `semanticsLabel` property to `SvgPicture`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_svg
description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.
author: Dan Field <[email protected]>
homepage: https://github.com/dnfield/flutter_svg
version: 0.10.5
version: 0.11.0

dependencies:
path_drawing: ^0.4.0
Expand Down

0 comments on commit 05861dd

Please sign in to comment.