File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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**
Original file line number Diff line number Diff line change 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)" ,
You can’t perform that action at this time.
0 commit comments