|
| 1 | +## [12.5.1](https://github.com/tidev/titanium_mobile/compare/12_5_0_GA...12.5.1) (2024-10-02) |
| 2 | + |
| 3 | +## About this release |
| 4 | + |
| 5 | +Titanium SDK 12.5.1 is a patch release of the SDK, addressing high-priority issues from previous releases. |
| 6 | + |
| 7 | +As of this GA release, the previous Titanium SDK patch release (12.5.0) is no longer supported. |
| 8 | + |
| 9 | +## Community Credits |
| 10 | + |
| 11 | +* Hans Knöchel |
| 12 | + * update ioslib to 1.7.38 to fix incremental builds in Xcode 16 ([a72b174](https://github.com/tidev/titanium_mobile/commit/a72b174030844f48b3bc173a13cb55ad639d31b9)) |
| 13 | + * update ioslib to 1.7.39 to support Xcode 16 provisioning profile handling ([a762523](https://github.com/tidev/titanium_mobile/commit/a762523f887c458f4312db8d664dbe33abb45d65)) |
| 14 | + * update compatibility for iOS 18+ and Xcode 16+ ([a55e6a8](https://github.com/tidev/titanium_mobile/commit/a55e6a8929a654dc8fbba53f810930f75b9c9891)) |
| 15 | + |
| 16 | +* Prashant Saini |
| 17 | + * marker event was only triggered for first and last visible section items ([edc6163](https://github.com/tidev/titanium_mobile/commit/edc6163ed1a6e267e3022d6f8aa1e0ff09999013)) |
| 18 | + * ListView has empty cells while scrolling up/down (#14119) ([d4abe90](https://github.com/tidev/titanium_mobile/commit/d4abe90817a7b971c9b3ac77149635277c4923c2)) |
| 19 | + |
| 20 | +* Michael Gangolf |
| 21 | + * allow ignoreLog to be a single string ([15b0eb6](https://github.com/tidev/titanium_mobile/commit/15b0eb64f8fec642b51895ccca7f7922704f1f33)) |
| 22 | + * fix ListView layout with header and footer only ([3012280](https://github.com/tidev/titanium_mobile/commit/3012280a418bc354bbfb7c1762ca0a241e696131)) |
| 23 | + |
| 24 | +## Bug Fixes |
| 25 | + |
| 26 | +### Multiple platforms |
| 27 | + |
| 28 | +* allow ignoreLog to be a single string ([15b0eb6](https://github.com/tidev/titanium_mobile/commit/15b0eb64f8fec642b51895ccca7f7922704f1f33)) |
| 29 | +* update ioslib to 1.7.38 to fix incremental builds in Xcode 16 ([a72b174](https://github.com/tidev/titanium_mobile/commit/a72b174030844f48b3bc173a13cb55ad639d31b9)) |
| 30 | + |
| 31 | +### Android platform |
| 32 | + |
| 33 | +* fix ListView layout with header and footer only ([3012280](https://github.com/tidev/titanium_mobile/commit/3012280a418bc354bbfb7c1762ca0a241e696131)) |
| 34 | +* fix toString() call when adb devices fails ([a6870b9](https://github.com/tidev/titanium_mobile/commit/a6870b9eca47f3e78f96f6c3c11f42dc7f42ffa4)) |
| 35 | + |
| 36 | +## SDK Module Versions |
| 37 | + |
| 38 | +| Module | Android version | iOS Version | |
| 39 | +| ----------- | --------------- | ----------- | |
| 40 | +| facebook | 12.1.0 | 14.0.0 | |
| 41 | +| ti.map | 5.6.1 | 7.3.1 | |
| 42 | +| ti.webdialog | 2.3.0 | 3.0.2 | |
| 43 | +| ti.playservices | 18.3.0 | n/a | |
| 44 | +| ti.identity | 3.1.0 | 5.0.0 | |
| 45 | +| urlSession | n/a | 4.0.1 | |
| 46 | +| ti.coremotion | n/a | 4.0.1 | |
| 47 | +| ti.applesignin | n/a | 3.1.2 | |
| 48 | +| hyperloop | 7.0.6 | 7.0.6 | |
| 49 | + |
1 | 50 | # [12.5.0](https://github.com/tidev/titanium_mobile/compare/12_4_X...12.5.0) (2024-09-16)
|
2 | 51 |
|
3 | 52 | ## About this release
|
|
0 commit comments