Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deck.gl to ^8.9.4 #289

Merged
merged 1 commit into from
Mar 28, 2023
Merged

Update deck.gl to ^8.9.4 #289

merged 1 commit into from
Mar 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@deck.gl/core ^8.7.10 -> ^8.9.4 age adoption passing confidence
@deck.gl/layers ^8.7.10 -> ^8.9.4 age adoption passing confidence
@deck.gl/react ^8.7.10 -> ^8.9.4 age adoption passing confidence

Release Notes

visgl/deck.gl

v8.9.4

Compare Source

  • (fix) CollisionFilterExtension discard outside clip space (#​7777)
  • Position TextLayer text correctly after updating getText (#​7774)
  • Fix bug when using default value in attributes with size greater than 1 (#​7762)

v8.9.3

Compare Source

  • Fix MapboxLayer crash when pitch=0 (#​7760)
  • TextLayer.fontSettings propType compare depth 1 (#​7757)
  • Fix PostProcessEffect prop update (#​7756)
  • Pass through google rightclick event to onClick (#​7728)

v8.9.2

Compare Source

  • Replace proj4 with lightweight alternative (#​7750)
  • Fix pre-built bundle errors (#​7751)

v8.9.1

Compare Source

v8.9.0

Compare Source

v8.8.27

Compare Source

  • Fix TileLayer prop type (#​7710)
  • Fix BitmapLayer pick 3d (#​7706)
  • fix(mapbox) only move viewState once deck is loaded and only until deck is finalized (#​7649)
  • Fix autoHighlight crash when TileLayer is used as a sub layer (#​7650)

v8.8.26

Compare Source

v8.8.25

Compare Source

  • CARTO: Increase GET limit to 8192 (#​7643)
  • CARTO: Only override geoColumn with valid value (#​7630)

v8.8.24

Compare Source

  • fixed MapboxOverlay props typing (#​7585)
  • Fix tile culling in repeating WebMercatorViewport (#​7634)
  • Export type AccessorContext from core (#​7621)

v8.8.23

Compare Source

  • CARTO: avoid lines between adjacent cells in QuadbinLayer (#​7475)

v8.8.22

Compare Source

  • Fix FillStyleExtension (#​7568)
  • Fix SimpleMeshLayerProps.wireframe and SimpleMeshLayerProps._instanced type (#​7556)
  • Improve logic to update auto highlight module settings (#​7562)

v8.8.21

Compare Source

  • Fix disablePickingColor with externally supplied startIndices (#​7543)
  • Update types for MapViewProps (#​7519)
  • Improve filtered data rendering performance (#​7510)

v8.8.20

Compare Source

  • CARTO: Include aggregation and geoColumn in POST (#​7404)
  • CARTO: better API error reporting (#​7340)
  • CARTO: Support JSON format in QuadbinLayer (#​7383)

v8.8.19

Compare Source

  • TileLayer exposes accurate picking info on pointer out (#​7403)
  • Fix TileLayer cache pruning (#​7402)

v8.8.18

Compare Source

  • Upgrade d3 packages (#​7395)
  • [react] Fix padding compatibility with react-map-gl v7 (#​7384)

v8.8.17

Compare Source

  • Fix FillStyleExtension scaling (#​7373)
  • Allow null geometry in GeoJSON (#​7371)

v8.8.16

Compare Source

  • CARTO: remove aggregationExp parameter check (#​7368)
  • CARTO: Recreate tileset if aggregationResLevel changes (#​7360)

v8.8.15

Compare Source

  • CARTO: fetchMap disable depthTest for point layers (#​7332)
  • [CARTO] Support custom markers with original colors (#​7311)
  • CARTO: Pass access token in load options (#​7287)
  • CARTO: switch to using quadbin library (#​7257)
  • Display helpful error if h3 v4 is accidentally included (#​7283)
  • Chore: Bump loaders to 3.2.10 (#​7305)

v8.8.14

Compare Source

  • Minor fix in widget-tooltip: reset value on every iteration (#​7329)
  • CARTO: Explicitly set geoColumn when requesting GeoJSON (#​7338)
  • add Encode stats URL query value #​7319

v8.8.13

Compare Source

  • Fix altitude projection dependence on geometry.worldPosition (#​7318)

v8.8.12

Compare Source

v8.8.11

Compare Source

  • Carto: fetchMap support for custom markers (#​7250)

v8.8.10

Compare Source

  • CARTO: Support fields when parsing CartoVectorTiles (#​7248, #​7194)
  • CARTO: CartoTileLayer picking coordinates correct (#​7242)
  • Support dynamic functions in configuration (#​7253)
  • CARTO fetchMap fix: parametrized queries are not working (#​7238)
  • Use correct parameters when resizing icon atlas (#​7232)

v8.8.9

Compare Source

  • Fix controller bug when view props change (#​7208)

v8.8.8

Compare Source

  • add BitmapBoundingBox and NonGeoBoundingBox types. (#​7180)
  • Fix old MapboxLayer/React usage pattern (#​7192)

v8.8.7

Compare Source

  • CARTO: Add headers prop to CartoLayer (#​7188)
  • CARTO: binary data for spatial index layers (#​7160)

v8.8.6

Compare Source

  • CARTO: add queryParameters (#​7155)
  • Fix FirstPersonController default (#​7171)

v8.8.5

Compare Source

  • Support customising textureParameters on auto-packed texture (#​7126) (#​7136)
  • Fix MapboxLayer index resolution (#​7164)
  • CARTO: fetchMap support spatial index layers (#​7065)

v8.8.4

Compare Source

  • Bump dependency versions (#​7134)
  • Fix TRANSITION_EVENTS export (#​7131)
  • Fixing issue where event listeners were not being removed after finalizing DeckGL when used with google maps (#​7127)
  • [ts] Improve carto/style typings. (#​7120)

v8.8.3

Compare Source

  • Fix error when using MapboxLayer stand along (#​7123)

v8.8.2

Compare Source

v8.8.1

Compare Source

  • chore(mesh-layer): cleanup material parser textures (#​6764)
  • Fix z fighting in ColumnLayer when using 2d stroke (#​7116)

v8.8.0

Compare Source

  • CARTO: Handle minZoom&maxZoom in H3TileLayer (#​7108)
  • CARTO: document use of spatial indices (#​7107)
  • CARTO: Remove CARTO 2 for documentation (#​7106)
  • CARTO - H3Tileset handles large latitude span (#​7103)
  • CARTO: Add QuadbinTileLayer (#​7095)
  • Add annotation to all layer classes (#​7099)
  • Resolve async prop to null if fetch is undefined (#​7098)

v8.7.12

Compare Source

  • Fix FillStyleExtension precision (#​7074)
  • GoogleMapsOverlay: Force useDevicePixels to true in interleaved mode (#​7066)
  • GoogleMapsOverlay: HeatmapLayer weightsTransform uses correct clearColor (#​7071)

v8.7.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Mar 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
swiss-maps ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 28, 2023 at 4:55AM (UTC)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant