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: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5
Choose a base ref
...
head repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.6
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 17, 2022

  1. Add additional recovery step when running into platform related issue…

    …s. (#122)
    
    * Add additional recovery step instructions.
    
    * Update instructions.
    
    * Add link to additional information.
    andrewculver authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    6ca2550 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Update tailwindcss to v3.0.22 (#143)

    # CHANGELOG
    
    ## [3.0.22] - 2022-02-11
    
    ### Fixed
    
    - Temporarily move postcss to dependencies ([#7424](tailwindlabs/tailwindcss#7424))
    
    ## [3.0.21] - 2022-02-10
    
    ### Fixed
    
    - Move prettier plugin to dev dependencies ([#7418](tailwindlabs/tailwindcss#7418))
    
    ## [3.0.20] - 2022-02-10
    
    ### Added
    
    - Expose `context.sortClassList(classes)` ([#7412](tailwindlabs/tailwindcss#7412))
    
    ## [3.0.19] - 2022-02-07
    
    ### Fixed
    
    - Fix preflight border color fallback ([#7288](tailwindlabs/tailwindcss#7288))
    - Correctly parse shadow lengths without a leading zero ([#7289](tailwindlabs/tailwindcss#7289))
    - Don't crash when scanning extremely long class candidates ([#7331](tailwindlabs/tailwindcss#7331))
    - Use less hacky fix for URLs detected as custom properties ([#7275](tailwindlabs/tailwindcss#7275))
    - Correctly generate negative utilities when dash is before the prefix ([#7295](tailwindlabs/tailwindcss#7295))
    - Detect prefixed negative utilities in the safelist ([#7295](tailwindlabs/tailwindcss#7295))
    
    ## [3.0.18] - 2022-01-28
    
    ### Fixed
    
    - Fix `@apply` order regression (in `addComponents`, `addUtilities`, ...) ([#7232](tailwindlabs/tailwindcss#7232))
    - Quick fix for incorrect arbitrary properties when using URLs ([#7252](tailwindlabs/tailwindcss#7252))
    
    ## [3.0.17] - 2022-01-26
    
    ### Fixed
    
    - Remove false positive warning in CLI when using the `--content` option ([#7220](tailwindlabs/tailwindcss#7220))
    
    ## [3.0.16] - 2022-01-24
    
    ### Fixed
    
    - Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) ([#7080](tailwindlabs/tailwindcss#7080))
    - Improve various warnings ([#7118](tailwindlabs/tailwindcss#7118))
    - Fix grammatical mistake ([cca5a38](tailwindlabs/tailwindcss@cca5a38))
    dukex authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0193dd7 View commit details
    Browse the repository at this point in the history
  2. Always minify output

    dhh committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c76f5d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bc6ab9 View commit details
    Browse the repository at this point in the history
  4. Bump version for 2.0.6

    dhh committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4dddc6b View commit details
    Browse the repository at this point in the history
Loading