Skip to content
Compare
Choose a tag to compare
@imodeljs-admin imodeljs-admin released this 29 Jul 22:29
· 158 commits to main since this release
1e04f66

Patch Changes

  • #2138: Fixed an issue in Table column resizing where passing in a width value that was less than the column's default minWidth would cause an undesirable shift when the column was resized.
  • #2170: Fixed an issue in virtualized Tree where the style prop passed to TreeNode was not respected.
  • #2170: Fixed an issue in virtualized Tree where horizontal scroll was impossible to achieve.
  • #2174: Fixed an issue in Table where the virtualizer was being initialized even when the enableVirtualization prop wasn't set to true.