Skip to content

Dexie v4.0.1-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 29 Nov 13:15
· 146 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

[email protected]

  • 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)

[email protected]

  • Improved vite experience (commit 3ff7d50)
  • Improved typing for usePermissions so that it can be used in plain interface typed tables Table (commit 437b697)

[email protected]

  • 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)