Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multiline input not working anymore #459

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

dcastil
Copy link
Owner

@dcastil dcastil commented Aug 12, 2024

Closes #458

@github-actions github-actions bot added context-v2 Related to tailwind-merge v2 bugfix Is bug fix labels Aug 12, 2024
Copy link

Metrics report

At head commit 37339ce and base commit c795f4b at 2024-08-12T18:22:34.397Z

Size

Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 72.08 kB +0.1% 🔴 20.22 kB -0.2% 🟢 5.77 kB -0.5% 🟢
 › createTailwindMerge 12.63 kB +0.4% 🔴 3.40 kB -1.2% 🟢 1.38 kB +0.1% 🔴
 › extendTailwindMerge 71.59 kB +0.1% 🔴 19.81 kB -0.2% 🟢 5.57 kB -0.3% 🟢
 › twMerge 69.96 kB +0.1% 🔴 19.31 kB -0.2% 🟢 5.43 kB -0.3% 🟢
tailwind-merge cjs 72.34 kB +0.1% 🔴 23.29 kB 0.0% 🟢 6.12 kB +0.6% 🔴
tailwind-merge/es5 esm 75.88 kB +0.1% 🔴 21.60 kB -0.2% 🟢 6.06 kB +0.6% 🔴
 › createTailwindMerge 14.51 kB +0.3% 🔴 4.03 kB -1.1% 🟢 1.51 kB -2.0% 🟢
 › extendTailwindMerge 75.20 kB +0.1% 🔴 21.19 kB -0.2% 🟢 5.83 kB -0.4% 🟢
 › twMerge 72.97 kB +0.1% 🔴 20.49 kB -0.2% 🟢 5.62 kB -0.7% 🟢
tailwind-merge/es5 cjs 76.13 kB +0.1% 🔴 24.70 kB 0.0% 🟢 6.27 kB -1.4% 🟢
All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 72.08 kB +0.1% 🔴 20.22 kB -0.2% 🟢 5.77 kB -0.5% 🟢
 › createTailwindMerge 12.63 kB +0.4% 🔴 3.40 kB -1.2% 🟢 1.38 kB +0.1% 🔴
 › extendTailwindMerge 71.59 kB +0.1% 🔴 19.81 kB -0.2% 🟢 5.57 kB -0.3% 🟢
 › fromTheme 0.16 kB 0% 0.08 kB 0% 0.09 kB 0%
 › getDefaultConfig 57.30 kB 0% 15.90 kB 0% 4.15 kB 0%
 › mergeConfigs 1.45 kB 0% 0.45 kB 0% 0.23 kB 0%
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 69.96 kB +0.1% 🔴 19.31 kB -0.2% 🟢 5.43 kB -0.3% 🟢
 › validators 3.01 kB 0% 1.26 kB 0% 0.64 kB 0%
tailwind-merge cjs 72.34 kB +0.1% 🔴 23.29 kB 0.0% 🟢 6.12 kB +0.6% 🔴
tailwind-merge/es5 esm 75.88 kB +0.1% 🔴 21.60 kB -0.2% 🟢 6.06 kB +0.6% 🔴
 › createTailwindMerge 14.51 kB +0.3% 🔴 4.03 kB -1.1% 🟢 1.51 kB -2.0% 🟢
 › extendTailwindMerge 75.20 kB +0.1% 🔴 21.19 kB -0.2% 🟢 5.83 kB -0.4% 🟢
 › fromTheme 0.21 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 58.44 kB 0% 16.45 kB 0% 4.17 kB 0%
 › mergeConfigs 1.78 kB 0% 0.50 kB 0% 0.24 kB 0%
 › twJoin 1.08 kB 0% 0.26 kB 0% 0.14 kB 0%
 › twMerge 72.97 kB +0.1% 🔴 20.49 kB -0.2% 🟢 5.62 kB -0.7% 🟢
 › validators 3.74 kB 0% 1.54 kB 0% 0.65 kB 0%
tailwind-merge/es5 cjs 76.13 kB +0.1% 🔴 24.70 kB 0.0% 🟢 6.27 kB -1.4% 🟢

@dcastil dcastil merged commit a9ebe22 into main Aug 12, 2024
5 checks passed
@dcastil dcastil deleted the bugfix/458/fix-multiline-not-working-anymore branch August 12, 2024 18:23
Copy link

This was addressed in release v2.5.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Is bug fix context-v2 Related to tailwind-merge v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiline unsupported since v2.5.0
1 participant