Skip to content

Commit

Permalink
Bump Elm version to 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mschindlerMM committed Aug 28, 2023
1 parent 1e8fffe commit ee59d8d
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

## [17.0.0]

- BREAKING_CHANGE: Submenu actions of a custom ContextAction no longer need to be wrapped with `ChildContextAction`
- Percentage formatting now reflects the defined decimal value correctly - e.g. the float `15.5678` with given `decimalPlaces = 2` will be `15.57`

## [16.0.0]

- BREAKING CHANGE: Removed `percentFilterValueGetter`
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": "16.0.0",
"version": "17.0.0",
"exposed-modules": [
"AgGrid.ContextMenu",
"AgGrid.Expression",
Expand Down

0 comments on commit ee59d8d

Please sign in to comment.