Skip to content

Commit 080dc9c

Browse files
committed
docs: add 12.3.1.GA release notes
1 parent c87aa45 commit 080dc9c

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

docs/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ weight: '8'
1212
* [Titanium SDK 12.2.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.2.0.GA_Release_Note/)
1313
* [Titanium SDK 12.2.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.2.1.GA_Release_Note/)
1414
* [Titanium SDK 12.3.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.GA_Release_Note/)
15+
* [Titanium SDK 12.3.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.1.GA_Release_Note/)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Titanium SDK 12.3.1.GA - 12 June 2024
3+
weight: '19'
4+
---
5+
6+
# Titanium SDK 12.3.1.GA Release Note
7+
8+
## Titanium SDK 12.3.1.GA - 12 June 2024
9+
10+
## About this release
11+
12+
Titanium SDK 12.3.1 is a patch release of the SDK, addressing high-priority issues from previous releases.
13+
14+
As of this GA release, the previous Titanium SDK patch release (12.3.0) is no longer supported.
15+
16+
## Community Credits
17+
18+
* Hans Knöchel
19+
* fix(ios): fix privacy-related Filesystem APIs (#14063) ([ff0bd64](https://github.com/tidev/titanium_mobile/commit/ff0bd64f9f4c8d44247a028f5a266481bfa82f78))
20+
* add 12.3.1 changelog ([f92e4e0](https://github.com/tidev/titanium_mobile/commit/f92e4e02509cb045b46db4ea2f67bc25495d096a))
21+
* update package-lock.json after merge conflicts ([eadd4fe](https://github.com/tidev/titanium_mobile/commit/eadd4fece5f8ac77c0a1b35e7af18d131ecc416d))
22+
* handle first privacy manifest changes ([a6f8ed4](https://github.com/tidev/titanium_mobile/commit/a6f8ed48843334686ab6ace07c52066c4a74dbfc))
23+
* Revert "feat(ios): support multi-scene applications (#13941)" ([8570d92](https://github.com/tidev/titanium_mobile/commit/8570d922175ba60f2554249d75fdf4505471c110))
24+
25+
* Michael Gangolf
26+
* node-appc update ([54acc65](https://github.com/tidev/titanium_mobile/commit/54acc65fc870754b4eb869abd9a3328584752464))
27+
* fix noresults event in ListView width custom query ([d9ecad7](https://github.com/tidev/titanium_mobile/commit/d9ecad760b6ea2be6089a00939bc95ba6527202f))
28+
* node-titanium-sdk update ([feffa23](https://github.com/tidev/titanium_mobile/commit/feffa239ca35c5fbf208583e3c78299631bfca66))
29+
* Ti.UI.Tab selected event returns no data ([abc9e81](https://github.com/tidev/titanium_mobile/commit/abc9e81bd38c01bc3de48219707aa4d1d06e94fe))
30+
* touchFeedbackColor not working for a bottomNavigation tab ([4639ced](https://github.com/tidev/titanium_mobile/commit/4639cede2baeca7e2f7670595bf376ef94bd77fa))
31+
* switchCamera method was missing ([5fc9115](https://github.com/tidev/titanium_mobile/commit/5fc91157528805bc984ad05eba851328162c0797))
32+
33+
## Bug Fixes
34+
35+
### Android platform
36+
37+
* fix noresults event in ListView width custom query ([d9ecad7](https://github.com/tidev/titanium_mobile/commit/d9ecad760b6ea2be6089a00939bc95ba6527202f))
38+
* switchCamera method was missing ([5fc9115](https://github.com/tidev/titanium_mobile/commit/5fc91157528805bc984ad05eba851328162c0797))
39+
* Ti.UI.Tab selected event returns no data ([abc9e81](https://github.com/tidev/titanium_mobile/commit/abc9e81bd38c01bc3de48219707aa4d1d06e94fe))
40+
* touchFeedbackColor not working for a bottomNavigation tab ([4639ced](https://github.com/tidev/titanium_mobile/commit/4639cede2baeca7e2f7670595bf376ef94bd77fa))
41+
42+
## SDK Module Versions
43+
44+
| Module | Android version | iOS Version |
45+
| ----------- | --------------- | ----------- |
46+
| facebook | 12.1.0 | 14.0.0 |
47+
| ti.map | 5.6.0 | 7.3.1 |
48+
| ti.webdialog | 2.3.0 | 3.0.2 |
49+
| ti.playservices | 18.2.0 | n/a |
50+
| ti.identity | 3.1.0 | 5.0.0 |
51+
| urlSession | n/a | 4.0.1 |
52+
| ti.coremotion | n/a | 4.0.1 |
53+
| ti.applesignin | n/a | 3.1.2 |
54+
| hyperloop | 7.0.6 | 7.0.6 |

0 commit comments

Comments
 (0)