- Fixed cursor reset on first keystroke.
- Upgraded SvelteKit to
next.292
.
- Fixed
TypeError: wrap is null
exception. - Fixed
<CodeJar bind:value>
not being replicated.
- Refactored into TypeScript, providing typing support.
- Fixed publish to NPM, import via
@novacbn/svelte-codejar
. - Updated to mount CodeJar via Svelte Action.
- Added getting the
HTMLElement
to the<pre>
element via<CodeJar bind:element={XXX}>
- Works similarly to how you would do something like
<div bind:this={XXX}>
- Works similarly to how you would do something like
- Added
language-${SYNTAX}
class to<pre>
for PrismJS - Bump dependency versions
- Bump dependency versions