This is a maintenance release that improves schema synchronization in dexie-cloud-addon, fixes an issue with updating hooks in the minified production bundle, fixes filtered chunked exports in dexie-export-import, and adds OAuth provider types for Facebook, LinkedIn, and Discord.
Related Package Releases
| Package | Version |
|---|---|
| dexie | 4.4.6 |
| dexie-cloud-addon | 4.4.15 |
| dexie-react-hooks | 4.4.0+ (no change) |
| y-dexie | 4.4.0+ (no change) |
| dexie-export-import | 4.4.1 |
Bug Fixes
dexie@4.4.6
- fix: keep updating-hook modifications intact in minified production bundles — Multiple
updating-hook subscribers now reliably receive the record modifications object when using the minified production build. (#2333, fixes #2330). Contributed by @Tyagiquamar.
dexie-cloud-addon@4.4.15
-
fix: resync tables added to the schema — Tables that are new to a client are now detected by comparing the declared cloud schema with the schema persisted from earlier syncs. They are marked for an initial synchronization so their current contents are full-loaded, while pending sync state is preserved until completion is acknowledged by the server. (#2332, fixes dexie-cloud#205).
-
feat: include additional social provider types — Added Facebook, LinkedIn, and Discord to
OAuthProviderInfo. (#2327).
dexie-export-import@4.4.1
- fix: avoid trailing commas in filtered chunked exports —
exportDB()no longer produces invalid JSON when a later chunk contains no rows matching the active filter. (#2328, fixes #1070). Contributed by @buildwithakhila.
Thanks to @Tyagiquamar and @buildwithakhila for their contributions.