geojs 1.8.0 → 1.8.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.
@@ -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,23 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.8.2
4
+
5
+ ### Improvements
6
+
7
+ - Reduce tile layer updates ([#1196](../../pull/1196))
8
+
9
+ ## Version 1.8.1
10
+
11
+ ### Improvements
12
+
13
+ - Reduce memory copy on pixelmap layer creation ([#1194](../../pull/1194))
14
+
15
+ ## Version 1.8.0
16
+
17
+ ### Features
18
+
19
+ - Square, circle, and ellipse annotations, plus a way to constrain rectangle and ellipse annotations to a list of aspect ratios ([#1192](../../pull/1192))
20
+
3
21
  ## Version 1.7.3
4
22
 
5
23
  ### Bug Fixes