Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Dexie v4.0.8 source code.tar.gz | 2024-07-10 | 2.1 MB | |
Dexie v4.0.8 source code.zip | 2024-07-10 | 2.3 MB | |
README.md | 2024-07-10 | 956 Bytes | |
Totals: 3 Items | 4.4 MB | 0 |
Here's a maintainance release with small things so far.
NOTE: We're also working to release a 4.1 later this summer with CRDT support for rich text editing by providing explicit support for Y.js documents into both Dexie.js and Dexie Cloud (#1926)
Solved issues
- [#2001] Typings: circular reference on update
- [#2004] Add complete ./dist/* to package.json exports
- [#2026] Typings error with Table.update()
- [#2011] and [#2012]: bulkPut() of multiple objects with same primary key would result i liveQueries showing multiple results instead of the last entry only (which is the correct result).
PRs:
- [#2006] requireAuth with options. Now possible to provide requireAuth: {email, otp, otpId} instead of just requireAuth: true. Useful when implementing magic link authentication.
dexie-cloud-addon@4.0.8:
- Fix the 10-seconds pause issue: https://github.com/dexie/Dexie.js/commit/fdd9844dc1bb4b81876ed6f144134f34ccc950fb