diff --git a/CHANGELOG.md b/CHANGELOG.md index 790bd55..a5dfd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.0 + +- Breaking change: The properties of `StrokeOptions` are now non-nullable. This means that e.g. `StrokeOptions.smoothing` now defaults to `StrokeOptions.defaultSmoothing` instead of `null`. Note that you can change the defaults. + ## 2.1.0 - Breaking change: `getStroke(points, options)` is now `getStroke(points, options: options)`. diff --git a/pubspec.yaml b/pubspec.yaml index 38a046e..e0e0542 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: perfect_freehand -version: 2.1.0 +version: 2.2.0 description: Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points. homepage: https://github.com/steveruizok/perfect-freehand-dart repository: https://github.com/steveruizok/perfect-freehand-dart