react-table/CHANGELOG.md
Aaron Schwartz 9d9b1fdee4 Enhance pivots (#224)
* Prevent transitions while resizing for a smoother effect.
* Disable text selection when resizing columns
* Use PivotValueComponent instead of pivotRender
* Add changelog file
2017-05-05 12:51:17 -07:00

731 B

6.0.0

  • Pivot Columns can now be sorted and filtered individually.
  • More control over Pivot Column rendering.
  • Prevent transitions while column resizing for a smoother resize effect.
  • Disable text selection while resizing columns.
Breaking API Changes
  • Removed pivotRender column option. You can now control how the value is displayed by overriding the PivotValueComponent.
  • Changed how special expander: true column renders pivot columns. See Pivoting Options Story for a reference on how to customize pivot column rendering.