Skip to content

Commit db26a5f

Browse files
authored
chore(main): release 3.0.0 (#169)
1 parent 70d00f4 commit db26a5f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/zakodium-oss/react-roi/compare/v2.0.1...v3.0.0) (2025-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* getStyle, getReadOnly, renderLabel, getOverlayOpacity callback props on `RoiList` have changed their contract.
9+
* rename `allowRotate` to `displayRotationHandle` on `RoiList`. The old option did not have a good name because it was only controlling the ability to rotate by showing and hiding the handle. There are other ways now to rotate an ROI.
10+
11+
### Features
12+
13+
* add commitRoiBoundaryStrategy configuration ([#172](https://github.com/zakodium-oss/react-roi/issues/172)) ([b4a7c3a](https://github.com/zakodium-oss/react-roi/commit/b4a7c3a1158e679b3733d435dd181787683d685c))
14+
* add new rotate_selected mode ([#171](https://github.com/zakodium-oss/react-roi/issues/171)) ([ad3578f](https://github.com/zakodium-oss/react-roi/commit/ad3578f74234b551f3dab5292fe67d828ee292ca))
15+
* add option not to commit when updating through actions api ([#168](https://github.com/zakodium-oss/react-roi/issues/168)) ([168dc05](https://github.com/zakodium-oss/react-roi/commit/168dc05a1bfc277cceddc4b1ee037fdf9f7a4a2f))
16+
* add options to customize the number of grid lines in select ROIs ([#170](https://github.com/zakodium-oss/react-roi/issues/170)) ([ba318fc](https://github.com/zakodium-oss/react-roi/commit/ba318fc3e19b2a208e42767a04eade6b5d5127af))
17+
* allow boundary strategy to be passed when updating rois programmatically ([#177](https://github.com/zakodium-oss/react-roi/issues/177)) ([863c925](https://github.com/zakodium-oss/react-roi/commit/863c9254ec571549a893f9c76864e4b36ff93ac0))
18+
19+
20+
### Bug Fixes
21+
22+
* improve RoiList callback arguments ([#174](https://github.com/zakodium-oss/react-roi/issues/174)) ([2049776](https://github.com/zakodium-oss/react-roi/commit/2049776c0ddc0fa15e79c2a18e72f5c314db072c))
23+
324
## [2.0.1](https://github.com/zakodium-oss/react-roi/compare/v2.0.0...v2.0.1) (2025-11-03)
425

526

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-roi",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"files": [
55
"lib-esm",
66
"src"

0 commit comments

Comments
 (0)