-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.4.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 4 contributors
Commits on Jul 18, 2024
-
Fix class detection in Slim templates with attached attributes and IDs (
#14019) * Fix class detection in Slim templates with attached attributes and IDs * Update changelog * Tweak regex
Configuration menu - View commit details
-
Copy full SHA for bdc87ae - Browse repository at this point
Copy the full SHA bdc87aeView commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 866860e - Browse repository at this point
Copy the full SHA 866860eView commit details
Commits on Jul 24, 2024
-
Normalize attribute selector for
data-*
andaria-*
modifiers (#14037) Fixes #14026 See #14040 for the v4 fix When translating `data-` and `aria-` modifiers with attribute selectors, we currently do not wrap the target attribute in quotes. This only works for keywords (purely alphabetic words) but breaks as soon as there are numbers or things like spaces in the attribute: ```html <div data-id="foo" class="data-[id=foo]:underline">underlined</div> <div data-id="f1" class="data-[id=1]:underline">not underlined</div> <div data-id="foo bar" class="data-[id=foo_bar]:underline">not underlined</div> ``` Since it's fairly common to have attribute selectors with `data-` and `aria-` modifiers, this PR will now wrap the attribute in quotes unless these are already wrapped. | Tailwind Modifier | CSS Selector | | ------------- | ------------- | | `.data-[id=foo]` | `[data-id='foo']` | | `.data-[id='foo']` | `[data-id='foo']` | | `.data-[id=foo_i]` | `[data-id='foo i']` | | `.data-[id='foo'_i]` | `[data-id='foo' i]` | | `.data-[id=123]` | `[data-id='123']` | --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 680c55c - Browse repository at this point
Copy the full SHA 680c55cView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 605d8cd - Browse repository at this point
Copy the full SHA 605d8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 245058c - Browse repository at this point
Copy the full SHA 245058cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6c10f - Browse repository at this point
Copy the full SHA aa6c10fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9824cb6 - Browse repository at this point
Copy the full SHA 9824cb6View commit details
Loading
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.4.6...v3.4.7