github Textualize/textual v0.7.0
You are bound to like this release

latest releases: v0.80.1, v0.80.0, v0.79.1...
21 months ago

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

Don't miss a new textual release

NewReleases is sending notifications on new releases.