Releases: tpabarbosa/react-dos-terminal
Releases · tpabarbosa/react-dos-terminal
v0.2.1
v0.2.0
Features:
- add promptCallback method to config options
- add beforeFinishMiddleaware to FakeCommand
- add more public methods to useTerminal hook
- change FakeFile API
Fix:
- getFile method is now case insensitive
- update exports in package entrypoint
- input label is now displaying symbols < and > correctly
v0.2.2
Fix:
- command /? was not working
V0.1.6
Fix:
- prevent user to input html tags
- add terminal Id so different instances won´t conflict
- improve scrolling behaviour
- error in matching commands alias
- change exposed hooks
- add some css important tag to try to preserve terminal styling
Feat:
- add custom scrollbar
Docs:
- improve README
V0.1.5
Improve config options: change some names and add new options
Add prompt command
Refactor fileSystem
Add DomPurify
Fix error in "dir" command where files count were not working
Fix error that was preventing async commands to finish
v0.1.4
bug fix config options
v.0.1.0
First Prototype
basic commands: cls, ver, help, color, react-dos-terminal
basic filesystem: dir, cd, type
basic config options