Skip to content

Commit

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

## [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.
- Fix: FilterStates as emitted by the `onFilterChanged` event are now encoded to handle all known cases from the AGGrid docs.


## [20.0.0]

- Convert width from an `Int` to a `Float` type on the `ColumnSettings` and `ColumnState`. This fixes an issue where a column with a float width would fail the ColumnState decoder.
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": "20.0.0",
"version": "21.0.0",
"exposed-modules": [
"AgGrid.ContextMenu",
"AgGrid.Expression",
Expand Down

0 comments on commit e458f41

Please sign in to comment.