@ui-grid/core
Advanced tools
Comparing version 4.12.0 to 4.12.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23) | ||
### Bug Fixes | ||
* 🐛 support custom interpolation symbols on defaultColumnBuilder ([7630fd3](https://github.com/angular-ui/ui-grid/commit/7630fd3f4c7abc0792ccc1d3e57d59de80ec59dd)), closes [#6963](https://github.com/angular-ui/ui-grid/issues/6963) | ||
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@ui-grid/core", | ||
"version": "4.12.0", | ||
"version": "4.12.2", | ||
"description": "A data grid for Angular", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "7ddbdce21f3d49cd571dfa1892fa3da6bc481b20" | ||
"gitHead": "2d575340e17539be5b39b59dbca0ce9dca018c3e" | ||
} |
@@ -115,8 +115,9 @@ (function () { | ||
if ( filterType ) { | ||
col[templateType] = template.replace(uiGridConstants.CUSTOM_FILTERS, function() { | ||
template = template.replace(uiGridConstants.CUSTOM_FILTERS, function() { | ||
return col[filterType] ? "|" + col[filterType] : ""; | ||
}); | ||
} else { | ||
} | ||
return gridUtil.postProcessTemplate(template).then(function(template) { | ||
col[templateType] = template; | ||
} | ||
}); | ||
}, | ||
@@ -123,0 +124,0 @@ function () { |
@@ -7,3 +7,3 @@ describe('i18nService', function () { | ||
module('ui.grid', function($provide) { | ||
$provide.value('$log', $log) | ||
$provide.value('$log', $log); | ||
}); | ||
@@ -10,0 +10,0 @@ inject(function (_i18nConstants_, _i18nService_) { |
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
1483483
108
29967