# Titanium SDK 8.2.1.GA - 25 October 2019
# About this release
Titanium SDK 8.2.1 is a patch release of the SDK, addressing high-priority issues from previous releases.
As of this GA release, the previous Titanium SDK patch release is no longer supported. End of support for this version will be 2020-04-25 or until the next patch release. Note: major and minor releases continue to be supported according to their nominal lifetime. See Axway Appcelerator Deprecation Policy and Nominal Lifetimes documents for details.
❗️ Warning
The latest version of Xcode (11.2.1) has introduced a breaking change to our CLI, we recommend waiting with updating Xcode until we have solved that problem, or downgrade Xcode in case you already updated. You can download Xcode 11.1 from the Apple Developer site (opens new window).
❗️ Warning
With the release of Titanium SDK 9.0.0, we will no longer support Node.js 8.X. Node 10.13.0 will be the new minimum supported version with SDK 9.0.0.
# New features
- MOD-2545 (opens new window) - ti.map: update to 3.3.0-ios, 4.5.0-android module releases (e1156a0 (opens new window))
# Community credits
teunklijn
- TIMOB-27165 (opens new window) - localnotificationaction event contains notification id instead of the action id (3a42ee4 (opens new window))
# Fixed issues
# Android platform
TIMOB-27431 (opens new window), TIMOB-27434 (opens new window) - Re-layout of deeply nested views can cause performance issues as of 7.5.0 (38dc352 (opens new window))
TIMOB-27398 (opens new window) - Random assets missing after compiling
# iOS platform
TIMOB-27403 (opens new window) - Semantic colors file lookup does not work correctly in classic applications (df39a91 (opens new window))
TIMOB-27435 (opens new window) - Building using Xcode 10.3 and 8_2_X Throws a Compile Error (ca3f3e3 (opens new window))
TIMOB-27354 (opens new window) - Ti.App.getArguments().url undefined when resuming (44074a8 (opens new window))
TIMOB-27413 (opens new window) - Window hideShadow and shadowImage property doesn't works on iOS 13 (c6a4ba7 (opens new window))
TIMOB-27165 (opens new window) - The localnotificationaction event always contains the notification identifier instead of the action identifier (3a42ee4 (opens new window))
TIMOB-27267 (opens new window) - Image tintColor is not always applied if image is remote (1a47522 (opens new window))
TIMOB-27419 (opens new window) - Ti.Contacts.getAllPeople() fails on iOS 13: support new property to remove note (8f1b2a6 (opens new window))
MOD-2542 (opens new window) - update ti.applesignin module to 1.1.1 (51ea381 (opens new window))
TIMOB-27383 (opens new window) - Volume event is not firing on SDK 8.1.1.GA (6d4e417 (opens new window))
TIMOB-20487 (opens new window), TIMOB-26963 (opens new window) - Require'ing a JSON file appends file path to resulting JSON string
TIMOB-27207 (opens new window) - TableView / TableViewRow memory leak
TIMOB-27338 (opens new window) - Invalid iOS simulator error is shown when doing concurrent builds with iOS 13
TIMOB-27365 (opens new window) - Logger sometimes does not connect on concurrent builds (Xcode 11)
TIMOB-27394 (opens new window) - Application Shortcuts cannot handle SF Symbols
TIMOB-27427 (opens new window) - iOS 13: Natively presented modal windows are not dismissed properly
TIMOB-27446 (opens new window) - When blurring SearchBar with ListView overlay doesn't behave well on iOS 13
Native Modules cannot compile if count method defined on type: fix TiBase header to order macros properly, re-use macros (94d29f2 (opens new window))