mirror of
https://github.com/maputnik/editor.git
synced 2026-07-27 16:27:26 +00:00
Compare commits
1 Commits
0805a8a02c
...
v3.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 66377f5dcf |
+8
-2
@@ -1,5 +1,13 @@
|
|||||||
## main
|
## main
|
||||||
|
|
||||||
|
### ✨ Features and improvements
|
||||||
|
- _...Add new stuff here..._
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
- _...Add new stuff here..._
|
||||||
|
|
||||||
|
## 3.1.0
|
||||||
|
|
||||||
### ✨ Features and improvements
|
### ✨ Features and improvements
|
||||||
- Added translation to "Links" in debug modal
|
- Added translation to "Links" in debug modal
|
||||||
- Add support for hillshade's color arrays and relief-color elevation expression
|
- Add support for hillshade's color arrays and relief-color elevation expression
|
||||||
@@ -14,7 +22,6 @@
|
|||||||
- Add support for sprite object in setting modal
|
- Add support for sprite object in setting modal
|
||||||
- Set the correct map view when opening a new style on an empty map
|
- Set the correct map view when opening a new style on an empty map
|
||||||
- Allow root-relative urls in the stylefile
|
- Allow root-relative urls in the stylefile
|
||||||
- _...Add new stuff here..._
|
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
@@ -29,7 +36,6 @@
|
|||||||
- Fixed headers in left panes (Layers list and Layer editor) to remain visible when scrolling
|
- Fixed headers in left panes (Layers list and Layer editor) to remain visible when scrolling
|
||||||
- Fix error when using a source from localhost
|
- Fix error when using a source from localhost
|
||||||
- Fix an issue with scrolling when using the code editor
|
- Fix an issue with scrolling when using the code editor
|
||||||
- _...Add new stuff here..._
|
|
||||||
|
|
||||||
## 3.0.0
|
## 3.0.0
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@codemirror/lang-json": "^6.0.2",
|
"@codemirror/lang-json": "^6.0.2",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"description": "A MapLibre GL visual style editor",
|
"description": "A MapLibre GL visual style editor",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "''",
|
"main": "''",
|
||||||
|
|||||||
Reference in New Issue
Block a user