File tree Expand file tree Collapse file tree 5 files changed +43
-3
lines changed Expand file tree Collapse file tree 5 files changed +43
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
9
9
10
10
---
11
11
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` box_transform ` - ` v0.2.1 ` ] ( #box_transform---v021 )
19
+ - [ ` flutter_box_transform ` - ` v0.2.1 ` ] ( #flutter_box_transform---v021 )
20
+
21
+ ---
22
+
23
+ #### ` box_transform ` - ` v0.2.1 `
24
+
25
+ - Update license to Apache 2.0.
26
+ - Update docs and fix broken links.
27
+
28
+
29
+ #### ` flutter_box_transform ` - ` v0.2.1 `
30
+
31
+ - Update license to Apache 2.0.
32
+ - Update playground to use unified clamping rect.
33
+ - Update docs and fix broken links.
34
+
35
+ ## 2023-04-07
36
+
37
+ ### Changes
38
+
39
+ ---
40
+
12
41
Packages with breaking changes:
13
42
14
43
- [ ` flutter_box_transform ` - ` v0.2.0 ` ] ( #flutter_box_transform---v020 )
Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ - Update license to Apache 2.0.
4
+ - Update docs and fix broken links.
5
+
1
6
## 0.2.0
2
7
3
8
- Fix scaling of rect not matching cursor position.
Original file line number Diff line number Diff line change 1
1
name : box_transform
2
2
description : A pure dart implementation of advanced 2D box transformation with easy and simple API.
3
3
4
- version : 0.2.0
4
+ version : 0.2.1
5
5
6
6
repository : https://github.com/hyper-designed/box_transform
7
7
homepage : https://github.com/hyper-designed/box_transform
Original file line number Diff line number Diff line change
1
+ ## 0.2.1
2
+
3
+ - Update license to Apache 2.0.
4
+ - Update playground to use unified clamping rect.
5
+ - Update docs and fix broken links.
6
+
1
7
## 0.2.0
2
8
3
9
- Add ` hideHandlesWhenNotResizable ` flag to hide handles when the box is not
Original file line number Diff line number Diff line change 1
1
name : flutter_box_transform
2
2
description : A Flutter implementation of box_transform package that provides easy 2D box transform operations with advanced resizing of rect in UI.
3
3
4
- version : 0.2.0
4
+ version : 0.2.1
5
5
6
6
repository : https://github.com/hyper-designed/box_transform
7
7
homepage : https://github.com/hyper-designed/box_transform
@@ -15,7 +15,7 @@ environment:
15
15
dependencies :
16
16
flutter :
17
17
sdk : flutter
18
- box_transform : ^0.2.0
18
+ box_transform : ^0.2.1
19
19
vector_math : ^2.1.4
20
20
21
21
dev_dependencies :
You can’t perform that action at this time.
0 commit comments