94 lines
2.5 KiB
Plaintext
94 lines
2.5 KiB
Plaintext
### v0.6.7
|
|
|
|
* Fix for JSONP issues in IE9 and IE10 in upstream libraries
|
|
* Fix bug in `layer.disable` and `layer.enable` when layer not attached to a map
|
|
* Fix bug where disabling a layer didn't update compositing
|
|
* Automatic compositing now checks that a layer is hosted by MapBox hosting
|
|
|
|
### v0.6.6
|
|
|
|
* Fix dragging and zooming on Android
|
|
* Fix touch interaction in Wax
|
|
* Re-add max-width to legend
|
|
* Marker tooltips now stop mousedown/touchstart events
|
|
* Add API for checking if map is fullscreen
|
|
|
|
### v0.6.5
|
|
|
|
* Fix bug where `layer.tilejson` could overwrite a composited provider
|
|
* Fix bug where layer compositing would make unecessary tilejson requests
|
|
* Adds backwards-compatibility for Wax CSS classes for existing maps.
|
|
* Expands markers API with 0.14.3
|
|
* `mapbox.interaction()` now automatically includes location handling as well.
|
|
|
|
### v0.6.4
|
|
|
|
* `map.auto` now adds legend and attribution, if available in tilejson
|
|
* `map.setPanLimits` now sorts locations internally, if given locations
|
|
* Documentation improvements
|
|
* Fix `layer.refresh` callback
|
|
* Update ModestMaps, Wax, markers.js, easey
|
|
|
|
### v0.6.3
|
|
|
|
* `ui.refresh` only adds enabled layers to legend and attribution
|
|
* `mapbox.auto` doesn't return opts in an array if there is only one
|
|
* can now peacefully coexist with require.js
|
|
* `map.addLayer` no longer uses addTileLayer for tile layers
|
|
* Update ModestMaps to 3.3.4 fixing clipping issue in swipe example
|
|
* Default zoom range is now 0 - 17
|
|
|
|
### v0.6.2
|
|
|
|
* Update easey to 2.0.2 with `easey.optimal()` bugfix
|
|
|
|
### v0.6.1
|
|
|
|
* Updated ModestMaps to 3.3.3 fixing problem with empty gif
|
|
and hiding parent tiles
|
|
|
|
### v0.6.0
|
|
|
|
* Add automatic support for MapBox hosting composting
|
|
* Update Wax to 7.0.0dev7
|
|
* New api for `mapbox.ui`
|
|
* Name layers using IDs instead of names
|
|
* Remove `mapbox.provider`
|
|
* Add callbacks to async layer functions
|
|
|
|
### v0.5.5
|
|
|
|
* `mapbox.auto` now takes an optional callback and calls it with
|
|
`map, augmented tilejson`
|
|
* Fixes various map issues in the Modest Maps wrapping of `mapbox.map`
|
|
|
|
### v0.5.4
|
|
|
|
* Update Modest Maps to 3.3.1
|
|
|
|
### v0.5.2
|
|
|
|
* Update Wax to dev2
|
|
|
|
### v0.4.1
|
|
|
|
* Do not proxy `mapbox.markers` call anymore
|
|
|
|
### v0.4.0 and v0.3.0
|
|
|
|
* Update markers.js to bleeding-edge versions.
|
|
|
|
### v0.2.0
|
|
|
|
* mapbox.load now adds `.thumbnail` to its result
|
|
|
|
### v0.1.1
|
|
|
|
* Calls the callback to `mapbox.auto()` with map, options instead of
|
|
just map.
|
|
|
|
### v0.1.0
|
|
|
|
* Adds `.center()` `.zoom()` and `.centerzoom()` with easing parameters
|
|
* Supports bare ids for the `mapbox.load()` function.
|