Skip to content

v2.0.0

Compare
Choose a tag to compare
@anajavi anajavi released this 31 Oct 12:25
· 304 commits to master since this release
28c4a3f

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.