geojs 1.8.5 → 1.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,28 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.8.7
4
+
5
+ ### Improvements
6
+
7
+ - Reduce polygon and position function calls ([#1208](../../pull/1208))
8
+
9
+ ## Version 1.8.7
10
+
11
+ ### Improvements
12
+
13
+ - Add some code paths to reduce transform calls ([#1207](../../pull/1207))
14
+
15
+ ## Version 1.8.6
16
+
17
+ ### Improvements
18
+
19
+ - Allow constraining rectangle and ellipse annotations to a list of fixed sizes ([#1205](../../pull/1205))
20
+
3
21
  ## Version 1.8.5
4
22
 
5
23
  ### Improvements
6
24
 
7
- -Optimize reordering fetch queue ([#1203](../../pull/1203))
25
+ - Optimize reordering fetch queue ([#1203](../../pull/1203))
8
26
 
9
27
  ## Version 1.8.4
10
28