Skip to content

Commit d778612

Browse files
v4.12.2
1 parent bfe9941 commit d778612

File tree

96 files changed

+694
-3320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+694
-3320
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.12.2](https://github.com/angular-ui/ui-grid/compare/v4.12.1...v4.12.2) (2023-01-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** 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)
12+
13+
14+
15+
16+
617
## [4.12.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
718

819

css/ui-grid.cellnav.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*!
2-
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
3-
* http://ui-grid.info/
4-
* Copyright (c) 2023 UI Grid Team; License: MIT
5-
*/
61
.ui-grid-cell-focus {
72
outline: 0;
83
background-color: #b3c4c7;
@@ -28,4 +23,3 @@
2823
top: -10000px;
2924
clip: rect(0px, 0px, 0px, 0px);
3025
}
31-

css/ui-grid.cellnav.min.css

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui-grid.core.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
* ui-grid - v4.12.2 - 2023-01-23
3+
* http://ui-grid.info/
4+
* Copyright (c) 2023 ; License: MIT
5+
*/
16
.ui-grid {
27
border: 1px solid #d4d4d4;
38
box-sizing: content-box;

css/ui-grid.core.min.css

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui-grid.edit.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*!
2-
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
3-
* http://ui-grid.info/
4-
* Copyright (c) 2023 UI Grid Team; License: MIT
5-
*/
61
.ui-grid-cell input {
72
border-radius: inherit;
83
padding: 0;
@@ -26,4 +21,3 @@
2621
.ui-grid-cell input.ng-valid {
2722
border: 1px solid #d4d4d4;
2823
}
29-

css/ui-grid.edit.min.css

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui-grid.empty-base-layer.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
/*!
2-
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
3-
* http://ui-grid.info/
4-
* Copyright (c) 2023 UI Grid Team; License: MIT
5-
*/
61
.ui-grid-viewport .ui-grid-empty-base-layer-container {
72
position: absolute;
83
overflow: hidden;
94
pointer-events: none;
105
z-index: -1;
116
}
12-

css/ui-grid.empty-base-layer.min.css

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/ui-grid.expandable.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*!
2-
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
3-
* http://ui-grid.info/
4-
* Copyright (c) 2023 UI Grid Team; License: MIT
5-
*/
61
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
72
background-color: #fdfdfd;
83
}
@@ -19,4 +14,3 @@
1914
float: left;
2015
border: 1px solid #d4d4d4;
2116
}
22-

0 commit comments

Comments
 (0)