Skip to content

Commit 214ae01

Browse files
committed
version bump
1 parent 000e17f commit 214ae01

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGES
22

3+
## 0.6.0
4+
5+
- **BREAKING** Update Flutter version dependencies/package dependencies
6+
- Print unhandled errors only once, and only in debug mode (000e17f)
7+
- Add ability to specify a `BoxFit` and `Alignment` for SvgPictures (Thanks @sroddy!).
8+
- Support `userSpaceOnUse` gradientUnits (@sroddy)
9+
- Miscellaneous bug fixes
10+
- Restructure project to match expectations of Flutter tooling
11+
312
## 0.5.5
413

514
- Create a new class to encapsulate `Paint` and assist with inheriting all painting properties.

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ packages:
1919
path: ".."
2020
relative: true
2121
source: path
22-
version: "0.5.5+1"
22+
version: "0.6.0"
2323
meta:
2424
dependency: transitive
2525
description:

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.
33
author: Dan Field <[email protected]>
44
homepage: https://github.com/dnfield/flutter_svg
5-
version: 0.5.5+1
5+
version: 0.6.0
66

77
dependencies:
88
path_drawing: ^0.3.0

0 commit comments

Comments
 (0)