Skip to content

The message signal release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 11 May 11:08
· 139 commits to main since this release

[0.59.0] - 2024-05-11

Fixed

  • Fixed SelectionList issues after removing an option #4464
  • Fixed ListView bugs with the initial index #4452
  • Fixed Select not closing #4499
  • Fixed setting loading=False removing all child loading indicators #4499

Changed

  • When displaying a message using App.exit(), the console no longer highlights things such as numbers.

Added

  • Added message_signal to MessagePump, to listen to events sent to another widget. #4487
  • Added Widget.suppress_click #4499