Skip to content

Releases: terrestris/ol-util

v20.0.0

20 Sep 08:46
Compare
Choose a tag to compare

20.0.0 (2024-09-20)

Bug Fixes

  • specify types path (a9067ac)
  • update to latest api of ol and turfjs (ba75f88)

chore

BREAKING CHANGES

  • required peer dependency for ol is now >=10

v19.0.1

12 Aug 15:21
Compare
Choose a tag to compare

19.0.1 (2024-08-12)

Bug Fixes

  • fixes the function so it accepts packages that do not return an array (ab08107)

v19.0.0

24 May 12:37
Compare
Choose a tag to compare

19.0.0 (2024-05-24)

Features

BREAKING CHANGES

  • ol-util now produces a ESM build, so downstream
    apps need to include it in their bundler when transpiling for
    the browser.

v18.0.1

16 May 11:50
Compare
Choose a tag to compare

18.0.1 (2024-05-16)

Bug Fixes

  • use WmsLayer type in getExtent function (ad0b70a)

v18.0.0

14 May 09:53
Compare
Choose a tag to compare

18.0.0 (2024-05-14)

Features

  • add wms layer type utils (adb1ca4)
  • remove duplicate WMSLayer type (fa82fdd)

BREAKING CHANGES

  • removes the WMSLayer type from MapUtils. Use WmsLayer from typeUtils instead.
  • removes the LayerUtil.isOlSource(source) etc. functions in favor of
    instanceof checks

v17.0.1

10 May 07:54
Compare
Choose a tag to compare

17.0.1 (2024-05-10)

Bug Fixes

  • update getExtentForLayer (8475afa)

v17.0.0

02 Apr 13:18
Compare
Choose a tag to compare

17.0.0 (2024-04-02)

Features

BREAKING CHANGES

  • Updates the ol peerDependency to version 9

v16.0.0

05 Mar 13:20
Compare
Choose a tag to compare

16.0.0 (2024-03-05)

Features

  • allow olFilter instances in WfsFilterUtil (1e01896)

BREAKING CHANGES

  • createWfsFilter returs an OLFilter instance / undefined
    now

v15.0.1

01 Mar 13:33
Compare
Choose a tag to compare

15.0.1 (2024-03-01)

Bug Fixes

  • adds required peer dependencies for ts-eslint (3665caa)

v15.0.0

18 Jan 14:16
Compare
Choose a tag to compare

15.0.0 (2024-01-18)

chore

BREAKING CHANGES

  • updated peer dependency for ol since some typings become more strict