File tree 2 files changed +9
-3
lines changed 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 7.6.0] ( https://github.com/metonym/svelte-highlight/releases/tag/v7.6.0 ) - 2025-02-05
8
+ ## [ 7.6.1] ( https://github.com/metonym/svelte-highlight/releases/tag/v7.6.1 ) - 2024-05-15
9
+
10
+ ** Fixes**
11
+
12
+ - avoid self-closing tag in ` LineNumbers ` to address Svelte 5 warning
13
+
14
+ ## [ 7.6.0] ( https://github.com/metonym/svelte-highlight/releases/tag/v7.6.0 ) - 2024-02-05
9
15
10
16
** Features**
11
17
12
18
- add ` --langtag-top ` , ` --langtag-right ` style props
13
19
14
- ## [ 7.5.0] ( https://github.com/metonym/svelte-highlight/releases/tag/v7.5.0 ) - 2025 -02-01
20
+ ## [ 7.5.0] ( https://github.com/metonym/svelte-highlight/releases/tag/v7.5.0 ) - 2024 -02-01
15
21
16
22
** Features**
17
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-highlight" ,
3
- "version" : " 7.6.0 " ,
3
+ "version" : " 7.6.1 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " Svelte component library for highlighting code using highlight.js" ,
6
6
"author" : " Eric Liu (https://github.com/metonym)" ,
You can’t perform that action at this time.
0 commit comments