Skip to content

Releases: cozy/cozy-client

v51.6.0

10 Dec 16:14
Compare
Choose a tag to compare

51.6.0 (2024-12-10)

Features

  • Do not query /jobs/triggers with a partialFilter (bb380fa)

v51.5.0

10 Dec 08:22
Compare
Choose a tag to compare

51.5.0 (2024-12-10)

Bug Fixes

  • Fn hasQualifications was returning true for null / undefined values (0b7a40a)

Features

  • Add "none" translation in document themes (ac082de)

v51.4.0

29 Nov 14:52
Compare
Choose a tag to compare

51.4.0 (2024-11-29)

Features

  • Parallelize loadInstanceOptionsFromStacks queries (55dd291)

v51.3.1

28 Nov 09:35
Compare
Choose a tag to compare

51.3.1 (2024-11-28)

Note: Version bump only for package cozy-client

v51.3.0

21 Nov 09:55
Compare
Choose a tag to compare

51.3.0 (2024-11-21)

Features

  • Remove unused package @material-ui/core (8c2b582)

v51.2.0

21 Nov 09:16
Compare
Choose a tag to compare

51.2.0 (2024-11-21)

Features

  • Remove react-inspector from dependencies (fac50f1)
  • Update lerna from 4.0.0 to 8.1.9 (eb3e14f)

v51.1.0

19 Nov 14:32
Compare
Choose a tag to compare

51.1.0 (2024-11-19)

Features

  • Add legal_notice_url to InstanceData (12271e1)

v51.0.1

15 Nov 13:55
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

50.4.0 (2024-11-06)

Features

  • FileCollection: Add getAll(), and so Q('io.cozy.files').getByIds() (8463cc4)