Releases: mmomtchev/rlayers
Releases · mmomtchev/rlayers
v3.2.0
v3.1.0
v3.0.1
v3.0.0
- Do not support multiple OpenLayers versions, link each
rlayers
to one OpenLayers minor version - Support light-weight
RenderFeature
s, 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
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v2.0.0
- Vastly improved event handling performance avoiding expensive
forEachFeatureAtPixel
on layers that do not have event handlers - Add the
useOL()
anduseRLayersComponent()
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 onRLayerVectorTiles
layers - Use TypeScript
protected
andprivate
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