Commit Graph

8 Commits

Author SHA1 Message Date
380c6aca45 Add net5.0 target framework 2020-11-11 15:28:32 +01:00
041bd016a2 Remove verbs from extension methods
Removed the verbs from all extension methods that manipulate
properties which makes the API more succinct and easier to read.

Also added implicit conversion from string to Style.

As a good OSS citizen, I've obsoleted the old methods with
a warning for now, so this shouldn't break anyone using
the old methods.
2020-10-23 15:08:18 +02:00
9afc1ea721 Add support for aligning tables 2020-10-21 18:15:51 +02:00
5a1b8a1710 Add rule widget
Adds a new rule widget.
Also fixes some bugs I encountered while testing
some unrelated things in an extremely small console.
2020-10-20 01:45:53 +02:00
e429f6434b Update examples 2020-10-01 14:43:08 +02:00
7471e9d38c Add panel header support
Closes #63
2020-09-03 19:02:29 +02:00
a16daade6c Fallback to default buffer size
Also fixes a bug when using Spectre.Console in GitHub Actions.
2020-08-28 11:56:54 +02:00
0119364728 Add examples of how to use Spectre.Console 2020-08-12 14:59:17 +02:00