File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments