Skip to content

You are bound to like this release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 17 Dec 09:35
· 6936 commits to main since this release
15417d4

Mostly fixes in this release.

[0.7.0] - 2022-12-17

Added

  • Added PRIORITY_BINDINGS class variable, which can be used to control if a widget's bindings have priority by default. #1343

Changed

  • Renamed the Binding argument universal to priority. #1343
  • When looking for bindings that have priority, they are now looked from App downwards. #1343
  • BINDINGS on an App-derived class have priority by default. #1343
  • BINDINGS on a Screen-derived class have priority by default. #1343
  • Added a message parameter to Widget.exit

Fixed

  • Fixed validator not running on first reactive set #1359
  • Ensure only printable characters are used as key_display #1361