forked from mapbox/mapbox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
93 lines (62 loc) · 2.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
### v0.6.7 (unreleased)
* 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.