Skip to content

Commit 6740772

Browse files
committed
docs: add 13.0.0.GA release notes
1 parent 553e007 commit 6740772

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ weight: '7'
55

66
# Titanium SDK Release Notes 13.x
77

8-
* [Titanium SDK 13.0.0.RC Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.0.0.RC_Release_Note/)
8+
* [Titanium SDK 13.0.0.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.0.0.GA_Release_Note/)
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
---
2+
title: Titanium SDK 13.0.0.GA - 15 September 2025
3+
weight: '11'
4+
---
5+
6+
# Titanium SDK 13.0.0.GA Release Note
7+
8+
## Titanium SDK 13.0.0.GA - 15 September 2025
9+
10+
## About this release
11+
12+
Titanium SDK 13.0.0 is a major release of the SDK, providing full support for iOS 26 and Xcode 26. It is also compatible with the latest Android 16kb page size requirement by Google and all included first party Android modules support 16kb page size too. Many community modules like the Firebase modules are also already updated.
13+
If you need help with other modules make sure to join our [Slack group](https://slack.tidev.io/) and ask for support.
14+
15+
## Community Credits
16+
17+
* Jan Vennemann
18+
* use proxy viewCount in ScrollableView to prevent empty display ([bc0b7d3](https://github.com/tidev/titanium_mobile/commit/bc0b7d3c4fd2b12cddce37e00f542d9b6fa48524))
19+
* correct safe area for standalone windows ([c471606](https://github.com/tidev/titanium_mobile/commit/c471606fc7c4421be26851861f696bd9f1c95c21))
20+
* improve safe area layout lifecycle ([4a13546](https://github.com/tidev/titanium_mobile/commit/4a1354683817584259b4e3bd493068f50f153869))
21+
* include top safe area inset in navigation window ([e859350](https://github.com/tidev/titanium_mobile/commit/e85935055104070831690397fb88d66e3d4815b8))
22+
* improve safe area detection and trigger relayout ([3c86467](https://github.com/tidev/titanium_mobile/commit/3c864672ed2e91d25cd6b12a589b2cbd7d0c656f))
23+
24+
* Hans Knöchel
25+
* Revert "feat(ios): support iOS 26+ source views for non-iPad devices (#14258)" (#14276) ([6ae5a29](https://github.com/tidev/titanium_mobile/commit/6ae5a290588e8252ace96f3bbd5758699f3897cd))
26+
* update xcode/ios/watchos compatibility versions ([f1922f7](https://github.com/tidev/titanium_mobile/commit/f1922f786090cbd797e25c7651f20bc841b123d4))
27+
* remove interactive dismiss mode ([97dcc32](https://github.com/tidev/titanium_mobile/commit/97dcc32f3b171dca8c028503ec3dcaeb86a5ae38))
28+
* update changelog ([9034457](https://github.com/tidev/titanium_mobile/commit/903445773268ea7fb2bc635c632f7fe05ce01839))
29+
* update ioslib to 5.1.0 to support Xcode 26 ([c36edc4](https://github.com/tidev/titanium_mobile/commit/c36edc443dd44b9b0e5e3a9e9f51c74538f05504))
30+
* update changelog ([519b817](https://github.com/tidev/titanium_mobile/commit/519b817d36abc0380e37cb4f0b733e73322d9fd5))
31+
* Revert "fix: properly handle containment of tab group (#14261)" (#14266) ([6023d7e](https://github.com/tidev/titanium_mobile/commit/6023d7ee0db716fa0b051bbeebe866595f894146))
32+
* properly handle containment of tab group ([2894f9f](https://github.com/tidev/titanium_mobile/commit/2894f9f68bf16af39f7fbd32b232de21de4dbfdd))
33+
* properly clean build folder ([5347cc5](https://github.com/tidev/titanium_mobile/commit/5347cc5be569ff1365e6c0eb3b8ce47de6e37f5c))
34+
* add 13.0.0 changelog ([f678a93](https://github.com/tidev/titanium_mobile/commit/f678a93c184ba46269814ea9d7d6bf0ec40ca203))
35+
* build with Xcode 26 ([4d9d041](https://github.com/tidev/titanium_mobile/commit/4d9d0419e00b3c9add07af3487c1d74d664afc92))
36+
* bump master to 13.0.0 ([8e92123](https://github.com/tidev/titanium_mobile/commit/8e9212326c736c3187a4a86a6a56d61afde6b076))
37+
* add support for modern button configuration ([a7ab5bd](https://github.com/tidev/titanium_mobile/commit/a7ab5bd26af2100e83b00644dbe882087233dda7))
38+
* add support for iOS 26+ glass effects ([26a1a86](https://github.com/tidev/titanium_mobile/commit/26a1a8631fdebb3863108588f2cbc5875ec934d9))
39+
* support for iOS 26+ bottomAccessoryView API ([99461f5](https://github.com/tidev/titanium_mobile/commit/99461f571cf0d3e5844366d7ba80b1af8b26db2a))
40+
* support iOS 26+ source views for non-iPad devices ([ce3752b](https://github.com/tidev/titanium_mobile/commit/ce3752bcfddc5e1139a73ff2344cf4910c5b3a29))
41+
* make sure the scrollable view child view is a Ti view ([6549100](https://github.com/tidev/titanium_mobile/commit/65491002402faa05f1cc6a605edcf41c3dd15755))
42+
* fix possible build issues related to dsym generation ([98acc26](https://github.com/tidev/titanium_mobile/commit/98acc262d34eb06ff9a46e7f7be38ebfb0d5459c))
43+
* disable debug dylib for more stable dev builds ([ac53981](https://github.com/tidev/titanium_mobile/commit/ac539813c5ff4d48b9a586e20aafb95cdf4aa279))
44+
* trim trailing new line on html text areas ([8c39dc7](https://github.com/tidev/titanium_mobile/commit/8c39dc72d1b65a2b20a260ee043f02709908d3bc))
45+
* trim trailing new line on html labels ([64e0632](https://github.com/tidev/titanium_mobile/commit/64e06321d96d5dc24bdc972db6f0d9ff187270f7))
46+
* Revert "fix: fix all docs warnings (#14253)" (#14254) ([ad12a80](https://github.com/tidev/titanium_mobile/commit/ad12a80444c79b121569f5bb7e5be93065e8b637))
47+
* fix all docs warnings ([0d0f2d0](https://github.com/tidev/titanium_mobile/commit/0d0f2d06f43c56520ae7cb59e56393887dfabdab))
48+
* use Xcode 16.4 for building the SDK ([85b7048](https://github.com/tidev/titanium_mobile/commit/85b7048a67db448c6de1a1cbd949d401faafb7d8))
49+
50+
* Michael Gangolf
51+
* update module versions ([ffb3607](https://github.com/tidev/titanium_mobile/commit/ffb36078a25f11a02dc454bbef55acf12f27fd1f))
52+
* keep TableView search results on enter ([0ed2b8d](https://github.com/tidev/titanium_mobile/commit/0ed2b8dce0637c007952b53789b3a973332c073a))
53+
* fix transparent TextField backgroundColor ([8906cd5](https://github.com/tidev/titanium_mobile/commit/8906cd51997fe3e181e033aa54739ce2d5faac8f))
54+
* fix hidding actionbar in drawerLayout ([d42adf2](https://github.com/tidev/titanium_mobile/commit/d42adf26b86d749b6d037109c9932038a1ca8e2f))
55+
* code refactor and cleanup ([6c87189](https://github.com/tidev/titanium_mobile/commit/6c87189a2e01f14ec68ed3920eea2907be1259be))
56+
* update ndk, camerax for 16kb page sizes support ([22720c4](https://github.com/tidev/titanium_mobile/commit/22720c465a19a8b3b94a3d1c8506ee14cfd12f6f))
57+
58+
## Bug Fixes
59+
60+
### Android platform
61+
62+
* fix hidding actionbar in drawerLayout ([d42adf2](https://github.com/tidev/titanium_mobile/commit/d42adf26b86d749b6d037109c9932038a1ca8e2f))
63+
* fix transparent TextField backgroundColor ([8906cd5](https://github.com/tidev/titanium_mobile/commit/8906cd51997fe3e181e033aa54739ce2d5faac8f))
64+
65+
### Multiple platforms
66+
67+
* fix all docs warnings ([0d0f2d0](https://github.com/tidev/titanium_mobile/commit/0d0f2d06f43c56520ae7cb59e56393887dfabdab))
68+
* properly clean build folder ([5347cc5](https://github.com/tidev/titanium_mobile/commit/5347cc5be569ff1365e6c0eb3b8ce47de6e37f5c))
69+
* properly handle containment of tab group ([2894f9f](https://github.com/tidev/titanium_mobile/commit/2894f9f68bf16af39f7fbd32b232de21de4dbfdd))
70+
71+
### iOS platform
72+
73+
* correct safe area for standalone windows ([c471606](https://github.com/tidev/titanium_mobile/commit/c471606fc7c4421be26851861f696bd9f1c95c21))
74+
* fix possible build issues related to dsym generation ([98acc26](https://github.com/tidev/titanium_mobile/commit/98acc262d34eb06ff9a46e7f7be38ebfb0d5459c))
75+
* improve safe area detection and trigger relayout ([3c86467](https://github.com/tidev/titanium_mobile/commit/3c864672ed2e91d25cd6b12a589b2cbd7d0c656f))
76+
* improve safe area layout lifecycle ([4a13546](https://github.com/tidev/titanium_mobile/commit/4a1354683817584259b4e3bd493068f50f153869))
77+
* include top safe area inset in navigation window ([e859350](https://github.com/tidev/titanium_mobile/commit/e85935055104070831690397fb88d66e3d4815b8))
78+
* keep TableView search results on enter ([0ed2b8d](https://github.com/tidev/titanium_mobile/commit/0ed2b8dce0637c007952b53789b3a973332c073a))
79+
* make sure the scrollable view child view is a Ti view ([6549100](https://github.com/tidev/titanium_mobile/commit/65491002402faa05f1cc6a605edcf41c3dd15755))
80+
* trim trailing new line on html labels ([64e0632](https://github.com/tidev/titanium_mobile/commit/64e06321d96d5dc24bdc972db6f0d9ff187270f7))
81+
* trim trailing new line on html text areas ([8c39dc7](https://github.com/tidev/titanium_mobile/commit/8c39dc72d1b65a2b20a260ee043f02709908d3bc))
82+
* use proxy viewCount in ScrollableView to prevent empty display ([bc0b7d3](https://github.com/tidev/titanium_mobile/commit/bc0b7d3c4fd2b12cddce37e00f542d9b6fa48524))
83+
84+
## Features
85+
86+
### Android platform
87+
88+
* update ndk, camerax for 16kb page sizes support ([22720c4](https://github.com/tidev/titanium_mobile/commit/22720c465a19a8b3b94a3d1c8506ee14cfd12f6f))
89+
90+
### iOS platform
91+
92+
* add support for iOS 26+ glass effects ([26a1a86](https://github.com/tidev/titanium_mobile/commit/26a1a8631fdebb3863108588f2cbc5875ec934d9))
93+
* add support for modern button configuration ([a7ab5bd](https://github.com/tidev/titanium_mobile/commit/a7ab5bd26af2100e83b00644dbe882087233dda7))
94+
* support for iOS 26+ bottomAccessoryView API ([99461f5](https://github.com/tidev/titanium_mobile/commit/99461f571cf0d3e5844366d7ba80b1af8b26db2a))
95+
* support iOS 26+ source views for non-iPad devices ([ce3752b](https://github.com/tidev/titanium_mobile/commit/ce3752bcfddc5e1139a73ff2344cf4910c5b3a29))
96+
97+
## BREAKING CHANGES
98+
99+
* iOS: The safe area padding is now always set to the native safe area padding and not manually to "`0`" anymore if navBarHidden or tabBarHidden are set
100+
101+
## SDK Module Versions
102+
103+
| Module | Android version | iOS Version |
104+
| ----------- | --------------- | ----------- |
105+
| facebook | 14.0.0 | 15.0.0 |
106+
| ti.map | 5.7.0 | 7.3.1 |
107+
| ti.webdialog | 2.5.0 | 3.0.2 |
108+
| ti.playservices | 18.6.0 | n/a |
109+
| ti.identity | 3.2.0 | 5.0.0 |
110+
| urlSession | n/a | 4.0.1 |
111+
| ti.coremotion | n/a | 4.0.1 |
112+
| ti.applesignin | n/a | 3.1.2 |
113+
| hyperloop | 7.0.9 | 7.0.9 |

0 commit comments

Comments
 (0)