Skip to content

Commit 4b1cc20

Browse files
committed
[RELEASE] 8.12.0
1 parent 3a3ee64 commit 4b1cc20

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.12.0] - 2025-10-26
11+
1012
### Added
1113

1214
- Element injection into options nested in repeatable sets
@@ -20,6 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
- `$danger` CSS property to meet accessibility requirements
2123
- `ImageCropper` component to use `react-image-crop` instead of `react-easy-crop`
2224

25+
### Dependencies
26+
27+
- update @oneblink/sdk-core to [8.9.0-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [8.8.1-beta.3](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))
28+
29+
- no longer depend upon react-easy-crop
30+
31+
- depend upon react-image-crop [11.0.10](https://github.com/dominictobias/react-image-crop/releases/tag/11.0.10)
32+
2333
## [8.11.2] - 2025-10-13
2434

2535
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneblink/apps-react",
33
"description": "Helper functions for OneBlink apps in ReactJS.",
4-
"version": "8.12.0-beta.10",
4+
"version": "8.12.0",
55
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
66
"bugs": {
77
"url": "https://github.com/oneblink/apps-react/issues"

0 commit comments

Comments
 (0)