Skip to content

Commit 8e783b2

Browse files
committed
v7.9.0
1 parent 6f5ab04 commit 8e783b2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [7.9.0](https://github.com/metonym/svelte-highlight/releases/tag/v7.9.0) - 2025-10-21
9+
10+
**Features**
11+
12+
- add `languageNames` prop to `HighlightAuto` to allow a subset of languages
13+
- update `languageName` in `LangTag` to use `LanguageName` utility type
14+
- export `LanguageName` utility type
15+
816
## [7.8.4](https://github.com/metonym/svelte-highlight/releases/tag/v7.8.4) - 2025-08-31
917

1018
**Fixes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-highlight",
3-
"version": "7.8.4",
3+
"version": "7.9.0",
44
"license": "MIT",
55
"description": "Svelte component library for highlighting code using highlight.js",
66
"author": "Eric Liu (https://github.com/metonym)",

0 commit comments

Comments
 (0)