Skip to content

Commit

Permalink
v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Dec 23, 2024
1 parent ea4079c commit 5c1af30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 ✨

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5c1af30

Please sign in to comment.