Skip to content

Commit d11018a

Browse files
authored
Kyle/bump version 0.2 (#53)
* Custom earcut * type ignore * bump version to 0.2
1 parent 9a3c7d6 commit d11018a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0] - 2023-10-21
4+
5+
## What's Changed
6+
7+
- Correctly forward props by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/46
8+
- Cleaner data reproductions for examples by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/45
9+
- Fix multipolygon rendering by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/48
10+
- Fixed multi polygon attribute rendering by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/49
11+
- Implement picking by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/47
12+
- improved typing for picking info by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/50
13+
- Triangulate ourselves w/ earcut (fix with holes) by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/51
14+
15+
**Full Changelog**: https://github.com/geoarrow/deck.gl-layers/compare/v0.1.0...v0.2.0
16+
317
## [0.1.0] - 2023-10-16
418

519
- Initial public release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"examples/*"
55
],
66
"name": "@geoarrow/deck.gl-layers",
7-
"version": "0.1.0",
7+
"version": "0.2.0",
88
"type": "module",
99
"description": "",
1010
"source": "src/index.ts",

0 commit comments

Comments
 (0)