From 2b7d6d32cca991442f03f529b89dd1aa22ec2e00 Mon Sep 17 00:00:00 2001 From: Volodymyr Agafonkin Date: Mon, 23 Dec 2024 11:46:34 +0200 Subject: [PATCH] v3.9.1 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd46ee6f9f..e6180963b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ +## 3.9.1 + +- Fix an error when using background patterns on styles with vector icons enabled. +- Fix `queryRenderedFeatures` not working on styles with custom layers. +- Fix small rendering artifacts on line corners when using patterns with `line-join: none`. +- When using `queryRenderedFeatures` and `querySourceFeatures` with `featureset`, fix `filter` option to apply to `featureset` selectors rather than original properties, and add `featureNamespace` validation. +- Fix `queryRenderedFeatures` missing `source`, `sourceLayer` and `layer` properties in resulting features where they should be present. + ## 3.9.0 ### Breaking changes ⚠️ -- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFetures` options. +- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFeatures` options. ### Features and improvements ✨ diff --git a/package-lock.json b/package-lock.json index 84506c7ce6a..565ce91086e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mapbox-gl", - "version": "3.9.0", + "version": "3.9.1", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", diff --git a/package.json b/package.json index 1644211ac2c..4859262eabe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "3.9.0", + "version": "3.9.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "types": "dist/mapbox-gl.d.ts",