Skip to content

v2.36.0

Compare
Choose a tag to compare
@TCL735 TCL735 released this 26 Sep 17:04
· 31 commits to master since this release
bbf891e

Table-like visualizations render faster

  • PlotResizer is split into two: PlotResizer and TableResizer
  • TableResizer no longer runs the usePlotEnv hook which is not necessary for table-like visualizations: Gauge, RawFluxDataTable, SimpleTable, and Table
  • SizedTable is now much more performant due to the removal of the usePlotEnv hook