Skip to content

Commit bfe9941

Browse files
v4.12.1
1 parent e33aa86 commit bfe9941

File tree

65 files changed

+638
-158
lines changed

Some content is hidden

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

65 files changed

+638
-158
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.1](https://github.com/angular-ui/ui-grid/compare/v4.12.0...v4.12.1) (2023-01-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** ensure ui-grid loads on site ([b215403](https://github.com/angular-ui/ui-grid/commit/b2154039f6fe8b027bc9a8a4a7e5fd5a16904188)), closes [#7277](https://github.com/angular-ui/ui-grid/issues/7277)
12+
13+
14+
15+
16+
617
# [4.12.0](https://github.com/angular-ui/ui-grid/compare/v4.11.1...v4.12.0) (2023-01-12)
718

819

css/ui-grid.cellnav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/

css/ui-grid.cellnav.min.css

Lines changed: 1 addition & 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/

css/ui-grid.edit.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/.ui-grid-cell input{border-radius:inherit;font:inherit;height:auto;padding:0;width:100%}.ui-grid-cell input,.ui-grid-cell input:focus{color:inherit;outline:none}.ui-grid-cell input[type=checkbox]{margin:9px 0 0 6px;width:auto}.ui-grid-cell input.ng-invalid{border:1px solid #fc8f8f}.ui-grid-cell input.ng-valid{border:1px solid #d4d4d4}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
*/
16
.ui-grid-viewport .ui-grid-empty-base-layer-container {
27
position: absolute;
38
overflow: hidden;
49
pointer-events: none;
510
z-index: -1;
611
}
12+

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.ui-grid-viewport .ui-grid-empty-base-layer-container{position:absolute;overflow:hidden;pointer-events:none;z-index:-1}
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+
*/.ui-grid-viewport .ui-grid-empty-base-layer-container{overflow:hidden;pointer-events:none;position:absolute;z-index:-1}

css/ui-grid.expandable.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/

css/ui-grid.expandable.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell{background-color:#fdfdfd}.expandableRow .ui-grid-row:nth-child(2n) .ui-grid-cell{background-color:#f3f3f3}.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell{pointer-events:none}.ui-grid-expandable-buttons-cell i{pointer-events:all}.scrollFiller{border:1px solid #d4d4d4;float:left}

css/ui-grid.exporter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.0 - 2023-01-12
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
33
* http://ui-grid.info/
44
* Copyright (c) 2023 UI Grid Team; License: MIT
55
*/

0 commit comments

Comments
 (0)