Skip to content

1.0.0-RC15

Compare
Choose a tag to compare
@vegegoku vegegoku released this 12 Jan 16:27
· 322 commits to master since this release

What's Changed

Exciting New Features πŸŽ‰

  • #740 ResizingColumnsPlugin Need ability to clip content rather than fit content.
  • #733 , #738 PinColumnsPlugin configuration, ability to set the icon used.
  • #727 Data table data aggregation SummaryPlugin.
  • #726 Allow data table to group columns.

Enhancements πŸŽ‰

  • #691 Tree Grid for large data sets.
  • #692 Implement three state DataTable sorting.
  • #701 Enhance disabling datatable functionality.
  • #702 Persist dataaable selection when sorting.
  • #745 Add the ability to trigger search event after setting the SearchTableAction value manually.
  • #747 Make has*() functions in GridLayout public.

Fixes πŸ› 

  • #677 PositionMouse shows the dropDownMenu in a wrong position when scrolled.
  • #688 Cannot 'unfloat' field labels.
  • #690 Window zIndex issues.
  • #707 Menu close handler not always called.
  • #729 Tooltips do not disappear as they should.
  • #730 DataTable (with ResizeColumnsPlugin) does not remember column widths when loading new data.
  • #731 PinColumnsPlugin causes entire DataTable to scroll (including thead).
  • #732 ResizeColumnsPlugin causes header tooltips to behave weird.
  • #734 Fixed DataTables headers do not align with tbody cells.
  • #735 DataTable (with PinColumnsPlugin) does not remember pinned column state when loading new data.
  • #737 User can pin the same column to the left and right.
  • #739 ResizingColumnsPlugin: Even with a column config with a min width set, you can still resize smaller than that min-width.
  • #741 Column Group Plugin with ResizingColumnPlugin you can resize a column smaller than one of the group headers. No clipping.
  • #742 Disabled SearchBox is still interactive.
  • #744 Inputs added to the DOM by FileUpload never removed.

Full Changelog: 1.0.0-RC14...1.0.0-RC15