Skip to content

Dexie v4.0.1-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 12 Feb 23:51
· 59 commits to master since this release

Fixed bug introduced the recent release dexie@4.0.1-beta.7

  • Support for bfcache (to resolve #1776) had an issue that pagehide event resulted in closing down Dexie instances to a state where they did not auto-open again on pageshow.
  • The closing of connections happened no matter if event was a true bfcache event or not (didn't check the persisted property correctly)

Other

  • Fixed #1883 Exception when having nested index and inserting null value of nested parent.
  • Removed workarounds for IE11 as we are not supporting IE11 anymore