Skip to content

Releases: rsuite/rsuite-table

5.8.2

11 Jan 04:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.8.1...5.8.2

5.8.1

21 Nov 04:11
Compare
Choose a tag to compare

What's Changed

  • docs: improve menu anchors to be more semantic by @simonguo in #378
  • Add CodeQL workflow for GitHub code scanning by @lgtm-com in #380
  • fix(Row): fix the style error of header hover by @simonguo in #386
  • fix(Table): fix virtualized table white screen issue in react 18 by @simonguo in #387
  • fix(Column): fix cannot customize columns by @simonguo in #388

New Contributors

  • @lgtm-com made their first contribution in #380

Full Changelog: 5.8.0...5.8.1

5.8.0

03 Nov 06:34
Compare
Choose a tag to compare

What's Changed

  • docs(resizable): set a controlled width for resizable columns by @simonguo in #374
  • feat(Column): support for show full text when hovering over a cell by @simonguo in #376

Full Changelog: 5.7.2...5.8.0

5.7.2

29 Sep 03:12
Compare
Choose a tag to compare

What's Changed

  • chore: upgrades dom-lib to latest version in order to pull in fix for horizontal scroll on mouse wheel + shiftKey by @trondpet in #369
  • fix(Loader): fix custom loader always showing by @simonguo in #370

Full Changelog: 5.7.1...5.7.2

5.7.1

07 Sep 11:29
Compare
Choose a tag to compare

What's Changed

  • docs(example): fix example that doesn't work by @simonguo in #363
  • fix: reset columnWidths ref when children change in useCellDescriptor by @trondpet in #364
  • fix(Table): fix virtualized table scrolling exception by @simonguo in #366
  • docs: refactored document template by @simonguo in #367

Full Changelog: 5.7.0...5.7.1

5.7.0

23 Aug 03:49
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #354
  • refactor: mark array arguments as readonly where they wont be modified by @SevenOutman in #357
  • build(deps): bump react-code-view 2.2.0 by @simonguo in #358
  • fix(autoHeight): fixed scroll event not updating after autoHeight value changed by @simonguo in #360
  • fix(Cell): add rowData required validation for custom Cell by @simonguo in #361
  • fix(autoHeight): fix table height calculation error when autoHeight by @simonguo in #362
  • feat: adapt to react 18 by @simonguo in #359

Full Changelog: 5.6.1...5.7.0