Skip to content

Commit 745a26f

Browse files
committed
chore(grid): update CHANGELOG file
1 parent ef3f6f6 commit 745a26f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 13.1.0
6+
7+
### General
8+
9+
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
10+
- **Breaking Change** - `movable` property of `IgxColumnComponent` is now deprecated and will be removed in future version. Instead, use the newly exposed `moving` property on grid-level:
11+
```html
12+
<igx-grid [data]="data" [moving]="true">
13+
<igx-column field="Name"></igx-column>
14+
<igx-column field="Age"></igx-column>
15+
</igx-grid>
16+
```
17+
518
## 13.0.1
619

720
### New Features

0 commit comments

Comments
 (0)