|
22 | 22 |
|
23 | 23 | Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
|
24 | 24 |
|
| 25 | +### 6.2.0 (Feb 01, 2021) |
| 26 | +* [GH-1069](https://github.com/apache/cordova-ios/pull/1069) (chore): update dependencies for minor release |
| 27 | +* [GH-1067](https://github.com/apache/cordova-ios/pull/1067) fix: plugin podspec with no config elements |
| 28 | +* [GH-1014](https://github.com/apache/cordova-ios/pull/1014) fix(splashscreen): Don't show splashscreen when used as a lib |
| 29 | +* [GH-1030](https://github.com/apache/cordova-ios/pull/1030) Allow plugins to hook into the WKURLSchemeHandler |
| 30 | +* [GH-1036](https://github.com/apache/cordova-ios/pull/1036) (ios): add console output for simulator selectio |
| 31 | +* [GH-1060](https://github.com/apache/cordova-ios/pull/1060) GH-1059: Add VALIDATE_WORKSPACE setting to XcodeProj |
| 32 | +* [GH-1031](https://github.com/apache/cordova-ios/pull/1031) Set CDVWebViewProcessPoolFactory to public |
| 33 | +* [GH-1041](https://github.com/apache/cordova-ios/pull/1041) Document breaking changes in 4.3.0 & 4.4.0 |
| 34 | +* [GH-1035](https://github.com/apache/cordova-ios/pull/1035) (ios): nil check in didReceiveData in schemehandler |
| 35 | +* [GH-1023](https://github.com/apache/cordova-ios/pull/1023) Reinstate verification of main navigation in case of navigationType other |
| 36 | +* [GH-1018](https://github.com/apache/cordova-ios/pull/1018) (iOS) Skip Cocoapods checkTool on non-darwin platform |
| 37 | +* [GH-1015](https://github.com/apache/cordova-ios/pull/1015) Project changes to allow consuming cordova as submodule |
| 38 | +* [GH-1006](https://github.com/apache/cordova-ios/pull/1006) Hide splash sceen immediately on .hide() |
| 39 | +* [GH-1005](https://github.com/apache/cordova-ios/pull/1005) Fix BackgroundColor parsing for lowercase letters |
| 40 | +* [GH-1002](https://github.com/apache/cordova-ios/pull/1002) chore(asf): Update GitHub repo metadata |
| 41 | +* Add release notes from version 6.1.1 |
| 42 | +* [GH-976](https://github.com/apache/cordova-ios/pull/976) chore: Update npm dependencies |
| 43 | +* [GH-973](https://github.com/apache/cordova-ios/pull/973) fix: Append startURL to the initial url loaded |
| 44 | +* [GH-936](https://github.com/apache/cordova-ios/pull/936) (ios) issue-912: fix deployment to device |
| 45 | +* [GH-932](https://github.com/apache/cordova-ios/pull/932) ci: add node 14 to workflow |
| 46 | + |
25 | 47 | ### 6.1.1 (Aug 28, 2020)
|
26 | 48 | * [GH-976](https://github.com/apache/cordova-ios/pull/976) Update npm dependencies to pull in `cordova-common@4.0.2`
|
27 | 49 | * This should resolve several issues affecting Info.plist files, including [#764](https://github.com/apache/cordova-ios/issues/764) and [#775](https://github.com/apache/cordova-ios/issues/775)
|
|
0 commit comments