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 77* Enhancements
88 * Added settings to Column class which prevent a table from overriding existing styles in header
99 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.
1212 * Added ability to colorize all aspects of ` AlternatingTables ` , ` BorderedTables ` , and ` SimpleTables ` .
1313 * Added support for 8-bit/256-colors with the ` cmd2.EightBitFg ` and ` cmd2.EightBitBg ` classes.
1414 * Added support for 24-bit/RGB colors with the ` cmd2.RgbFg ` and ` cmd2.RgbBg ` classes.
4444 * Argparse tab completer will complete remaining flag names if there are no more positionals to complete.
4545 * Updated ` async_alert() ` to account for ` self.prompt ` not matching Readline's current prompt.
4646* 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() `
4849
4950## 2.1.2 (July 5, 2021)
5051* Enhancements
You can’t perform that action at this time.
0 commit comments