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

Add CSS filter support #3923

Merged
merged 17 commits into from Apr 4, 2021
Merged

Add CSS filter support #3923

merged 17 commits into from Apr 4, 2021

Commits on Apr 4, 2021

  1. Implement filter helper classes with all methods

    Nick Schmidt authored and adamwathan committed Apr 4, 2021
    Copy the full SHA
    e8ced93 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    781a1d8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bfef939 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a66ec8 View commit details
    Browse the repository at this point in the history
  5. Working on blur values

    adamwathan committed Apr 4, 2021
    Copy the full SHA
    1e608f7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ba8425a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    27bd54d View commit details
    Browse the repository at this point in the history
  8. Update tests

    adamwathan committed Apr 4, 2021
    Copy the full SHA
    160c6b3 View commit details
    Browse the repository at this point in the history
  9. Fix kitchen sink test

    adamwathan committed Apr 4, 2021
    Copy the full SHA
    44af8a2 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    88a08d8 View commit details
    Browse the repository at this point in the history
  11. Move drop-shadow to end of filters list

    Co-Authored-By: Peter Neupauer <peter@neupauer.sk>
    adamwathan and neupauer committed Apr 4, 2021
    Copy the full SHA
    7e4614d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6160017 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    de01cef View commit details
    Browse the repository at this point in the history
  14. Update tests

    adamwathan committed Apr 4, 2021
    Copy the full SHA
    979cceb View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    566d4c4 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c750ca0 View commit details
    Browse the repository at this point in the history
  17. Optimize filter plugins for JIT + add arbitrary value support

    Except for drop-shadow, will add that once we can think it through a bit.
    adamwathan committed Apr 4, 2021
    Copy the full SHA
    f97a87a View commit details
    Browse the repository at this point in the history