Skip to content

Commit 32f56a7

Browse files
author
moeyang13
committed
v4.12.4
1 parent 5b302ad commit 32f56a7

Some content is hidden

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

48 files changed

+66
-49
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions

css/ui-grid.core.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.3 - 2023-08-01
2+
* ui-grid - v4.12.4 - 2023-08-17
33
* http://ui-grid.info/
44
* Copyright (c) 2023 ; License: MIT
55
*/

css/ui-grid.core.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"data grid"
2828
],
2929
"license": "MIT",
30-
"version": "4.12.3",
30+
"version": "4.12.4",
3131
"files": [
3232
"css",
3333
"fonts",

ui-grid.auto-resize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.3 - 2023-08-01
2+
* ui-grid - v4.12.4 - 2023-08-17
33
* http://ui-grid.info/
44
* Copyright (c) 2023 ; License: MIT
55
*/

ui-grid.auto-resize.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.3 - 2023-08-01
2+
* ui-grid - v4.12.4 - 2023-08-17
33
* http://ui-grid.info/
44
* Copyright (c) 2023 ; License: MIT
55
*/

ui-grid.cellnav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.3 - 2023-08-01
2+
* ui-grid - v4.12.4 - 2023-08-17
33
* http://ui-grid.info/
44
* Copyright (c) 2023 ; License: MIT
55
*/

ui-grid.cellnav.min.js

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

ui-grid.core.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.12.3 - 2023-08-01
2+
* ui-grid - v4.12.4 - 2023-08-17
33
* http://ui-grid.info/
44
* Copyright (c) 2023 ; License: MIT
55
*/
@@ -5091,6 +5091,9 @@ angular.module('ui.grid')
50915091
if ( oldRow ) {
50925092
newRow = oldRow;
50935093
newRow.entity = newEntity;
5094+
if (newRow.index !== i) {
5095+
newRow.index = i;
5096+
}
50945097
}
50955098

50965099
// if we didn't find the row, it must be new, so create it

ui-grid.core.min.js

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

0 commit comments

Comments
 (0)