🔀 Merge pull request #416 from Lissy93/FIX/add-edit-item

[FIX] Minor UI editor fixes
Fixes #389
Fixes #390
Fixes #415
This commit is contained in:
Alicia Sykes
2022-01-09 15:18:53 +00:00
committed by GitHub
5 changed files with 22 additions and 15 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 🐛 1.9.7 - Minor UI Editor Bug fixes [PR #416](https://github.com/Lissy93/dashy/pull/416)
- Fixes unable to edit item bug (#415)
- Fixes unable to add new app bug (#390)
- Fixes nav links visibility (#389)
## ⚡️ 1.9.6 - Adds Proxy Support for Widget Requests [PR #392](https://github.com/Lissy93/dashy/pull/392)
- Refactors widget mixin to include data requests, so that code can be shared between widgets
- Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled