Releases: haskell-game/dear-imgui.hs
Releases · haskell-game/dear-imgui.hs
v2.3.1
v2.3.0
v2.2.1
What's Changed
- Bump megaparsec by @dpwiz in #190
- Add support for SDL2 Renderer backend by @jship in #193
- Update README example by @Swarthe in #194
- Add support for dispatching raw SDL events to Dear ImGui by @jship in #195
- Add support for disabled blocks by @jship in #196
- Link against system-cxx-std-lib for GHC 9.4+ by @jship in #197
- Bump deps by @jship in #199
- Adjust vulkan text constraint for ghc-9.8 by @TristanCacqueray in #203
- Set proper sdl2 min bound by @TristanCacqueray in #204
- Bump haskell.nix by @dpwiz in #201
- Expose Vulkan dynamic rendering by @jtnuttall in #205
- Add MoltenVK compat to vulkan example by @dpwiz in #200
- Prepare v2.2.1 by @dpwiz in #206
New Contributors
- @jship made their first contribution in #193
- @Swarthe made their first contribution in #194
- @jtnuttall made their first contribution in #205
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Fix cabal flag for image example by @dpwiz in #170
- Expose DearImGui.Raw.Context by @alt-romes in #172
- Update bound for ghc-9.6 by @TristanCacqueray in #174
- Add getCursorPos by @TristanCacqueray in #176
- Allow base-4.19 for ghc-9.6 by @TristanCacqueray in #177
- upgraded imgui to v1.89.7; Downstream-breakage possible by @Drezil in #179
- Fix vulkan init wrapper by @dpwiz in #180
- Fix TabItem flags type by @dpwiz in #183
- fix intem->item by @cartazio in #184
- Use FIFO for vulkan demo by @dpwiz in #188
- V2.2.0 by @dpwiz in #189
New Contributors
Full Changelog: v2.1.3...v2.2.0
2.1.3
What's Changed
- Fix off-by-one bug in string null termination by @alt-romes in #166
- Fix
sliderFloat*
Raw calls by @TristanCacqueray in #164 - Add formatPtr to Raw.dragFloat* and Raw.sliderFloat* by @TristanCacqueray in #165
New Contributors
- @alt-romes made their first contribution in #166
Full Changelog: v2.1.2...v2.1.3
2.1.2
What's Changed
- Add plotLines by @TristanCacqueray in #158
- Fix the glfw example build condition by @TristanCacqueray in #159
- Add setNextItemOpen by @TristanCacqueray in #161
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
v2.0.0
v1.5.0
https://hackage.haskell.org/package/dear-imgui-1.5.0
- Added table wrappers.
- Added popup wrappers.
- Added
selectableWith
/SelectableOptions
to expose optional arguments. - Fix GHC-9.2 compatibility.