@ui-grid/i18n
Advanced tools
Comparing version 4.9.1 to 4.10.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.10.1](https://github.com/angular-ui/ui-grid/compare/v4.10.0...v4.10.1) (2021-05-28) | ||
### Bug Fixes | ||
* 🐛 ensure select all checkbox is announced correctly ([3b478fa](https://github.com/angular-ui/ui-grid/commit/3b478fa22fd6a438bc63331a36b4c0606d0edd36)) | ||
## [4.9.1](https://github.com/angular-ui/ui-grid/compare/v4.9.0...v4.9.1) (2020-10-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ui-grid/i18n", | ||
"version": "4.9.1", | ||
"version": "4.10.1", | ||
"description": "This package provides various language translations for ui-grid", | ||
"main": "index.js", | ||
"dependencies": { | ||
"@ui-grid/core": "^4.9.1", | ||
"@ui-grid/core": "^4.10.1", | ||
"angular": ">=1.4.0 1.8.x" | ||
@@ -38,3 +38,3 @@ }, | ||
"license": "MIT", | ||
"gitHead": "2893ad2765c4ffef0de4671ccc14d054c90f9e9b" | ||
"gitHead": "355559aca8b7300fc599ab1ad79784d301fbf3d0" | ||
} |
@@ -36,2 +36,5 @@ (function () { | ||
}, | ||
selection: { | ||
selectAll: 'Seleccionar Todo' | ||
}, | ||
menu: { | ||
@@ -38,0 +41,0 @@ text: 'Triar Columnes:' |
@@ -22,2 +22,5 @@ (function () { | ||
}, | ||
selection: { | ||
selectAll: 'Seleccionar Todo' | ||
}, | ||
menu: { | ||
@@ -24,0 +27,0 @@ text: 'Elegir columnas:' |
@@ -31,2 +31,5 @@ (function () { | ||
}, | ||
selection: { | ||
selectAll: 'Tout Sélectionner' | ||
}, | ||
menu: { | ||
@@ -33,0 +36,0 @@ text: 'Choisir des colonnes :' |
@@ -25,2 +25,5 @@ /** | ||
}, | ||
selection: { | ||
selectAll: 'Seleziona Tutto' | ||
}, | ||
menu: { | ||
@@ -27,0 +30,0 @@ text: 'Scegli le colonne:' |
@@ -39,2 +39,5 @@ /** | ||
}, | ||
selection: { | ||
selectAll: 'Selecionar Tudo' | ||
}, | ||
menu: { | ||
@@ -41,0 +44,0 @@ text: 'Selecione as colunas:' |
@@ -36,2 +36,5 @@ (function () { | ||
}, | ||
selection: { | ||
selectAll: 'Selecionar Tudo' | ||
}, | ||
menu: { | ||
@@ -38,0 +41,0 @@ text: 'Selecione as colunas:' |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
528435
99
9727
Updated@ui-grid/core@^4.10.1