Skip to content

Releases: metonym/svelte-highlight

v5.2.2

25 Feb 15:20
Compare
Choose a tag to compare

Fixes

  • use default export from highlight.js/lib/core.js

v5.2.1

12 Feb 00:38
Compare
Choose a tag to compare

Fixes

v5.2.0

06 Jan 16:12
Compare
Choose a tag to compare

Features

v5.1.4

18 Dec 15:12
Compare
Choose a tag to compare
  • recommend installing highlight.js as a dependency for pnpm users

v5.1.3

13 Nov 23:14
Compare
Choose a tag to compare
  • patch highlight.js to version 11.3.1

v5.1.2

19 Oct 16:01
Compare
Choose a tag to compare

Fixes

  • move TypeScript definitions components to the src/ folder

v5.1.1

19 Oct 15:48
Compare
Choose a tag to compare

Fixes

  • emit TypeScript definitions for languages and styles to the src/ folder

v5.1.0

17 Oct 14:30
Compare
Choose a tag to compare

Features

  • upgrade highlight.js to v11.3.0

v5.0.0

08 Oct 23:05
Compare
Choose a tag to compare

Breaking Changes

  • use .svelte.d.ts extension for TypeScript definitions

v4.0.0

16 Sep 19:08
Compare
Choose a tag to compare

Breaking Changes

  • move .hljs class from pre to code (ead430a, #173 contributed by @willster277)
  • change padding of pre.langtag::after to 1em (ead430a, #173 contributed by @willster277)