2021-06-30 21:47:23 +00:00
|
|
|
# Changelog for dear-imgui
|
|
|
|
|
2021-08-30 16:57:00 +00:00
|
|
|
## [1.1.0]
|
|
|
|
|
|
|
|
- `imgui` updated to 1.84.2.
|
2021-09-01 18:05:18 +00:00
|
|
|
- Removed unused Window argument from SDL `newFrame` to match 1.84.
|
2021-09-01 16:22:55 +00:00
|
|
|
- Added GLFW backend callbacks.
|
2021-09-01 18:05:18 +00:00
|
|
|
- Added more withXXX wrappers.
|
2021-08-30 16:57:00 +00:00
|
|
|
|
2021-08-30 16:20:26 +00:00
|
|
|
## [1.0.2]
|
|
|
|
|
|
|
|
- Added `withID` and `ToID(..)` to make composable components possible.
|
|
|
|
|
2021-06-30 22:44:31 +00:00
|
|
|
## [1.0.1]
|
2021-06-30 21:47:23 +00:00
|
|
|
|
2021-06-30 22:33:00 +00:00
|
|
|
- Fixed missing headers in source dist.
|
|
|
|
|
|
|
|
## [1.0.0]
|
|
|
|
|
|
|
|
Initial Hackage release based on 1.83.
|
2021-06-30 21:47:23 +00:00
|
|
|
|
|
|
|
[1.0.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.0
|
2021-06-30 22:44:31 +00:00
|
|
|
[1.0.1]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.1
|
2021-08-30 16:20:26 +00:00
|
|
|
[1.0.2]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.0.2
|
2021-09-01 18:05:18 +00:00
|
|
|
[1.1.0]: https://github.com/haskell-game/dear-imgui.hs/tree/v1.1.0
|