Releases: tailwindlabs/tailwindcss-typography
Releases · tailwindlabs/tailwindcss-typography
v0.5.18
Fixed
- Fixed undefined variable error (#403)
v0.5.17
Added
- Add modifiers for description list elements (#357)
- Add
prose-picture
modifier (#367)
Fixed
- Include unit in
hr
border-width value (#379)
- Ensure
<kbd>
styles work with Tailwind CSS v4 (#387)
Changed
- Remove lodash dependencies (#402)
v0.5.16
Fixed
- Support installing with beta versions of Tailwind CSS v4 (#365)
v0.5.15
Fixed
- Support installing with alpha versions of Tailwind CSS v4 (#358)
v0.5.14
- Fix table text alignment (#346)
v0.5.13
Fixed
- Don't apply margins to
<br>
elements contained in an <li>
in FF (#350)
v0.5.12
Added
- Use logical properties for better RTL support (#323)
v0.5.11
Added
- Add
prose-kbd
modifier (#340)
Fixed
- Fix space between
<figcaption>
and <video>
(#339)
v0.5.10
Fixed
- Fix space between
<figcaption>
and <pre>
(#313)
- Remove typography styles from
not-prose
elements in addition to their children (#301)
- Add
<picture>
styles (#314)
- Fix
prose-invert
when used with colors in light mode (#315)
- Add
<kbd>
styles (#317)
- Add description list (
<dl>
, <dt>
, <dd>
) styles (#316)
v0.5.9
Fixed
- Ensure
p
styles are inserted before .lead
styles (#294)