2024-08-12 12:34:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-textual: add missing test dependency
|
2024-08-12 11:01:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-textual: update to 0.76.0.
Changed
Input cursor will no longer jump to the end on focus #4773
Removed Size.cip_size, which was a clone of crop_size
Widgets with auto dimensions will now grow if there is a scrollbar #4844
Don't do automatic refresh when widget is not visible #4847
Renamed DOMNode._automatic_refresh to DOMNode.automatic_refresh to allow for \
customization #4847
Fixed
Input cursor blink effect will now restart correctly when any action is \
performed on the input #4773
Fixed bindings on same key not updating description #4850
|
2024-08-06 15:12:00 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-textual: update to 0.75.1.
[0.75.0] - 2024-08-01
Added
Added App.open_url to open URLs in the web browser. When running via the \
WebDriver, the URL will be opened in the browser that is controlling the app \
(web side not yet live) #4819
Added Widget.is_mouse_over #4818
Added node attribute to events.Enter and events.Leave #4818
Changed
events.Enter and events.Leave events now bubble. #4818
Renamed Widget.mouse_over to Widget.mouse_hover #4818
Fixed
Fixed issue with mutate_reactive and data binding #4828
|
2024-07-30 08:53:51 by Thomas Klausner | Files touched by this commit (1) | |
Log message:
py-textual: add missing TEST_DEPENDS, update test status
|
2024-07-29 09:29:03 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-textual: update to 0.74.0.
[0.74.0] - 2024-07-25
Fixed
Fixed issues in Kitty terminal after exiting app #4779
Fixed exception when removing Selects #4786
Fixed issue with non-clickable Footer keys #4798
Fixed issue with recompose not working from Mount handler #4802
Changed
Calling Screen.dismiss with no arguments will invoke the screen callback \
with None (previously the callback wasn't invoke at all). #4795
|
2024-07-14 14:33:43 by Thomas Klausner | Files touched by this commit (4) |
Log message:
comms/py-textual: import py-textual-0.72.0
Textual is a Rapid Application Development framework for Python.
Build sophisticated user interfaces with a simple Python API. Run
your apps in the terminal and a web browser.
|