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.2.2
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.2.3
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 7, 2023

  1. Fix Glimmer Concatenation (#119)

    * test(Glimmer): Add Failing Test For Glimmer Concatenation
    
    Glimmer supports concatenation via the `(concat)` helper.
    
    The plugin is currently incorrectly breaking up the concatenation
    
    This adds a failing test showing the issue.
    
    * fix(Glimmer): Fix Glimmer Concatenation
    
    Use ignoreLast in a Glimmer StringLiteral if the parent is a SubExpression (meaning helper) and the last character of the node value is not whitespace
    
    Meaning `(concat "border-l-blue border-" @color)` does not get sorted
    
    While `(concat "border-l-blue border ")` does get sorted
    
    * fix(Glimmer): Only Fix Concat Helper
    
    The main issue is with (concat) so we will hardcode that in
    
    If in the future we think we need more helpers we can do that
    
    * Update changelog
    
    * Tweak regex
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    Alonski and thecrypticace authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e14a94b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Ianvs prettier plugin sort imports (#122)

    * Add "@ianvs/prettier-plugin-sort-imports" to list of compatible plugins
    
    * add "@ianvs/prettier-plugin-sort-imports" to readme
    
    * Update dependencies
    
    * Add test
    
    * Update test
    
    * Fix existing changelog entry
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Jordan Pittman <[email protected]>
    j and thecrypticace authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f9b249b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. update changelog

    thecrypticace committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    06327b7 View commit details
    Browse the repository at this point in the history
  2. 0.2.3

    thecrypticace committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    fef2c9c View commit details
    Browse the repository at this point in the history
Loading