@@ -7,7 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Nothing yet!
10
+ ### Fixed
11
+
12
+ - Fixed broken color styles ([ #405 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/405 ) )
13
+
14
+ ## [ 0.5.18] - 2025-09-19
15
+
16
+ ### Fixed
17
+
18
+ - Fixed undefined variable error ([ #403 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/403 ) )
19
+
20
+ ## [ 0.5.17] - 2025-09-19
21
+
22
+ ### Added
23
+
24
+ - Add modifiers for description list elements ([ #357 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/357 ) )
25
+ - Add ` prose-picture ` modifier ([ #367 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/367 ) )
26
+
27
+ ### Fixed
28
+
29
+ - Include unit in ` hr ` border-width value ([ #379 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/379 ) )
30
+ - Ensure ` <kbd> ` styles work with Tailwind CSS v4 ([ #387 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/387 ) )
31
+
32
+ ### Changed
33
+
34
+ - Remove lodash dependencies ([ #402 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/402 ) )
35
+
36
+ ## [ 0.5.16] - 2025-01-07
37
+
38
+ ### Fixed
39
+
40
+ - Support installing with beta versions of Tailwind CSS v4 ([ #365 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/365 ) )
41
+
42
+ ## [ 0.5.15] - 2024-08-28
43
+
44
+ ### Fixed
45
+
46
+ - Support installing with alpha versions of Tailwind CSS v4 ([ #358 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/358 ) )
47
+
48
+ ## [ 0.5.14] - 2024-08-07
49
+
50
+ ### Fixed
51
+
52
+ - Fix table text alignment ([ #346 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/346 ) )
53
+
54
+ ## [ 0.5.13] - 2024-04-26
55
+
56
+ ### Fixed
57
+
58
+ - Don't apply margins to ` <br> ` elements contained in an ` <li> ` in FF ([ #350 ] ( https://github.com/tailwindlabs/tailwindcss-typography/pull/350 ) )
11
59
12
60
## [ 0.5.12] - 2024-03-27
13
61
@@ -191,7 +239,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
191
239
192
240
- Everything!
193
241
194
- [ unreleased ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.12...HEAD
242
+ [ unreleased ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.18...HEAD
243
+ [ 0.5.18 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.17...v0.5.18
244
+ [ 0.5.17 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.16...v0.5.17
245
+ [ 0.5.16 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.15...v0.5.16
246
+ [ 0.5.15 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...v0.5.15
247
+ [ 0.5.14 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.13...v0.5.14
248
+ [ 0.5.13 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.12...v0.5.13
195
249
[ 0.5.12 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.11...v0.5.12
196
250
[ 0.5.11 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.10...v0.5.11
197
251
[ 0.5.10 ] : https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.9...v0.5.10
0 commit comments