Skip to content

Releases: tpabarbosa/react-dos-terminal

v0.2.1

07 Mar 12:41

Choose a tag to compare

Fix npm published v.0.2.0 was wrong

v0.2.0

07 Mar 12:21

Choose a tag to compare

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

07 Mar 19:20

Choose a tag to compare

Fix:

  • command /? was not working

V0.1.6

21 Feb 17:42

Choose a tag to compare

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

15 Feb 18:04

Choose a tag to compare

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

10 Feb 17:16

Choose a tag to compare

bug fix config options

v.0.1.0

08 Feb 21:28

Choose a tag to compare

v.0.1.0 Pre-release
Pre-release

First Prototype

basic commands: cls, ver, help, color, react-dos-terminal
basic filesystem: dir, cd, type
basic config options