Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Releases: ydcjeff/unocss-preset-typography

v0.4.0

21 Jan 11:12
Compare
Choose a tag to compare

Please refer to CHANGELOG.md for details.

v0.3.0

22 Nov 10:52
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • prose colors align with Tailwind v3 (e26c4d1)

Old prose colors mapping to new prose colors

  • prose-warmgray -> prose-stone
  • prose-truegray -> prose-neutral
  • prose-coolgray -> prose-gray
  • prose-bluegray -> prose-slate
  • prose-gray -> prose-zinc

v0.2.2

20 Nov 07:44
Compare
Choose a tag to compare

Bug Fixes

  • remove margin 0 in standalone pre tag (7dc9829)

v0.2.1

20 Nov 07:41
Compare
Choose a tag to compare

Bug Fixes

  • add margin & line-height to pre (c8e58be)

v0.2.0

19 Nov 06:51
Compare
Choose a tag to compare

0.2.0 (2021-11-19)

See the demo.

Features

  • add option for css extending (eb75858)

  • add styles for picture, summary, abbr, kbd, details (d2077c3)

  • allow passing custom className (b8cc045)

  • single prose utility to use with text-* utilities (51d71d4)

BREAKING CHANGES

  • prose-sm, prose-base, prose-lg, prose-xl, and prose-2xl are removed in favor of text-sm, text-base, text-lg, text-xl, and text-2xl. Now prose rule scales with the text-* utilities for screen variants.

  • Since there is only prose class, generated CSS file size also reduces. Selectors with same CSS declarations are also merged.

  • Mostly typographic usage are for content coming from markdown or CMS. Therefore, the default prose class only includes CSS for standard markdown features without any extra plugins for extra HTML tags.

  • CSS generated by this preset are now grouped under typography layer with order 8 -1 (see below).

  • change typography layer to -1 (a3a2e01)

  • simplify CSS vars (0a38db2)

  • reduce CSS color variables (ef6f11d)

v0.1.1

13 Nov 13:41
Compare
Choose a tag to compare

Bug Fixes

  • use colors as string to avoid ts-ignore (8617e58)

v0.1.0

13 Nov 08:25
Compare
Choose a tag to compare

Bug Fixes

  • use pnpm/action-setup@v2 in release (8f21027)

Features

  • initial unocss-preset-typography (93cafda)

v0.0.4

13 Nov 08:19
Compare
Choose a tag to compare
release: v0.0.4