Releases: mmomtchev/rlayers
Releases · mmomtchev/rlayers
v1.1.0
[1.1.0] 2021-10-29
Drop support for OpenLayers < 6.6
Switch to the built-in TypeScript bindings in OpenLayers >= 6.6
Add basic WMS/TileWMS support
Support zIndex
in RStyle
Fix #13: Dynamic rendering in RStyleArray
Fix #14: Set the projection in RLayerTileWMS
Fix #15: Properly unmount vector layers
v1.1.0-rc.1
[1.1.0] WIP
Drop support for OpenLayers <6.6
Switch to the built-in TypeScript bindings in OpenLayers >=6.6
Add basic WMS/TileWMS support
Support zIndex
in RStyle
Fix #13: Dynamic rendering in RStyleArray
v1.1.0-rc.0
[1.1.0] WIP
Drop support for OpenLayers <6.6
Switch to the built-in TypeScript bindings in OpenLayers >=6.6
Add basic WMS/TileWMS support
v1.0.4
[1.0.4] 2021-07-10
Fix #3: Path to the example css for the layers control
Fix #4: More tsc strict: true
mode compatibility fixes for React 17
v1.0.3
[1.0.3] 2021-06-24
Fix #2: Support importing from TS with strict: true
v1.0.2
[1.0.2] 2021-06-02
Fix #1: Crash when removing <RFeature>
from <RLayerVector>
, reported by @jonas-peeters