Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

85 lines (46 loc) · 3.71 KB

3.2.1 (2019-09-27)

  • Fixed the grid component to restrict how users reorder the columns beside locked columns. You can no longer reorder the columns on the left side of a locked column, and you can no longer move columns from the right side of a locked column to the left side. #72
  • Fixed the grid component to prevent users from reordering locked columns with the sort indicator. #71
  • Fixed the grid component to prevent scrolling when users reorder columns on mobile devices. #70

3.2.0 (2019-07-19)

  • Added the selectedRowIds input property to programmatically select rows on the grid component. #39

3.1.7 (2019-06-14)

  • Fixed the grid component to gracefully ignore columns that no longer exist when the UI Config Service returns them. #61

3.1.6 (2019-05-28)

  • Fixed the grid column component to properly support resizing on touch devices. #57

3.1.5 (2019-05-09)

  • Fixed the grid component to no longer resize the table width when selectedColumnIds changes. #54

3.1.4 (2019-04-18)

  • Fixed the grid module to properly provide SkyAppWindowRef. #52

3.1.3 (2019-03-07)

  • Fixed the grid component to no longer emit extra selectedColumnIdsChange events. #36

3.1.2 (2019-02-28)

  • Fixed the grid component to load properly when using RxJS version 6 or above. #47

3.1.1 (2019-02-22)

  • Fixed the grid component to no longer truncate text when a table cell is stretched wider than its original width. #38

3.1.0 (2019-01-16)

  • Added UI Config Service hooks to the grid component. #31

3.0.0 (2019-01-11)

  • Major version release.

3.0.0-rc.6 (2019-01-04)

  • Added the rowHighlightedId input to the grid component. #28

3.0.0-rc.5 (2018-12-21)

  • Fixed the grid component to only listen to mousemove and mouseup events while resizing columns. #25

3.0.0-rc.4 (2018-12-13)

  • Fixed the grid component to properly import polyfills. #23

3.0.0-rc.3 (2018-12-12)

  • Added the multiselect feature to display a column of checkboxes on the grid component. #6

3.0.0-rc.2 (2018-11-20)

  • Added support for @skyux/list-builder-common@3.0.0-rc.1. #14
  • Fixed the grid component's column resize drag handle to not inadvertently trigger a column sort. #17
  • Fixed grid cells to properly handle text overflow when column widths are fixed. #13

3.0.0-rc.1 (2018-11-12)

  • Added async column descriptions. #6
  • Fixed column resizing to recalculate the table width when columns are hidden or shown. #8

3.0.0-rc.0 (2018-10-23)

  • Initial release candidate.

3.0.0-alpha.1 (2018-10-22)

  • Fixed column headers to no longer shift in size when sorting. #4

3.0.0-alpha.0 (2018-10-10)

  • Initial alpha release.