Skip to content

Latest commit

 

History

History
226 lines (138 loc) · 9.18 KB

CHANGELOG.md

File metadata and controls

226 lines (138 loc) · 9.18 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Nothing yet!

0.5.13 - 2024-04-26

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)

0.5.12 - 2024-03-27

Added

  • Use logical properties for better RTL support (#323)

0.5.11 - 2024-03-26

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)

0.5.10 - 2023-09-05

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)

0.5.9 - 2023-01-10

Fixed

  • Ensure p styles are inserted before .lead styles (#294)

0.5.8 - 2022-11-07

Fixed

  • Fix selector when using a non-default class (e.g. prose-sm) (#289)

0.5.7 - 2022-09-02

Fixed

  • Update TypeScript types (#284)

0.5.6 - 2022-09-01

0.5.5 - 2022-09-01

Added

  • Add typescript types (#283)

0.5.4 - 2022-07-12

Fixed

  • Update strong and code color styles to inherit from parent (#276)

0.5.3 - 2022-07-07

Added

  • Add styles for tfoot elements (#243)
  • Add prose-h5 and prose-h6 variants (#273)

Fixed

  • Fix prose elements legacy mode (#259)
  • Allow lead class to override element styles (#260)
  • Fix generation of prose-headings variant (#264)
  • Fix figure spacing (#267)
  • Fix child combinator :where selectors (#268)
  • Fix prose-headings variant to include h5 and h6 elements (#273)

0.5.2 - 2022-02-14

Fixed

  • Ensure nested selectors using &:hover work (#246)

0.5.1 - 2022-01-28

Removed

  • Remove dist folder and related dependencies (#226)

Fixed

  • Don't generate invalid CSS when given an array of property values (#224)

0.5.0 - 2021-12-09

0.5.0-alpha.3 - 2021-11-08

Changes

  • Use :where to reduce specificity, making it possible to override prose children with utilities (#203)
  • Support "undoing" prose styles using the not-prose class on a group of child elements (#205)
  • Update color palette for v3 (#206)
  • Improve customization API, add alternate grays, add dark mode support, use ::marker instead of pseudo-elements, and add child element variants (eg. prose-h1:underline)(#216)

0.5.0-alpha.2 - 2021-11-08

0.5.0-alpha.1 - 2021-11-08

0.4.1 - 2021-05-24

Fixed

  • Fix list-style modifier selectors (#137)

0.4.0 - 2021-01-15

Fixed

  • Colors without 600 variant, breaks everything (#107)
  • Fix empty line in firefox for pre code tags (#125)

Added

  • Add support for the start and reversed attribute on ol elements (#110)
  • Add support for the type on ul and ol elements (#126)

Changed (internal)

  • Bumped dependencies (#103, #115)
  • Cleanup/improve readme (#95)
  • Reduce package size (#112)

0.3.0 - 2020-11-20

Changed

  • Add support for Tailwind CSS v2.0 and drops support for v1.0 (#79, #82, #87)
  • Use extend for any overrides, assigning directly to theme.typography now completely overrides default configuration
  • Consistently use ::before instead of :before (ba33d77)
  • Read color values from the user's theme instead of only the default theme

Added

  • Add new className option for overriding prose class (#28)
  • Add color modifiers by default like prose-blue for setting link styles (#92)

0.2.0 - 2020-07-15

Changes

  • Switches how variants are generated to use the new component variants API in Tailwind 1.5, dropping support for Tailwind < 1.5

0.1.4 - 2020-07-15

Fixes

  • Fixes an issue where the lead class was not being applied correctly when used in conjunction with responsive variants

0.1.3 - 2020-07-14

Fixes

  • Fixes an issue where the configured monospace font family was not used by default for pre and code blocks

0.1.2 - 2020-07-14

Fixes

  • Fixes an issue in our internal rounding logic that would round values like 20 to 2 👀

0.1.1 - 2020-07-14

Fixes

  • Fixes an issue where the plugin was totally broken and didn't work at all because I deleted some code without even testing my changes 🧠

0.1.0 - 2020-07-14

Added

  • Everything!