Skip to content

Commit

Permalink
Add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Sep 14, 2024
1 parent e9b5104 commit 935117d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migrations/migration-guide-0.10.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
## Breaking changes in SheetMetrics

`double? minPixels` and `double? maxPixels` parameters of the constructor and `copyWith` method have been replaced with `Extent? minExtent` and `Extent? maxExtent` respectively. The `minPixels` and `maxPixels` getters are still available in the new version.

## Breaking change in SnappingSheetBehavior

`findSnapPixels` method has been removed. Use `findSnapExtent` instead.

0 comments on commit 935117d

Please sign in to comment.