33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2024-06-17
7+
8+ ---
9+
10+ Packages with breaking changes:
11+
12+ - There are no breaking changes in this release.
13+
14+ Packages with other changes:
15+
16+ - [ ` flutter_box_transform ` - ` v0.4.3 ` ] ( #flutter_box_transform---v043 )
17+ - [ ` box_transform ` - ` v0.4.3 ` ] ( #box_transform---v043 )
18+
19+ ---
20+
21+ #### ` flutter_box_transform ` - ` v0.4.3 `
22+
23+ - Update dependencies & resolve deprecation warnings.
24+ - Added onTap event to BoxTransformController. (PR #23 by @joakimunge )
25+ - Deny different transform operations when a box is already undergoing.
26+ - Add optional ` resizeModeResolver ` override to ` onResizeUpdate ` in ` TransformableBoxController ` .
27+
28+ ### ` box_transform ` - `v0.4.3
29+
30+ - Update dependencies & resolve deprecation warnings.
31+ - Fix a bug where terminal resize events triggered on the incorrect axis.
32+
633## 2023-06-07
734
835### Changes
@@ -150,7 +177,6 @@ Packages with other changes:
150177- Fix broken links in docs.
151178- Add tests for resizing features.
152179
153-
154180#### ` flutter_box_transform ` - ` v0.3.0 `
155181
156182- Bump up Dart sdk constraints to ` 3.0.0 ` .
@@ -173,26 +199,25 @@ Packages with other changes:
173199
174200Packages with breaking changes:
175201
176- - There are no breaking changes in this release.
202+ - There are no breaking changes in this release.
177203
178204Packages with other changes:
179205
180- - [ ` box_transform ` - ` v0.2.1 ` ] ( #box_transform---v021 )
181- - [ ` flutter_box_transform ` - ` v0.2.1 ` ] ( #flutter_box_transform---v021 )
206+ - [ ` box_transform ` - ` v0.2.1 ` ] ( #box_transform---v021 )
207+ - [ ` flutter_box_transform ` - ` v0.2.1 ` ] ( #flutter_box_transform---v021 )
182208
183209---
184210
185211#### ` box_transform ` - ` v0.2.1 `
186212
187- - Update license to Apache 2.0.
188- - Update docs and fix broken links.
189-
213+ - Update license to Apache 2.0.
214+ - Update docs and fix broken links.
190215
191216#### ` flutter_box_transform ` - ` v0.2.1 `
192217
193- - Update license to Apache 2.0.
194- - Update playground to use unified clamping rect.
195- - Update docs and fix broken links.
218+ - Update license to Apache 2.0.
219+ - Update playground to use unified clamping rect.
220+ - Update docs and fix broken links.
196221
197222## 2023-04-07
198223
@@ -202,24 +227,24 @@ Packages with other changes:
202227
203228Packages with breaking changes:
204229
205- - [ ` flutter_box_transform ` - ` v0.2.0 ` ] ( #flutter_box_transform---v020 )
230+ - [ ` flutter_box_transform ` - ` v0.2.0 ` ] ( #flutter_box_transform---v020 )
206231
207232Packages with other changes:
208233
209- - [ ` box_transform ` - ` v0.2.0 ` ] ( #box_transform---v020 )
234+ - [ ` box_transform ` - ` v0.2.0 ` ] ( #box_transform---v020 )
210235
211236---
212237
213238#### ` box_transform ` - ` v0.2.0 `
214239
215- - Fix scaling of rect not matching cursor position.
240+ - Fix scaling of rect not matching cursor position.
216241
217242#### ` flutter_box_transform ` - ` v0.2.0 `
218243
219- - Add ` hideHandlesWhenNotResizable ` flag to hide handles when the box is not
220- resizable by @timmaffett .
221- - BREAKING CHANGE: ` TransformableBox.childBuilder ` is now ` TransformableBox.contentBuilder ` .
222- - More advanced example with multiple boxes.
244+ - Add ` hideHandlesWhenNotResizable ` flag to hide handles when the box is not
245+ resizable by @timmaffett .
246+ - BREAKING CHANGE: ` TransformableBox.childBuilder ` is now ` TransformableBox.contentBuilder ` .
247+ - More advanced example with multiple boxes.
223248
224249## 2023-04-04
225250
@@ -229,23 +254,22 @@ Packages with other changes:
229254
230255Packages with breaking changes:
231256
232- - There are no breaking changes in this release.
257+ - There are no breaking changes in this release.
233258
234259Packages with other changes:
235260
236- - [ ` box_transform ` - ` v0.1.1 ` ] ( #box_transform---v011 )
237- - [ ` flutter_box_transform ` - ` v0.1.1 ` ] ( #flutter_box_transform---v011 )
261+ - [ ` box_transform ` - ` v0.1.1 ` ] ( #box_transform---v011 )
262+ - [ ` flutter_box_transform ` - ` v0.1.1 ` ] ( #flutter_box_transform---v011 )
238263
239264---
240265
241266#### ` box_transform ` - ` v0.1.1 `
242267
243- - Add example.
268+ - Add example.
244269
245270#### ` flutter_box_transform ` - ` v0.1.1 `
246271
247- - Bump "flutter_box_transform" to ` 0.1.1 ` .
248-
272+ - Bump "flutter_box_transform" to ` 0.1.1 ` .
249273
250274## 2023-04-03
251275
@@ -255,20 +279,20 @@ Packages with other changes:
255279
256280Packages with breaking changes:
257281
258- - There are no breaking changes in this release.
282+ - There are no breaking changes in this release.
259283
260284Packages with other changes:
261285
262- - [ ` box_transform ` - ` v0.1.0 ` ] ( #box_transform---v010 )
263- - [ ` flutter_box_transform ` - ` v0.1.0 ` ] ( #flutter_box_transform---v010 )
286+ - [ ` box_transform ` - ` v0.1.0 ` ] ( #box_transform---v010 )
287+ - [ ` flutter_box_transform ` - ` v0.1.0 ` ] ( #flutter_box_transform---v010 )
264288
265289---
266290
267291#### ` box_transform ` - ` v0.1.0 `
268292
269- - Bump "box_transform" to ` 0.1.0 ` .
293+ - Bump "box_transform" to ` 0.1.0 ` .
270294
271295#### ` flutter_box_transform ` - ` v0.1.0 `
272296
273- - Bump "flutter_box_transform" to ` 0.1.0 ` .
297+ - Bump "flutter_box_transform" to ` 0.1.0 ` .
274298
0 commit comments