changelog/v3.17.0.md
The v3.17.0 release includes features and fixes from 60 pull requests since the v3.16.0 release. Most of the changes are bug fixes and continuing removal of the dependency on Closure Library.
ol.source.MapQuest removalBecause of changes at MapQuest (see: https://lists.openstreetmap.org/pipermail/talk/2016-June/076106.html) we had to remove the MapQuest source for now (see https://github.com/openlayers/openlayers/issues/5484 for details).
ol.interaction.ModifyEvent changesThe event object previously had a mapBrowserPointerEvent property, which has been renamed to mapBrowserEvent.
Users compiling their code with the library and using types in the ol.raster namespace should note that this has now been removed. ol.raster.Pixel has been deleted, and the other types have been renamed as follows, and your code may need changing if you use these:
ol.raster.Operation to ol.RasterOperationol.raster.OperationType to ol.RasterOperationTypeUsers compiling their code with the library should note that the following typedefs have been renamed; your code may need changing if you use these: