File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Enhancements
8
8
* Added settings to Column class which prevent a table from overriding existing styles in header
9
9
and/or data text. This allows for things like nesting an AlternatingTable in another AlternatingTable.
10
- * AlternatingTable no longer applies background color to outer borders. This was done to improve appearance
11
- since the background color extended beyond the borders of the table.
10
+ * AlternatingTable no longer automatically applies background color to borders. This was done to improve
11
+ appearance since the background color extended beyond the borders of the table.
12
12
* Added ability to colorize all aspects of ` AlternatingTables ` , ` BorderedTables ` , and ` SimpleTables ` .
13
13
* Added support for 8-bit/256-colors with the ` cmd2.EightBitFg ` and ` cmd2.EightBitBg ` classes.
14
14
* Added support for 24-bit/RGB colors with the ` cmd2.RgbFg ` and ` cmd2.RgbBg ` classes.
44
44
* Argparse tab completer will complete remaining flag names if there are no more positionals to complete.
45
45
* Updated ` async_alert() ` to account for ` self.prompt ` not matching Readline's current prompt.
46
46
* Deletions (potentially breaking changes)
47
- * Deleted `` set_choices_provider() `` and `` set_completer() `` which were deprecated in 2.1.2
47
+ * Deleted ` set_choices_provider() ` and ` set_completer() ` which were deprecated in 2.1.2
48
+ * Renamed ` set_default_argument_parser() ` to ` set_default_argument_parser_type() `
48
49
49
50
## 2.1.2 (July 5, 2021)
50
51
* Enhancements
You can’t perform that action at this time.
0 commit comments