|
1 | 1 | Branch iOS SDK Change Log |
2 | 2 |
|
| 3 | +- v0.12.20 |
| 4 | + * Started beta program. |
| 5 | + * Updated the build script. |
| 6 | + * Merge pull request #517 from brianmichel/bsm/call-javascript-from-main-thread. |
| 7 | + * Fixed and re-applied patches from v0.12.18. These are: |
| 8 | + - Updated share channel names for some older iOS app versions. |
| 9 | + - Updated how the SFSafariViewController window is handled when finding a strong match. |
| 10 | + * The keyWindow and firstResponder will no longer lose focus at app start up (#484, AIS-122). |
| 11 | + * Branch now plays nicely with the Facebook login controller (AIS-122). |
| 12 | + - Improved handling of queued link opens. (#491, #503, AIS-128) |
| 13 | + - Made the preference helper more robust to prevent crashes (#514) |
| 14 | + - Updated nullability of callback parameters for Swift (#509, #507, AIS-149). |
| 15 | + - Fixed some nil reference errors found by static analysis. |
| 16 | + - Fixed a small memory leak. |
| 17 | + |
3 | 18 | - v0.12.19 |
4 | 19 | * Reverted changes from release 0.12.18. |
5 | 20 |
|
| 21 | +- v0.12.18 |
| 22 | + * Updated share channel names for some older iOS app versions. |
| 23 | + * Updated how the SFSafariViewController window is handled when finding a strong match. |
| 24 | + - The keyWindow and firstResponder will no longer lose focus at app start up (#484, AIS-122). |
| 25 | + - Branch now plays nicely with the Facebook login controller (AIS-122). |
| 26 | + * Improved handling of queued link opens. (#491, #503, AIS-128) |
| 27 | + * Made the preference helper more robust to prevent crashes (#514) |
| 28 | + * Updated nullability of callback parameters for Swift (#509, #507, AIS-149). |
| 29 | + * Fixed some nil reference errors found by static analysis. |
| 30 | + * Fixed a small memory leak. |
| 31 | + |
6 | 32 | - v0.12.17 |
7 | 33 | * Made the preference file creation more robust and fault tolerant. |
8 | 34 |
|
|
0 commit comments