mirror of
https://github.com/maputnik/editor.git
synced 2026-03-02 00:10:06 +00:00
## Summary - convert all remaining Field components to const arrow functions - document the refactor in the CHANGELOG ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_68684db1b6b88331837307a54e3f9dc1
42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
Markdown
## main
|
|
|
|
### ✨ Features and improvements
|
|
- Fix radio/delete filter buttons styling regression
|
|
- 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 if supported by the browser
|
|
- Upgrade to MapLibre LG JS v5
|
|
- Upgrade Vite 6 and Cypress 14 ([#970](https://github.com/maplibre/maputnik/pull/970))
|
|
- Upgrade OpenLayers from v6 to v10
|
|
- When loading a style into localStorage that causes a QuotaExceededError, purge localStorage and retry
|
|
- Remove react-autobind dependency
|
|
- Remove usage of legacy `childContextTypes` API
|
|
- Refactor Field components to use arrow function syntax
|
|
- Replace react-autocomplete with Downshift in the autocomplete component
|
|
- _...Add new stuff here..._
|
|
|
|
### 🐞 Bug fixes
|
|
|
|
- Fix incorrect handing of network error response (#944)
|
|
- Show an error when adding a layer with a duplicate ID
|
|
- _...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
|