Skip to content

Commit 492c42c

Browse files
committed
docs: update changelog for 0.4.0
1 parent fe45817 commit 492c42c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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+
## [Unreleased]
11+
12+
13+
## [0.4.0] - 2026-01-29
14+
15+
### Added
16+
17+
- Added `navigateTo(row, column?, activate?)` API for programmatic navigation/scrolling. [#27](https://github.com/IgniteUI/igniteui-grid-lite/pull/27)
18+
- Support for nested field paths (dot notation) in column `field` (e.g. `address.city`). [#28](https://github.com/IgniteUI/igniteui-grid-lite/pull/28)
19+
- Unified theming with latest `igniteui-webcomponents` implementation with support for scoped theme provider. [#36](https://github.com/IgniteUI/igniteui-grid-lite/pull/36)
20+
21+
### Changed
22+
- Add defaults for generic type params on main types, making specifying those optional [#43](https://github.com/IgniteUI/igniteui-grid-lite/pull/43)
23+
24+
### Fixed
25+
26+
- Cell text ellipsis styling. [#24](https://github.com/IgniteUI/igniteui-grid-lite/pull/24)
27+
- Improve local cell detection logic [#40](https://github.com/IgniteUI/igniteui-grid-lite/pull/40)
28+
- Column `data-type` attribute name. [#33](https://github.com/IgniteUI/igniteui-grid-lite/pull/33)
29+
- Virtualizer layout measurement/rendering under scale transform. [#30](https://github.com/IgniteUI/igniteui-grid-lite/pull/30)
30+
- Declarative columns are now detected even when nested inside a wrapping element. [#35](https://github.com/IgniteUI/igniteui-grid-lite/pull/35)
31+
- Theming controller cleanup on disconnect. [#31](https://github.com/IgniteUI/igniteui-grid-lite/pull/31)
32+
1033
## [0.3.1] - 2025-12-12
1134

1235
### Changed

0 commit comments

Comments
 (0)