dear-imgui.hs/ChangeLog.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

2021-07-01 00:47:23 +03:00
# Changelog for dear-imgui
2021-10-04 20:29:32 +03:00
## [1.2.1]
- Added `DearImGui.Raw.IO` with attribute setters.
2021-09-12 19:46:05 +03:00
## [1.2.0]
- Fixed `nullPtr` in place of default arguments.
- Added functions for getting window position and size.
- Added `invisibleButton`.
- Added `inputTextMultiline` and `inputTextWithHint`.
- Changed `beginChild` and related `withChild*` to use full arguments.
- Added `withChildContext` to run actions inside other child window.
- Added `getCurrentContext`, `setCurrentContext`.
- Added `image` and `imageButton`.
- Added font atlas utilities.
2021-08-30 19:57:00 +03:00
## [1.1.0]
- `imgui` updated to 1.84.2.
2021-09-01 21:05:18 +03:00
- Removed unused Window argument from SDL `newFrame` to match 1.84.
2021-09-01 19:22:55 +03:00
- Added GLFW backend callbacks.
2021-09-01 21:05:18 +03:00
- Added more withXXX wrappers.
2021-08-30 19:57:00 +03:00
2021-08-30 19:20:26 +03:00
## [1.0.2]
- Added `withID` and `ToID(..)` to make composable components possible.
2021-07-01 01:44:31 +03:00
## [1.0.1]
2021-07-01 00:47:23 +03:00
- Fixed missing headers in source dist.
## [1.0.0]
Initial Hackage release based on 1.83.
2021-07-01 00:47:23 +03:00
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0
2021-07-01 01:44:31 +03:00
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
2021-08-30 19:20:26 +03:00
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
2021-09-01 21:05:18 +03:00
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
2021-09-12 19:46:05 +03:00
[1.2.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.2.0