-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [27.0.0](v26.0.0...v27.0.0) (2022-12-21) ### ⚠ BREAKING CHANGES * shorten description ### Features * allow text as stdout helper argument ([e322c40](e322c40)) * emit button events ([240a1ef](240a1ef)) * set cursor position on arrow left/right ([c5ceeb0](c5ceeb0)) ### Bug Fixes * dispatch without argument ([5982182](5982182)) * use recommended event wording ([567f04a](567f04a)) ### Documentation * shorten description ([86bf74f](86bf74f))
- Loading branch information
1 parent
86bf74f
commit 69f14ec
Showing
3 changed files
with
27 additions
and
3 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-command", | ||
"version": "26.0.0", | ||
"version": "27.0.0", | ||
"description": "A fully working, most feature-rich Vue.js terminal emulator", | ||
"author": { | ||
"email": "[email protected]", | ||
|