Skip to content

Commit b5f8250

Browse files
author
huangli
committed
release(mapbox-gl-image-layer): 0.4.0
1 parent 7cefd52 commit b5f8250

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

changelog/mapbox-gl-image-layer.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0
2+
3+
### ⚠️ Breaking changes
4+
5+
- Remove `update` method
6+
7+
### ✨ Features
8+
9+
- Add `updateImage` method
10+
111
## 0.3.2
212

313
### ✨ Features

changelog/mapbox-gl-image-layer.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.4.0
2+
3+
### ⚠️ Breaking changes
4+
5+
- 删除 `update` 方法
6+
7+
### ✨ Features
8+
9+
- 新增 `updateImage` 方法
10+
111
## 0.3.2
212

313
### ✨ Features

packages/mapbox-gl-image-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@naivemap/mapbox-gl-image-layer",
3-
"version": "0.3.3-beta.0",
3+
"version": "0.4.0",
44
"description": "Load a static image of any projection via Arrugator and Proj4js.",
55
"author": "huanglii <[email protected]>",
66
"homepage": "https://github.com/naivemap/mapbox-gl-layers#readme",

0 commit comments

Comments
 (0)