Skip to main content

BBjGridExWidget v1.7.0

· 2 min read

BBjGridExWidget v1.7.0 has been released. The following is the changelog list:

Bug Fixes

  • Demo: RowGrouping demo is broken in ag-grid 27 (d8c8988)
  • GxOptions should not set locale text if text is empty (2c62a3b)
  • keyboard navigation is broken in ag-grid v27 (8d54900)
  • replace GxOptions.RowDeselection with GxOptions.SuppressRowDeselection (75d243a)
  • Tooltips fails to render in ag-grid 27 (6704657)

Code Refactoring

  • GxOptions.EnableFloatingFilter won't have an effect anymore. it is deprecated(68caf8f)
  • GxOptions.setImmutableColumns is deprecated (96b9d07)
  • GxState.getString does not contain the sort array anymore (7c35c1d)
  • deprecate GxOptions.GroupSuppressRow. (7960b54)
  • deprecate PinnedRowCellRendere (e43a43a)

Features

  • add GxOptions.ColumnHoverHighlight (40c49a5)
  • add GxOptions.GroupDisplayType (d3f65ca)
  • update LicenseManager to v27 (4090e06)

refactore

  • GxFilterSetFilter.NewRowsAction & GxFilterSetFilter.SuppressRemoveEntries have no affect at all. They are deprecated. (21700b5)
  • GxFilterSetFilter.suppressSyncValuesAfterDataChange is deprecated (9b3eae9)

BREAKING CHANGES

  • GxFilterSetFilter.NewRowsAction & GxFilterSetFilter.SuppressRemoveEntries have no affect at all. They are deprecated with no replacemnets
  • GxFilterSetFilter.suppressSyncValuesAfterDataChange has been been deprecated. This option has no replacement
  • GxOptions.EnableFloatingFilter won't have effect anymore. it is deprecated. You can enable/disable the floating filter per column.
  • Setting the PinnedRowCellRendere won't affect the rendering anymore. Use the CellRenderer instead
  • GxOptions.GroupMultiAutoColumn, GxOptions.GroupUseEntireRow , GxOptions.GroupSuppressAutoColumn are deprecated. Use GxOptions.GroupDisplyType instead
  • deprecate GxOptions.GroupSuppressRow. There is no replacement for this functionality.
  • rowDeselection no longer has any affect as the grid now allows row deselection by default. To block row deselection set suppressRowDeselection to true.
  • GxState.getString does not contain the sort array anymore. The sort state is contained in the columns array now.
  • Grid Option 'immutableColumns' is now gone. Columns are immutable by default.