@forge/bridge
Advanced tools
Comparing version 4.0.0-next.9 to 4.0.0-next.9-experimental-470bc94
# @forge/bridge | ||
## 4.0.0-next.9-experimental-470bc94 | ||
### Major Changes | ||
- a27f856: Ensure locale returned from getContext() is in the correct format and confirms the Forge Supported Locale Codes. | ||
Additionally, add new APIs for Forge i18n support. | ||
- `i18n.getTranslations` - Add i18n.getTranslations api to fetch i18n resources from Forge apps | ||
- `i18n.createTranslationFunction` - Creates a translation function (i.e. `t`) to support content translation for Forge apps | ||
### Patch Changes | ||
- 0c7960f: Add @forge/i18n dependency to bridge | ||
- 27249cd: Make i18n fallback syntax confirm to industry convention. That is, `en-US: en-GB` indicate `en-GB` is fallback to `en-US` | ||
- Updated dependencies [c74ca63] | ||
- Updated dependencies [d51b7be] | ||
- Updated dependencies [23f6675] | ||
- Updated dependencies [c81fa57] | ||
- Updated dependencies [27249cd] | ||
- Updated dependencies [fdaaeab] | ||
- @forge/i18n@0.0.1-next.13-experimental-470bc94 | ||
## 4.0.0-next.9 | ||
@@ -4,0 +27,0 @@ |
{ | ||
"name": "@forge/bridge", | ||
"version": "4.0.0-next.9", | ||
"version": "4.0.0-next.9-experimental-470bc94", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -17,3 +17,3 @@ "author": "Atlassian", | ||
"@types/history": "^4.7.11", | ||
"@forge/i18n": "0.0.1-next.13" | ||
"@forge/i18n": "0.0.1-next.13-experimental-470bc94" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53138
+ Added@forge/i18n@0.0.1-next.13-experimental-470bc94(transitive)
- Removed@forge/i18n@0.0.1-next.13(transitive)