geojs 1.8.1 → 1.8.4

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.
@@ -80,6 +80,7 @@ jobs:
80
80
  # Delete the package-lock to test with the latest libraries allowed
81
81
  - run: rm package-lock.json
82
82
  - run: npm install
83
+ - run: npm audit
83
84
  - run: npm run setup-website
84
85
  - run: npm run ci-xvfb
85
86
  - run: npm run ci-build-website
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.8.4
4
+
5
+ ### Improvements
6
+
7
+ - Support polygon annotations with holes through geojson ([#1201](../../pull/1201))
8
+ - Adjust queue track size based on number of tile layers ([#1202](../../pull/1202))
9
+
10
+ ## Version 1.8.3
11
+
12
+ ### Improvements
13
+
14
+ - Support polygon annotations with holes ([#1200](../../pull/1200))
15
+
16
+ ## Version 1.8.2
17
+
18
+ ### Improvements
19
+
20
+ - Reduce tile layer updates ([#1196](../../pull/1196))
21
+
22
+ ## Version 1.8.1
23
+
24
+ ### Improvements
25
+
26
+ - Reduce memory copy on pixelmap layer creation ([#1194](../../pull/1194))
27
+
3
28
  ## Version 1.8.0
4
29
 
5
30
  ### Features