Fixes in this maintenance release:
- #1728 Make the optimisation in dexie-react-hooks@1.1.5 work with dexie@3.x. 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 dexie@4.0.1-alpha.12 together with dexie-react-hooks@1.1.5. - #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.