maptiler/maptiler-geocoding-control

[FEATURE] Support for maplibre GL JS v4

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
Maplibre GL JS v4 has been released. Currently the devDependencies and peerDependencies of this package are bound respectively to Maplibre GL JS ^3.6.2 and ^2 || ^3.0.0-alpha || ^3, preventing it from being used with v4-based apps (unless --force or --legacy-peer-dep is used during install)

Describe the solution you'd like
I would like to use this package with maplibre gl js v4 and the package.json to accept ^4 in addition to the existing supported versions.

Additional context
The list of breaking changes it includes is in https://github.com/maplibre/maplibre-gl-js/releases/tag/v4.0.0 .