Skip to content

Commit f87c9a8

Browse files
committed
Bump version to 1.2.0
1 parent 06485d7 commit f87c9a8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
Log of changes since the 2.0 version
44

5+
### 1.2.0
6+
7+
- Switch from using s3://real-changesets JSONs to using adiffs.osmcha.org
8+
augmented diffs (XML) for visualizing changesets on the map
9+
- Remove dependency on changeset-map; add dependencies on
10+
@osmcha/maplibre-adiff-viewer and @osmcha/osm-adiff-parser
11+
- Map rendering now uses MapLibre GL JS v5.1.0 (we were previously using
12+
Mapbox GL JS v1.13, via changeset-map)
13+
- Clicking on a map element reveals a new details panel (the old one was part
14+
of changeset-map)
15+
- New bounding box input for filtering, implemented using Terra Draw
16+
17+
More detailed description of the above changes available here:
18+
https://github.com/OSMCha/osmcha-frontend/pull/772
19+
520
### 1.1.1
621

722
- Fix display order of RTL tag values in Tag Changes view (#766)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osmcha-frontend",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"license": "ISC",
55
"engines": {
66
"node": ">=7.0"

0 commit comments

Comments
 (0)