Skip to content

Releases: giulioz/react-ol-fiber

1.1.0

23 Jan 14:48
Compare
Choose a tag to compare

Minor Changes

  • 8ba0424: Added a <OLPrimitive /> wrapper for primitives to maintain the correct type using generics

Patch Changes

  • 64437d8: Fixed correct target type in event handlers, now it will have the correct type for all events

1.0.0

23 Jan 14:48
Compare
Choose a tag to compare

Major Changes

  • b56bf79: Manual typings for some event handlers. Now using any cast on the event parameter is not necessary anymore.

v0.4.0

09 Jan 10:46
Compare
Choose a tag to compare

Minor Changes

  • 90c5337: Added support for controls:

    <MapComponent>
       <zoomControl />
       <attributionControl />
    </MapComponent>