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 22, 2023
1 parent 23a2c88 commit 695e245
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ELM_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 695e245

Please sign in to comment.