cozy/cozy-client (cozy-stack-client)
### [`v47.4.0`](https://togithub.com/cozy/cozy-client/blob/HEAD/CHANGELOG.md#4740-2024-05-23)
[Compare Source](https://togithub.com/cozy/cozy-client/compare/v47.0.0...v47.4.0)
##### Bug Fixes
- **useQuery:** Add function type for definition prop ([21fca5c](https://togithub.com/cozy/cozy-client/commit/21fca5c91990741ac5930ef41b437399135fa80d))
##### Features
- Add a collection to access files into a Nextcloud ([332ce42](https://togithub.com/cozy/cozy-client/commit/332ce42080769586861cccf17d4bf78aec3195bf))
- **nextcloud:** Download a file ([df1dc7f](https://togithub.com/cozy/cozy-client/commit/df1dc7ff22ffed517e45958e6beb882864e2e83a))
### [`v47.0.0`](https://togithub.com/cozy/cozy-client/blob/HEAD/CHANGELOG.md#4700-2024-05-17)
[Compare Source](https://togithub.com/cozy/cozy-client/compare/v46.5.0...v47.0.0)
##### Features
- **countries:** COUNTRIES_ISO has ISO codes only ([8a76d13](https://togithub.com/cozy/cozy-client/commit/8a76d139d783311af3725f532a0223c32c7cfe97))
- **countries:** The `getEmojiByCountry` return null ([7ab15f2](https://togithub.com/cozy/cozy-client/commit/7ab15f2c8bc03e692f384693a7492d346e7f4409))
- **models:** Move the "countries" file to a specific folder ([ef87f93](https://togithub.com/cozy/cozy-client/commit/ef87f936922a6808b595abd29f7d9dd564d1b9b7))
- Move `getEmojiByCountry` to country model ([f25874e](https://togithub.com/cozy/cozy-client/commit/f25874ef9df335304936c1a0145a5f7e792fa19c))
##### BREAKING CHANGES
- Please replace your import paths
Before:
import { getEmojiByCountry } from "cozy-client/dist/models/document/emojiCountry"
After:
import { getEmojiByCountry } from "cozy-client/dist/models/country/countries"
- **countries:** To manage the different translations
of country names, it's best to extract the `name` attribute.
If you're using the `COUNTRIES_ISO` constant
to retrieve country names,
please use the `getAllCountryNames` function now.
- **models:** Please replace your import paths
Before:
import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/countries"
After:
import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/country/countries"
For future needs (translation), it is preferable to move this file.
Configuration
š Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
46.5.0
->47.4.0
Release Notes
cozy/cozy-client (cozy-stack-client)
### [`v47.4.0`](https://togithub.com/cozy/cozy-client/blob/HEAD/CHANGELOG.md#4740-2024-05-23) [Compare Source](https://togithub.com/cozy/cozy-client/compare/v47.0.0...v47.4.0) ##### Bug Fixes - **useQuery:** Add function type for definition prop ([21fca5c](https://togithub.com/cozy/cozy-client/commit/21fca5c91990741ac5930ef41b437399135fa80d)) ##### Features - Add a collection to access files into a Nextcloud ([332ce42](https://togithub.com/cozy/cozy-client/commit/332ce42080769586861cccf17d4bf78aec3195bf)) - **nextcloud:** Download a file ([df1dc7f](https://togithub.com/cozy/cozy-client/commit/df1dc7ff22ffed517e45958e6beb882864e2e83a)) ### [`v47.0.0`](https://togithub.com/cozy/cozy-client/blob/HEAD/CHANGELOG.md#4700-2024-05-17) [Compare Source](https://togithub.com/cozy/cozy-client/compare/v46.5.0...v47.0.0) ##### Features - **countries:** COUNTRIES_ISO has ISO codes only ([8a76d13](https://togithub.com/cozy/cozy-client/commit/8a76d139d783311af3725f532a0223c32c7cfe97)) - **countries:** The `getEmojiByCountry` return null ([7ab15f2](https://togithub.com/cozy/cozy-client/commit/7ab15f2c8bc03e692f384693a7492d346e7f4409)) - **models:** Move the "countries" file to a specific folder ([ef87f93](https://togithub.com/cozy/cozy-client/commit/ef87f936922a6808b595abd29f7d9dd564d1b9b7)) - Move `getEmojiByCountry` to country model ([f25874e](https://togithub.com/cozy/cozy-client/commit/f25874ef9df335304936c1a0145a5f7e792fa19c)) ##### BREAKING CHANGES - Please replace your import paths Before: import { getEmojiByCountry } from "cozy-client/dist/models/document/emojiCountry" After: import { getEmojiByCountry } from "cozy-client/dist/models/country/countries" - **countries:** To manage the different translations of country names, it's best to extract the `name` attribute. If you're using the `COUNTRIES_ISO` constant to retrieve country names, please use the `getAllCountryNames` function now. - **models:** Please replace your import paths Before: import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/countries" After: import { COUNTRIES_ISO, checkCountryCode } from "cozy-client/dist/models/country/countries" For future needs (translation), it is preferable to move this file.Configuration
š Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.