geojs 1.9.0 → 1.9.3
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 +16 -0
- package/geo.js +53 -11
- package/geo.lean.js +52 -10
- package/geo.lean.min.js +3 -3
- package/geo.min.js +7 -7
- package/package.json +5 -5
- package/src/annotationLayer.js +13 -2
- package/src/lineFeature.js +7 -4
- package/src/trackFeature.js +3 -1
- package/src/webgl/lineFeature.js +14 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# GeoJS Change Log
|
|
2
2
|
|
|
3
|
+
## Version 1.9.2
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- Explicitly have annotation defaults ([#1214](../../pull/1214))
|
|
8
|
+
|
|
9
|
+
## Version 1.9.1
|
|
10
|
+
|
|
11
|
+
### Changes
|
|
12
|
+
|
|
13
|
+
- Changed how one module was referenced in package dependencies ([#1213](../../pull/1213))
|
|
14
|
+
|
|
3
15
|
## Version 1.9.0
|
|
4
16
|
|
|
5
17
|
### Features
|
|
@@ -7,6 +19,10 @@
|
|
|
7
19
|
- Polygon operations ([#1198](../../pull/1198))
|
|
8
20
|
- Use meta keys to modify annotations ([#1209](../../pull/1209))
|
|
9
21
|
|
|
22
|
+
### Improvements
|
|
23
|
+
|
|
24
|
+
- Explicitly have annotation defaults ([#1212](../../pull/1212))
|
|
25
|
+
|
|
10
26
|
## Version 1.8.10
|
|
11
27
|
|
|
12
28
|
### Improvements
|