Skip to content

v5.1.0

Compare
Choose a tag to compare
@voznik voznik released this 17 Jan 16:19
· 10 commits to master since this release

5.1.0 (2024-01-17)

  • update rxdb to latest
  • bump Angular peerDep to min 14
  • fix rxjs peerDep
  • improve change detection by introducing internal ticks with zone/zoneless to eliminate a need for custom async pipe for Angular with RxDB
  • fix multi-tabs demo example
    // Collection
  • use angular inject for DI in collection service (min 14)
  • improve typings & work with local documents, return json instead doc instance
  • persist/restore local doc to/from URL via angular router
  • simplify examples with this new local persist
  • fix usage of local docs in signals (filter example)
  • update Readme, simplify demo file structure