Skip to content

Commit 7ae8dea

Browse files
committed
chore(CHANGELOG): Fix formatting
[skip ci]
1 parent cf86090 commit 7ae8dea

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ eightChanged event to api.core
5555
* getExternalScopes() function is removed. Use grid.appScope instead.
5656
external-scopes attribute is removed. Use gridOptions.appScopeProvider to assign values other than $scope.$parent to appScope
5757

58-
*removed scope parameter from grid.api.cellNav methods
58+
* removed scope parameter from grid.api.cellNav methods
5959
old:
6060
scrollTo($scope, rowEntity, colDef)
6161
scrollToFocus($scope, rowEntity, colDef)
@@ -64,15 +64,12 @@ eightChanged event to api.core
6464
scrollTo(rowEntity, colDef)
6565
scrollToFocus(rowEntity, colDef)
6666
scrollToIfNecessary(row, col
67-
68-
* scrollbars.WHEN_NEEDED no longer an option
69-
67+
* scrollbars.WHEN_NEEDED no longer an option
7068
* showFooter option renamed to showColumnFooter; footerRowHeight option renamed to columnFooterHeight
7169
([d0233601](http://github.com/angular-ui/ng-grid/commit/d0233601a67a445049a710fe84dacdb0b64c1c33))
7270
* On mobile devices the user will have to long-click to
7371
edit a cell instead of double-clicking
7472
([654e0ce8](http://github.com/angular-ui/ng-grid/commit/654e0ce83f1ebd824341ab3d63b6d38495a67b80))
75-
7673
* **rowEdit:** * remove grid from all method signatures
7774
* **importer:** * remove grid from importFile signature
7875
* **core:** * remove grid from notifyDataChange signature

0 commit comments

Comments
 (0)