File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
+ ## [ 0.8.0] - 2025-08-02
9
+
10
+ - Support negative widths and stretchability/shrinkability (thanks @basil ) -
11
+ https://github.com/robertknight/tex-linebreak/pull/103
12
+
8
13
## [ 0.7.0] - 2024-01-15
9
14
10
15
- Add built-in type declarations (thanks @w8r ) -
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tex-linebreak" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"main" : " dist/lib.js" ,
5
5
"types" : " dist/types/src/index.d.ts" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments