Skip to content

Commit

Permalink
Bump elm version to 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschindlerMM committed Dec 21, 2023
1 parent bb40194 commit 6ec65ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ELM_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Elm Changelog

## [22.0.0]

- Adds `cssClasses` attribute to context menu action

## [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.
Expand Down
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6ec65ef

Please sign in to comment.