Skip to content

v3.0.2

Latest

Choose a tag to compare

@emacgillavry emacgillavry released this 25 Aug 12:14
· 0 commits to develop since this release
2347f96

What's fixed

  • @geo-frontend/nlmaps, nlmaps-leaflet, nlmaps-geolocator, nlmaps-maplibre,
    nlmaps-ol
    : fixed broken package resolution — installing any of these from npm never
    actually worked (main/module/exports pointed at a path that doesn't exist outside
    this monorepo). If you tried using these packages and it silently failed, this is why.
  • nlmaps-maplibre, nlmaps-ol: no longer bundle their own copy of maplibre-gl/ol.
    If your app also imports MapLibre/OpenLayers directly, you'll now get a single shared
    instance instead of two.
  • Removed dead rawgit.com links, including the default marker icon, which was silently
    broken for anyone using the marker option.

Website

  • Removed the "PDOK fair-use" link from the site navigation.

Versions in this release

package version
@geo-frontend/nlmaps 3.0.2
@geo-frontend/nlmaps-leaflet 1.0.1
@geo-frontend/nlmaps-geolocator 1.0.1
@geo-frontend/nlmaps-maplibre 1.0.1
@geo-frontend/nlmaps-ol 1.0.1

No breaking changes — this release only fixes broken packaging, it doesn't change the API.