Skip to content
Permalink

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: main
Choose a base ref
...
head repository: WizardComputer/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 27, 2023

  1. 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
    thecrypticace authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ef056a5 View commit details
    Browse the repository at this point in the history
  2. Revert prepare of v3.3

    RobinMalfait authored and thecrypticace committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cd29de9 View commit details
    Browse the repository at this point in the history
  3. Update CODE_OF_CONDUCT.md (#10999)

    vjdevra authored and thecrypticace committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    076555a View commit details
    Browse the repository at this point in the history
  4. Revert "Update CODE_OF_CONDUCT.md (#10999)"

    This reverts commit ba54545.
    thecrypticace committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    4c94cd4 View commit details
    Browse the repository at this point in the history
  5. Update resolve to version 1.22.3

    depfu[bot] authored and thecrypticace committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ea4e1cd View commit details
    Browse the repository at this point in the history
  6. [oxide] Expose experimental Rust parser setup (#11116)

    * make `sequential` and `parallel` version of a new (tmp) `parse_candidate_strings`
    
    * use bitmasks for the strategy
    
    Only sending a number over the wire instead of a serialized objects.
    
    * use cleaner match syntax
    RobinMalfait authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e4a37ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f555c4 View commit details
    Browse the repository at this point in the history
Loading