Skip to content

Releases: mmomtchev/rlayers

v1.3.0-alpha.1

14 Jan 16:32
Compare
Choose a tag to compare
v1.3.0-alpha.1 Pre-release
Pre-release
  • Support OpenLayers 6.11
  • Initial WebGL support

v1.3.0-alpha.0

04 Jan 12:49
Compare
Choose a tag to compare
v1.3.0-alpha.0 Pre-release
Pre-release
  • Support OpenLayers 6.10

v1.2.1

04 Jan 12:31
Compare
Choose a tag to compare
  • Restrict OpenLayers to 6.6 to 6.9.99 for the rlayers 1.2 branch, OpenLayers 6.10 requires rlayers 1.3
  • Fix #20, renderBuffer parameter ignored

v1.2.0

16 Dec 21:31
Compare
Choose a tag to compare
  • Have strict types for this and event.target whenever possible in the event handlers
  • Support replacing the bound OpenLayers feature object when updating an RFeature
  • Fix wrong this object in RLayerWMTS.onSourceReady
  • Implement collapsing via React property setting for RAttribution and ROverview, waiting on openlayers/openlayers#13050 for a two-way external control

v1.2.0-alpha.0

28 Nov 17:56
Compare
Choose a tag to compare
v1.2.0-alpha.0 Pre-release
Pre-release
  • Have strict types for this and event.target whenever possible in the event handlers
  • Support replacing the bound OpenLayers feature object when updating an RFeature
  • Fix wrong this object in RLayerWMTS.onSourceReady
  • Implement collapsing via React property setting for RAttribution and ROverview, waiting on openlayers/openlayers#13050 for a two-way external control

v1.1.1

02 Nov 15:19
Compare
Choose a tag to compare

[1.1.1] 2021-11-01

Fix published package (#15)

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