geojs 1.8.8 → 1.9.0

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.
@@ -20,7 +20,7 @@ jobs:
20
20
  - uses: actions/checkout@v2
21
21
  - uses: actions/setup-node@v2
22
22
  with:
23
- node-version: '14'
23
+ node-version: '16'
24
24
  - uses: browser-actions/setup-firefox@latest
25
25
  - run: sudo apt-get install --yes --no-install-recommends optipng
26
26
  - run: sudo apt-get remove --yes fonts-lato
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # GeoJS Change Log
2
2
 
3
- ## Version 1.8.7
3
+ ## Version 1.9.0
4
+
5
+ ### Features
6
+
7
+ - Polygon operations ([#1198](../../pull/1198))
8
+ - Use meta keys to modify annotations ([#1209](../../pull/1209))
9
+
10
+ ## Version 1.8.10
11
+
12
+ ### Improvements
13
+
14
+ - Added a uniformLine property to speed up line rendering ([#1211](../../pull/1211))
15
+
16
+ ## Version 1.8.9
17
+
18
+ ### Bug Fixes
19
+
20
+ - Fix a bug introduced in #1207 ([#1210](../../pull/1210))
21
+
22
+ ## Version 1.8.8
4
23
 
5
24
  ### Improvements
6
25