Releases: terrestris/ol-util
Releases · terrestris/ol-util
v21.0.0
21.0.0 (2024-10-21)
chore
BREAKING CHANGES
v20.0.0
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
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
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
18.0.1 (2024-05-16)
Bug Fixes
- use WmsLayer type in getExtent function (ad0b70a)
v18.0.0
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.0
17.0.0 (2024-04-02)
Features
BREAKING CHANGES
- Updates the ol peerDependency to version 9
v16.0.0
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
15.0.1 (2024-03-01)
Bug Fixes
- adds required peer dependencies for ts-eslint (3665caa)