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/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.8
Choose a base ref
...
head repository: tailwindlabs/prettier-plugin-tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.9
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 19, 2024

  1. Introduce tailwindStylesheet option to replace tailwindEntryPoint (

    …#330)
    
    * Refactor
    
    * Introduce `tailwindStylesheet` option to replace `tailwindEntryPoint`
    
    The old option will still work but the new one is much better named
    
    * Allow `tailwindConfig` to be used as a stylesheet option
    
    This is a compatability feature. People previously used the `tailwindConfig` option to specify the location of their config and naturally expect it to work with a CSS file in v4. The preferred option is `tailwindStylesheet` but making this work is rather simple so it should “just work” for improved DX
    
    * Warn when using outdated config options
    
    * Update readme
    
    * Bump Tailwind version in tests
    
    * Update option in tests
    
    * Update README.md
    
    Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
    
    * Update README.md
    
    Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
    
    * Update README.md
    
    Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
    
    * Tweak title
    
    ---------
    
    Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
    thecrypticace and reinink authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    26a4754 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    thecrypticace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9ce7d37 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    thecrypticace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9e58db2 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    thecrypticace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    962e4ed View commit details
    Browse the repository at this point in the history
  5. 0.6.9

    thecrypticace committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    cdbc764 View commit details
    Browse the repository at this point in the history
Loading