-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 0ea87cf
authored
Bump @geoarrow/deck.gl-layers from 0.3.0-beta.17 to 0.3.0 (#759)
Bumps
[@geoarrow/deck.gl-layers](https://github.com/geoarrow/deck.gl-layers)
from 0.3.0-beta.17 to 0.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/geoarrow/deck.gl-layers/releases"><code>@geoarrow/deck</code>.gl-layers's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.0</h2>
<p>This version includes major improvements over 0.2.</p>
<h3>New Features:</h3>
<ul>
<li>Run <code>earcut</code> on a web worker to improve rendering
performance of the <code>SolidPolygonLayer</code> by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/85">geoarrow/deck.gl-layers#85</a>
<ul>
<li>Earcut main thread fallback by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/92">geoarrow/deck.gl-layers#92</a></li>
</ul>
</li>
<li>New layer types:
<ul>
<li>Add Arc layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/63">geoarrow/deck.gl-layers#63</a></li>
<li>Add heatmap layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/64">geoarrow/deck.gl-layers#64</a></li>
<li>Add column layer and h3 hexagon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/68">geoarrow/deck.gl-layers#68</a></li>
<li>Add GeoArrowTextLayer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/70">geoarrow/deck.gl-layers#70</a></li>
<li>GeoArrow-based Trips Layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/34">geoarrow/deck.gl-layers#34</a></li>
<li>polygon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/79">geoarrow/deck.gl-layers#79</a></li>
<li>Start implementation of point cloud layer by <a
href="https://github.com/naomatheus"><code>@naomatheus</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/96">geoarrow/deck.gl-layers#96</a></li>
</ul>
</li>
</ul>
<h3>What's Changed</h3>
<ul>
<li>Simplified accessor validation by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/69">geoarrow/deck.gl-layers#69</a></li>
<li>Text example & Fix text rendering by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/72">geoarrow/deck.gl-layers#72</a></li>
<li>compute table offsets by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/91">geoarrow/deck.gl-layers#91</a></li>
<li>Fix error when no geometry column found by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/94">geoarrow/deck.gl-layers#94</a></li>
<li>function accessors by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/100">geoarrow/deck.gl-layers#100</a></li>
<li>Wrap worker instantiation in try/catch; fix for non-served HTML
files by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/108">geoarrow/deck.gl-layers#108</a></li>
<li>Export PointCloudLayer through top-level index.ts by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/110">geoarrow/deck.gl-layers#110</a></li>
<li>Fix picking in the polygon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/113">geoarrow/deck.gl-layers#113</a></li>
<li>Publish beta with fixed PolygonLayer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/115">geoarrow/deck.gl-layers#115</a></li>
<li>Fix bundling for loading from CDN by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/111">geoarrow/deck.gl-layers#111</a></li>
<li>Prefer user input over defaults by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/119">geoarrow/deck.gl-layers#119</a></li>
<li>fix arrow bundle by <a
href="https://github.com/atmorling"><code>@atmorling</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/122">geoarrow/deck.gl-layers#122</a></li>
<li>Support deck.gl v9 by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/112">geoarrow/deck.gl-layers#112</a></li>
<li>Support separated (struct) coordinates for all applicable layers by
<a href="https://github.com/gmoney1729"><code>@gmoney1729</code></a> in
<a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/139">geoarrow/deck.gl-layers#139</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/naomatheus"><code>@naomatheus</code></a> made
their first contribution in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/96">geoarrow/deck.gl-layers#96</a></li>
<li><a
href="https://github.com/gmoney1729"><code>@gmoney1729</code></a> made
their first contribution in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/139">geoarrow/deck.gl-layers#139</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0">https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/geoarrow/deck.gl-layers/blob/main/CHANGELOG.md"><code>@geoarrow/deck</code>.gl-layers's
changelog</a>.</em></p>
<blockquote>
<h2>[0.3.0] - 2025-02-11</h2>
<p>This version includes major improvements over 0.2.</p>
<h3>New Features:</h3>
<ul>
<li>Run <code>earcut</code> on a web worker to improve rendering
performance of the <code>SolidPolygonLayer</code> by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/85">geoarrow/deck.gl-layers#85</a>
<ul>
<li>Earcut main thread fallback by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/92">geoarrow/deck.gl-layers#92</a></li>
</ul>
</li>
<li>New layer types:
<ul>
<li>Add Arc layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/63">geoarrow/deck.gl-layers#63</a></li>
<li>Add heatmap layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/64">geoarrow/deck.gl-layers#64</a></li>
<li>Add column layer and h3 hexagon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/68">geoarrow/deck.gl-layers#68</a></li>
<li>Add GeoArrowTextLayer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/70">geoarrow/deck.gl-layers#70</a></li>
<li>GeoArrow-based Trips Layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/34">geoarrow/deck.gl-layers#34</a></li>
<li>polygon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/79">geoarrow/deck.gl-layers#79</a></li>
<li>Start implementation of point cloud layer by <a
href="https://github.com/naomatheus"><code>@naomatheus</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/96">geoarrow/deck.gl-layers#96</a></li>
</ul>
</li>
</ul>
<h3>What's Changed</h3>
<ul>
<li>Simplified accessor validation by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/69">geoarrow/deck.gl-layers#69</a></li>
<li>Text example & Fix text rendering by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/72">geoarrow/deck.gl-layers#72</a></li>
<li>compute table offsets by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/91">geoarrow/deck.gl-layers#91</a></li>
<li>Fix error when no geometry column found by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/94">geoarrow/deck.gl-layers#94</a></li>
<li>function accessors by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/100">geoarrow/deck.gl-layers#100</a></li>
<li>Wrap worker instantiation in try/catch; fix for non-served HTML
files by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/108">geoarrow/deck.gl-layers#108</a></li>
<li>Export PointCloudLayer through top-level index.ts by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/110">geoarrow/deck.gl-layers#110</a></li>
<li>Fix picking in the polygon layer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/113">geoarrow/deck.gl-layers#113</a></li>
<li>Publish beta with fixed PolygonLayer by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/115">geoarrow/deck.gl-layers#115</a></li>
<li>Fix bundling for loading from CDN by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/111">geoarrow/deck.gl-layers#111</a></li>
<li>Prefer user input over defaults by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/119">geoarrow/deck.gl-layers#119</a></li>
<li>fix arrow bundle by <a
href="https://github.com/atmorling"><code>@atmorling</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/122">geoarrow/deck.gl-layers#122</a></li>
<li>Support deck.gl v9 by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/112">geoarrow/deck.gl-layers#112</a></li>
<li>Support separated (struct) coordinates for all applicable layers by
<a href="https://github.com/gmoney1729"><code>@gmoney1729</code></a> in
<a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/139">geoarrow/deck.gl-layers#139</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/naomatheus"><code>@naomatheus</code></a> made
their first contribution in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/96">geoarrow/deck.gl-layers#96</a></li>
<li><a
href="https://github.com/gmoney1729"><code>@gmoney1729</code></a> made
their first contribution in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/139">geoarrow/deck.gl-layers#139</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0">https://github.com/geoarrow/deck.gl-layers/compare/v0.2.0...v0.3.0</a></p>
<h2>[0.2.0] - 2023-10-21</h2>
<h3>What's Changed</h3>
<ul>
<li>Correctly forward props by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/46">geoarrow/deck.gl-layers#46</a></li>
<li>Cleaner data reproductions for examples by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/45">geoarrow/deck.gl-layers#45</a></li>
<li>Fix multipolygon rendering by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/48">geoarrow/deck.gl-layers#48</a></li>
<li>Fixed multi polygon attribute rendering by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/49">geoarrow/deck.gl-layers#49</a></li>
<li>Implement picking by <a
href="https://github.com/kylebarron"><code>@kylebarron</code></a> in <a
href="https://redirect.github.com/geoarrow/deck.gl-layers/pull/47">geoarrow/deck.gl-layers#47</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/geoarrow/deck.gl-layers/commit/343eacfffb66ff631d93d7fac99fc8a7d1f868c8"><code>343eacf</code></a>
Bump to 0.3.0 (<a
href="https://redirect.github.com/geoarrow/deck.gl-layers/issues/140">#140</a>)</li>
<li><a
href="https://github.com/geoarrow/deck.gl-layers/commit/9d60501f4bb6beebf99485d27a020c1910bdee51"><code>9d60501</code></a>
Support separated (struct) coordinates for all applicable layers (<a
href="https://redirect.github.com/geoarrow/deck.gl-layers/issues/139">#139</a>)</li>
<li><a
href="https://github.com/geoarrow/deck.gl-layers/commit/598a62cdae112129e12d43067d4f724f3742c9ed"><code>598a62c</code></a>
Update repo to match fork's layout (<a
href="https://redirect.github.com/geoarrow/deck.gl-layers/issues/135">#135</a>)</li>
<li>See full diff in <a
href="https://github.com/geoarrow/deck.gl-layers/compare/v0.3.0-beta.17...v0.3.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 98d68f7 commit 0ea87cfCopy full SHA for 0ea87cf
2 files changed
+10
-5
lines changed+9-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments