Skip to content

Releases: mmomtchev/rlayers

v3.2.0

24 Sep 10:42
Compare
Choose a tag to compare
  • The package now has a fixed package-lock.json
  • OpenLayers 10.2.0 support
  • Fix #276, extending rlayers example needs ol-mapbox-style

v3.1.0

27 Jul 19:07
Compare
Choose a tag to compare
  • OpenLayers 10 support
  • Fix #270, dynamic <RStyle> elements with a render property do not always update properly

v3.0.1

23 May 11:00
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release
  • Drop React 16/17, React 18 is now required
  • For OpenLayers 9.2.3

v3.0.0

22 May 18:19
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release
  • Do not support multiple OpenLayers versions, link each rlayers to one OpenLayers minor version
  • Support light-weight RenderFeatures, these are opt-out for vector tile layers and opt-in for vector layers
  • Use the same level of typing as OpenLayers
  • For OpenLayers 9.2.2

v2.3.2

22 May 15:39
Compare
Choose a tag to compare
  • Fix #252, stop event propagation when the event handler returns false
  • Add React 18.3 as a test target

v2.3.1

24 Mar 16:40
Compare
Choose a tag to compare
  • Support OpenLayers 9.1.0
  • Fix #220, use correct event names for RModify in TypeScript

v2.3.0

27 Feb 12:31
Compare
Choose a tag to compare
  • Support OpenLayers 9.0.0

v2.2.0

20 Nov 18:29
Compare
Choose a tag to compare
  • Support OpenLayers 8.2.0
  • Support using TypeScript generics to specify the feature geometry type for vector layers

v2.1.0

16 Nov 19:31
Compare
Choose a tag to compare
  • Support OpenLayers 8.0.0 and 8.1.0
  • Replace RLayerStamen with RLayerStadia which requires OpenLayers 8.0.0

v2.0.0

16 Aug 19:58
Compare
Choose a tag to compare
  • Vastly improved event handling performance avoiding expensive forEachFeatureAtPixel on layers that do not have event handlers
  • Add the useOL() and useRLayersComponent() component hooks allowing to easily access the containing OpenLayers and rlayers components
  • Layer event handlers are now independent of feature event handlers, if both the feature and its containing layer have declared an event handler, both will be called
  • Fix onClick handlers on RLayerVectorTiles layers
  • Use TypeScript protected and private to restrict methods that are not expected to be directly used from user code
  • Support all positioning options in ROverlay
  • Support OpenLayers 7.5.1