Skip to content

Commit ca82d73

Browse files
committed
🔖 Release v0.4.0
1 parent 424ae2e commit ca82d73

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,56 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-06-04
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`box_transform` - `v0.4.0`](#box_transform---v040)
15+
- [`flutter_box_transform` - `v0.4.0`](#flutter_box_transform---v040)
16+
17+
Packages with other changes:
18+
19+
- There are no breaking changes in this release.
20+
21+
---
22+
23+
#### `box_transform` - `v0.4.0`
24+
25+
- Fix stack overflow error when the clamping rect is smaller than the box rect.
26+
27+
#### `flutter_box_transform` - `v0.4.0`
28+
29+
- [BREAKING]: Replace `hideHandlesWhenNotResizable` with `enabledHandles` and `visibleHandles`.
30+
- Replace the usage of Listener widgets with GestureDetectors in the TransformableBox.
31+
- Add new controls to the playground to reflect the new handle parameters.
32+
- Bump up **box_transform** version to `0.4.0`.
33+
34+
## 2023-06-02
35+
36+
### Changes
37+
38+
---
39+
40+
Packages with breaking changes:
41+
42+
- There are no breaking changes in this release.
43+
44+
Packages with other changes:
45+
46+
- [`flutter_box_transform` - `v0.3.2`](#flutter_box_transform---v030)
47+
48+
---
49+
50+
#### `flutter_box_transform` - `v0.3.2`
51+
52+
- Fix controller pattern not updating the UI when the controller is updated.
53+
- Change null resizeModeResolver pattern to a non-null pattern to fix a crash.
54+
- Correct two broken doc pages.
55+
656
## 2023-06-01
757

858
### Changes

packages/box_transform/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## 0.4.0
2+
23
- Fix stack overflow error when the clamping rect is smaller than the box rect.
34

45
## 0.3.0

0 commit comments

Comments
 (0)