Skip to content

Commit

Permalink
docs(changelog): move the description for the feature from version 18…
Browse files Browse the repository at this point in the history
….1 to 18.2
  • Loading branch information
georgianastasov committed Aug 21, 2024
1 parent e069ff2 commit dacb374
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 18.2.0
### New Features
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
- To streamline the sorting of columns with custom formats, a new `FormattedValuesSortingStrategy` has been introduced. This strategy simplifies the sorting process by allowing direct sorting based on formatted values, eliminating the need to extend the `DefaultSortingStrategy` or implement a custom `ISortingStrategy`. This enhancement improves the ease of handling sorting with custom column formatters.

## 18.1.0
### New Features
- `IgxPivotGrid`
Expand All @@ -18,8 +23,6 @@ All notable changes for each version of this project will be documented in this
this.iconService.registerFamilyAlias('my-family', 'my-family-class');
this.iconService.setFamily('my-family', { className: 'my-family-class' });
```
- `IgxGrid`, `IgxTreeGrid`, `IgxHierarchicalGrid`
- To streamline the sorting of columns with custom formats, a new `FormattedValuesSortingStrategy` has been introduced. This strategy simplifies the sorting process by allowing direct sorting based on formatted values, eliminating the need to extend the `DefaultSortingStrategy` or implement a custom `ISortingStrategy`. This enhancement improves the ease of handling sorting with custom column formatters.

### General
- `ColumnType`, `IgxColumn`, `IgxColumnGroup`, `IgxColumnLayout`
Expand Down

0 comments on commit dacb374

Please sign in to comment.