Skip to content

Dexie v3.0.3-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfahlander dfahlander released this 16 Oct 11:56
· 976 commits to master since this release

Another Release Candidate

Please help me test this release candidate that contains various fixes and improvements. It's released with the "next" tag on npm instead of "latest". Will release it with the "latest" tag after a week unless someone finds backward compability issues or regression bugs.

New fixes since 3.0.3-rc.1

  • #1146: Resolve #1145 Regression: SchemaError during version upgrade
  • #1138: Dexie.Observable: startObserving function: remove read-only query in order to avoid TransactionInactiveError
  • #1136: Allow declaration-only tables for TS users

Dexie-observable & dexie-syncable are on version 3.x now

This regards to the previous release candidate as well: You need to upgrade dexie-observable and dexie-syncable if you have them, to their latest major versions.