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: ef3282f
Choose a base ref
...
head repository: tailwindlabs/tailwindcss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8b7c40c
Choose a head ref
  • 14 commits
  • 30 files changed
  • 2 contributors

Commits on Sep 13, 2024

  1. Further clean up compatibility APIs (#14408)

    This PR builds on top of #14365 and adds a few more changes we discussed
    during a sync on the latter PR:
    
    - We now split `plugin-api.ts` into two files and moved it into
    `compat/`. One file is now defining the comat plugin API only where as
    another file deals with the compat hook.
    - The walk for `@plugin` and `@config` is now happening inside the
    compat hook.
    
    The one remaining work item is to change the `loadPlugin` and
    `loadConfig` APIs to a more unified `resolveModule` one that does not
    care on what we try to load it for. I suggest we should make this change
    at the same time we start working on finalizing the `tailwindcss` APIs,
    since a lot of things will have to be rethought then anyways.
    philipp-spiess authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d9aad77 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8b3614b View commit details
    Browse the repository at this point in the history
  2. add codemod tooling

    + add codemod for migrating `@apply`
    RobinMalfait committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    46943fc View commit details
    Browse the repository at this point in the history
  3. copy utils from @tailwindcss/cli

    Copied some utils from `@tailwindcss/cli`. Initially referenced them,
    but we also rely on some dependencies that we have to install.
    
    One solution is to move it to an internal package and import it so that
    tsup can inline everything. This also has the same 'we need the correct
    dependencies' problem.
    
    Another solution is to create a proper `@tailwindcss/cli-utils` (or
    similar) package that we can import as a dependency. However, this one
    will require us to actually publish the package, and give it a proper
    name.
    RobinMalfait committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9a39609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d45bbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf5256e View commit details
    Browse the repository at this point in the history
  6. sync pnpm-lock.yaml

    RobinMalfait committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8dc023b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d15b86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52985c0 View commit details
    Browse the repository at this point in the history
  9. use binary directly

    RobinMalfait committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bc9b0a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    478d6a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2ba2f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    864317f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8b7c40c View commit details
    Browse the repository at this point in the history
Loading