mirror of
https://github.com/maputnik/editor.git
synced 2026-02-18 02:20:02 +00:00
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. ## Changes - This pull request makes use of the FileSystemFileHandle API to modify a local file. No need to download it - just click save. - I don't know how to cover this functionality by tests so I need directions in case test coverage is required. - The pull request adds [@types/wicg-file-system-access](https://www.npmjs.com/package/@types/wicg-file-system-access) as a new dev dependency which I am not really pleased about but can't think of a way around it. ## Known Limitations - The used File API is only available in when accessed from https or on localhost. - There is no visual indicator that the file has been saved. Previously the browser showed it as a new download. ## Issue - https://github.com/maplibre/maputnik/issues/964 ## Screenshots ### Menu <img src="https://github.com/user-attachments/assets/dfcfc5c2-0019-4857-ba26-224b5598fc11" /> ### Open modal <img src="https://github.com/user-attachments/assets/4e1293e8-16b6-4b86-925b-3bebb49d8ca6" height="200px" /> ### Save modal <img src="https://github.com/user-attachments/assets/4f10e2c0-2dd3-4726-a613-30e0406619b0" height="200px" /> --------- Co-authored-by: Harel M <harel.mazor@gmail.com>
31 lines
751 B
Markdown
31 lines
751 B
Markdown
## main
|
|
|
|
### ✨ Features and improvements
|
|
- Add german translation
|
|
- Use same version number for web and desktop versions
|
|
- Add scheme type options for vector/raster tile
|
|
- Add `tileSize` field for raster and raster-dem tile sources
|
|
- Update Protomaps Light gallery style to v4
|
|
- Add support to edit local files on the file system
|
|
- _...Add new stuff here..._
|
|
|
|
### 🐞 Bug fixes
|
|
- _...Add new stuff here..._
|
|
|
|
## 2.1.1
|
|
|
|
### ✨ Features and improvements
|
|
|
|
- Add GitHub workflows for releasing new versions
|
|
- Update desktop build to pull from this repo (#922)
|
|
|
|
## 2.0.0
|
|
|
|
- Update MapLibre to version 4 (#872)
|
|
- Start continuous deployment of maputnik website
|
|
|
|
## 1.7.0
|
|
|
|
- See release notes at https://maputnik.github.io/blog/2020/04/23/release-v1.7.0
|
|
|