unional
released this
09 Aug 04:43
·
54 commits
to main
since this release
Minor Changes
-
7d29817: Move prompt style inside shell.
TerminalPrompt
is replaced withTerminalPromptArea
,
which no longer take inclassName
andchildren
props.Instead, it takes in
input
which will defaults to<TerminalInput>
.It is done so, as it does not contribute to the styling and layout of the prompt.
It contributes to the layout of the Terminal itself as a placeholder.PromptNode
will also not acceptclassName
prop for the same reason,so that the style of the prompt is solely described by the shell.
This allows the prompt to be styled correctly when used to render output (echoPrompt
).
Patch Changes
- 3e618b8: Support completion