From 317dfc47e54432189e5d7aa57653a9b627059a39 Mon Sep 17 00:00:00 2001 From: Ismail Sunni Date: Tue, 13 Aug 2024 09:27:20 +0700 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 27c1275..b4d6611 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -# @geoblocks/geoblocks changes +# @geoblocks/mapfisprint changes + +## 0.2.16 + +- Make it compatible with OpenLayers 100. +- Update @geoblocks/print. ## 0.2.15 @@ -9,7 +14,6 @@ Breaking changes: - Pass feature object to allow informed customization. - ## 0.2.14 - Fix (invert) text Y axis offset. @@ -33,11 +37,13 @@ Breaking changes: - Fix not printed text on lines and polygons. ## 0.2.4 + - Add a cancel function. - Move createReport to utils. - Add **raw** encode support for WMS and Tile WMS layers. ## 0.2.3 + - Add utility functions. - In `BaseCustomizer`, the printExtent can be now set and get/set are dedicated methods. - `pdfA` (allow transparency) is now a spec.map optional param. @@ -46,11 +52,14 @@ Breaking changes: - Add a timeout and manage errors on the `getDownloadUrl` utils function. ## v0.2.2 + - Add optional MVTEncoder ## v0.2.0 + - General refactor (rename classes / types) ## v0.1.2 + - Add inline source maps. - Publish a transpiled ES6 library + types.