Dexie v3.2.4
Fixes in this maintenance release:
- #1728 Make the optimisation in [email protected] work with [email protected]. In the latest version of dexie-react-hooks (version 1.1.5), live queries are optimised to not fire of unnecessary on render. However, this optimisation is dependant on that the observable returned from liveQuery has a method revealing whether it may be resolved synchronously or not (
hasValue()
). The optimisation requires dexie@>=3.2.4 or [email protected] together with [email protected]. - #1677 Add //# sourceMappingUrl= to minified files. Fixes #326.
- #1712 Add .d.mts files to support import types properly in preparation for future typescript release where this might be needed.