We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de687ed commit 480e594Copy full SHA for 480e594
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Log of changes since the 2.0 version
4
5
+### 1.2.1
6
+
7
+- Upgrade to maplibre-adiff-viewer 1.3.0, which contains tweaks to improve
8
+ the visibility of elements on the map.
9
+- Fix some filter input bugs (#779)
10
+- Preserve order of relation members in the element info table (#780)
11
12
### 1.2.0
13
14
- Switch from using s3://real-changesets JSONs to using adiffs.osmcha.org
package.json
@@ -1,6 +1,6 @@
1
{
"name": "osmcha-frontend",
- "version": "1.2.0",
+ "version": "1.2.1",
"license": "ISC",
"engines": {
"node": ">=7.0"
0 commit comments