Skip to content

Commit

Permalink
Kyle/bump version 0.2 (#53)
Browse files Browse the repository at this point in the history
* Custom earcut

* type ignore

* bump version to 0.2
  • Loading branch information
kylebarron authored Oct 21, 2023
1 parent 9a3c7d6 commit d11018a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0] - 2023-10-21

## What's Changed

- Correctly forward props by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/46
- Cleaner data reproductions for examples by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/45
- Fix multipolygon rendering by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/48
- Fixed multi polygon attribute rendering by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/49
- Implement picking by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/47
- improved typing for picking info by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/50
- Triangulate ourselves w/ earcut (fix with holes) by @kylebarron in https://github.com/geoarrow/deck.gl-layers/pull/51

**Full Changelog**: https://github.com/geoarrow/deck.gl-layers/compare/v0.1.0...v0.2.0

## [0.1.0] - 2023-10-16

- Initial public release.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"examples/*"
],
"name": "@geoarrow/deck.gl-layers",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"description": "",
"source": "src/index.ts",
Expand Down

0 comments on commit d11018a

Please sign in to comment.