Skip to content

Commit 02269af

Browse files
committed
Update CHANGELOG.md
1 parent ec5799a commit 02269af

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

packages/box_transform/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
- Fix scaling of rect not matching cursor position.
4+
15
## 0.1.1
26

37
- Add example.

packages/flutter_box_transform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.0
2+
3+
- Add `hideHandlesWhenNotResizable` flag to hide handles when the box is not
4+
resizable by @timmaffett.
5+
- BREAKING CHANGE: `TransformableBox.childBuilder` is now `TransformableBox.contentBuilder`.
6+
- More advanced example with multiple boxes.
7+
18
## 0.1.1
29

310
- Bump "flutter_box_transform" to `0.1.1`.

0 commit comments

Comments
 (0)