Skip to content

Releases: nitin42/terminal-in-react

Terminal in React

23 Feb 18:41
588d420
Compare
Choose a tag to compare
  • Adds TypeScript types for the component πŸŽ‰ (#69 , @daniel100097 )

  • Change the default value of watchConsoleLogging to match docs πŸ’―(#64, @rynorris)

  • Added prop closedTitle and closedMessage πŸ‘ (#57, @qeneke)

Plugin's Docs and Taking Control

25 Feb 05:21
Compare
Choose a tag to compare

Added Plugin docs πŸ“œ
Added the ability for plugins to take full control πŸŽ›
Added the ability to control the prompt symbol via a plugin πŸ“₯
Added a styling attribute for just the output area text 🌈

React 16

13 Feb 00:11
Compare
Choose a tag to compare

React 16 updates
Bug fixes,
Improved tab function
move cursor to end with arrow key control
add runCommandOnActive
add commandWasRun prop
add onChange prop

Modular Styles

26 Aug 21:50
Compare
Choose a tag to compare

Modular Styles
Switch camel case lib

Tabs! And Plugin System Overhaul

27 Jul 23:02
Compare
Choose a tag to compare

🎊 Tabs have been added.
πŸ‘ Plugin system was majorly overhauled.
πŸ”’ Added action button overrides.
πŸ’― Bugfixes

Build Fix

17 Jul 22:31
Compare
Choose a tag to compare

Better building so can be used in more build environments

Hotkeys and plugin system extention

16 Jul 20:55
Compare
Choose a tag to compare

This adds support for hotkeys and extends the plugin system to support inter-plugin command calls

terminal-in-react

13 Jul 20:45
Compare
Choose a tag to compare

Minor changes

  • Added an animation on window close and open
  • Added some comments
  • Bug fixes

terminal-in-react

10 Jul 16:04
Compare
Choose a tag to compare

Major changes

  • We have developed a plugin system which helps you develop custom plugins for the <Terminal /> component.
  • Added support for multi line inputs.
  • Improved tab autocompletion.
  • Now you can hide default options in the terminal.
  • Docs updated.
  • Added tests
  • Bug fixes

terminal-in-react

09 Jul 18:36
Compare
Choose a tag to compare
  • Updated webpack config to avoid warnings when minifying with UglifyJs
  • Updated package.json