Commit Graph

  • 667af255b3 Vite: Don't rebase absolute url()s (#15275) Philipp Spiess 2024-12-02 20:23:38 +01:00
  • 6af483547e Improve performance of scanning source files (#15270) Robin Malfait 2024-12-02 20:03:10 +01:00
  • 0b65e24b35 Vite: Don't rebase absolute url() fix/dont-rebase-absolute-urls Philipp Spiess 2024-12-02 18:09:20 +01:00
  • e9426d01a6 Use correct values for float-start/end and clear-start/end (#15261) Adam Wathan 2024-12-02 09:34:13 -05:00
  • 973650624d Prepare v4.0.0-beta.4 (#15245) v4.0.0-beta.4 Robin Malfait 2024-11-29 17:18:42 +01:00
  • a18ae8e734 Migrate backdrop-blur-* utilities (#15242) Robin Malfait 2024-11-29 17:11:47 +01:00
  • 3ab98f0533 Upgrade: Do not migrate overflow-clip utility (#15244) Philipp Spiess 2024-11-29 17:00:15 +01:00
  • 99b73ee368 Improve performance of @tailwindcss/postcss and @tailwindcss/vite (#15226) Robin Malfait 2024-11-29 16:59:29 +01:00
  • 2702cfcc2c Fix Plugin type issue (#14668) Brody McKee 2024-11-28 21:12:08 +11:00
  • 6abd8086c3 Prepare v4.0.0-beta.3 (#15217) v4.0.0-beta.3 Philipp Spiess 2024-11-27 18:15:21 +01:00
  • 4dbe90c02f Add Windows ARM build in CI (#15171) Philipp Spiess 2024-11-27 17:50:34 +01:00
  • 7347a2fd1c Vite: Use Vite resolvers for CSS and JS files (#15173) Philipp Spiess 2024-11-27 17:48:55 +01:00
  • a1f78a2b34 Don't register properties with types unless necessary (#15215) Adam Wathan 2024-11-27 11:47:27 -05:00
  • aa15964b28 Use unitless line-heights for font-size variables (#15216) Adam Wathan 2024-11-27 11:39:04 -05:00
  • 31cfbc7669 Update Vite to 6.0 (#15197) Philipp Spiess 2024-11-27 17:34:50 +01:00
  • 317cf089b9 Upgrade: Migrate prefixed group and peer classes (#15208) Philipp Spiess 2024-11-27 17:34:27 +01:00
  • bfcc144798 Reduce precision of oklab() arguments in test snapshots (#15210) Philipp Spiess 2024-11-27 17:06:19 +01:00
  • 6aac3cbd69 Throw when layer(…) in @import is in the incorrect spot (#15109) Robin Malfait 2024-11-27 12:33:25 +01:00
  • 961e8da8fd Use oklab instead of oklch for color-mix(…) and gradients (#15201) Adam Wathan 2024-11-27 06:18:31 -05:00
  • f9355a3493 Update eslint 9.11.1 → 9.15.0 (minor) (#15123) depfu[bot] 2024-11-27 11:49:43 +01:00
  • 4bdc724a22 Fix scanning classes delimited by tab characters (#15169) Robin Malfait 2024-11-26 19:22:18 +01:00
  • 8ae8f65f86 Update all of nextjs 14.1.0 → 15.0.3 (major) (#15200) depfu[bot] 2024-11-26 18:31:12 +01:00
  • a022905279 Ensure --spacing-* variables take precedence over --container-* variables (#15180) Adam Wathan 2024-11-26 09:45:16 -05:00
  • 068b1c2c76 Update tree-sitter 0.22.0 → 0.22.1 (minor) (#15130) depfu[bot] 2024-11-26 14:06:25 +01:00
  • 996a99da52 Update @playwright/test 1.48.2 → 1.49.0 (minor) (#15178) depfu[bot] 2024-11-26 14:05:53 +01:00
  • cb518f4623 Set browser targets for iOS Safari, Firefox, and Chrome (#15166) Philipp Spiess 2024-11-26 12:22:12 +01:00
  • 8217b5ccce Declare transform properties with "*" syntax instead of "<transform-function>" (#15179) Adam Wathan 2024-11-25 21:20:54 -05:00
  • 98359bea94 Ensure .group and .peer are prefixed when using the prefix(…) option (#15174) Robin Malfait 2024-11-25 22:00:21 +01:00
  • bd43d63df2 Prepare v4.0.0-beta.2 release (#15104) v4.0.0-beta.2 Jordan Pittman 2024-11-22 11:17:21 -05:00
  • 8122837dde Allow simple utilities with numbers in Oxide (#15110) Jordan Pittman 2024-11-22 11:05:24 -05:00
  • 0c7088ed5d Generate the correct CSS for the break-keep utility (#15108) Adam Wathan 2024-11-22 10:40:23 -05:00
  • de096f7cae Don't print minified code when the build fails (#15106) Jordan Pittman 2024-11-22 10:39:51 -05:00
  • dd2058df6a Always add layer(…) as the first param to @import (#15102) Robin Malfait 2024-11-22 15:09:26 +01:00
  • dad9ac6209 Revert new default form styles (#15100) Jonathan Reinink 2024-11-22 08:55:05 -05:00
  • 92bf26ba1a Reset reverse state in space-x/y-* and divide-x/y-* (#15094) Jordan Pittman 2024-11-22 08:52:11 -05:00
  • c5a0b5481f Use configured letter-spacing values for custom font-size utilities (#15099) Adam Wathan 2024-11-22 08:49:22 -05:00
  • 7c3137f4f3 Allow layer() at any position in @import arguments fix/allow-at-layer-in-every-slot-for-at-import Philipp Spiess 2024-11-22 11:38:05 +01:00
  • 9fd7290be1 update changelog fix/source-and-layer-dont-work-together Robin Malfait 2024-11-22 11:05:02 +01:00
  • f8457b9888 ensure layer(…) and source(…) work together Robin Malfait 2024-11-22 10:59:02 +01:00
  • 29c0462e08 add failing test Robin Malfait 2024-11-22 10:58:03 +01:00
  • 4667cbb418 Update snapshots reset-border-color-on-form-elements Jonathan Reinink 2024-11-21 15:38:06 -05:00
  • a6eb7b2a27 Update codemod to restore border color on form elements Jonathan Reinink 2024-11-21 15:24:37 -05:00
  • 5e4f565fe4 Prepare v4.0.0-beta.1 release (#15070) v4.0.0-beta.1 Jordan Pittman 2024-11-21 13:20:30 -05:00
  • 0c97a5b880 Bring back some deprecated utilities (#15069) Jordan Pittman 2024-11-21 13:09:41 -05:00
  • 6c85327908 Convert opacity keys to percentage values (#15067) Philipp Spiess 2024-11-21 19:06:58 +01:00
  • 5d2c64e793 Fix changelog Philipp Spiess 2024-11-21 17:52:44 +01:00
  • 61c3718017 Add color to form reset snippet (#15064) Philipp Spiess 2024-11-21 16:14:52 +01:00
  • a56c3a3414 Update CHANGELOG.md Adam Wathan 2024-11-21 09:06:36 -05:00
  • 11dce5af48 v4.0.0-alpha.36 (#15062) v4.0.0-alpha.36 Robin Malfait 2024-11-21 13:57:25 +01:00
  • c53a5258f8 Upgrade: Migrate ring to ring-3 (#15063) Robin Malfait 2024-11-21 14:20:26 +01:00
  • 3cf5c2df79 Disallow empty arbitrary values (#15055) Robin Malfait 2024-11-21 13:47:13 +01:00
  • 4f63a5a9e0 Inline theme values in drop-shadow (#15056) Jordan Pittman 2024-11-21 07:13:38 -05:00
  • 5d0796304b Publish beta releases as next with the upgrade tool as latest chore/release-tags Philipp Spiess 2024-11-21 11:51:41 +01:00
  • fcf948f8c8 Add consistent base styles for buttons and form controls (#15036) Philipp Spiess 2024-11-21 11:21:31 +01:00
  • ae249c7e56 Fix Next.js endless loop when setting a custom distDir (#15053) Philipp Spiess 2024-11-21 10:47:27 +01:00
  • 0d0ce2ca42 WIP Adam Wathan 2024-11-20 13:14:23 -05:00
  • 57be02a983 Improve in-* variant migrations (#15054) Robin Malfait 2024-11-20 15:47:26 +01:00
  • 8b098fc83d Prepare v4.0.0-alpha.35 release (#15052) v4.0.0-alpha.35 Robin Malfait 2024-11-20 12:12:32 +01:00
  • 85dc3db633 Add new transition-discrete and transition-normal utilities (#15051) Robin Malfait 2024-11-20 11:39:16 +01:00
  • 75deecadca Update CHANGELOG.md Adam Wathan 2024-11-19 20:37:17 -05:00
  • f19afd91e5 Improve root file detection (#15048) Robin Malfait 2024-11-20 00:20:40 +01:00
  • 7b19b00b57 Improve PostCSS migration (#15046) Robin Malfait 2024-11-19 22:56:29 +01:00
  • a83b02b341 Fix negative rotate utilities (#15044) Jordan Pittman 2024-11-19 15:27:47 -05:00
  • 7e068ba9b5 Upgrade jiti dependency to stable (#15043) Philipp Spiess 2024-11-19 18:54:52 +01:00
  • fe9fc9abba Use resolveJsId when resolving tailwindcss/package.json (#15041) Robin Malfait 2024-11-19 18:39:49 +01:00
  • e4bfa8c9b7 Bundle core plugins with the standalone build (#15028) Philipp Spiess 2024-11-19 16:19:08 +01:00
  • b73c746e6e Implement compat for <alpha-value> from v3 (#15033) Jordan Pittman 2024-11-19 10:01:45 -05:00
  • b3d1cbb72f Upgrade: Error when project is already using Tailwind CSS v4 (#15015) Philipp Spiess 2024-11-19 15:53:02 +01:00
  • 38c9a881ac Upgrade: don't show error during upgrade when analyzing external URL import (#15040) Robin Malfait 2024-11-19 15:52:30 +01:00
  • ab9e2b716b Support complex addUtilities() configs (#15029) Philipp Spiess 2024-11-19 15:52:06 +01:00
  • 93f9c99027 Improve robustness when upgrading (#15038) Robin Malfait 2024-11-19 14:29:51 +01:00
  • 08c6c96f02 Improve multi-root @config linking (#15001) Robin Malfait 2024-11-18 17:43:44 +01:00
  • dd3441bf82 Add new in-* variant (#15025) Robin Malfait 2024-11-18 16:28:16 +01:00
  • 4687777788 Migrate [&>*] to * variant, and [&_*] to ** variant (#15022) Robin Malfait 2024-11-18 16:19:15 +01:00
  • 3dc3bad781 Re-introduce automatic var injection shorthand (#15020) Robin Malfait 2024-11-18 15:47:48 +01:00
  • 1dec3d60c2 forward the modifier during parsing feat/forward-modifier Robin Malfait 2024-11-15 22:12:21 +01:00
  • 7b1cc696ef update changelog Robin Malfait 2024-11-10 13:08:04 +01:00
  • b424bb41cc forward modifier from has-* and not-* to compound variant Robin Malfait 2024-11-09 15:27:37 +01:00
  • 9c3bfd6bb7 restructure changelog Robin Malfait 2024-11-18 13:54:43 +01:00
  • 9ca73860f3 Update postcss 8.4.47 → 8.4.49 (patch) (#15024) depfu[bot] 2024-11-18 09:30:45 +00:00
  • 22d36cc95b Update tree-sitter-typescript 0.23.0 → 0.23.2 (minor) (#15026) depfu[bot] 2024-11-18 10:23:22 +01:00
  • 5a974cd318 Bring back max-w-screen-* utilities (#15013) Philipp Spiess 2024-11-16 21:10:54 +01:00
  • b0a539aab0 Tweak changelog Adam Wathan 2024-11-16 11:46:03 -05:00
  • 57f87be440 Resolve imports from CSS file (#15010) Robin Malfait 2024-11-15 22:06:52 +01:00
  • 3fb6902f08 Make flex a static utility (#15014) Robin Malfait 2024-11-15 18:02:57 +01:00
  • 5edf6c7dc0 Ensure clients pin the tailwindcss version (#15011) Philipp Spiess 2024-11-15 17:18:48 +01:00
  • 2a6cd94b38 Bring back named opacity support for color opacity modifiers (#15009) Philipp Spiess 2024-11-15 15:43:12 +01:00
  • 6069a81187 v3.4.15 v3.4.15 Jordan Pittman 2024-11-14 13:15:31 -05:00
  • d093dce0fb Add variable fallback to fix Chrome issue (#15003) Jordan Pittman 2024-11-14 13:33:27 -05:00
  • 953ecd2d19 Prepare v4.0.0-alpha.34 (#15002) v4.0.0-alpha.34 Philipp Spiess 2024-11-14 18:23:40 +01:00
  • 890f18de93 Add codemod and interop for legacy container component configu (#14999) Philipp Spiess 2024-11-14 18:19:21 +01:00
  • 4079059420 Add missing layer(…) to imports above Tailwind directives (#14982) Robin Malfait 2024-11-14 18:05:14 +01:00
  • 8538ad859c Ensure @config is injected in common ancestor sheet (#14989) Robin Malfait 2024-11-14 11:48:31 +01:00
  • 49484f0491 Do not migrate legacy classes with custom values (#14976) Robin Malfait 2024-11-14 11:31:05 +01:00
  • dd85aadc2c Reintroduce container component as a utility (#14993) Philipp Spiess 2024-11-13 19:39:20 +01:00
  • 5692851732 Merge branch 'next' into change/normalize-disabled-element-opacity change/normalize-disabled-element-opacity Adam Wathan 2024-11-13 11:09:20 -05:00
  • 82871eca07 Update changelog Adam Wathan 2024-11-13 11:06:50 -05:00
  • 64a229cc05 Ensure consistent opacity for disabled form controls in all browsers Adam Wathan 2024-11-13 10:59:56 -05:00
  • dda181b833 Vite: Don't track candidate changes for Svelte <style> tags (#14981) Philipp Spiess 2024-11-13 16:42:49 +01:00
  • 13f05e2711 Support specifying gradient interpolation method via modifier (#14984) Adam Wathan 2024-11-13 10:18:59 -05:00