Skip to content

Commit 6a8db5c

Browse files
authored
Merge pull request #56 from hansemannn/feature/release-12.7.0.GA
2 parents 4f30b96 + 983a871 commit 6a8db5c

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

posts/2025/sdk_12_7_0_ga.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: 'Titanium SDK 12.7.0.GA released'
3+
date: '2025-04-30'
4+
category: 'Release'
5+
author: 'Hans Knöchel'
6+
teaser: 'Enhanced API parity between iOS and Android'
7+
image: https://tidev.io/images/titanium-general.png
8+
---
9+
10+
![Titanium SDK 12.7.0.GA](/images/titanium-general.png)
11+
12+
This version adds several new features to both iOS and Android, including
13+
more API parity like `Tab#popToRootWindow`, `Ti.App.keyboardVisible` and `Label.letterSpacing`.
14+
15+
In addition, some core Android libraries like Google Play Service have been updated and a rare crash when
16+
opening a Tab Group on Android 12+13 has been fixed.
17+
18+
For a more detailed overview and all changes, see the release notes: [Titanium SDK 12.7.0.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.7.0.GA_Release_Note.html).
19+
20+
## Install
21+
22+
**Follow these steps to get SDK 12.7.0.GA:**
23+
24+
1. Install the CLI with `[sudo] npm i -g titanium alloy`
25+
2. Run `titanium sdk install 12.7.0.GA`
26+
3. Set `<sdk-version>12.7.0.GA</sdk-version>` in your `tiapp.xml`
27+
28+
## Report Bugs
29+
30+
If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues).
31+
32+
## How can I support?
33+
34+
If you like our work and want to support, think about a [donation](/donate) or to [contribute](/contribute) with your time and code.

0 commit comments

Comments
 (0)