-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: tailwindlabs/tailwindcss
base: v3.3.1
head repository: tailwindlabs/tailwindcss
compare: v3.3.2
- 14 commits
- 70 files changed
- 4 contributors
Commits on Mar 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d731049 - Browse repository at this point
Copy the full SHA d731049View commit details
Commits on Apr 4, 2023
-
Don’t move
::ng-deep
pseudo element to end of selector when using `……@apply` (#10943) * Don’t move `::ng-deep` pseudo element * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 467a39e - Browse repository at this point
Copy the full SHA 467a39eView commit details
Commits on Apr 7, 2023
-
Don’t move unknown pseudo-elements to the end of selectors (#10962)
* Don’t move `::deep` pseudo element to end of selector when using `@apply` * Update changelog * Move pseudo-elements in two passes * Rewrite pseudo-element relocation logic * Update test `::test` is an unknown pseudo element and therefore may be actionable _and_ nestable * Add tests * Simplify tests * Simplify * run tests on CI multiple times This works around the timeouts/flakeyness of GitHub Actions * Update formatting * Add comment * Mark webkit peusdo elements as terminal * update comment * only execute the `global-setup` once * Simplify NO SORT FN YAY * Use typedefs * Update changelog * Update changelog * update again --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e3a9d5f - Browse repository at this point
Copy the full SHA e3a9d5fView commit details
Commits on Apr 13, 2023
-
Fix gradient stop positions with transparent colors and/or variants (#…
…11002) * fixed gradient stop for default transparent * Inherit gradient stop positions when using variants * Update tests * Update changelog --------- Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for 9f86019 - Browse repository at this point
Copy the full SHA 9f86019View commit details
Commits on Apr 18, 2023
-
Replace
__OXIDE__
at build time to prevent@tailwindcss/oxide
lea……ks in the stable engine (#10988) * replace `env.OXIDE` with global `__OXIDE__` This will allow us to replace the `__OXIDE__` at build time, and fully remove the branches from the final code so that there is not even any reference to `@tailwindcss/oxide` on the stable engine. * update changelog * use `env.ENGINE` in integration tests * drop oxide branching for the PostCSS plugin for now This is currently a redirect to the same file, so doesn't hurt. * Enable better dead-code elimination * Update CLI tests Fix indentation * Fix indentation --------- Co-authored-by: Jordan Pittman <jordan@cryptica.me>
Configuration menu - View commit details
-
Copy full SHA for 72bc318 - Browse repository at this point
Copy the full SHA 72bc318View commit details -
Configuration menu - View commit details
-
Copy full SHA for defdc4b - Browse repository at this point
Copy the full SHA defdc4bView commit details
Commits on Apr 19, 2023
-
Ensure multiple
theme(spacing[5])
calls with bracket notation in ar……bitrary properties work (#11039) * ensure that last `]` doesn't stop the match Given this input: ```html <div class="[width:_calc(theme(spacing[5])_+_theme(spacing[5]))]"></div> ``` Then we would expect the match to be this: ``` [width:_calc(theme(spacing[5])_+_theme(spacing[5]))] ``` However, with the `?`, then it would stop and result in: ``` [width:_calc(theme(spacing[5])_+_theme(spacing[5] ``` Which makes it incomplete because the `))]` are missing at the end. * update changelog
Configuration menu - View commit details
-
Copy full SHA for 0e2b451 - Browse repository at this point
Copy the full SHA 0e2b451View commit details
Commits on Apr 21, 2023
-
Normalize arbitrary modifiers (#11057)
* ensure we normalize the arbitrary modifiers This applies the same rules as arbitrary values. The `_` can be used in place of a space. If you _do_ want an underscore, you can escape it with `\_` (`\\_` in JavaScript). * update changelog
1Configuration menu - View commit details
-
Copy full SHA for 9bb45cd - Browse repository at this point
Copy the full SHA 9bb45cdView commit details
Commits on Apr 25, 2023
-
Drop support for Node.js v12 (#11089)
* bump `postcss-load-config` in the oxide engine * bump `postcss-load-config` in the stable engine * update changelog * Switch to stable * Update Node to v14 * Update to latest dependency versions * Update test helper for new version of `rimraf` Co-Authored-By: Jordan Pittman <jordan@cryptica.me> * Downgrade `lightningcss` to `v1.18.0` Co-Authored-By: Jordan Pittman <jordan@cryptica.me> * Switch back to oxide * Update Github actions from Node 12 to Node 14 * Update oxide dependencies * Update stable dependencies * Update `content-resolution` integration test dependencies * Update `postcss-cli` integration test dependencies * Update `rollup` integration test dependencies * Update `rollup-sass` integration test dependencies * Update `vite` integration test dependencies * Update `webpack-5` integration test dependencies * Update changelog * Remove `color-name` dependency * Replace `quick-lru` dependency with `@alloc/quick-lru` * Replace `quick-lru` dependency with `@alloc/quick-lru` in stable * Fix standalone CLI test --------- Co-authored-by: Jonathan Reinink <jonathan@reinink.ca> Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1Configuration menu - View commit details
-
Copy full SHA for bd0497f - Browse repository at this point
Copy the full SHA bd0497fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 0e539a7 - Browse repository at this point
Copy the full SHA 0e539a7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7bd1a3f - Browse repository at this point
Copy the full SHA 7bd1a3fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for adc8334 - Browse repository at this point
Copy the full SHA adc8334View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 48ff773 - Browse repository at this point
Copy the full SHA 48ff773View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1867744 - Browse repository at this point
Copy the full SHA 1867744View 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.1...v3.3.2