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",