Releases: evoluhq/evolu
Releases · evoluhq/evolu
@evolu/common-web@8.1.0
Minor Changes
-
e420fec: New API for working with Evolu instances
The functions
resetOwner
andrestoreOwner
automatically reload the app to ensure no user data remains in memory. The new optionreload
allows us to opt out of this default behavior. For that reason, both functions return a promise that can be used to provide custom UX. There is also a newreloadApp
function to reload the app in a platform-specific way (e.g., browsers will reload all tabs with Evolu instances).The
createEvolu
function has a new option,mnemonic
. This option is useful for Evolu multitenancy when creating an Evolu instance with a predefined mnemonic. To create a mnemonic, use the newcreateMnemonic
function.
Patch Changes
- Updated dependencies [e420fec]
- @evolu/common@5.2.0
@evolu/server@7.0.7
Patch Changes
- Updated dependencies [8e519ca]
- @evolu/common@5.1.3
@evolu/common@5.1.3
Patch Changes
- 8e519ca: Update peerDependencies
@evolu/common-web@8.0.5
Patch Changes
- 48089be: Update SQLite
@evolu/common-web@8.0.4
Patch Changes
- 5620c50: Fix @sqlite.org/sqlite-wasm peer dependency
@evolu/server@7.0.6
@evolu/react-native@10.0.2
@evolu/common@5.1.2
Patch Changes
- 657262c: Update deps