-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v3.3.2
head repository: tailwindlabs/tailwindcss
compare: v3.3.3
- 17 commits
- 45 files changed
- 7 contributors
Commits on Jul 13, 2023
-
Fix issues with some pseudo-elements (#11111)
* Fix issues with some pseudo-elements We’ve included pseudo elements for backdrop, marker, placeholder, and selection and they were all “jumpable” before we made changes in v3.3.2. Ideally they wouldn’t be because if they ever eventually have any interactivity that could become a problem. * Update changelog
1Configuration menu - View commit details
-
Copy full SHA for 7b4de46 - Browse repository at this point
Copy the full SHA 7b4de46View commit details -
Fix parsing of
theme()
insidecalc()
when there are no spaces aro……und operators (#11157) * Refactor * Don’t resolve functions for anything not using theme or screen * Normalize math operators inside calc when handling functions * Inline postcss-value-parser * Treat all functions the same as calc * Remove workaround for calc + operators without spaces * Remove `postcss-value-parser` dependency * Update lockfile * Update sourcemaps * Update changelog * Update `value-parser` formatting * Stop prettier from complaining
Configuration menu - View commit details
-
Copy full SHA for 79b5b12 - Browse repository at this point
Copy the full SHA 79b5b12View commit details -
Ensure
repeating-conic-gradient
is detected as an image (#11180)* ensure `repeating-conic-gradient` is detected as an image * update changelog
Configuration menu - View commit details
-
Copy full SHA for 63403d8 - Browse repository at this point
Copy the full SHA 63403d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02147e3 - Browse repository at this point
Copy the full SHA 02147e3View commit details -
Move unknown pseudo elements outside of
:is
(#11345)* More pseudo elements outside of `:is` by default * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 61cf624 - Browse repository at this point
Copy the full SHA 61cf624View commit details -
Escape animation names when prefixes contain special characters (#11470)
* Escape animation names when prefixes contain special characters * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 24c6a99 - Browse repository at this point
Copy the full SHA 24c6a99View commit details -
Ensure CI jobs don't run for longer than 15 minutes (#11496)
* fix: prevent long unwanted runs! * add timeout-minutes to all the workflows --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac43650 - Browse repository at this point
Copy the full SHA ac43650View commit details -
Make font settings propagate into buttons, inputs, etc. (#10940)
* Make font settings propagate into buttons, inputs, etc. * update source-maps test due to preflight change * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fb7486 - Browse repository at this point
Copy the full SHA 1fb7486View commit details -
Add
aria-busy
utility (#10966)* Add aria-busy variant This is useful to show a spinner or dim a region that is updating. Very useful in conjunction with [Turbo](https://turbo.hotwired.dev/reference/attributes#automatically-added-attributes) * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b885fff - Browse repository at this point
Copy the full SHA b885fffView commit details -
Reset dialog element styles (#11069)
* disable useragent styling for dialog * nits * Update src/css/preflight.css * Simplify dialog reset We don’t want to reset everything here. Just the padding should be enough. * Update test --------- Co-authored-by: Robin Malfait <[email protected]> Co-authored-by: Jordan Pittman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2432268 - Browse repository at this point
Copy the full SHA 2432268View commit details -
Sort classes using position of first matching rule (#11504)
* Refactor * Sort based on first occurence of a candidate This primarily affects components and utilities which contain multiple matched classes * Simplify * Update changelog * Update
Configuration menu - View commit details
-
Copy full SHA for 80f3e85 - Browse repository at this point
Copy the full SHA 80f3e85View commit details -
Allow variant to be an at-rule without a prelude (#11589)
* Allow variant to be an at-rule without a prelude * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 1c9bb38 - Browse repository at this point
Copy the full SHA 1c9bb38View commit details -
Make PostCSS plugin async to improve performance (#11548)
* make main plugin async This way we can improve the `fs.readFileSync` to a bunch of `fs.promises.readFile` in a `Promise.all` instead. * make CLI plugin async * update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 5b9cbb3 - Browse repository at this point
Copy the full SHA 5b9cbb3View commit details -
Don't prefix arbitrary classes in
peer
/group
variants (#11454)* Refactor * Don’t prefix classes in arbitrary values for group and peer * use `foo` instead of `lol` * handle the prefix inside the group/peer variants Then add the `NoPrefix` feature to the variant itself, which will skip prefixing any other class in the generated selector (because we already took care of prefixing `.group` and `.peer`). We are using an internal symbol such that: - We can keep it as a private API - We don't introduce a breaking change * refactor to simple object instead We will still use a symbol as an internal/private marker, but the data itself will be a simple object for now. If we want to refactor this (and more) in the future using bitflags then we can refactor that in a separate PR. --------- Co-authored-by: Robin Malfait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 005c1be - Browse repository at this point
Copy the full SHA 005c1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f97759f - Browse repository at this point
Copy the full SHA f97759fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6ceb5 - Browse repository at this point
Copy the full SHA 6a6ceb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bd81a0 - Browse repository at this point
Copy the full SHA 0bd81a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.2...v3.3.3