Skip to content

Commit

Permalink
🔖 Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 4, 2023
1 parent 424ae2e commit ca82d73
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,56 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-06-04

### Changes

---

Packages with breaking changes:

- [`box_transform` - `v0.4.0`](#box_transform---v040)
- [`flutter_box_transform` - `v0.4.0`](#flutter_box_transform---v040)

Packages with other changes:

- There are no breaking changes in this release.

---

#### `box_transform` - `v0.4.0`

- Fix stack overflow error when the clamping rect is smaller than the box rect.

#### `flutter_box_transform` - `v0.4.0`

- [BREAKING]: Replace `hideHandlesWhenNotResizable` with `enabledHandles` and `visibleHandles`.
- Replace the usage of Listener widgets with GestureDetectors in the TransformableBox.
- Add new controls to the playground to reflect the new handle parameters.
- Bump up **box_transform** version to `0.4.0`.

## 2023-06-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_box_transform` - `v0.3.2`](#flutter_box_transform---v030)

---

#### `flutter_box_transform` - `v0.3.2`

- Fix controller pattern not updating the UI when the controller is updated.
- Change null resizeModeResolver pattern to a non-null pattern to fix a crash.
- Correct two broken doc pages.

## 2023-06-01

### Changes
Expand Down
1 change: 1 addition & 0 deletions packages/box_transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 0.4.0

- Fix stack overflow error when the clamping rect is smaller than the box rect.

## 0.3.0
Expand Down

0 comments on commit ca82d73

Please sign in to comment.