Dexie v4.0.1-beta.2
Pre-release
Pre-release
·
168 commits
to master
since this release
Various issues fixed, summary:
- General stability (work around chrome issue + fix dexie issues)
- Vite experience with dexie-react-hooks
- Dexie Cloud developer experience
dexie@4.0.1-beta.2
- Workaround for UnknownError in Chrome (issue #543)
- Dexie 4 optimistic updates are not reverted (issue #1823)
- Fixed "Readwrite transaction in liveQuery context" (issue #1831)
- Correction of Promise.finally (commit 09058ea)
dexie-react-hooks@1.1.7
- Improved vite experience (commit 3ff7d50)
- Improved typing for usePermissions so that it can be used in plain interface typed tables Table (commit 437b697)
dexie-cloud-addon@4.0.1-beta.52
- Fix value of db.cloud.version (did not reveal the version of dexie-cloud-addon)
- Fixen an issue with source map (better debugging experience)
- Export types and helpers needed for customizing built-in OTP authentication (commit 241a76c)