changelog

This commit is contained in:
Will McGugan
2023-02-22 16:29:15 +00:00
parent 019a0dde5b
commit bf50e6a424

View File

@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `App.batch_update` https://github.com/Textualize/textual/pull/1832
- Added horizontal rule to Markdown https://github.com/Textualize/textual/pull/1832
- Added `Widget.disabled` https://github.com/Textualize/textual/pull/1785
- Added `DOMNode.notify_style_update` to replace `messages.StylesUpdated` message
- Added `DOMNode.notify_style_update` to replace `messages.StylesUpdated` message https://github.com/Textualize/textual/pull/1861
### Changed
@@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- Removed `screen.visible_widgets` and `screen.widgets`
- Removed `StylesUpdate` message.
- Removed `StylesUpdate` message. https://github.com/Textualize/textual/pull/1861
### Fixed