Update CHANGELOG
ci/woodpecker/push/woodpecker Pipeline failed Details
ci/woodpecker/tag/woodpecker Pipeline failed Details

feat/tables v0.0.75
Tomáš Mládek 2024-02-02 16:11:23 +01:00
parent 298d92c9a5
commit 009007fc8b
1 changed files with 24 additions and 0 deletions

View File

@ -2,11 +2,31 @@
All notable changes to this project will be documented in this file.
## [0.0.75] - 2024-02-02
### Bug Fixes
- [WEBUI]: Fix upload, re-add forgotten components (Footer, AddModal, DropPasteHandler)
### Operations & Development
- Update Earthly image version
### Refactor
- [WEBUI]: Fix typo, rename ProgessBar -> ProgressBar
### Styling
- [WEBUI]: Fix uneven heights of roots
## [0.0.74] - 2024-01-28
### Bug Fixes
- [CLI]: Serve new SPA version
- [WEBUI]: Selector race conditions / wonkiness
- [CLI]: Serving web ui in Docker/AppImage
- [WEBUI]: Ordering of attributes in Selector
- [JSLIB]: Correct types for `UpObject.attr()`
@ -15,6 +35,10 @@ All notable changes to this project will be documented in this file.
- [JSLIB]: Add timeouts / aborts to all api calls
- [WEBUI]: Required & optional attributes
### Miscellaneous
- [WEBUI]: Put /dist into .eslintignore
### Operations & Development
- [WEBUI]: Fix HMR