mirror of
https://github.com/maputnik/editor.git
synced 2026-07-25 15:27:27 +00:00
Bump version to 3.0.0 (#1363)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
This commit is contained in:
committed by
GitHub
parent
42a040e91a
commit
7fc334ad85
+9
-2
@@ -1,5 +1,14 @@
|
|||||||
## main
|
## main
|
||||||
|
|
||||||
|
### ✨ Features and improvements
|
||||||
|
- _...Add new stuff here..._
|
||||||
|
|
||||||
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
|
- _...Add new stuff here..._
|
||||||
|
|
||||||
|
## 3.0.0
|
||||||
|
|
||||||
### ✨ Features and improvements
|
### ✨ Features and improvements
|
||||||
- Fix radio/delete filter buttons styling regression
|
- Fix radio/delete filter buttons styling regression
|
||||||
- Add german translation
|
- Add german translation
|
||||||
@@ -20,7 +29,6 @@
|
|||||||
- Use maputnik go binary for the docker image to allow file watching
|
- Use maputnik go binary for the docker image to allow file watching
|
||||||
- Revmove support for `debug` and `localport` url parameters
|
- Revmove support for `debug` and `localport` url parameters
|
||||||
- Replace react-sortable-hoc with dnd-kit to avoid react console warnings and also use a maintained library
|
- Replace react-sortable-hoc with dnd-kit to avoid react console warnings and also use a maintained library
|
||||||
- _...Add new stuff here..._
|
|
||||||
|
|
||||||
### 🐞 Bug fixes
|
### 🐞 Bug fixes
|
||||||
|
|
||||||
@@ -28,7 +36,6 @@
|
|||||||
- Show an error when adding a layer with a duplicate ID
|
- Show an error when adding a layer with a duplicate ID
|
||||||
- Replace deprecated `ReactDOM.render` usage with `createRoot` and drop the
|
- Replace deprecated `ReactDOM.render` usage with `createRoot` and drop the
|
||||||
`DOMNodeRemoved` cleanup hack
|
`DOMNodeRemoved` cleanup hack
|
||||||
- _...Add new stuff here..._
|
|
||||||
|
|
||||||
## 2.1.1
|
## 2.1.1
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "2.1.1",
|
"version": "3.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "2.1.1",
|
"version": "3.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dnd-kit/core": "^6.3.1",
|
"@dnd-kit/core": "^6.3.1",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "maputnik",
|
"name": "maputnik",
|
||||||
"version": "2.1.1",
|
"version": "3.0.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