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
- Bump svelte from 5.1.13 to 5.2.2 by @dependabot in #118
- Bump svelte-check from 4.0.6 to 4.0.8 by @dependabot in #116
- Bump prettier-plugin-svelte from 3.2.7 to 3.2.8 by @dependabot in #111
- Bump vite from 5.4.10 to 5.4.11 by @dependabot in #110
Full Changelog: 2.0.1...2.1.0