Skip to content

Releases: cozy/cozy-client-js

v0.3.15

30 Aug 23:00
Compare
Choose a tag to compare

Changed

  • Add a retry on data.defineIndex to avoid stack error for index not ready yet

Added

  • Add data.findAll(doctype) to get all documents of a provided doctype without using index

v0.3.14 - π release :p

30 Aug 12:29
Compare
Choose a tag to compare

Changed

  • Use sort=datetime when fetching referenced files

v0.3.13

23 Aug 14:50
Compare
Choose a tag to compare

Changed

  • Add second optional parameter (options) to files.destroyById function, matching other functions from same package.

v0.3.12

08 Aug 10:24
Compare
Choose a tag to compare

Changed

  • Add second optional parameter (transitionProperty) to resizeClient() function, in order to handle CSS transition

v0.3.11

25 Jul 14:04
Compare
Choose a tag to compare

Added

  • Added support for the sort query option
  • Added an option to allow bypassing the oath credentials cache

v0.3.10

20 Jul 13:37
Compare
Choose a tag to compare

Added

  • Handle exposeIntentFrameRemoval data flag to terminate the service without removing the intent DOM node directly but by providing the removal function to the client.
  • Add an onReadyCallback optional argument to the create method in order to allow providing a callback function to be run when the intent iframe will be loaded (iframe onload listener).

v0.3.9

10 Jul 09:46
Compare
Choose a tag to compare

Added

  • Add a cozy.client.data.findMany method to fetch multiple docs at once

Fixed

  • Fix the compatibility shim for getArchiveLink

v0.3.8

22 Jun 07:41
Compare
Choose a tag to compare

Fixed

  • Fix intent handshake in Safari 9.1

v0.3.7

21 Jun 13:26
Compare
Choose a tag to compare

Fixed

  • Fix service.resizeClient() in intents.

v0.3.6

20 Jun 10:45
Compare
Choose a tag to compare

Added

  • Add a intentService.resizeClient() method to force the size of the intent modal