Skip to content

Commit

Permalink
release(mapbox-gl-image-layer): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglii committed Jun 9, 2022
1 parent 7cefd52 commit b5f8250
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog/mapbox-gl-image-layer.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0

### ⚠️ Breaking changes

- Remove `update` method

### ✨ Features

- Add `updateImage` method

## 0.3.2

### ✨ Features
Expand Down
10 changes: 10 additions & 0 deletions changelog/mapbox-gl-image-layer.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0

### ⚠️ Breaking changes

- 删除 `update` 方法

### ✨ Features

- 新增 `updateImage` 方法

## 0.3.2

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion packages/mapbox-gl-image-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naivemap/mapbox-gl-image-layer",
"version": "0.3.3-beta.0",
"version": "0.4.0",
"description": "Load a static image of any projection via Arrugator and Proj4js.",
"author": "huanglii <[email protected]>",
"homepage": "https://github.com/naivemap/mapbox-gl-layers#readme",
Expand Down

0 comments on commit b5f8250

Please sign in to comment.