fix(deps): update dependency cozy-client to v34 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cozy-client | dependencies | major | 23.22.0 -> 34.6.4 |
Release Notes
cozy/cozy-client
v34.6.4
Bug Fixes
- Async login (f642ec9)
v34.6.3
Bug Fixes
- deps: update dependency cozy-device-helper to v2.6.0 (dac2ecf)
- deps: update dependency enzyme-adapter-react-16 to v1.15.7 (8f5f8bd)
v34.6.2
Bug Fixes
- Do not call the queryDefinition if enabled is false (c5b6022)
v34.6.1
Bug Fixes
- Add deprecated PermCollection.findApps (6e82d87)
v34.6.0
Features
v34.5.0
Features
- Replace isExpiringResidencePermit function to another more generic (8fb64a6)
v34.4.0
Features
- Add expiration helpers (aa7f501)
- Add generated types and documentation for new exported helpers (e9fc08b)
- Update
date-fns
to 2.29.3 and put it as a dependency (c4e392c)
v34.3.0
Features
- index.node.js: Export fetchPolicies (e4615ea)
v34.2.0
Features
- documentTypeData: Add other_invoice qualif in homeLabels theme (1a69b0d)
34.1.5 (2022-11-28)
Bug Fixes
- Encode filename (dda0284)
34.1.4 (2022-11-15)
Bug Fixes
34.1.3 (2022-11-14)
Bug Fixes
- Query definition evaluation when only partialFilter (61803b7)
34.1.2 (2022-11-10)
Bug Fixes
- deps: update dependency cozy-flags to v2.10.2 (a158b48)
34.1.1 (2022-11-10)
Bug Fixes
- deps: update dependency commitlint-config-cozy to v0.7.9 (04e6c43)
- deps: update dependency cozy-device-helper to v2.5.0 (1b0fa1e)
v34.1.5
Bug Fixes
- Encode filename (dda0284)
v34.1.4
Bug Fixes
v34.1.3
Bug Fixes
- Query definition evaluation when only partialFilter (61803b7)
v34.1.2
Bug Fixes
- deps: update dependency cozy-flags to v2.10.2 (a158b48)
v34.1.1
Bug Fixes
- deps: update dependency commitlint-config-cozy to v0.7.9 (04e6c43)
- deps: update dependency cozy-device-helper to v2.5.0 (1b0fa1e)
v34.1.0
Features
- Method fetchPermissionsByLink normalizes permissions (c454fc7)
34.0.1 (2022-11-04)
Bug Fixes
- Properly display objects in warning logs (d0e0cc3)
v34.0.1
Bug Fixes
- Properly display objects in warning logs (d0e0cc3)
v34.0.0
Bug Fixes
- Remove isReferencedByAlbum (890cc7b)
BREAKING CHANGES
- Since the introduction of the photos' clustering, each photo is at least referenced by an automatic album. Therefore, this method which was used to know if a file was referenced by an album, will always return true, does not make sense anymore because it is not what we want to test.
Instead, we now want to see if a file is not referenced by an album that has not been created automatically. This implementation has been done in Drive directly in eb76c83
v33.4.0
Features
- Add copy in FileCollection (f45b861)
v33.3.0
Features
- Add all doctypes translations from cozy-store (2edcfe2)
33.2.1 (2022-10-20)
Bug Fixes
- CozyClient typing issue (06abe53)
- Pass option to getQueryFromstate for query too (3768d54)
- Pass options to getQueryFromState (a840bf4)
v33.2.1
Bug Fixes
- CozyClient typing issue (06abe53)
- Pass option to getQueryFromstate for query too (3768d54)
- Pass options to getQueryFromState (a840bf4)
v33.2.0
Features
- Allow to provide
credential
value infetchJSON()
options (a3cd585) - Do not use NODE_ENV=development to detect authentication (57114cf)
- scripts: Add examples of scripts adding and deleting files (b525047)
33.1.2 (2022-09-22)
Bug Fixes
- Get apps method was returning wrong type for not-registry source (32eaf43)
33.1.1 (2022-09-22)
Bug Fixes
- Rename and fix types for findAll (b7cd8d9)
- Use partial filter in the find when index creation fails (8830a3f)
v33.1.2
Bug Fixes
- Get apps method was returning wrong type for not-registry source (32eaf43)
v33.1.1
Bug Fixes
- Rename and fix types for findAll (b7cd8d9)
- Use partial filter in the find when index creation fails (8830a3f)
v33.1.0
Features
- qualification: Add more logic to getBoundT function (1154d33)
33.0.8 (2022-09-20)
Bug Fixes
- Spread attributes also with get request (8fe9a58)
33.0.7 (2022-09-19)
Bug Fixes
- QueryAll return empty array if error (20a8a80)
33.0.6 (2022-09-07)
Bug Fixes
- Don't throw error when removing inconsistent indexes (beeb270)
33.0.5 (2022-09-06)
Bug Fixes
- MatchingIndex with partialFilter (8687e6b)
33.0.4 (2022-09-01)
Bug Fixes
- Fix store issue with creation mutation (2626d81)
33.0.3 (2022-09-01)
Bug Fixes
- cozy-client: IsNote should validate note with less params (681a5ae)
33.0.2 (2022-08-31)
Note: Version bump only for package cozy-client
33.0.1 (2022-08-30)
Note: Version bump only for package cozy-client
v33.0.8
Bug Fixes
- Spread attributes also with get request (8fe9a58)
v33.0.7
Bug Fixes
- QueryAll return empty array if error (20a8a80)
v33.0.6
Bug Fixes
- Don't throw error when removing inconsistent indexes (beeb270)
v33.0.5
Bug Fixes
- MatchingIndex with partialFilter (8687e6b)
v33.0.4
Bug Fixes
- Fix store issue with creation mutation (2626d81)
v33.0.3
Bug Fixes
- cozy-client: IsNote should validate note with less params (681a5ae)
v33.0.2
Note: Version bump only for package cozy-client
v33.0.1
Note: Version bump only for package cozy-client
v33.0.0
Bug Fixes
- Do not call
loadInstanceOptionsFromDOM
for OAuth clients (cc2f931)
Features
- Fetch capabilities on OAuth login (46955d0)
- Use
client.capabilities
inuseCapabilities
if available (d6864c8)
BREAKING CHANGES
-
useCapabilities
now returns thecapability
object instead of the.query()
result. So there is no need anymore to drill into.data?.attributes?.
members
Old usage:
const { capabilities } = useCapabilities(client)
const isFlatDomain = capabilities?.data?.attributes?.flat_subdomains
New usage:
const { capabilities } = useCapabilities(client)
const isFlatDomain = capabilities?.flat_subdomains
32.8.1 (2022-08-22)
Bug Fixes
- Throw error instead of not existing code (b07276f)
v32.8.1
Bug Fixes
- Throw error instead of not existing code (b07276f)
v32.8.0
Features
- Add energy contract qualification (2a85113)
32.7.4 (2022-08-17)
Bug Fixes
32.7.3 (2022-08-17)
Note: Version bump only for package cozy-client
32.7.2 (2022-08-17)
Bug Fixes
- Use find method where args are for find (dadbbd4)
32.7.1 (2022-08-16)
Note: Version bump only for package cozy-client
v32.7.4
Bug Fixes
v32.7.3
Note: Version bump only for package cozy-client
v32.7.2
Bug Fixes
- Use find method where args are for find (dadbbd4)
v32.7.1
Note: Version bump only for package cozy-client
v32.7.0
Features
- stack-client: Add findAll (e69433e)
v32.6.0
Features
- Add warning when selector fields are not indexed (bdb630a)
v32.5.0
Features
- Add
deconstructCozyWebLinkWithSlug
to extract data from Cozy url (9fa2b4b)
32.4.1 (2022-08-08)
Bug Fixes
- deps: update dependency cozy-device-helper to v2.2.2 (ca2da28)
v32.4.1
Bug Fixes
- deps: update dependency cozy-device-helper to v2.2.2 (ca2da28)
v32.4.0
Bug Fixes
- deps: update dependency babel-preset-cozy-app to v1.12.0 (56680c3)
- fetchPolicies: Background fetching should respect the fetch policy (cfeec8b)
Features
- background-fetching: Introduce isFetching in QueryState to handle refetch (8c565eb)
32.3.3 (2022-08-05)
Bug Fixes
- Fix lint issue (c4c64c5)
32.3.2 (2022-08-04)
Note: Version bump only for package cozy-client
32.3.1 (2022-07-28)
Bug Fixes
- Export permissions' translations (e1578ec)
v32.3.3
Bug Fixes
- Fix lint issue (c4c64c5)
v32.3.2
Note: Version bump only for package cozy-client
v32.3.1
Bug Fixes
- Export permissions' translations (e1578ec)
v32.3.0
Features
- Add permissions's translation (68ba8b7)
32.2.8 (2022-07-25)
Note: Version bump only for package cozy-client
32.2.7 (2022-07-21)
Bug Fixes
- Lodash.merge is not creating a new object (3bb94d0)
32.2.6 (2022-07-20)
Note: Version bump only for package cozy-client
32.2.5 (2022-07-20)
Bug Fixes
- Mark the query as loaded when the document does not exist (8dcd1e9), closes /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-stack-client/src/Collection.js#L103 /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-client/src/store/queries.js#L167-L169 /github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/CozyClient.js#L922-L925
- Types (5b5ab85)
32.2.4 (2022-07-19)
Bug Fixes
- Call
onTokenRefresh()
aftersetToken()
when refreshing token (e0c4581) - deps: update dependency commitlint-config-cozy to v0.7.7 (403adae)
32.2.3 (2022-07-18)
Bug Fixes
- Check the correct path to get the warning (60a6959)
32.2.2 (2022-07-08)
Bug Fixes
- Handle query limit for first and last paginated query (d986f59)
32.2.1 (2022-07-04)
Bug Fixes
- deps: update dependency babel-plugin-search-and-replace to v1.1.1 (080371c)
v32.2.8
Note: Version bump only for package cozy-client
v32.2.7
Bug Fixes
- Lodash.merge is not creating a new object (3bb94d0)
v32.2.6
Note: Version bump only for package cozy-client
v32.2.5
Bug Fixes
- Mark the query as loaded when the document does not exist (8dcd1e9), closes /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-stack-client/src/Collection.js#L103 /github.com/cozy/cozy-client/blob/8ec78eb5a028f8df4908e283d0d48572d475ab3f/packages/cozy-client/src/store/queries.js#L167-L169 /github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/CozyClient.js#L922-L925
- Types (5b5ab85)
v32.2.4
Bug Fixes
- Call
onTokenRefresh()
aftersetToken()
when refreshing token (e0c4581) - deps: update dependency commitlint-config-cozy to v0.7.7 (403adae)
v32.2.3
Bug Fixes
- Check the correct path to get the warning (60a6959)
v32.2.2
Bug Fixes
- Handle query limit for first and last paginated query (d986f59)
v32.2.1
Bug Fixes
- deps: update dependency babel-plugin-search-and-replace to v1.1.1 (080371c)
v32.2.0
Bug Fixes
- Use correct index name with partial filter (06d61a8)
Features
- Detect inconsistent index with partial filter (2c30bcb)
- Handle CouchDB fallback for partial index (7c69838)
32.1.1 (2022-06-27)
Bug Fixes
v32.1.1
Bug Fixes
v32.1.0
Features
- Add the partial filter fields in the index name (32c432d)
v32.0.0
Bug Fixes
- Enforce limit on documents coming from store (0f2e8a3)
BREAKING CHANGES
- we used to return all data from the store
positively evaluated by sift without enforcing any limit, even when a
.limitBy
was specified.
To demonstrate the problematic, consider this example:
Q1 = Q('io.cozy.todos').select(['name']).limitBy(10)
Q2 = Q('io.cozy.todos').limitBy(1000)
When Q2 is run, Q1 is updated and receives all data coming from Q2. Thus, Q1 returns 1000 docs, while expecting only 10 max.
Another problem was related to the use of .select
: Q1 only needs
the name
attribute, and displays todos accordingly to this expected
format. But since it actually also receives the results from Q2, some
todos will have more data than expected.
Likewise, Q2 will expect all the attributes from Q2. But, if the todos
retreived by Q1 and Q2 are not the same, Q2 will have todos without
all the expecting fields, which could leads to issues.
docs: Add jsdoc and fix typo
31.0.1 (2022-06-20)
Bug Fixes
- Return data from remote-doctype (f6cb0cc)
v31.0.1
Bug Fixes
- Return data from remote-doctype (f6cb0cc)
v31.0.0
Bug Fixes
- Adapt dacc remote-doctype contribution sending (4aa5a18)
Features
- Add method to fetch DACC aggregates (281701e)
BREAKING CHANGES
- Adapt DACC measure request to cope with new remote-doctypes.
The sendMeasureToDACC
method should be uesd with the DACC v2
remote doctype, that parametrize the path, e.g. /measure or /aggregate.
See https://github.com/cozy/cozy-doctypes/pull/202/files
v30.0.0
Features
- Throw an error when fields do not include all searched attributes (ca72614)
BREAKING CHANGES
- when a
.select
is used in a query definition, it MUST includes all the fields expressed in the selector and partial index. This is because we evaluate queries on the store thanks to sift, and it requires to have all the necessary fields to evaluate the query. If one is missing, the query will return nothing. See this example:
Q('io.cozy.todos).where({date: $gt: { null}}).select(['name'])
When this query will be run, only the todos name will be in the store. Then, when later evaluated in the store, sift won't find any todos with a date ; thus it will return nothing and consider all the existing todos should be removed from the store.
v29.2.0
Features
- cozy-stack-client: Add loginFlagship entry point (ee66c16), closes cozy/cozy-stack#3400
29.1.3 (2022-06-02)
Bug Fixes
- Do not throw when value is 0 (17d75ac)
29.1.2 (2022-06-02)
Bug Fixes
- Export dacc model (82781cd)
29.1.1 (2022-05-27)
Bug Fixes
- CozyClient can be used in a node env (ab4556f)
v29.1.3
Bug Fixes
- Do not throw when value is 0 (17d75ac)
v29.1.2
Bug Fixes
- Export dacc model (82781cd)
v29.1.1
Bug Fixes
- CozyClient can be used in a node env (ab4556f)
v29.1.0
Bug Fixes
- Include rev when normalizing files (f420743)
Features
- Support client.save for files (ac72bff)
29.0.1 (2022-05-19)
Bug Fixes
- CozyClient can be used in a node env (509a0ca)
v29.0.1
Bug Fixes
- CozyClient can be used in a node env (509a0ca)
v29.0.0
Bug Fixes
- Cozy-Client runs on node (9d546f8)
BREAKING CHANGES
- We need to upgrade cozy-device-helper in order to be able to run cozy-client within a node context. So let's upgrade it.
You need to install cozy-device-helper >= 2.1.0 in your app.
v28.3.0
Features
- Add secure protocol to URI when window.cozy.isSecureProtocol=true (3a9d557)
28.2.3 (2022-05-02)
Bug Fixes
- deps: update dependency @cozy/codemods to v1.14.4 (0794262)
28.2.2 (2022-05-02)
Bug Fixes
- bump cross-fetch from 3.0.6 to 3.1.5 (010cd28)
- deps: pin dependency cozy-device-helper to v (f47dc14)
28.2.1 (2022-04-26)
Note: Version bump only for package cozy-client
v28.2.3
Bug Fixes
- deps: update dependency @cozy/codemods to v1.14.4 (0794262)
v28.2.2
Bug Fixes
- bump cross-fetch from 3.0.6 to 3.1.5 (010cd28)
- deps: pin dependency cozy-device-helper to v (f47dc14)
v28.2.1
Note: Version bump only for package cozy-client
v28.2.0
Features
- Add encrypted option to file creation and update (7a1a8d0)
- Add helper to know if a file is client-side encrypted (b7ffdd9)
28.1.1 (2022-04-25)
Note: Version bump only for package cozy-client
v28.1.1
Note: Version bump only for package cozy-client
v28.1.0
Features
- Add getSharingLink function (17ea34e)
28.0.2 (2022-04-22)
Bug Fixes
28.0.1 (2022-04-22)
Bug Fixes
- stack-client: PeerDependencies should not be fixed (1fe5086)
v28.0.2
Bug Fixes
v28.0.1
Bug Fixes
- stack-client: PeerDependencies should not be fixed (1fe5086)
v28.0.0
Bug Fixes
- deps: Upgrade cozy-flags + consider each cozy-lib as peerDeps (afdee02)
BREAKING CHANGES
- deps: Each consuming app should install the following dependencies: "@cozy/minilog": "1.0.0", "cozy-device-helper": ">1.12.0", "cozy-flags": ">2.8.6", "cozy-logger": ">1.7.0",
27.26.4 (2022-04-01)
Bug Fixes
- deps: update dependency @cozy/codemods to v1.14.2 (1c1b6ef)
- deps: update dependency react-redux to v7.2.7 (7cf5585)
27.26.3 (2022-03-30)
Note: Version bump only for package cozy-client
27.26.2 (2022-03-28)
Note: Version bump only for package cozy-client
27.26.1 (2022-03-24)
Note: Version bump only for package cozy-client
v27.26.4
Bug Fixes
- deps: update dependency @cozy/codemods to v1.14.2 (1c1b6ef)
- deps: update dependency react-redux to v7.2.7 (7cf5585)
v27.26.3
Note: Version bump only for package cozy-client
v27.26.2
Note: Version bump only for package cozy-client
v27.26.1
Note: Version bump only for package cozy-client
v27.26.0
Bug Fixes
- refresh-token: Fetch refresh token on a specific route (cbc62eb)
Features
- Add grocery invoice qualification (778e7f1)
v27.25.0
Features
- Add DACC model (f9c38fe)
v27.24.0
Bug Fixes
- Persist native inapp browser when sending application in background (eacd7e4)
Features
- Display gray header instead of violet in ReactNative InAppBrowser (7aa93e2)
- Handle user cancelation from ReactNative's InAppBrowser (17cf4e9), closes cozy/cozy-stack#3338
v27.23.0
Features
- Add useQueryAll hook (590f18a)
27.22.3 (2022-03-18)
Bug Fixes
- Correct fr locale 'facture d'énergie' in cozy-client (81a0b21)
27.22.2 (2022-03-18)
Bug Fixes
- deps: update dependency @testing-library/react-hooks to v3.7.0 (98af3ae)
- deps: update dependency jest-localstorage-mock to v2.4.19 (50cf979)
27.22.1 (2022-03-18)
Bug Fixes
- typedoc: Upgrade typedoc package (09889e5)
v27.22.3
Bug Fixes
- Correct fr locale 'facture d'énergie' in cozy-client (81a0b21)
v27.22.2
Bug Fixes
- deps: update dependency @testing-library/react-hooks to v3.7.0 (98af3ae)
- deps: update dependency jest-localstorage-mock to v2.4.19 (50cf979)
v27.22.1
Bug Fixes
- typedoc: Upgrade typedoc package (09889e5)
v27.22.0
Bug Fixes
- Wording FR translation (459e9fe)
Features
- Add pay sheet to finance thème list (7128d77)
v27.21.0
Features
- Add
fetchSessionCodeWithPassword
method on OAuthClient (beaaa8b) - Add
sessionCode
handling onauthorize()
method (4176f54) - Add default value for
openURLCallback
param onauthorize()
(d0ee7a2) - Add optional PKCE code handling on
authorize()
(663a0a4) - Extract
certifyFlagship
fromstartOAuthFlow
(8d4b260) - Implement
/settings/passphrase/flagship
api inOAuthClient
(574b1f5)
v27.20.0
Features
- Plug devtools to the store (56a5192)
27.19.4 (2022-03-04)
Bug Fixes
- stack-client: Fetch icon url when no appData and slug is passed (5538630)
27.19.3 (2022-03-04)
Bug Fixes
- stack-client: Fetch icon url from registry when slug is passed (17fbc69)
27.19.2 (2022-03-02)
Bug Fixes
- upload: Handle Ampersand characters in file name while xhr used (03256a0)
27.19.1 (2022-03-01)
Bug Fixes
- stack-client: Get Icon Url uses preloaded url when oAuth not needed (34611df)
v27.19.4
Bug Fixes
- stack-client: Fetch icon url when no appData and slug is passed (5538630)
v27.19.3
Bug Fixes
- stack-client: Fetch icon url from registry when slug is passed (17fbc69)
v27.19.2
Bug Fixes
- upload: Handle Ampersand characters in file name while xhr used (03256a0)
v27.19.1
Bug Fixes
- stack-client: Get Icon Url uses preloaded url when oAuth not needed (34611df)
v27.19.0
Bug Fixes
- deps: update dependency commitlint-config-cozy to v0.7.2 (d19e7df)
Features
- Handle
access token expired
error inwww-authenticate
header (30a5983)
v27.18.0
Bug Fixes
- Set correct error when non-native
store-attestation.js
is called (716c1ce)
Features
- Ignore flagship certification failure to allow 2FA certification (3ee7c2f), closes cozy/cozy-stack#3287
v27.17.0
Features
- Add Manual to Job creation (4843bd8)
27.16.1 (2022-02-22)
Bug Fixes
- documents: Reducer should assign new object for concerned doctype (83b03e8)
v27.16.1
Bug Fixes
- documents: Reducer should assign new object for concerned doctype (83b03e8)
v27.16.0
Features
- Add CoachCO2 to MAGIC_FOLDERS (e1cd4a3)
27.15.3 (2022-02-18)
Note: Version bump only for package cozy-client
27.15.2 (2022-02-18)
Note: Version bump only for package cozy-client
27.15.1 (2022-02-17)
Bug Fixes
- deps: Bump lodash from 4.17.20 to 4.17.21 (de0b7df)
- deps: pin dependencies (f8fb41a)
- deps: update dependency lerna to v4 (2c8dc64)
v27.15.3
Note: Version bump only for package cozy-client
v27.15.2
Note: Version bump only for package cozy-client
v27.15.1
Bug Fixes
- deps: Bump lodash from 4.17.20 to 4.17.21 (de0b7df)
- deps: pin dependencies (f8fb41a)
- deps: update dependency lerna to v4 (2c8dc64)
v27.15.0
Features
- file: Fill last modified date in UpdatedAt path query string (9f0a0d2)
27.14.4 (2022-01-31)
Bug Fixes
- Generate FileCollection URLs with querystring (ea17e24)
27.14.3 (2022-01-28)
Bug Fixes
- qualification: Fix typo in identity (e89aa8d)
27.14.2 (2022-01-28)
Note: Version bump only for package cozy-client
27.14.1 (2022-01-28)
Note: Version bump only for package cozy-client
v27.14.4
Bug Fixes
- Generate FileCollection URLs with querystring (ea17e24)
v27.14.3
Bug Fixes
- qualification: Fix typo in identity (e89aa8d)
v27.14.2
Note: Version bump only for package cozy-client
v27.14.1
Note: Version bump only for package cozy-client
v27.14.0
Features
- Add rootCozyUrl helper (ca09e71)
v27.13.0
Features
- Add fetchBlobFileById function (eb37b1a)
v27.12.0
Features
- Use lib alias for safetynet (f937db5)
27.11.1 (2022-01-14)
Note: Version bump only for package cozy-client
v27.11.1
Note: Version bump only for package cozy-client
v27.11.0
Features
v27.10.0
Features
- Add activity theme (44eb0a8)
v27.9.0
Features
- Add a method to get session_code (a3e7c8e)
v27.8.0
Bug Fixes
- Rebuild
permission.d.ts
to fit CI version (380db52) - UseQuery returns fetch method (93e7f3d)
- deps: Upgrade caniuse-lite (b13f7fe)
Features
- Add
react-native-google-safetynet
module as peerDependencies (cd4b37f) - Add
react-native-ios11-devicecheck
module as peerDependencies (b9ed2e9) - Add flagship certification mechanism (fe8474c)
v27.7.0
Features
- Add of missing papers targeted for v1 (25e4953)
27.6.5 (2021-12-20)
Bug Fixes
- Use fetchOwnPermissions instead of deprecated getOwnPermissions (fb1dd51)
27.6.4 (2021-12-20)
Bug Fixes
- Konnectors collection now ignores id in manifest (96e08e9)
27.6.3 (2021-12-16)
Bug Fixes
- docs: Add JS Docs on File Collection (c3f739a)
27.6.2 (2021-12-16)
Bug Fixes
- Update dependency date-fns to v2.27.0 (5ec7911)
- doc: Update readme + bump version because npm publish failed (f176dc7)
27.6.1 (2021-12-15)
Bug Fixes
- filename: Get illegal characters from file name and returns them (7c00526)
v27.6.5
Bug Fixes
- Use fetchOwnPermissions instead of deprecated getOwnPermissions (fb1dd51)
v27.6.4
Bug Fixes
- Konnectors collection now ignores id in manifest (96e08e9)
v27.6.3
Bug Fixes
- docs: Add JS Docs on File Collection (c3f739a)
v27.6.2
Bug Fixes
- Update dependency date-fns to v2.27.0 (5ec7911)
- doc: Update readme + bump version because npm publish failed (f176dc7)
v27.6.0
Features
- Add some helpers for model file (e074067)
27.5.1 (2021-12-01)
Bug Fixes
v27.5.1
Bug Fixes
v27.5.0
Features
v27.4.0
Features
- onError Callback (c5f65d3)
27.3.2 (2021-11-17)
Bug Fixes
- Login on RN iOS (4b85b47)
27.3.1 (2021-11-16)
Bug Fixes
- Export Qualification (3472bce)
v27.3.2
Bug Fixes
- Login on RN iOS (4b85b47)
v27.3.1
Bug Fixes
- Export Qualification (3472bce)
v27.3.0
Features
- Add node-polyglot package (964b05d)
v27.2.0
Features
- Be more explicit on query warning messages (8d9b896)
v27.1.0
Features
- Add FileCollection.fetchChanges() method (af2f43b)
27.0.1 (2021-11-04)
Bug Fixes
- Build new OAuth client from old OAuth client (a8ecfd0)
v27.0.1
Bug Fixes
- Build new OAuth client from old OAuth client (a8ecfd0)
v27.0.0
Bug Fixes
- Normalize referenced_by data into Array (f2dd095)
- Return meta after file's referenced_by update (917ebb5)
BREAKING CHANGES
-
Changed returned
data
object value ofFileCollection.findReferencedBy()
,FileCollection.addReferencedBy()
andFileCollection.removeReferencedBy()
fromnull
to[]
.When a file is not referenced by any document, or we removed the last reference with a call to
FileCollection.removeReferencedBy()
,cozy-stack
will return anull
data object instead of an empty Array. To simplify the use of these methods, we'll normalize the response data to make sure it is always an Array.
26.0.2 (2021-11-01)
Bug Fixes
- Use regex supported by Safari (1497318)
26.0.1 (2021-10-30)
Note: Version bump only for package cozy-client
v26.0.2
Bug Fixes
- Use regex supported by Safari (1497318)
v26.0.1
Note: Version bump only for package cozy-client
v26.0.0
Features
- Update & added qualification labels (4bcf889)
BREAKING CHANGES
- Renamed label
national_insurance_card
tonational_health_insurance_card
.
Replace Qualification.getByLabel('national_insurance_card')
to
Qualification.getByLabel('national_health_insurance_card')
if necessary
Please update your cozy-scanner
to 2.0.0
version
to be synchronized with the right translations
v25.0.5
Bug Fixes
- References routes do not return content (2d34058)
v25.0.3
Bug Fixes
- Add id in CozyClientDocument for RealTime (5e242d6)
v25.0.2
Note: Version bump only for package cozy-client
v25.0.1
Bug Fixes
- Do not save target document after add/remove references (62902ce)
- Normalize file relationship response (f5f465f)
v25.0.0
Bug Fixes
- Doc created by Save should use _type to define _type (61f9559)
BREAKING CHANGES
- save() must use argument with
_type
property
24.10.2 (2021-10-11)
Bug Fixes
24.10.1 (2021-10-08)
Note: Version bump only for package cozy-client
v24.10.2
Bug Fixes
v24.10.1
Note: Version bump only for package cozy-client
v24.10.0
Features
- Add OAuthClientsCollection (ca3a439)
24.9.2 (2021-10-01)
Bug Fixes
- Save also normalize _type like create (cdbbd9f)
24.9.1 (2021-09-23)
Bug Fixes
- Revert open upgrade (6c945a5)
v24.9.2
Bug Fixes
- Save also normalize _type like create (cdbbd9f)
v24.9.1
Bug Fixes
- Revert open upgrade (6c945a5)
v24.9.0
Features
- Add papers path to MAGIC_FOLDERS contante (3e31d5b)
24.8.1 (2021-09-20)
Note: Version bump only for package cozy-client
v24.8.1
Note: Version bump only for package cozy-client
v24.8.0
Features
- Makes queryAll faster with many requests (17a9e23)
v24.7.0
Features
- Add deprecating warning for set/unset (210a816)
- Use add and remove API for both has-one and has-many (8bc0a4b)
24.6.2 (2021-09-14)
Bug Fixes
- deps: update dependency open to v8 (8590ae3)
- deps: update dependency url-search-params-polyfill to v8 (7723a7d)
24.6.1 (2021-09-13)
Bug Fixes
- Change sharing rule for
com.bitwarden.organizations
(9884a2c)
v24.6.2
Bug Fixes
- deps: update dependency open to v8 (8590ae3)
- deps: update dependency url-search-params-polyfill to v8 (7723a7d)
v24.6.1
Bug Fixes
- Change sharing rule for
com.bitwarden.organizations
(9884a2c)
v24.6.0
Bug Fixes
- Set lastModifiedDate (038b7d0)
Features
- Infer content-type from file extension (16877e8)
v24.5.0
Features
v24.4.0
Features
- Handle Onboarding V2 (91e0a3a)
24.3.3 (2021-09-07)
Bug Fixes
- Retrieve correct
data-cozy-*
inrefreshToken()
(a74b774)
24.3.2 (2021-09-03)
Bug Fixes
- Method to get adapter name should be static (ff7e26d)
24.3.1 (2021-09-03)
Bug Fixes
- Correcty iterate over object keys (9bf26cd)
v24.3.3
Bug Fixes
- Retrieve correct
data-cozy-*
inrefreshToken()
(a74b774)
v24.2.0
Features
24.1.3 (2021-08-27)
Note: Version bump only for package cozy-client
24.1.2 (2021-08-27)
Note: Version bump only for package cozy-client
24.1.1 (2021-08-27)
Bug Fixes
v24.1.3
Note: Version bump only for package cozy-client
v24.1.2
Note: Version bump only for package cozy-client
v24.1.1
Bug Fixes
v24.1.0
Bug Fixes
Features
- Add deleted true to a deleted doc with CozyPouchLink (144be1d)
- Add doctype specification in warmupQueries error (b0f6d2f)
v24.0.0
Features
- Replace fetchAppLatestVersion by fetchAppVersion (d705072)
BREAKING CHANGES
- the fetchAppLatestVersion method won't exist anymore, but it is really new and has no sense with the presence of fetchAppVersion.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.