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.3.5
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.3.6
Choose a head ref
  • 14 commits
  • 27 files changed
  • 6 contributors

Commits on Oct 30, 2023

  1. Don’t add spaces to negative numbers following a comma (#12324)

    * Don’t add spaces to negative numbers following a comma
    
    * Update changelog
    thecrypticace committed Oct 30, 2023
    Copy the full SHA
    b6d5eca View commit details
  2. Copy the full SHA
    8c3f80a View commit details
  3. Update changelog

    thecrypticace committed Oct 30, 2023
    Copy the full SHA
    ac171f0 View commit details
  4. Improve resolveConfig return type: merge themes (#12272)

    * Generate types: do not intersect with Config theme type when generating DefaultTheme
    
    * Merge default theme in ResolvedConfig
    
    * UnwrapResolvables on theme.extend as well
    
    * Apply extend to overrides and default theme
    
    * Omit extend from DefaultTheme
    
    * Relax generic constraints, better generic variable names
    
    * Fall back to ThemeConfig if key not in DefaultTheme
    
    * Split out ThemeConfigCustomizable to avoid anys in ThemeConfigResolved
    
    * Allow custom theme properties
    
    * handle TypeScript error
    
    * apply prettier formatting
    
    * update changelog
    
    * change type name
    
    ---------
    
    Co-authored-by: Nikita Gaidakov <ngaidakov@podfather.com>
    Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
    3 people authored and thecrypticace committed Oct 30, 2023
    Copy the full SHA
    ffadf2b View commit details

Commits on Nov 2, 2023

  1. Ensure configured font-feature-settings for mono are included in …

    …Preflight (#12342)
    
    * Use the default font-feature-settings for mono
    
    * Update changelog
    
    * Update tests
    
    ---------
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    tombl and thecrypticace committed Nov 2, 2023
    Copy the full SHA
    817c466 View commit details

Commits on Dec 1, 2023

  1. Remove unused import

    thecrypticace committed Dec 1, 2023
    Copy the full SHA
    da0ee9c View commit details
  2. Fix code style

    thecrypticace committed Dec 1, 2023
    Copy the full SHA
    3713207 View commit details
  3. Don't crash when given applying a variant to a negated version of a s…

    …imple utility (#12514)
    
    * Don't crash when given applying a variant to a negated version of a simple utility
    
    * Update changelog
    thecrypticace committed Dec 1, 2023
    Copy the full SHA
    bbfb5a3 View commit details
  4. Fix generation of utilities that use slashes in arbitrary modifiers (#…

    …12515)
    
    * Fix support for slashes in arbitrary modifiers
    
    * Update changelog
    thecrypticace committed Dec 1, 2023
    Copy the full SHA
    adb6f15 View commit details
  5. Fix source maps of variant utilities that come from an @layer rule (#…

    …12508)
    
    * Refactor
    
    * Keep traversing sibling nodes
    
    * Make sure the root node has a source location for the end
    
    * Add source map test for at-rule variants
    
    * Update changelog
    thecrypticace committed Dec 1, 2023
    Copy the full SHA
    2dcb1fc View commit details
  6. Copy the full SHA
    e26a1ba View commit details

Commits on Dec 4, 2023

  1. Improve candidate detection in minified JS arrays (without spaces) (#…

    …12396)
    
    * add test to verify `["util1","util2"]` works
    
    * update extractor regex, to reduce valid values in the arbitrary value part
    
    Co-authored-by: Autom <mijnnaamis2112@hotmail.com>
    
    * add special case with deeply nested `[]`
    
    * update changelog
    
    * move oxide changelog itemsto the bottom
    
    ---------
    
    Co-authored-by: Autom <mijnnaamis2112@hotmail.com>
    2 people authored and thecrypticace committed Dec 4, 2023
    Copy the full SHA
    89470d2 View commit details
  2. Copy the full SHA
    16fd9ff View commit details
  3. 3.3.6

    thecrypticace committed Dec 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3125829 View commit details
Loading