Skip to content

Commit 8009fcc

Browse files
committed
chore: cut 0.2.0 release
1 parent c8baaca commit 8009fcc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
> **Note:** This project is currently in initial development (0.0.x versions). Until version 1.0.0 is released, the public API is not considered stable and breaking changes may occur in any release without following semantic versioning conventions.
99
10+
## [0.2.0] - 2025-12-10
11+
12+
### Changed
13+
14+
- **BREAKING:** Column `sort` and `filter` properties have been replaced with separate boolean and configuration properties:
15+
- `sort``sortable` (boolean) + `sortingCaseSensitive` (boolean) + `sortConfiguration` (object with `comparer` option)
16+
- `filter``filterable` (boolean) + `filteringCaseSensitive` (boolean)
17+
18+
- **BREAKING:** Removed `ColumnFilterConfiguration` type. Use `filteringCaseSensitive` boolean property directly on the column.
19+
1020
## [0.1.0] - 2025-12-10
1121

1222
### Changed
@@ -46,11 +56,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4656
</igc-grid-lite>
4757
```
4858

49-
- **BREAKING:** Column `sort` and `filter` properties have been replaced with separate boolean and configuration properties:
50-
- `sort``sortable` (boolean) + `sortingCaseSensitive` (boolean) + `sortConfiguration` (object with `comparer` option)
51-
- `filter``filterable` (boolean) + `filteringCaseSensitive` (boolean)
52-
53-
- **BREAKING:** Removed `ColumnFilterConfiguration` type. Use `filteringCaseSensitive` boolean property directly on the column.
5459
- **BREAKING:** Renamed `GridSortConfiguration` type to `GridLiteSortingOptions`.
5560
- **BREAKING:** Renamed `IgcGridLite.sortConfiguration` property to `sortingOptions`.
5661
- **BREAKING:** Renamed `IgcGridLite.sortExpressions` property to `sortingExpressions`.

0 commit comments

Comments
 (0)