Skip to content

Commit 309dd00

Browse files
authored
Merge pull request #251 from tidev/docs/release-13.0.1.GA
2 parents 542bdb1 + 4f03f5e commit 309dd00

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ weight: '7'
66
# Titanium SDK Release Notes 13.x
77

88
* [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/)
9+
* [Titanium SDK 13.0.1.GA Release Note](/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.0.1.GA_Release_Note/)
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
## About this release
2+
3+
Titanium SDK 13.0.1 is a patch release of the SDK, addressing high-priority issues from previous releases.
4+
5+
As of this GA release, the previous Titanium SDK patch release (13.0.0) is no longer supported.
6+
7+
## Community Credits
8+
9+
* Michael Gangolf
10+
* new WebView property 'multipleWindows' ([4d78dcc](https://github.com/tidev/titanium_mobile/commit/4d78dcc661aaa1b4db9a4883d9be702e0fc99a65))
11+
* update iOS workflow ([4f99762](https://github.com/tidev/titanium_mobile/commit/4f99762ec2f286cb0f17e6c9ad7f228d35546c29))
12+
13+
* Prashant Saini
14+
* locale fixes and improvements ([58dea74](https://github.com/tidev/titanium_mobile/commit/58dea743851ad3e82a4b9e66cb3560c7b4e28842))
15+
* fix ANR caused by the `getNumberOfCameras` method ([4f85145](https://github.com/tidev/titanium_mobile/commit/4f85145594c584ca5dcb7436fce50e3d00feb487))
16+
17+
* Hans Knöchel
18+
* properly set Titanium SDK version for runtime usage ([3c56aa6](https://github.com/tidev/titanium_mobile/commit/3c56aa64288fd1b6f628a774ffff169bd193e59c))
19+
* fix ButtonConfiguration API from throwing an error on device ([7ddf0f5](https://github.com/tidev/titanium_mobile/commit/7ddf0f53ffb793342497d96cd972f1ee108aa8ff))
20+
21+
* Hendrik Bugdoll
22+
* TabBar appearance issue on iPhone landscape & iPad ([2e3f04e](https://github.com/tidev/titanium_mobile/commit/2e3f04edccdb60dadccef82eafe0b2988ddb2aac))
23+
* not conform to protocol warnings ([7100588](https://github.com/tidev/titanium_mobile/commit/7100588f1aeb5f0507de45b1a4e87f024b7243d2))
24+
25+
* narbs
26+
* ensure eventStoreChanged notification is not over-registered ([83704bd](https://github.com/tidev/titanium_mobile/commit/83704bd7ce8f1f36417916957a087027feca4104))
27+
* patch ActivityKit so it works with catalyst (#14280) ([be918dd](https://github.com/tidev/titanium_mobile/commit/be918ddb39c5a610d475cb23fb41544eabe6a5c7))
28+
29+
## Bug Fixes
30+
31+
### Android platform
32+
33+
* fix ANR caused by the `getNumberOfCameras` method ([4f85145](https://github.com/tidev/titanium_mobile/commit/4f85145594c584ca5dcb7436fce50e3d00feb487))
34+
35+
### Multiple platforms
36+
37+
* ensure eventStoreChanged notification is not over-registered ([83704bd](https://github.com/tidev/titanium_mobile/commit/83704bd7ce8f1f36417916957a087027feca4104))
38+
* patch ActivityKit so it works with catalyst (#14280) ([be918dd](https://github.com/tidev/titanium_mobile/commit/be918ddb39c5a610d475cb23fb41544eabe6a5c7))
39+
* properly set Titanium SDK version for runtime usage ([3c56aa6](https://github.com/tidev/titanium_mobile/commit/3c56aa64288fd1b6f628a774ffff169bd193e59c))
40+
41+
### iOS platform
42+
43+
* fix ButtonConfiguration API from throwing an error on device ([7ddf0f5](https://github.com/tidev/titanium_mobile/commit/7ddf0f53ffb793342497d96cd972f1ee108aa8ff))
44+
* not conform to protocol warnings ([7100588](https://github.com/tidev/titanium_mobile/commit/7100588f1aeb5f0507de45b1a4e87f024b7243d2))
45+
* TabBar appearance issue on iPhone landscape & iPad ([2e3f04e](https://github.com/tidev/titanium_mobile/commit/2e3f04edccdb60dadccef82eafe0b2988ddb2aac))
46+
47+
## Features
48+
49+
### Android platform
50+
51+
* locale fixes and improvements ([58dea74](https://github.com/tidev/titanium_mobile/commit/58dea743851ad3e82a4b9e66cb3560c7b4e28842))
52+
* new WebView property 'multipleWindows' ([4d78dcc](https://github.com/tidev/titanium_mobile/commit/4d78dcc661aaa1b4db9a4883d9be702e0fc99a65))
53+
54+
## SDK Module Versions
55+
56+
| Module | Android version | iOS Version |
57+
| ----------- | --------------- | ----------- |
58+
| facebook | 14.0.0 | 15.0.0 |
59+
| ti.map | 5.7.0 | 7.3.1 |
60+
| ti.webdialog | 2.5.0 | 3.0.2 |
61+
| ti.playservices | 18.6.0 | n/a |
62+
| ti.identity | 3.2.0 | 5.0.0 |
63+
| urlSession | n/a | 4.0.1 |
64+
| ti.coremotion | n/a | 4.0.1 |
65+
| ti.applesignin | n/a | 3.1.2 |
66+
| hyperloop | 7.0.9 | 7.0.9 |

0 commit comments

Comments
 (0)