Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tongust committed May 10, 2022
1 parent 99e7552 commit d0c7c8d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

### ✨ Features and improvements

- Add new paint property `fill-opacity-per-geometry` to fill type. If the fill opacity is per-geometry, each geometry will be alph-blended to screen. Setting it as false, all geometies are additive-blended to frame buffer object before rendered to screen, and it can prevent the opacity on stacked polygons from being increased. (#1191)
- *...Add new stuff here...*

### 🐞 Bug fixes

- *...Add new stuff here...*

## 2.1.10

### ✨ Features and improvements

- Add new paint property `fill-opacity-per-geometry` to fill type. If the fill opacity is per-geometry, each geometry will be alph-blended to screen. Setting it as false, all geometies are additive-blended to frame buffer object before rendered to screen, and it can prevent the opacity on stacked polygons from being increased. (#1191)

## 2.1.9

### 🐞 Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "2.1.9",
"version": "2.1.10",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down
5 changes: 5 additions & 0 deletions src/style-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 15.1.1

### ✨ Features and improvements
* Add `fill-opacity-per-geometry` fill paint property [#1191](https://github.com/maplibre/maplibre-gl-js/pull/1191)

## 15.1.0

### ✨ Features and improvements
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@maplibre/maplibre-gl-style-spec",
"description": "a specification for maplibre gl styles",
"version": "15.1.0",
"version": "15.1.1",
"author": "MapLibre",
"keywords": [
"mapbox",
Expand Down
5 changes: 1 addition & 4 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -3848,10 +3848,7 @@
"doc": "Whether or not the opacity style of fill should be per-geometry.",
"sdk-support": {
"basic functionality": {
"js": "0.10.0",
"android": "2.0.1",
"ios": "2.0.0",
"macos": "0.1.0"
"js": "2.1.10"
}
},
"expression": {
Expand Down

0 comments on commit d0c7c8d

Please sign in to comment.