Releases: cozy/cozy-client
Releases · cozy/cozy-client
v51.0.0
51.0.0 (2024-11-07)
Features
BREAKING CHANGES
- you no longer need cozy-ui as dep for cozy-client usage
- you must change the import of devtools from
import CozyDevtools from 'cozy-client/dist/devtools'
to import CozyDevtools from 'cozy-devtools'
v50.4.0
50.4.0 (2024-11-06)
Features
- FileCollection: Add
getAll()
, and so Q('io.cozy.files').getByIds()
(8463cc4)
v50.3.1
50.3.1 (2024-11-06)
Bug Fixes
- Set correct type for
limitBy()
limit argument in DSL (658ec8c)
v50.3.0
50.3.0 (2024-11-06)
Features
- cozy-pouch-link: Add
startReplicationWithDebounce()
method (e221a7a)
- cozy-pouch-link: Add a
syncDebounceMaxDelayInMs
parameter (9089ffc)
v50.1.0
50.1.0 (2024-11-04)
Bug Fixes
Features
v50.0.0
50.0.0 (2024-10-24)
Features
BREAKING CHANGES
useClientErrors
has been removed. You must have cozy-ui >= 112.0.0
and import it from there import { useClientErrors } from 'cozy-ui/transpiled/react/hooks/useClientErrors'
v49.8.0
49.8.0 (2024-10-17)
Features
- Handle timeout errors for mango queries (aa1018a)
v49.7.1
49.7.1 (2024-10-17)
Bug Fixes
- mango: Order alphabetically object inside arrays based on 1st key (0e86883)
v49.7.0
49.7.0 (2024-10-17)
Bug Fixes
Features
- Allow one-shot replication (e65b8ac)