@enact/i18n
Advanced tools
Comparing version 3.4.8 to 3.4.9-experimental-1
@@ -5,2 +5,12 @@ # Change Log | ||
## [3.4.9-experimental-1] - 2020-11-19 | ||
No significant changes. | ||
## [3.4.9] - 2020-10-30 | ||
### Fixed | ||
- `i18n/I18nDecorator` to add global class `enact-locale-non-italic` for scriptName `Kore` | ||
## [3.4.8] - 2020-10-08 | ||
@@ -7,0 +17,0 @@ |
@@ -76,3 +76,3 @@ "use strict"; | ||
if (scriptName !== 'Latn' && scriptName !== 'Cyrl' && scriptName !== 'Grek') { | ||
if (scriptName !== 'Latn' && scriptName !== 'Cyrl' && scriptName !== 'Grek' && scriptName !== 'Kore') { | ||
// GF-45884: allow enact to avoid setting italic fonts for those scripts that do not | ||
@@ -79,0 +79,0 @@ // commonly use italics |
{ | ||
"name": "@enact/i18n", | ||
"main": "./src/index.js", | ||
"version": "3.4.8", | ||
"version": "3.4.9-experimental-1", | ||
"description": "Internationalization support for Enact using iLib", | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
"dependencies": { | ||
"@enact/core": "^3.4.8", | ||
"@enact/core": "^3.4.9-experimental-1", | ||
"prop-types": "^15.7.2", | ||
@@ -47,0 +47,0 @@ "ramda": "^0.24.1", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
140682
2