Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@BattlefieldDuck BattlefieldDuck released this 17 Nov 19:30
a7d2420

Support Terminal Bindable

To bind the terminal in Svelte, you can use the following code:

<script lang="ts">
  // ... imports

  let terminal: Terminal;
</script>

<Xterm bind:terminal />

This allows you to bind the terminal variable to the Xterm component when the terminal is initialized.

What's Changed

Full Changelog: 2.0.1...2.1.0