Skip to content

v0.3.0

Compare
Choose a tag to compare
@blimmer blimmer released this 20 Dec 21:10
· 223 commits to master since this release

#New Widgets

  • PopOverComposite
  • PopOverShell (parent of PopOverComposite & Bubble)

#Improvements to Existing Widgets
##TextPainter:

  • Support for Text Justification (left, right, center)
  • Support for computeSize
  • Tokenize PlainText at a finer resolution
    ##Bubble:
  • Bubble now has a drop shadow on supported platforms

#Bug Fixes
##Bubble

  • Fixed infinite loop bug when Bubble appears on edge of screen
  • Bubble no longer always appears on top of other application windows