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/tailwindcss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.15
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.16
Choose a head ref
  • 8 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 15, 2022

  1. Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#…

    …7080)
    
    * ensure that we compile the postcss nesting plugin
    
    * re-add optional chaining
    
    This will allow us to be 100% sure that we can safely call
    hasOwnProperty in case we get some very strange objects.
    
    This will now also be compiled/transpiled by esbuild.
    
    * import the internal postcss nesting plugin
    
    This allows us to work on it without re-compiling while running tests.
    Just like we do with all other code.
    
    * update changelog
    RobinMalfait authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    167668e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    3e2a067 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    b99f380 View commit details
    Browse the repository at this point in the history
  2. Fix grammatical mistake

    thecrypticace committed Jan 17, 2022
    1 Configuration menu
    Copy the full SHA
    cca5a38 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    f8ed6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab689c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. update changelog

    RobinMalfait committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    837781a View commit details
    Browse the repository at this point in the history
  2. 3.0.16

    RobinMalfait committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b1c77d6 View commit details
    Browse the repository at this point in the history
Loading