0.8.1
· 2625 words
Excalibur 0.8.1 is a patch release which makes some UI changes to the app. There are no API changes to the server.
Updating to 0.8.1 is recommended but not required. Since the only change to the server is dependency versions, one can omit updating the server to 0.8.1 (i.e., keep it on 0.8.0).
App
🔄 Changes
-
💄 Allow skipping of already present files when uploading
- Previously, the only two options presented was to override the (single) file or not (which halts the entire upload)
- Now we present 5 options:
- Skip This File
- Skip All Existing
- Override This File
- Override All Existing
- Abort Upload
-
💄 Changed the ordering of jobs within the jobs modal:
- In-progress jobs are now shown first
- Indeterminate jobs are shown next
- Failed jobs are shown next
- Completed jobs are shown last
-
💄 Created a grid-view for the directory list
- Only available for large screens (768px and above)
⬆️ Dependencies
-
⬆️ Updated Capacitor dependencies (#189):
@capacitor/androidfrom8.5.0to8.5.1@capacitor/corefrom8.5.0to8.5.1
-
⬆️ Updated React dependencies (#186):
reactfrom19.2.8to19.3.0react-domfrom19.2.8to19.3.0@types/reactdevelopment dependency from19.2.18to19.3.0@types/react-domdevelopment dependency from19.2.3to19.3.0
-
⬆️ Updated
vitefrom8.1.5to8.3.0 -
⬆️ Updated
baseline-browser-mappingdevelopment dependency from2.11.19to2.11.21(#188) -
⬆️ Updated
vitestdevelopment dependency from4.1.11to5.0.0
🧹 Miscellaneous
- 🩹🧑💻 Fixed incorrect type annotations for
ExplorerContext'spresentAlert(),dismissAlert(), andpresentSnackbar()functions - 🩹 Made
vitesttests compliant with Vitest 5