You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ Beta Releases
6
6
7
7
### b13 - xx/xx/2013
8
8
9
-
* Breaking changes:
9
+
### b12a - 01/18/2013
10
10
11
+
* Breaking changes:
11
12
* Renamed the `server` property to `url` when constructing a `BingMapsImageryProvider`. Likewise, renamed `BingMapsImageryProvider.getServer` to `BingMapsImageryProvider.getUrl`. Code that looked like
12
13
13
14
var bing = new BingMapsImageryProvider({
@@ -36,7 +37,9 @@ Beta Releases
36
37
* Fixed camera tilt close to the `minimumZoomDistance`.
37
38
* Fixed a bug that could lead to blue tiles when zoomed in close to the North and South poles.
38
39
* Fixed a bug where removing labels would remove the wrong label and ultimately cause a crash.
40
+
* Worked around a bug in Firefox 18 preventing typed arrays from being transferred to or from Web Workers.
39
41
* Upgraded RequireJS to version 2.1.2, and Almond to 0.2.3.
0 commit comments