← Releases

October 25, 2024

  • Fix showing the big charts
  • Bug fix: size header charts to column width
  • Improve theming pipeline
  • Fix for mouse interactions on big time series
  • Fix some broken colors using old color token functions
  • Tease apart the logic for different types of filters
  • Revise grid and cell state manager for column based logic
  • Separate big charts from header charts and do more work outside of individual charts
  • Force text wrapping in tooltip for string with no whitespace
  • Clean up/fix column drag and drop
  • Proper text breaking for long vals w no whitespace in column headers
  • Separate special sequence column from other data columns
  • reset x position on scroll for cell reps
  • cellstatemanagar column highlight: search directly for the dataIndex, not +1
  • Extract many deciding chart types from the column class
  • Fixes to exported bar charts
  • ZIP big chart: use the id column in the hover readout
  • cellstatemanager can handle the case when there are zero rows
  • update in-cell rep colors when the column feature changes
  • Remove dataIndex from sequence column element
  • replace the grid-resize custom event (with timeout) on the data colum…
  • Rewrite custom select component to fix chart option bugs and focus bugs
  • fix out of bounds text for in-cell representaions
  • No swap on big timeline
  • Update highlights on sequence column
  • Histogram drag fixes
  • Handle join/split local caching correctly
  • prevent duplicate unique filters
  • single value filter label fix
  • Prevent bar charts from mistakenly displaying all entries
  • Fix overlapping text issue
  • Add a bit of error handling in the engine when parsing JSON
  • Update sequence column highlights as well
  • Engine and FE changes to avoid creating a tally for every column
  • Clarify naming for inline representations
  • Mainline the refactorings.