Docs on textual.textualize.io can be ahead of latest release #3463
davetapley
started this conversation in
Ideas
Replies: 1 comment
-
Aye, this is a small unfortunate side-effect of the blog being mixed in with the rest of the docs; so on some rare occasions, where a new blog post needs to be published ahead of a release of Textual, the newer Textual docs can "leak". It's something we'd eventually like to tidy up (I think we have an issue floating around somewhere for this -- could be on the internal board). The one upside is that it does remind us some folk actually do read the docs! ;-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just got very confused because VSCode couldn't find
@on(TextArea.Changed)
per here:I verified I was on↗️
v0.38.1
, as shown in the headerTurns out, I presume, those docs are from 3 day old:
TextArea.Changed
andTextArea.SelectionChanged
messages #3442but that hasn't actually been released yet 😬
Beta Was this translation helpful? Give feedback.
All reactions