0.0.1-alpha.23 (2023-04-04)
Features
- cache container for all adapters to avoid refetching it (d0e3332)
- google maps adapter now uses base pointer based event system (03b131d)
- move google maps to use base adapter (5e52f4d)
- move mapbox adapter to use the base adapter (08ddb8e)
- move openlayers adapter to use base event adapter (92213f8)
Bug Fixes
- turn off tolerance on geojson layers for mapbox/maplibre adapters (fb1e7a2)
Chore
- add better comments around the getting started example (811d5b6)
- add getting started guide (c926568)
- add useful comments to adapter listener (e882911)
- better typescript typing for onStyleChange (476fe3c)
- bump typedoc (be457de)
- bump typescript to version 5 (0dedc54)
- create start and stop as abstract methods on base.mode (bb1d330)
- fix polygon.mode.spec test for offset change (23ef0ab)
- improve guides with additional information for new users (ec785d5)
- minor tidy up to all adapters (e644459)
- remove logs (a7c00c2)
- remove uncessary override of point mode setStarted (e8bebca)
- rename base-adapter.ts to base.adapter.ts for consistency (753c77c)
- swap leaflet and openlayers ordering in development app (4ebf3c8)
- update docs (29ff37a)
- update wording around getting started guide (f6bc21e)