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

Replace __OXIDE__ at build time to prevent @tailwindcss/oxide leaks in the stable engine #10988

Merged
merged 8 commits into from
Apr 18, 2023

Commits on Apr 12, 2023

  1. replace env.OXIDE with global __OXIDE__

    This will allow us to replace the `__OXIDE__` at build time, and fully
    remove the branches from the final code so that there is not even any
    reference to `@tailwindcss/oxide` on the stable engine.
    RobinMalfait committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    98e8e33 View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a49f3d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    290176a View commit details
    Browse the repository at this point in the history
  4. drop oxide branching for the PostCSS plugin for now

    This is currently a redirect to the same file, so doesn't hurt.
    RobinMalfait committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a359a10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34b6b74 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update CLI tests

    Fix indentation
    thecrypticace committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    59c6360 View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.3' into fix/oxide-leaks

    # Conflicts:
    #	CHANGELOG.md
    thecrypticace committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6e4d6ce View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    thecrypticace committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    121cc4f View commit details
    Browse the repository at this point in the history