Spectre.Console 0.56.0 released!
by Spectre.Console Team
Version 0.56.0 of Spectre.Console has been released!
While Spectre.Console is in stabilization mode i.e. fixing bugs and hardening things, a tiny new feature sneaked in as well!
New Figlet layout modes
In this release we've added new layout modes for FigletText.
The two new modes are Fitted and Smushed which will make
the Figlet text take up less space and look "smoother".
What's Changed
- Ensure redirected output works as expected by @patriksvensson in #2098
- Add missing text prompt suffix by @merklegroot in #2102
- Fix Align measure to respect explicitly set width by @GrantTotinov in #2101
- Option to exclude vertical padding for live progress renderer by @james-newell-forge in #2100
- Don't emit ANSI sequence for 0 movement by @merklegroot in #2104
- ConfirmationPrompt: Allow submission without Enter key by @patriksvensson in #2111
- Add two new layout modes for FigletText by @patriksvensson in #2066
- Fix escaping of interpolated arguments in markup by @GrantTotinov in #2118
- Allow validation chaining by @AntekOlszewski in #2116
- Fix grid regression where expansion did not work by @patriksvensson in #2127
- Preserve links in segments by @patriksvensson in #2135
New Contributors
- @merklegroot made their first contribution in #2102
- @GrantTotinov made their first contribution in #2101
- @james-newell-forge made their first contribution in #2100
Full Changelog: https://github.com/spectreconsole/spectre.console/compare/0.55.2...0.56.0