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.5.4
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.5.5
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Aug 31, 2023

  1. Update changelog

    thecrypticace committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    38fed86 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Sort classes inside className in Astro (#215)

    * Update lockfile
    
    * Add `className` to sortable properties in Astro
    
    When using Astro with React you’d also want to sort `className` in addition to `class` and `class:list`. While we might be able to do some work to figure out if the element the attribute is on is a React component it seems unnecessary and I think it’s reasonable to have this enabled all the time.
    
    * Update changelog
    thecrypticace authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b300077 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Support member access on function calls (#218)

    * Refactor
    
    * Fix test script
    
    * Support member access on function calls
    
    * Update changelog
    thecrypticace authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    047d591 View commit details
    Browse the repository at this point in the history
  2. update changelog

    thecrypticace committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bf986b5 View commit details
    Browse the repository at this point in the history
  3. 0.5.5

    thecrypticace committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    12d175e View commit details
    Browse the repository at this point in the history
Loading