Releases: tailwindlabs/tailwindcss-typography
Releases · tailwindlabs/tailwindcss-typography
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)
v0.5.8
Fixed
- Fix selector when using a non-default class (e.g.
prose-sm
) (#289)
v0.5.7
Fixed
- Update TypeScript types (#284)