Skip to content

Commit

Permalink
feat: add blog post for 12.3.0.GA (#35)
Browse files Browse the repository at this point in the history
* feat: add blog post for 12.3.0.GA

* Update posts/2024/sdk_12_3_0_ga.md

Co-authored-by: Chris Barber <[email protected]>

---------

Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
hansemannn and cb1kenobi authored Feb 16, 2024
1 parent 011bf4a commit 01023cb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions posts/2024/sdk_12_3_0_ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: 'Titanium SDK 12.3.0.GA released'
date: '2024-02-16'
category: 'Release'
author: 'Hans Knöchel'
teaser: 'Support for Node.js 20, Apple Vision Pro and new Android camera handling'
---

The next stable version of the Titanium SDK is now available: <b>12.3.0.GA</b>. Titanium SDK 12.3.0 is a minor release of the SDK, adding new features and fixing existing bugs:
* General: Official support for Node.js 18 and 20
* General: Module updates (e.g. hyperloop and ti.map)
* iOS: Support multi-scene applications (e.g. CarPlay and visionOS)
* Android: New camera handling using the official `CameraX` Jetpack library when you use a camera with an overlay. Use `useCameraX: true` to enable the new features (see the documentation for more information).

For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.0.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.GA_Release_Note.html).

## Install

**Follow these steps to get SDK 12.3.0.GA:**

1. Install the CLI with `[sudo] npm i -g titanium alloy`
2. Run `titanium sdk install 12.3.0.GA`
3. Set `<sdk-version>12.3.0.GA</sdk-version>` in your `tiapp.xml`

## Report Bugs

If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues).

## How can I support?

If you like our work and want to support, think about a [donation](/donate) or to [contribute](/contribute) with your time and code.

0 comments on commit 01023cb

Please sign in to comment.