Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 2.23 KB

NPM_CHANGELOG.md

File metadata and controls

73 lines (41 loc) · 2.23 KB

NPM Changelog

[3.3.0]

  • Added expression.js to evaluate serialized expressions for the context menu actions

[3.2.2]

  • Add setter for columnDefs to make use of the gridApi

[3.2.1]

  • Listening for onColumnVisible event for column state changes

[3.2.0]

  • Added callback value to customize the row ID

[3.1.1]

  • Using null-safe access operator for getRowId

[3.1.0]

  • Added customized onSelectionChange event listener that returns now the current selection
  • Added selectedIds setter to handle custom selections
  • Fixed a bug that no leading minus could be entered without any number in the input field
  • Fixed a bug that no CTRL actions (cut, copy, paste, ...) where usable in the decimal input field

[3.0.0]

  • Added isRowSelectable callback to the GridOptions
  • Changed: Updated ag-grid-community and ag-grid-enterprise peer-dependency to 29.1.0
  • The ElmAgGrid class now needs to be instantiated manually in order to register the webcomponents. The shortest form would just be new ElmAgGrid()
  • Additionally, the custom CellRenderer components defined via window.ElmAgGridComponentRegistry are now to be passed as an argument to the ElmAgGrid class
new ElmAgGrid({ apps: { customRenderer: Elm.Components.Custom } });

[2.1.0]

  • Added new DecimalEditor component to edit localized cell values

[2.0.0]

  • BREAKING CHANGE: Updated ag-grid-community and ag-grid-enterprise peer-dependency to 29.0.0 and dropping support for versions before 29.0.0

[1.3.0]

  • Added columnStateChanged event to send table state changes to the Elm app

[1.2.0]

  • Added AgGrid's autoHeight usage when no size is set for the table (by default the table still uses 65vh)

[1.1.1]

  • Updated README

[1.1.0]

Requires at least version 2.0.0 of the elm-ag-grid Elm package.

  • Added cellRenderer to initialize elm applications and embed them into the cells
  • Using this over querySelector in the webcomponent to allow multiple tables on the same page

[1.0.1]

Requires at least version 1.0.0 of the elm-ag-grid Elm package.

  • Updated README