Skip to content

Commit

Permalink
Prepare for 0.7.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti authored May 30, 2024
1 parent 026b0ea commit 14f7bbf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/migration-guide-0.7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ Here is the summary of the breaking changes included in version 0.7.0.
- `SheetDragUpdateDetails` no longer implements `DragUpdateDetails`.
- `SheetDragEndDetails` no longer implements `DragEndDetails`.
- `basePhysics` was removed from `SheetThemeData`.
- The following properties were removed from `SheetDragDetails`:
- `localPositionX`
- `localPositionY`
- `globalPositionX`
- `globalPositionY`
- `localPosition`
- `globalPosition`
- The following properties were removed from `SheetDragEndDetails`:
- `localPositionX`
- `localPositionY`
- `globalPositionX`
- `globalPositionY`
- `localPosition`
- `globalPosition`


## miscellaneous

Expand Down
2 changes: 2 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
This version contains some breaking changes. See the [migration guide](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.7.x.md) for more details.

- Fix: Unable to build with Flutter versions `< 3.22.0` (#141)
- Increase min SDK versions (#147)
- Remove basePhysics from SheetThemeData (#148)

## 0.6.0 May 26, 2024

Expand Down
5 changes: 2 additions & 3 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ This library is currently in the experimental stage. The API may undergo changes

## Migration guide

- [0.5.x to 0.6.x](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.6.x.md) 🆕

- [0.4.x to 0.5.x](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.5.x.md)
- [0.6.x to 0.7.x](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.6.x.md) 🆕
- [0.5.x to 0.6.x](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/migration-guide-0.6.x.md)

See [here](https://github.com/fujidaiti/smooth_sheets/blob/main/docs/) for older versions.

Expand Down

0 comments on commit 14f7bbf

Please sign in to comment.