This repository was archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
67 lines (37 loc) · 1.67 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
# v0.6.1
* Fix missing tiles by keeping tiles more agressively (by @luiscamacho)
# v0.6.0
* Add support for displaying some types of the traffic and "pegman" layers (by @luiscamacho)
* Add more sanity checks, prevent errors when the GMaps code takes time to load (by @tedbreen and @zakjan)
* Fixed a `forEach` iterator causing trouble in IE11 (by @dnasir)
* Fixed some race conditions by copying the tiles instead of moving them (by @luiscamacho)
# v0.5.1
* Handle `maxNativeZoom` based on the available imagery (by @luiscamacho)
# v0.5.0
* Handle `maxNativeZoom` based on the available imagery (by @luiscamacho)
# v0.4.5
* Shift controls in the lower left corner (in addition to those in the lower right) (by @luiscamacho).
* Resolve tiles in the same order they are mutated in, fixes race conditions at zooms 0-1 (by @TolonUK).
* Explicitly set z-index of mutant to avoid event propagation problems on iOS (by @robertharm).
# v0.4.4
* Changed README to show how to polyfill promises for IE11 (by @dullroar).
* Fixed a race condition on `_freshTiles` handling (by @luiscamacho).
# v0.4.3
* Fixed displacement of label tiles in hybrid mode
# v0.4.2
* Fixed typos in variable references
* Added linting
# v0.4.1
* Fixed a race condition involving spurious tile caching (thanks @tyllo)
# v0.4.0
* Ability to used styled maps (by @burakcalik and @danvirsen)
# v0.3.1
* Minor bugfixes by @tomhughes
# v0.3.0
* Implemented 'hybrid' mode, though there are tile pruning artifacts
# v0.2.1
* Fix entry point in package.json
# v0.2.0
* Images from the static maps API (which only appear on small viewports) are now removed and thus do not obscure map controls.
# v0.1.0
* Initial release