Skip to content

v0.1.5-1

Compare
Choose a tag to compare
@JD557 JD557 released this 18 Nov 17:34
· 207 commits to master since this release

Note: Release v0.1.5 is broken. Use v0.1.5-1 instead.

New Features

  • Add resizable windows (#62, #63)
  • Add mouse area layout (#64)
  • Add Rect#centerAt (#67)
  • Add clicked helper methods (#70)
  • Add rectangleOutline primitive (#74)
  • Add Ref#modifyRefs (#77)

Changes/Refactorings

  • Track historical input states (#61)
  • Make ComponentWithValue easier to implement (#73)
  • Make mouse position optional (#75)
  • Adjust color scheme (#80)

Bug fixes/Improvements

  • Fix window closing delay (#71)
  • Fix division by zero in sliders (#76)

Other

  • Improve the example Minart backend (#66, #81)