Skip to content

Releases: metonym/svelte-highlight

v7.4.7

28 Dec 18:10

Choose a tag to compare

Fixes

  • use declare const for languages and styles type definitions (#314, bd956d6)

v7.4.6

17 Dec 00:57

Choose a tag to compare

Fixes

  • fix ./*.svelte mapping; use import specifier instead of svelte

v7.4.5

17 Dec 00:43

Choose a tag to compare

Fixes

  • map ./*.svelte files correctly in package.json exports

v7.4.4

17 Dec 00:43

Choose a tag to compare

Fixes

  • add types to exports map in package.json
  • optimize generated CSS using cssnano

v7.4.3

16 Dec 19:00

Choose a tag to compare

Fixes

  • add svelte entry point to exports map in package.json to address Vite development warning (#308, 321e518)

v7.4.2

25 Nov 16:46

Choose a tag to compare

Fixes

v7.4.1

13 Oct 15:51

Choose a tag to compare

Fixes

  • Re-publish package after correctly building it

From version 7.4.0:

Features

  • upgrade highlight.js to version 11.9.0

v7.4.0

13 Oct 15:47

Choose a tag to compare

⚠️ Deprecated due to a bad publish. Please use version 7.4.1

Features

  • upgrade highlight.js to version 11.9.0

v7.3.0

13 May 17:40

Choose a tag to compare

Features

  • upgrade highlight.js to version 11.8.0

v7.2.1

01 Apr 17:43

Choose a tag to compare

Fixes

  • line numbers should not be covered by a solid fill, custom line background color (efd6750, #271)
  • line numbers column should not be covered by code if scrollable (efd6750, #271)