From 87f8ec6fc6cabb4c888834e956a3c12a22b39b2e Mon Sep 17 00:00:00 2001 From: Martin Schindler Date: Thu, 21 Dec 2023 14:38:34 +0100 Subject: [PATCH] Bump elm version to 22.0.0 --- ELM_CHANGELOG.md | 5 +++++ elm.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ELM_CHANGELOG.md b/ELM_CHANGELOG.md index fcf6add..d0c88b2 100644 --- a/ELM_CHANGELOG.md +++ b/ELM_CHANGELOG.md @@ -1,5 +1,10 @@ # Elm Changelog +## [22.0.0] + +- Added `cssClasses` attribute to context menu action +- Added `floatingFilter` attribute to ColumnDefs + ## [21.0.0] - ColumnDefs now support a FilterType `DateFilter`, which makes AGGrid intrepret the column as having dates and offering date type specific filtering with date pickers etc. diff --git a/elm.json b/elm.json index f754752..96ff234 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "mercurymedia/elm-ag-grid", "summary": "AgGrid integration for Elm", "license": "MIT", - "version": "21.0.0", + "version": "22.0.0", "exposed-modules": [ "AgGrid.ContextMenu", "AgGrid.Expression",