v5.2.0
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).
- Introduce
- Enhancements
withCollectionService
accepts query, subscribes to documents with query (provided or via plugin)withCollectionService
introduces computedcountAll
,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.
- Expanded test coverage for