Skip to content

14.0.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 20:07
· 4 commits to main since this release

This version upgrades ol dependency from 6.3.x to 6.15.x . As of openlayers 6.6.0, types are now included in ol dependency.

⚠ BREAKING CHANGES

  • ol peer dep is now ~6.15.1
  • DrawInteractionComponent : input type is now of type Type
  • SourceImageWMSComponent : input serverType is now of type ServerType
  • OverlayComponent : input positioning is now of type Positioning
  • SourceTileWMSComponent : input projection is now of type ProjectionLike and input serverType is now of type ServerType
  • SourceTileWMTSComponent : input requestEncoding is now of type RequestEncoding
  • all components inputs of type Element or Node are now of type HTMLElement
  • all olChangeActive and propertyChange outputs are now EventEmitter<ObjectEvent>
  • FormatMVTComponent : input featureClass is now of type FeatureClass
  • DragAndDropInteractionComponent : input formatConstructors is now of type FeatureFormat[]
  • LayerComponent : prerender and postrender inputs functions should now manage events of type RenderEvent
  • SourceImageArcGISRestComponent : attributions input is now of type AttributionLike
  • SourceTileWMTSComponent : tileGrid input is now of type WMTSTileGrid
  • SourceUTFGridComponent : tileJSON input is now of type Config
  • StyleCircleComponent : snapToPixel and atlasManager have been removed
  • StyleIconComponent : img input is now of type HTMLImageElement | HTMLCanvasElement
  • MapComponent : prerender output has been removed, precompose output has been added. olClick, dblClick, pointerDrag, pointerMove, singleClick outputs are now of type EventEmitter<MapBrowserEvent<UIEvent>>
  • ViewComponent : changeZoom output has been removed

Features

  • update openlayers to ~6.13.0 (ec7f0b5)
  • update openlayers to ~6.15.1 (f068b92)