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.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.2.5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. Update changelog

    reinink authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1758ab4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Fix class sorting in capture liquid tag (#131)

    * Refactor liquid script attribute sorting
    
    The Liquid prettier plugin consults the `source` property on various nodes when re-printing the AST as text. Which one gets looked at depends on what type of node is being analyzed and even what ancestor nodes there are. For instance, attributes consult the `source` on the attribute node. But some Liquid Tags end up looking at the source property of the liquid tag instead of the nodes inside it even if they’re modified (for the purposes of attrbute sorting at least).
    
    This new setup allows us to push objects with `source` properties that can all be updated simultanously when sorting the value of an attribute.
    
    * Fix class sorting in `capture` liquid tag
    
    * Update changelog
    thecrypticace authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b207705 View commit details
    Browse the repository at this point in the history
  2. update changelog

    thecrypticace committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a36aba3 View commit details
    Browse the repository at this point in the history
  3. 0.2.5

    thecrypticace committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    fa6efdb View commit details
    Browse the repository at this point in the history
Loading