Releases: Marfle/react-leaflet-nmscale
Releases · Marfle/react-leaflet-nmscale
v3.0.1
v3.0.0
v2.0.1
v2.0.0
Breaking changes:
- support react-leaflet@^3
- switch from flow to typescript
- switch to named import. Import the scale with
import { NmScale } from '@marfle/react-leaflet-nmscale';
- drop support for IE 11. The supported browser are now:
- chrome >= 74
- edge >= 81
- firefox >= 68
- safari >= 12
If you need to support older browsers, include react-leaflet-nmscale in transpilation.