Skip to content

Commit a094f59

Browse files
committed
chore: release 0.12.0
1 parent 3b22397 commit a094f59

8 files changed

Lines changed: 29 additions & 13 deletions

File tree

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/alan-eu/react-native-nitro-vto/compare/v0.11.6...v0.12.0) (2026-05-11)
4+
5+
### ✨ Features
6+
7+
* add native FPS counter ([#57](https://github.com/alan-eu/react-native-nitro-vto/issues/57)) ([8cb3bea](https://github.com/alan-eu/react-native-nitro-vto/commit/8cb3beaef56f6ad9f7006543cd38aa8a1a7da5f2))
8+
* enable post-processing and filmic tone mapping ([#55](https://github.com/alan-eu/react-native-nitro-vto/issues/55)) ([f11324d](https://github.com/alan-eu/react-native-nitro-vto/commit/f11324d38da8146c10ff207644e2747404a5e506))
9+
* enable post-processing and filmic tone mapping ([#55](https://github.com/alan-eu/react-native-nitro-vto/issues/55)) ([#56](https://github.com/alan-eu/react-native-nitro-vto/issues/56)) ([e8d0fa9](https://github.com/alan-eu/react-native-nitro-vto/commit/e8d0fa9a8bea2490057ec04ec242d8159f605c55))
10+
* **ios, android:** articulate temples, single occlusion back plane and const extraction ([#52](https://github.com/alan-eu/react-native-nitro-vto/issues/52)) ([2399c5b](https://github.com/alan-eu/react-native-nitro-vto/commit/2399c5b4d0ffc0df32667fa6ddb53cf33ad50eb4))
11+
* **ios, android:** Enable SSAO and TAA ([#58](https://github.com/alan-eu/react-native-nitro-vto/issues/58)) ([a74898f](https://github.com/alan-eu/react-native-nitro-vto/commit/a74898f83d10a33533ddf33ad8898078d6aec9d7))
12+
* **ios:** fill ARKit face mesh eye/mouth holes for occlusion ([#53](https://github.com/alan-eu/react-native-nitro-vto/issues/53)) ([2045859](https://github.com/alan-eu/react-native-nitro-vto/commit/204585972b7bb8472ae99eda63dc560bce4d37b5))
13+
14+
### 🐛 Bug Fixes
15+
16+
* bit-exact camera-feed round-trip through Filmic ([#60](https://github.com/alan-eu/react-native-nitro-vto/issues/60)) ([3b22397](https://github.com/alan-eu/react-native-nitro-vto/commit/3b22397944dee5335faef68b4f43d120d7851e3f))
17+
* **ios:** workaround for Filament iOS Metal bug ([#59](https://github.com/alan-eu/react-native-nitro-vto/issues/59)) ([39f48df](https://github.com/alan-eu/react-native-nitro-vto/commit/39f48df59968dbd316d37f44c4b4c016aed010d6))
18+
319
## [0.11.6](https://github.com/alan-eu/react-native-nitro-vto/compare/v0.11.5...v0.11.6) (2026-04-28)
420

521
### 🐛 Bug Fixes

examples/example-new-arch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alaneu/react-native-nitro-vto-example",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

examples/example-old-arch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alaneu/react-native-vto-example",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"private": true,
55
"main": "index.js",
66
"scripts": {

package-lock.json

Lines changed: 7 additions & 7 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,6 +1,6 @@
11
{
22
"name": "@alaneu/react-native-nitro-vto-monorepo",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"description": "React Native library for glasses virtual try-on using ARCore and Filament",
55
"private": true,
66
"workspaces": [

packages/react-native-nitro-vto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alaneu/react-native-nitro-vto",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"description": "React Native library for glasses virtual try-on using ARCore and Filament",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

packages/react-native-vto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alaneu/react-native-vto",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"description": "React Native library for glasses virtual try-on using ARCore and Filament (old architecture — does not require react-native-nitro-modules).",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

packages/vto-core-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alaneu/vto-core-native",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"description": "Internal shared native code (Filament + ARCore/ARKit) for the alan-eu VTO React Native libraries. Not intended to be consumed directly.",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)