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

Selectors API: Make duotone selectors fallback and be scoped #49423

Merged
merged 33 commits into from
Mar 31, 2023

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    7735980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c52d64 View commit details
    Browse the repository at this point in the history
  3. Update the block-level duotone selector

    Before: .wp-duotone .wp-block-name
    After:  .wp-duotone.wp-blockname
    oandregal committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    02bfc17 View commit details
    Browse the repository at this point in the history
  4. Use existing function

    oandregal committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e5ed227 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e60c4b7 View commit details
    Browse the repository at this point in the history
  6. Duotone: do not scope twice

    oandregal committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    555f7d0 View commit details
    Browse the repository at this point in the history
  7. Simplify __experimentalDuotone backwards compatibility

    Alex Lende authored and oandregal committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    64a505a View commit details
    Browse the repository at this point in the history
  8. Update the __experimentalDuotoen back compat to explicitly handle eac…

    …h case
    Alex Lende committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3cd86f0 View commit details
    Browse the repository at this point in the history
  9. Simplify adding the filter class to the selectors

    Alex Lende committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7d370c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    521db54 View commit details
    Browse the repository at this point in the history
  2. Remove some dead code that I missed

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fc2f0c0 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    53410e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42e1b3f View commit details
    Browse the repository at this point in the history
  5. Remove remainder of duotone tests because it is no longer handled dif…

    …ferently
    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    50997ca View commit details
    Browse the repository at this point in the history
  6. Fix getBlockSelectors test because __experimentalDuotone now always r…

    …eturns the full selector
    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b9d16ea View commit details
    Browse the repository at this point in the history
  7. Fix rendering when preset doesn't exist

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    31aa06e View commit details
    Browse the repository at this point in the history
  8. Fix unset filters

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    114ec2b View commit details
    Browse the repository at this point in the history
  9. Fix typos

    aaronrobertshaw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    da60b58 View commit details
    Browse the repository at this point in the history
  10. Update docs

    aaronrobertshaw committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6a750e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2236ce5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    972dca7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b401c12 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59b135e View commit details
    Browse the repository at this point in the history
  15. Be more precise in filterId selector comment

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6367140 View commit details
    Browse the repository at this point in the history
  16. Fix filters in editor applying to cover block text

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f1506d0 View commit details
    Browse the repository at this point in the history
  17. Remove comment I accidentally committed

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    502f8b4 View commit details
    Browse the repository at this point in the history
  18. Remove __experimentalDuotone from color supports docs

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    571681e View commit details
    Browse the repository at this point in the history
  19. Add example to the filter.duotone docs

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5f16e9c View commit details
    Browse the repository at this point in the history
  20. Move migration into duotone class

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bd02cb2 View commit details
    Browse the repository at this point in the history
  21. Add deprecation note to experimentalDuotone docs

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b20c08e View commit details
    Browse the repository at this point in the history
  22. Fix PHP lint

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a7337a7 View commit details
    Browse the repository at this point in the history
  23. Fix PHP lint

    Alex Lende committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7e7bf1c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    3346b9a View commit details
    Browse the repository at this point in the history