Skip to content

Commit 5c1af30

Browse files
committed
v3.9.1
1 parent ea4079c commit 5c1af30

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
## 3.9.1
2+
3+
- Fix an error when using background patterns on styles with vector icons enabled.
4+
- Fix `queryRenderedFeatures` not working on styles with custom layers.
5+
- Fix small rendering artifacts on line corners when using patterns with `line-join: none`.
6+
- When using `queryRenderedFeatures` and `querySourceFeatures` with `featureset`, fix `filter` option to apply to `featureset` selectors rather than original properties, and add `featureNamespace` validation.
7+
- Fix `queryRenderedFeatures` missing `source`, `sourceLayer` and `layer` properties in resulting features where they should be present.
8+
19
## 3.9.0
210

311
### Breaking changes ⚠️
412

5-
- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFetures` options.
13+
- Rename `featureset` property to `target` in `addInteraction` and `queryRenderedFeatures` options.
614

715
### Features and improvements ✨
816

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

0 commit comments

Comments
 (0)