Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tailwindlabs/tailwindcss-typography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.16
Choose a base ref
...
head repository: tailwindlabs/tailwindcss-typography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.18
Choose a head ref
  • 20 commits
  • 10 files changed
  • 15 contributors

Commits on Jan 28, 2025

  1. Update README.md

    adamwathan authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    d1e6421 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    43a4c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb252ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab25dc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    1a6972e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Change the borderTopWidth value for hr from integer to a pixel value (#…

    …379)
    
    * Change the borderTopWidth value for hr from an integer value to a pixel value
    
    * Update CHANGELOG.md
    
    ---------
    
    Co-authored-by: Adam Wathan <[email protected]>
    rahuldotdev and adamwathan authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    3e75cb0 View commit details
    Browse the repository at this point in the history
  2. Fix typo in comments (#378)

    lkb85 authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    c92dc1c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    632970e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Include v3 installation instructions alongside v4 (#388)

    * Include link to v3 installation instructions
    
    Helpful for us on older projects and installing this plugin.
    
    * Add instructions instead of linking
    
    * Update
    
    * update
    
    * Add code fence blocks
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    morrislaptop and thecrypticace authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    d3c1fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25051fb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Clarify 'not-prose' usage when using prefixes (#399)

    * Update README with 'not-prose' usage clarification
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    willmruzek and thecrypticace authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    b7cdf1e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Remove lodash dependencies (#402)

    * Remove lodash dependencies
    
    Replace lodash.merge, lodash.castarray, and lodash.isplainobject with inline implementations to reduce bundle size and eliminate external dependencies. The merge function maintains full compatibility with lodash behavior, including recursive merging of nested objects within arrays.
    
    - Remove lodash.merge, lodash.castarray, lodash.isplainobject from dependencies
    - Add inline implementations in src/utils.js with identical behavior
    - Update src/index.js to import utilities from utils module
    - Maintain backward compatibility and all existing functionality
    
    Fixes bundle size concerns raised in community discussions about lodash dependencies.
    
    * Add changelog
    philipp-spiess authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ecb7d5c View commit details
    Browse the repository at this point in the history
  2. Add Tailwind v4 custom color theme example to README (#396)

    * Add Tailwind v4 custom color theme example to README
    
    * Small fixes
    
    ---------
    
    Co-authored-by: Philipp Spiess <[email protected]>
    henry-corpusant and philipp-spiess authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ecb7e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Fix kbd shadow colors not being calculated on oklch colors (#387)

    * fix: correctly apply alpha to kbd shadows when not hex
    
    * Use `color-mix(…)` for non hex values
    
    * Add changelog
    
    ---------
    
    Co-authored-by: Philipp Spiess <[email protected]>
    te6-in and philipp-spiess authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    f822222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    042a531 View commit details
    Browse the repository at this point in the history
  3. Add modifiers for description list elements (#357)

    Hello! 👋🏼
    
    _I tried finding some contribution guidelines but couldn't; Hopefully
    this is allowed even though it does not address an active issue._
    
    The description list elements introduced in #316 did not include a way
    to target these using `prose-dl:` so I have taken the liberty of adding
    them in.
    hampusolsen authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    511afcb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    e0ec248 View commit details
    Browse the repository at this point in the history
  2. 0.5.17

    philipp-spiess committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    7efcb4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed95206 View commit details
    Browse the repository at this point in the history
  4. 0.5.18

    thecrypticace committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    b316f95 View commit details
    Browse the repository at this point in the history
Loading