File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments