Showing
1 changed file
with
30 additions
and
0 deletions
1 | Changelog | 1 | Changelog |
2 | --------- | 2 | --------- |
3 | 3 | ||
4 | +### 1.1.0-dev | ||
5 | +#### xxx, 2014 | ||
6 | + | ||
7 | + - Updated for iOS 7, including visual appearance, tint color behavior, modal presentation paradigms, deprecations, and addition of a compass button when in tracking mode. | ||
8 | + - 64-bit compliance. | ||
9 | + - Requires Xcode 5.0+. | ||
10 | + - Revamped annotation drag & drop system to work more like MapKit's. | ||
11 | + - Improved autolayout support, including iOS 7 `UIViewController` layout guides. | ||
12 | + - Support for [auto-retina mode](/developers/api/#Image.quality.&.scale) for Mapbox OpenStreetMap-based maps. | ||
13 | + - Added `-[RMMapView setAlpha:forTileSource:]` and `-[RMMapView setAlpha:forTileSourceAtIndex:]`. | ||
14 | + - Added `RMCircleAnnotation`. | ||
15 | + - Added `-[RMMBTilesSource initWithTileSetResource:]` convenience method. | ||
16 | + - Added `-[RMPointAnnotation image]`. | ||
17 | + - Changed default `RMMarker` image from a pin with a star to a blank pin. | ||
18 | + - Updated `RMCircle` default alpha from `1.0` to `0.25` and line width from `10.0` to `2.0`. | ||
19 | + - Enhanced customizability for point, polyline, and polygon annotations. | ||
20 | + - Improvements to `RMUserTrackingBarButtonItem` state animations. | ||
21 | + - More accurate tile background loading grid for iOS 6+. | ||
22 | + - Renamed instances of *MapBox* to *Mapbox* to better reflect branding. | ||
23 | + - Fixed several crashes related to XIB unarchiving, invalid `frame` passing, and offline use. | ||
24 | + - More efficient `RMPointAnnotation` redraws. | ||
25 | + - Raise an exception when bad parameters are passed to background caching instead of failing silently. | ||
26 | + - Background cache delegate methods are now truly optional as specified in the `RMTileCacheBackgroundDelegate` protocol. | ||
27 | + - Updated [GRMustache](https://github.com/groue/GRMustache) from `v5.4.3` to `v6.8.3`. | ||
28 | + - Updated usage of `instancetype` and `typedef enum`. | ||
29 | + - Clarified documentation. | ||
30 | + - Improved and updated CocoaPods specification. | ||
31 | + - Fixed some build warnings. | ||
32 | + - Minor bug fixes. | ||
33 | + | ||
4 | ### 1.0.3 | 34 | ### 1.0.3 |
5 | #### June 28, 2013 | 35 | #### June 28, 2013 |
6 | 36 |
-
Please register or login to post a comment