Skip to content

Releases: lowdefy/blocks-aggrid

v3.23.4

08 Apr 14:46
Compare
Choose a tag to compare

What's Changed

feat: Add setFilterModel.
fix: Rollback to ag-grid v26 because of #15

Full Changelog: v3.23.3...v3.23.4

v3.23.3

07 Apr 21:57
4a76c89
Compare
Choose a tag to compare

What's Changed

  • feat: Add onFilterChanged event. by @JohannMoller in #10
  • fix: Fix update versions and Row value change not to affect unwanted change. by @Gervwyk in #12
  • fix: Do not call onRowSelected on selected and unselected by @Gervwyk in #13
  • feat: Add sizeColumnsToFit and autoSize methods by @Gervwyk in #14

Full Changelog: v3.12.3...v3.23.3

v3.12.3

26 Mar 13:33
Compare
Choose a tag to compare

Fix

  • Add rowIndex and colId to events.
  • Change onRowDragMove to onRowDragMove for AgGridInput blocks.

Chores

v3.11.4

23 Mar 07:17
Compare
Choose a tag to compare

Features

  • Add AgGridInputAlpine, AgGridInputAlpineDark, AgGridInputBalham, AgGridInputBalhamDark, AgGridInputMaterial blocks.
  • Add exportDataAsCsv method for CSV data download.
  • Add onCellValueChanged for AgGridInput blocks.
  • Add onRowDragMove for AgGridInput blocks.

Chores

v3.11.1

12 Mar 13:17
9030856
Compare
Choose a tag to compare

Update @lowdefy to ^3.11.3.

v3.11.0

12 Mar 13:05
Compare
Choose a tag to compare

Features

  • Add onRowSelect and onSelectionChanged events.

Fixes

  • Update examples.

v3.10.1

22 Feb 13:54
e13b179
Compare
Choose a tag to compare

3.10.1 (2021-02-22)

Changes

Features

  • Add blocks: AgGridAlpine, AgGridAlpineDark, AgGridBalham, AgGridBalhamDark, and AgGridMaterial.
  • Split all themes into separate blocks.

Fix

  • Fix onRowClick and onCellClick.