Skip to content

v6.0.0

Compare
Choose a tag to compare
@metonym metonym released this 26 Mar 17:23
· 353 commits to master since this release

Breaking Changes

  • use SvelteKit to package the library and auto-generate TypeScript definitions
    • styles are moved from src/styles to styles
    • languages are moved from src/languages to languages
- import github from "svelte-highlight/src/styles/github";
+ import github from "svelte-highlight/styles/github";

- import typescript from "svelte-highlight/src/languages/typescript";
+ import typescript from "svelte-highlight/languages/typescript";