-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7bf114
commit ca6afcf
Showing
5 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"changelog": { | ||
"prefix": "changelog", | ||
"body": [ | ||
" - **${1:Summary} - [${2:Author}], [issue/${3:Issue #}] [pull/${4:PR #}]**\n\n ${5:Detailed description}\n\n [$2]: https://github.com/$2\n [pull/$4]: https://github.com/EverlastingBugstopper/boxx/pull/$4\n [issue/$3]: https://github.com/EverlastingBugstopper/boxx/issues/$3" | ||
], | ||
"description": "changelog boilerplate" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## 🐛 0.0.2-beta | ||
|
||
### Fixes | ||
|
||
- **Properly display `Boxx` when content includes ANSI escapes - [EverlastingBugstopper], [issue/3] [pull/4]** | ||
|
||
A common use case for eventual `Boxx` consumers will be displaying boxxed content with colors. Strings include [ANSI escapes](http://ascii-table.com/ansi-escape-sequences.php) which are then interpreted by terminals. Since there is more information, they require more bytes, which means the visual width must be calculated independently from the byte width. `Boxx` now strips ANSI escapes from strings when calculating the padding and margin for the content. | ||
|
||
[EverlastingBugstopper]: https://github.com/EverlastingBugstopper | ||
[pull/4]: https://github.com/EverlastingBugstopper/boxx/pull/4 | ||
[issue/3]: https://github.com/EverlastingBugstopper/boxx/issues/3 | ||
|
||
### Maintenance | ||
|
||
- Some examples were added to the documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters