Skip to content

Releases: Textualize/textual

The Matches and Dispatches Hotfix Release

05 Jun 17:05
7925273
Compare
Choose a tag to compare

[0.65.1] - 2024-06-05

Fixed

  • Fixed hot reloading with hatch rule #4606
  • Fixed hatch style parsing #4606

The Please don't Sue Us Ofek Release

05 Jun 14:54
Compare
Choose a tag to compare

The highlight of this release is the new hatch style which can fill a widget's background with a repeating character.

Screenshot 2024-06-05 at 12 17 53

See the docs on hatch

[0.65.0] - 2024-06-05

Added

  • Added Command Palette Opened, Closed, and OptionHighlighted events #4600
  • Added hatch style #4603

Fixed

  • Fixed DataTable cursor flicker on scroll #4598

Changes

  • TabbedContent will automatically make tabs active when a widget in a pane is focused #4593

The Nintendo Release

03 Jun 14:51
7251aac
Compare
Choose a tag to compare

While this could have been a minor release, there are enough accumulated changes and fixes under the hood that it felt worthy of a bump.

[0.64.0] - 2024-06-03

Fixed

  • Fix traceback on exit #4575
  • Fixed Markdown.goto_anchor no longer scrolling the heading into view #4583
  • Fixed Footer flicker on initial focus #4573

The In a Bind Release

29 May 10:52
a44119d
Compare
Choose a tag to compare

Another hotfix, see below

[0.63.6] - 2024-05-29

Fixed

  • Fixed issue with bindings not refreshing #4571

The vanishing DataTable release

28 May 11:32
4adaf03
Compare
Choose a tag to compare

Another hotfix for DataTables not appearing in tabbed content.

[0.63.5]

Fixed

  • Fixed data table disappearing from tabs #4567

Added

  • Added Styles.is_auto_width and Style.is_auto_height

Hotfix for freeze issue

26 May 13:18
c0e6743
Compare
Choose a tag to compare

[0.63.4]

Added

  • Added immediate switch to Signal.publish

Fixed

  • Fixed freeze in recompose from bindings #4558

The best Footer forward release

24 May 15:46
fa37983
Compare
Choose a tag to compare

Fixes and a change to provide a helpful message to a common error

[0.63.3] - 2024-05-24

Fixed

  • Fixed Footer grid size #4545
  • Fixed bindings not updated on auto focus #4551

Changed

  • Attempting to mount on a non-mounted widget now raises a MountError #4547

The Working on your Birthday release

23 May 07:59
def421f
Compare
Choose a tag to compare

Hotfix for an issue that broken non-app links.

[0.63.2] - 2024-05-23

Fixed

  • Fixed issue with namespaces in links #4546

The double key fix release

22 May 19:57
Compare
Choose a tag to compare

Hotfix for #4543

[0.63.1] - 2024-05-22

Fixed

  • Fixed display of multiple bindings #4543

The new Footer release

22 May 16:45
915b769
Compare
Choose a tag to compare

This release adds an updated footer, and some style tweaks to Markdown.

This may impact you if you have customized the Footer. So please check your apps!

[0.63.0] - 2024-05-22

Fixed

  • Fixed actions in links #4540

Changed

  • Breaking change: New Footer (likely a drop in replacement, unless you have customized styles) #4537
  • Stylistic changes to Markdown (simpler headers, less margin, etc) #4541