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.2.1
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.2.2
Choose a head ref
  • 18 commits
  • 20 files changed
  • 9 contributors

Commits on Oct 24, 2022

  1. Escape special characters in resolved content base path (#9650)

    * Refactor
    
    * Escape special characters in the content pattern base path
    
    * Update changelog
    thecrypticace authored Oct 24, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e63c111 View commit details
  2. Fix nested style have redundant CSS (#9644)

    * Fix nested style have redundant `CSS`
    
    * wip
    
    * Update changelog
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    KhooHaoYit and thecrypticace authored Oct 24, 2022

    Verified

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

Commits on Oct 27, 2022

  1. Copy the full SHA
    2cd6fad View commit details

Commits on Oct 28, 2022

  1. Copy the full SHA
    c936989 View commit details

Commits on Nov 1, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    661f58c View commit details
  2. Fix merging of arrays during config resolution (#9706)

    * Fix merging of arrays during config resolution
    
    * Update changelog
    bradlc authored Nov 1, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e231ea6 View commit details
  3. Ensure configured font-feature-settings are included in Preflight (#…

    …9707)
    
    * Add `font-feature-settings` to `html` in preflight
    
    * Update source map test snapshots
    
    * Update changelog
    bradlc authored Nov 1, 2022

    Verified

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

Commits on Nov 2, 2022

  1. Copy the full SHA
    88dcb6e View commit details

Commits on Nov 3, 2022

  1. Fix fractional values not being parsed properly inside arbitrary prop…

    …erties (#9705)
    
    * remove redundant closing bracket in regex pattern
    
    * test fractional spacing values in theme function
    
    * add test that ensures arbitrary properties are separate
    
    * update changelog
    
    Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
    akbng and RobinMalfait authored Nov 3, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c10ba4e View commit details
  2. Fix incorrect selectors when using @apply in selectors with combina…

    …tors and pseudos (#9722)
    
    * sort tags, classes and pseudos per group (separated by combinators)
    
    * use default behaviour of sort
    
    * update changelog
    RobinMalfait authored Nov 3, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d33b650 View commit details
  3. Fix not rebuilding files when rename event is emit (#9689)

    * Fix CLI not rebuilding files when `rename` event is emit
    
    * Refactor watching code
    
    * Simplify
    
    * Add rebuild timer
    
    * Move timer into `recordChangedFile`
    
    Co-authored-by: Jordan Pittman <jordan@cryptica.me>
    natrys and thecrypticace authored Nov 3, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0a4ae77 View commit details
  4. Fix cannot read properties of undefined (reading 'modifier') (#9656)

    * fix #9655
    
    * update changelog
    
    * add test for making sure calling variantFn doesn't crash
    
    * make it behave as-if modifiers didn't exist
    
    Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
    ttkoma and RobinMalfait authored Nov 3, 2022

    Verified

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

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    aa979d6 View commit details
  6. update changelog

    RobinMalfait committed Nov 3, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    226be11 View commit details
  7. Copy the full SHA
    30d2595 View commit details

Commits on Nov 4, 2022

  1. Copy the full SHA
    260e392 View commit details
  2. update changelog

    RobinMalfait committed Nov 4, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    a5b6ec2 View commit details
  3. 3.2.2

    RobinMalfait committed Nov 4, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    RobinMalfait Robin Malfait
    Copy the full SHA
    763fdde View commit details
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing yet!

## [3.2.2] - 2022-11-04

### Fixed

- Escape special characters in resolved content base paths ([#9650](https://github.com/tailwindlabs/tailwindcss/pull/9650))
- Don't reuse container for array returning variant functions ([#9644](https://github.com/tailwindlabs/tailwindcss/pull/9644))
- Exclude non-relevant selectors when generating rules with the important modifier ([#9677](https://github.com/tailwindlabs/tailwindcss/issues/9677))
- Fix merging of arrays during config resolution ([#9706](https://github.com/tailwindlabs/tailwindcss/issues/9706))
- Ensure configured `font-feature-settings` are included in Preflight ([#9707](https://github.com/tailwindlabs/tailwindcss/pull/9707))
- Fix fractional values not being parsed properly inside arbitrary properties ([#9705](https://github.com/tailwindlabs/tailwindcss/pull/9705))
- Fix incorrect selectors when using `@apply` in selectors with combinators and pseudos ([#9722](https://github.com/tailwindlabs/tailwindcss/pull/9722))
- Fix cannot read properties of undefined (reading 'modifier') ([#9656](https://github.com/tailwindlabs/tailwindcss/pull/9656), [aa979d6](https://github.com/tailwindlabs/tailwindcss/commit/aa979d645f8bf4108c5fc938d7c0ba085b654c31))

## [3.2.1] - 2022-10-21

### Fixed
@@ -2088,7 +2101,8 @@ No release notes

- Everything!

[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.1...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.8...v3.2.0
[3.1.8]: https://github.com/tailwindlabs/tailwindcss/compare/v3.1.7...v3.1.8
Loading