Releases: biodiv-platform/naksha-components-react
Releases · biodiv-platform/naksha-components-react
v4.1.0
- move to
react-map-gl@7.xfrom6.xthat brings many DX Improvements - moves entire monorepo to
turborepoas monorepo manager andtsupas package builder making Improving DX
Breaking Changes / Migration Guide
Most functionality is kept same as is if you are just utilizing the component but few props are changed to keep things simple and to align with mapbox-gl package props
- renamed prop
gmapApiAccessTokentogmapAccessToken - renamed prop
defaultViewPorttodefaultViewState - renamed prop
mapboxApiAccessTokentomapboxAccessToken @ibp/naksha-mapbox-draw- renamed
defaultFeaturestofeatures - removed
isPolygonprop
- renamed
@ibp/naksha-mapbox-listviewPorttodefaultViewState
@ibp/naksha-mapbox-listis deprecated now use component directory directly since it's tightly bound to UI framework so it seemed better to not publish as npm module- since
react-map-gl@7.xdoesn't automatically import css files from mapbox-gl now you have to manually import them@import "mapbox-gl/dist/mapbox-gl.css"; @import "@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css";
Full Changelog: v4.0.5...v4.1.0
v4.0.1
Full Changelog: v3.13.1...v4.0.1
v3.9.4
v3.9.4
v3.8.7
- Force UTF-8 for layer uploads
v3.8.5
Changelog
- fix: 🐛 viewport update glitch
v3.3.5
:recycle: removed default export
v3.3.4
:bug: error handling
v3.3.3
:bug: [sentry] getMap
v3.3.2
:bug: updated hook to new syntax
v3.3.1
:recycle: Updated infobar UI