Skip to content

Release 2.41.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 09:21

2.41.0 (2023-10-16)

Features

  • 3dtiles: add method to enable ktx2 loader for gltf (a260109)
  • points: Add attenuated mode for points size rendering (6db3c5e)
  • points: Add option to render points in shape square or circle (363f137)
  • VectorTile: add coordProj in pushCoordinatesValues() to get access to position when using style.base_altitude. (451e5d6)

Bug Fixes

  • example: fix example Gpx 3d and functional test (781a47d)
  • fix Glob error when lauching npm install on windows (e56bf65)
  • picking: Fix point reference of picking (#2192) (1cd4db9)

Examples

  • VectorTile: new example using official mapbox flux, showing buildings placed at ground level. (cefebce)

Code Refactoring

  • Feature: Feature.pushCoordinates() change in arguments order (44e9532)
  • VectorTile: Code clean up (284c46b)
  • View: Deprecate WebGL 1.0 support (1cf7075)

Workflow and chores

  • release v2.41.0 (d47e36c)
  • add commit message checker (9370312)
  • integration: add release commit to message check (b88de83)
  • release: add npm install to npm bump command (cc6239d)
  • separate build and test jobs (c3bc003)
  • workflow: add npm provenance to npm package (cb29ab6)
  • workflow: fix publish rights with npm provenance (63f70be)
  • workflow: update github actions to node 18 (5143c25)

Documentation

  • CONTRIBUTING.md: add commits type list (b91404a)
  • CONTRIBUTING.md: fix typo (ac6c328)
  • WebGL1: Remove tutorial "Getting Started - WebGL 1.0/2.0" (57f7b59)

BREAKING CHANGES

  • VectorTile: Feature.pushCoordinatesValues() signature change from pushCoordinatesValues(feature, long, lat, normal) to pushCoordinatesValues(feature, coordIn, coordProj)
  • Feature: Feature.pushCoordinates() change in arguments order from pushCoordinates(coordIn, feature) to pushCoordinates(feature, coordIn)