Skip to content

0.4.0

Choose a tag to compare

@damyanpetev damyanpetev released this 29 Jan 16:48
· 3 commits to master since this release
c31aa4c

Added

  • Added navigateTo(row, column?, activate?) API for programmatic navigation/scrolling. #27
  • Support for nested field paths (dot notation) in column field (e.g. address.city). #28
  • Unified theming with latest igniteui-webcomponents implementation with support for scoped theme provider. #36

Changed

  • Add defaults for generic type params on main types, making specifying those optional #43

Fixed

  • Cell text ellipsis styling. #24
  • Improve local cell detection logic #40
  • Column data-type attribute name. #33
  • Virtualizer layout measurement/rendering under scale transform. #30
  • Declarative columns are now detected even when nested inside a wrapping element. #35
  • Theming controller cleanup on disconnect. #31