mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Fixed
|
||||
|
||||
- Fixed how the namespace for messages is calculated to facilitate inheriting messages https://github.com/Textualize/textual/issues/1814
|
||||
- `Tab` is now correctly made available from `textual.widgets`.
|
||||
|
||||
## [0.15.0] - 2023-03-13
|
||||
|
||||
|
||||
3
src/textual/widgets/_tab.py
Normal file
3
src/textual/widgets/_tab.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from ._tabs import Tab
|
||||
|
||||
__all__ = ["Tab"]
|
||||
Reference in New Issue
Block a user