Releases: cozy/cozy-client
Releases · cozy/cozy-client
v51.0.1
15 Nov 13:55
Compare
Sorry, something went wrong.
No results found
51.0.1 (2024-11-15)
Bug Fixes
Add missing fields on CozyMetadata for io.cozy.files (2457269 )
v51.0.0
07 Nov 08:58
Compare
Sorry, something went wrong.
No results found
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
06 Nov 13:00
Compare
Sorry, something went wrong.
No results found
50.4.0 (2024-11-06)
Features
FileCollection: Add getAll()
, and so Q('io.cozy.files').getByIds()
(8463cc4 )
v50.3.1
06 Nov 12:08
Compare
Sorry, something went wrong.
No results found
50.3.1 (2024-11-06)
Bug Fixes
Set correct type for limitBy()
limit argument in DSL (658ec8c )
v50.3.0
06 Nov 09:22
Compare
Sorry, something went wrong.
No results found
50.3.0 (2024-11-06)
Features
cozy-pouch-link: Add startReplicationWithDebounce()
method (e221a7a )
cozy-pouch-link: Add a syncDebounceMaxDelayInMs
parameter (9089ffc )
v50.2.0
06 Nov 09:11
Compare
Sorry, something went wrong.
No results found
v50.1.0
04 Nov 15:33
Compare
Sorry, something went wrong.
No results found
50.1.0 (2024-11-04)
Bug Fixes
Features
v50.0.0
24 Oct 13:25
Compare
Sorry, something went wrong.
No results found
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
17 Oct 16:04
Compare
Sorry, something went wrong.
No results found
49.8.0 (2024-10-17)
Features
Handle timeout errors for mango queries (aa1018a )
v49.7.1
17 Oct 15:50
Compare
Sorry, something went wrong.
No results found
49.7.1 (2024-10-17)
Bug Fixes
mango: Order alphabetically object inside arrays based on 1st key (0e86883 )