Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Releases: Amsterdam/amsterdam-react-maps

v1.0.0

27 Jun 12:10
Compare
Choose a tag to compare
  • Added: README in @amsterdam/arm-cluster
  • Added: README in @amsterdam/arm-core
  • Added: README in @amsterdam/arm-nontiled
  • Updated: GETTING_STARTED
  • Updated: moved to version 1

v0.10.2

16 Jun 14:43
Compare
Choose a tag to compare
  • Added: props tabIndexIn and tabIndexOut to Zoom component

v0.10.1

15 Jun 22:11
Compare
Choose a tag to compare

Added: README files for Core, Cluster and Nontiled npm packages

v0.10.0

15 Jun 22:10
Compare
Choose a tag to compare

Updated: all peerdependencies for react (17 and 18), react-dom, leaflet, leaflet.cluster and leaflet.nontiled
Added: ARM-core now exports: AMSTERDAM_MAPS_OPTIONS, AMSTERDAM_LAYERS, AERIAL_AMSTERDAM_LAYERS, MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL,

v0.9.0

15 Jun 22:03
Compare
Choose a tag to compare

Removed: BREAKING @amsterdam/arm-draw package and DrawTool
Added: more unit tests
Added: more stories
Fixed: BREAKING placemment of items in ViewerContainer
Added: more stories
Added: ARM-core now exports GeoJSON, useMapInstance, useMapEvents and useEvents
Added: GeoJSON test

v0.6.0

09 May 15:00
Compare
Choose a tag to compare
  • Removed: BREAKING unused props in several components
  • Removed: BREAKING onInitLayers and unused isOpen props on draw tool
  • Added: onEndInitialItems prop for draw tool
  • Added: All components exported from @amsterdam/arm-draw now also export their respective prop types
  • Added: Pass along props to BaseLayerToggle component.
  • Changed: DrawTool component will now pass along other props down the component hierarchy

v0.5.1

26 Feb 13:37
Compare
Choose a tag to compare
  • Changed: Update React Maps to version 0.12.0

v0.5.0

26 Feb 13:15
Compare
Choose a tag to compare

[0.5.0]

  • Changed: Add shadow in the map mobile drawer for better UX #1108
  • Changed: BREAKING Updated Amsterdam Styled Components version to 0.28.0
  • Changed: BREAKING Minimum supported version of React to v17

v0.4.1

26 Jan 09:14
Compare
Choose a tag to compare
  • Fixed: switched to es6 style imports to fix background image resolution in BaseLayerToggle in apps that prefer esModule: true see also

v0.4.0

22 Sep 10:28
Compare
Choose a tag to compare
  • Changed: Moved packages to @Amsterdam organization on NPM.
  • Added: setInstance prop to Marker component
  • Changed: MarkerClusterGroup has a breaking change. The L.MarkerClusterGroup layer is constructed outside of the component.
  • Added: MarkerClusterGroup accepts events for the L.MarkerClusterGroup layer instead of individual markers
  • Added: MarkerClusterGroup now has a setInstance method
  • Changed: BREAKING DrawTool no longer accepts the mapInstance prop.
  • Changed: Return values of useMapInstance no longer checked for null values.
  • Changed: Updated version of @datapunt/react-maps to version 0.9.1