Skip to content

Commit 734f2a0

Browse files
authored
Merge pull request #503 from mapbox/v0.76.0
v 0.76.0 release
2 parents f8c68d1 + c4bc654 commit 734f2a0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
Log of changes since the 2.0 version
44

5+
### 0.76.0
6+
- Change links on user tab to filter by uid instead of username
7+
- Add link to user that reviewed the PR on the changeset list
8+
9+
### 0.74.1
10+
- Update changeset-map to 1.7.0
11+
12+
### 0.74.0
13+
- Add OpenStreetMap carto map style layer option
14+
- Improve Map Style selector
15+
- Add metatags to public HTML
16+
17+
### 0.72.0
18+
- Show number of comments information on changesets list if it's higher than 0
19+
- Allow filtering changesets by number of comments
20+
- Add order by number of comments option
21+
522
### 0.70.1
623
- Add filter by user id
724
- Modify changeset header to include RapiD link and organize better the other links

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmcha-frontend",
3-
"version": "0.74.1",
3+
"version": "0.76.0",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"

0 commit comments

Comments
 (0)