0.2.1
· 1060 words
App
✏️ Changes
- Hide "Open Excalibur Folder" button if on PWA/Web instead of disabling it
🚄 Performance Improvements
- Reduced API check timeout from 5 seconds to 3 seconds
- Removed an instance of a redundant server API compatibility check
- Resolved
react-hooks/set-state-in-effectlint errors. The app should now run slightly faster
📦 Dependencies
- Updated
typescript-eslintfrom8.45.0to8.46.1andeslint-plugin-react-hooksfrom6.1.1to7.0.0
Server
✨ Additions
- Added a command that prints out the account creation key (
excalibur user ack)
⚙️ Internal
- Changed references to RFC7231 status codes to the latest RFC9110 names (see Starlette #2939):
HTTP_413_REQUEST_ENTITY_TOO_LARGEtoHTTP_413_CONTENT_TOO_LARGEHTTP_414_REQUEST_URI_TOO_LONGtoHTTP_414_URI_TOO_LONGHTTP_416_REQUESTED_RANGE_NOT_SATISFIABLEtoHTTP_416_RANGE_NOT_SATISFIABLEHTTP_422_UNPROCESSABLE_ENTITYtoHTTP_422_UNPROCESSABLE_CONTENT