Skip to content

Commit 72600fc

Browse files
authored
docs(changelog): release 0.9.0 entry (#71)
1 parent f60d991 commit 72600fc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010
## Unreleased
1111

12+
## [0.9.0] - 2026-07-09
13+
14+
### Changed
15+
16+
- Improved sort and filter performance for large data sets by precomputing sort keys and filter expression trees. [#63](https://github.com/IgniteUI/igniteui-grid-lite/pull/63)
17+
- Updated body cell and row theming to use the latest `igniteui-theming` variables and bumped `igniteui-theming` to `27.3.0`. [#66](https://github.com/IgniteUI/igniteui-grid-lite/pull/66)
18+
19+
### Fixed
20+
21+
- Body cell and row border styles now use the correct theme variables across default, odd, even, hover, and active states. [#66](https://github.com/IgniteUI/igniteui-grid-lite/pull/66)
22+
1223
## [0.8.0] - 2026-05-27
1324

1425
### Added
@@ -147,6 +158,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147158

148159
- **BREAKING:** `triState` property has been removed from `GridLiteSortingOptions`. Tri-state sorting is now always enabled.
149160

161+
[0.9.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.8.0...0.9.0
150162
[0.8.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.7.1...0.8.0
151163
[0.7.1]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.7.0...0.7.1
152164
[0.7.0]: https://github.com/IgniteUI/igniteui-grid-lite/compare/0.6.0...0.7.0

0 commit comments

Comments
 (0)