1Qt 5.12 introduces many new features and improvements as well as bugfixes 2over the 5.11.x series. For more details, refer to the online documentation 3included in this distribution. The documentation is also available online: 4 5https://doc.qt.io/qt-5/index.html 6 7The Qt version 5.12 series is binary compatible with the 5.11.x series. 8Applications compiled for 5.11 will continue to run with 5.12. 9 10Some of the changes listed in this file include issue tracking numbers 11corresponding to tasks in the Qt Bug Tracker: 12 13https://bugreports.qt.io/ 14 15Each of these identifiers can be entered in the bug tracker to obtain more 16information about a particular change. 17 18**************************************************************************** 19* QtLocation * 20**************************************************************************** 21 22 23 - Added QDeclarativeGeoRoute::equals to perform deep comparisons in QML. 24 - MapItemView now exposes add and remove transitions, so that they can 25 be changed (defaults are none for add, and item fade out for remove). 26 - Enabled incremental updates in PlaceSearchModel, which prevents previousPage or 27 nextPage from resetting the model, but rather appending the new data to it. 28 - [QTBUG-68966] Added Map.visibleArea property. 29 - [QTBUG-62683][QTBUG-62397] Enabled nesting of MapItemView. This required 30 a behavioral change, as MapItemView is now a MapItemGroup, not anymore a 31 plain QObject. Due to a bug, MapItemView was previously not a Qt Quick 32 Item, making it possible to create it as a child of any QObject. This 33 has now been fixed, so if you happen to have a MapItemView in your scene 34 which is not a child of a Qt Quick Item, you will get an error message. 35 - Enabled asynchronous incremental updates of QPlaceReply. 36 - Changed QDeclarativeGeoMapItemBase::geoShape property from read-only into R/W. 37 - Added support for route legs. 38 - [QTBUG-70499] Fixed HERE plugin requesting the route incorrectly. 39 - Added ESRI place search manager to the ESRI plugin. 40 41**************************************************************************** 42* QtPositioning * 43**************************************************************************** 44 45 - Exposed mercatorToCoord and coordToMercator to QML. 46 - [QTBUG-62875] QGeoPath can now be cleared directly using clearPath. 47 - Added QGeoPolygon::perimeter property. 48 - Added holes support to QGeoPolygon. Currently visualized only when using 49 in a MapPolygon with the MapboxGL plugin. 50 - [QTBUG-43435] Added Geoclue2 position plugin. 51 - [QTBUG-52660] QtPositioning now properly checks for authorization on iOS. 52 53