Releases: yottahmd/furex
Releases · yottahmd/furex
v2.4.5
What's Changed
- update ebiten version to fix broken macOS builds by @nii236 in #70
New Contributors
Full Changelog: v2.4.4...v2.4.5
v2.4.3
What's Changed
- Fix bug that the root view is not drawn by @yohamta in #62
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Add
Handler
option filed for Parse
function by @yohamta in #59
Full Changelog: v2.4.1...v2.4.2
v2.4.0
What's Changed
- Add Updater and Drawer interfaces by @yohamta in #57
Full Changelog: v2.3.6...v2.4.0
v2.3.6
What's Changed
- Add support for Function Components by @yohamta in #56
Full Changelog: v2.3.5...v2.3.6
v2.3.5
What's Changed
- Add Right and Bottom properties to View by @yohamta in #55
Full Changelog: v2.3.4...v2.3.5
v2.3.4
What's Changed
- Add style properties for length in percent (e.g.:
width: 100%
and height: 100%
) by @yohamta in #49
- Add setter methods for View's style properties that automatically set the layout start flag of parent's view.
Full Changelog: v2.3.3...v2.3.4