Skip to content

The last release of `23 release

Compare
Choose a tag to compare
@willmcgugan willmcgugan released this 17 Dec 20:20
· 1159 commits to main since this release
1c8dc5d

It's been a busy year at Textualize towers. This is probably the last release of the year (barring hotfixes). See you in `24.

A few fixes and smaller changes. Also a nice little speed increase for CSS processing.

[0.46.0] - 2023-12-17

Fixed

  • Disabled radio buttons could be selected with the keyboard #3839
  • Fixed zero width scrollbars causing content to disappear #3886

Changed

  • The tabs within a TabbedContent now prefix their IDs to stop any clash with their associated TabPane #3815
  • Breaking change: tab is no longer a @on decorator selector for TabbedContent.TabActivated -- use pane instead #3815

Added

  • Added Collapsible.title reactive attribute #3830
  • Added a pane attribute to TabbedContent.TabActivated #3815
  • Added caching of rules attributes and cache parameter to Stylesheet.apply #3880