Skip to content

Commit 71317f8

Browse files
author
ErikUggeldahl
committed
chore: release v11.4.1
1 parent 4b3c801 commit 71317f8

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/scripts/release/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.

.github/scripts/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-android-release-stub",
3-
"version": "11.4.0",
3+
"version": "11.4.1",
44
"description": "",
55
"scripts": {
66
"release": "release-it"

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [11.4.1](https://github.com/rive-app/rive-android/compare/11.4.0...11.4.1)
8+
9+
- fix(Android): Context and surface loss fixes (flush crash) (#11726) d9776b5c2e [`7350069`](https://github.com/rive-app/rive-android/commit/7350069db27682ffa84bd5087ff8d739f3f43701)
10+
- fix(Android): Race condition between resize and renderer deletion (#11831) 086750cc4a [`c1317cb`](https://github.com/rive-app/rive-android/commit/c1317cbd5dc2baef4749463cc258266db780e4a3)
11+
- fix(Android): Fix linking issues on ARMv7 devices due to TLS relocations (#12175) a921b11eb8 [`4b3c801`](https://github.com/rive-app/rive-android/commit/4b3c8013b64e035457b6d50d1fd99ba44fae6127)
12+
713
#### [11.4.0](https://github.com/rive-app/rive-android/compare/11.3.2...11.4.0)
814

15+
> 10 April 2026
16+
917
- feature: add support for component based conditions (#12059) 5483819400 [`5e5ac49`](https://github.com/rive-app/rive-android/commit/5e5ac492c1b5d076d6d58d6a144539b13d53bff7)
18+
- chore: release v11.4.0 [`ba452fe`](https://github.com/rive-app/rive-android/commit/ba452fe2f4f6897956df2f84aebfc767424134bf)
1019
- fix(Vulkan): Fix saturation blend mode on some devices (#12111) b6b80d795a [`9e84a3d`](https://github.com/rive-app/rive-android/commit/9e84a3dbb3929ccfba08026485ac3f8a2b62f442)
11-
- feat: Single/multiline support in TextInput and improved scrolling (#12127) 74f49dd1be [`d161a9e`](https://github.com/rive-app/rive-android/commit/d161a9ea9801d3b51721ae293e872b54db2688b5)
1220

1321
#### [11.3.2](https://github.com/rive-app/rive-android/compare/11.3.1...11.3.2)
1422

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.4.0
1+
11.4.1

0 commit comments

Comments
 (0)