Skip to content

v5.2.0

Compare
Choose a tag to compare
@voznik voznik released this 29 Feb 21:44
· 6 commits to master since this release

5.2.0 (2024-02-29)

feat: attachments, query-params plugin & test coverage (#62)

  • New Features
    • Introduce query-params-plugin for collection filtering functionality with query parameters in the URL for persisting collection queries.
    • Introduce methods in collection service to work with attachments
    • Example: show usage of query-params plugin for filtering documents in Todo collection
    • Example: Implemented sorting functionality for todo items with ascending and descending options.
    • Example: Added a context menu for todo items with options for managing attachments (upload, download, remove).
  • Enhancements
    • withCollectionService accepts query, subscribes to documents with query (provided or via plugin)
    • withCollectionService introduces computed countAll, countFiltered for use-cases of displaying entities
  • Bug Fixes
    • Example: Fixed CouchDB sync
  • Refactor
    • Reorganized imports and adjusted module setups across various components and services.
  • Tests
    • Expanded test coverage for withCollectionService and new functionalities like managing attachments and handling query parameters.