Releases: BattlefieldDuck/XtermBlazor
Releases · BattlefieldDuck/XtermBlazor
v1.7.0
Full Changelog: v1.6.1...v1.7.0
- Update dependencies and demos
v1.6.1
Full Changelog: v1.6.0...v1.6.1
- Fix KeyboardEventArgs not correct issue on
OnKey()
,AttachCustomKeyEventHandler()
(#4) - Update demo
v1.6.0
Full Changelog: v1.5.2...v1.6.0
Support AttachCustomKeyEventHandler
- Update xterm.js to v5.0.0
Breaking changes
- Theme.cs, removed Selection, add SelectionBackground, SelectionForeground, SelectionInactiveBackground
- TerminalOptions.cs, removed BellSound, BellStyle
v1.5.2
- Add IsRendered property
v1.5.1
Full Changelog: v1.5.0...v1.5.1
- Fix Wasm demo
- Update packages
v1.5.0
Full Changelog: v1.4.0...v1.5.0
- Upgrade .NET 5 to .NET 6
- Update NuGet packages
v1.4.0
Full Changelog: v1.3.2...v1.4.0
- Add GetOptions() and SetOptions()
- Update dependencies and devDependencies
v1.3.2
Full Changelog: v1.3.1...v1.3.2
- Fix DisposeAsync cause "Fail to get terminal by reference id" issue
v1.3.1
Full Changelog: v1.3.0...v1.3.1
- Fix issues in DisposeAsync()
- Fix
System.ArgumentNullException
- Fix
Microsoft.JSInterop.JSDisconnectedException
in .NET 6
- Fix
v1.3.0
Full Changelog: v1.2.0...v1.3.0
- Support Addons