Skip to content

19.2.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ChronosSF ChronosSF released this 10 Apr 13:27
· 111 commits to master since this release
f153d4d

General

  • IgxCarousel
    • Removed deprecated property keyboardSupport.
  • IgxSlide
    • Deprecation - tabIndex has been deprecated and will be removed in a future version.
  • IgxGrid, IgxHierarchicalGrid, IgxTreeGrid
    • A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
    • In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
    • In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.