Skip to content

Releases: mmomtchev/rlayers

v1.1.0

29 Oct 15:34
Compare
Choose a tag to compare

[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

29 Sep 09:10
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

[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

27 Sep 13:58
Compare
Choose a tag to compare
v1.1.0-rc.0 Pre-release
Pre-release

[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

10 Jul 09:11
Compare
Choose a tag to compare

[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

24 Jun 15:56
Compare
Choose a tag to compare

[1.0.3] 2021-06-24

Fix #2: Support importing from TS with strict: true

v1.0.2

02 Jun 11:43
Compare
Choose a tag to compare

[1.0.2] 2021-06-02

Fix #1: Crash when removing <RFeature> from <RLayerVector>, reported by @jonas-peeters