Skip to content

Slab v0.9.0

Latest
Compare
Choose a tag to compare
@flamendless flamendless released this 19 Dec 02:30
· 89 commits to master since this release

Announcement

@coding-jackalope stepped down and passed to @flamendless the maintenance of this wonderful library. I am grateful for the opportunity of handling this repository and I want to thank everyone who uses this repo, from contributors to those who submit issues or requests. Please continue supporting and making this the best LOVE UI library out there.


This release adds new features as well as addressing issues reported since the last release. Below is a list of highlighted changes made since the last release. Thanks to the many contributions from the community which have been merged in as well. For a more detailed list of changes, refer to the commit history.

P.S. Since this is a transition to new maintainer, most of the changes are fixing issues.

New Slab Logo

slab

Minimize Window Button

slab_window_toolbar.mp4

Changes

  • [Window] Added showing of minimize/maximize button in windows bar. Improves #100
  • [Stats] Added GetStats and CalculateStats. See fixed #91
  • [Dialog] MessageBox expands if there are multiple buttons. Fixed #99
  • Cache not updating correctly when Image object is passed. Fixed #98
  • Added Slab logo
  • Allow horizontal scrolling when there is no vertical scrolling possible. Fixed #87
  • ContextMenu now works with void space again. Fixed #96
  • Dock now follows Window's options for W and H #92
  • Allow to programatically set a window to dock #92
  • [Input] Added NeedDrag option to InputNumberSlider
  • [Button] Added VLines option for multiline button label #81
  • Fixed BeginTree not returning IsOpen flag correctly #90
  • TransformPointToSlab (@idbrii)
  • Improved Properties to use ordered table (#93)
  • [Mouse] Read mouse arguments out of Args table (@idbrii)