File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for dear-imgui
22
3+ ## [ 1.5.0]
4+
5+ - Added table wrappers.
6+ - Added popup wrappers.
7+ - Added ` selectableWith ` /` SelectableOptions ` to expose optional arguments.
8+ - Fix GHC-9.2 compatibility.
9+
310## [ 1.4.0]
411
512- ` imgui ` updated to [ 1.87] .
@@ -68,6 +75,7 @@ Initial Hackage release based on [1.83].
6875[ 1.3.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.0
6976[ 1.3.1 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.3.1
7077[ 1.4.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.4.0
78+ [ 1.5.0 ] : https://github.com/haskell-game/dear-imgui.hs/tree/v1.5.0
7179
7280[ 1.87 ] : https://github.com/ocornut/imgui/releases/tag/v1.87
7381[ 1.86 ] : https://github.com/ocornut/imgui/releases/tag/v1.86
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22
33name : dear-imgui
4- version : 1.4 .0
4+ version : 1.5 .0
55author : Oliver Charles
6677license : BSD-3-Clause
You can’t perform that action at this time.
0 commit comments