Skip to content

Commit 1b033d4

Browse files
v4.11.1
1 parent 1ffc606 commit 1b033d4

File tree

152 files changed

+1418
-1097
lines changed

Some content is hidden

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

152 files changed

+1418
-1097
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.11.1](https://github.com/angular-ui/ui-grid/compare/v4.11.0...v4.11.1) (2022-02-23)
7+
8+
9+
### Bug Fixes
10+
11+
* clear selection function ([f616137](https://github.com/angular-ui/ui-grid/commit/f61613794aa9f919d091ea60cc27eb85bf70ee74))
12+
* Find or Select by Row Entity's 'ID' ([7a0a6c6](https://github.com/angular-ui/ui-grid/commit/7a0a6c6f3ed29c3e41f5cfa77b46639d3df7f1ca))
13+
* exchanged filter() with every() ([583940f](https://github.com/angular-ui/ui-grid/commit/583940ffa30df614b64122dc1f8b9d83103821df))
14+
* **i18n:** complete ru locale ([8d2caee](https://github.com/angular-ui/ui-grid/commit/8d2caeeb7fa0e85d73c5513d39f0c8ff7992f0b7))
15+
* **resize-columns:** width gets adjusted so that ellipses aren't shown ([7851ff8](https://github.com/angular-ui/ui-grid/commit/7851ff81eae5b48bf89f4ca88ac66b097240c1ef))
16+
17+
18+
19+
20+
621
# [4.11.0](https://github.com/angular-ui/ui-grid/compare/v4.10.3...v4.11.0) (2021-08-12)
722

823

css/ui-grid.core.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* ui-grid - v4.11.0 - 2021-08-12
3-
* Copyright (c) 2021 ; License: MIT
2+
* ui-grid - v4.11.1 - 2022-02-23
3+
* Copyright (c) 2022 ; License: MIT
44
*/
55
.ui-grid {
66
border: 1px solid #d4d4d4;

css/ui-grid.core.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

i18n/ui-grid.auto-resize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* ui-grid - v4.11.0 - 2021-08-12
3-
* Copyright (c) 2021 ; License: MIT
2+
* ui-grid - v4.11.1 - 2022-02-23
3+
* Copyright (c) 2022 ; License: MIT
44
*/
55

66
(function() {

i18n/ui-grid.auto-resize.min.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* ui-grid - v4.11.0 - 2021-08-12
3-
* Copyright (c) 2021 ; License: MIT
2+
* ui-grid - v4.11.1 - 2022-02-23
3+
* Copyright (c) 2022 ; License: MIT
44
*/
55

66

i18n/ui-grid.cellnav.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
2-
* ui-grid - v4.11.0 - 2021-08-12
3-
* Copyright (c) 2021 ; License: MIT
2+
* ui-grid - v4.11.1 - 2022-02-23
3+
* Copyright (c) 2022 ; License: MIT
44
*/
55

66
(function () {

i18n/ui-grid.cellnav.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)