geojs 1.9.4 → 1.10.2

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,7 +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
+ - run: npm audit --audit-level high
84
84
  - run: npm run setup-website
85
85
  - run: npm run ci-xvfb
86
86
  - run: npm run ci-build-website
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.10.2
4
+
5
+ ### Improvements
6
+
7
+ - Directly support nearest pixel or bicubic on quad interpolation ([#1229](../../pull/1229))
8
+
9
+ ## Version 1.10.1
10
+
11
+ ### Improvements
12
+
13
+ - Make clamping at the end of a map transition optional ([#1226](../../pull/1226))
14
+
15
+ ## Version 1.10.0
16
+
17
+ ### Features
18
+
19
+ - Add a cursor annotation mode ([#1224](../../pull/1224))
20
+
21
+ ## Version 1.9.4
22
+
23
+ ### Improvements
24
+
25
+ - Update on meta key changes ([#1221](../../pull/1221))
26
+
27
+ ### Bug Fixes
28
+
29
+ - Fix determining annotation correspondence ([#1223](../../pull/1223))
30
+
31
+ ## Version 1.9.3
32
+
33
+ ### Improvements
34
+
35
+ - Speed up track feature ([#1220](../../pull/1220))
36
+
3
37
  ## Version 1.9.2
4
38
 
5
39
  ### Bug Fixes