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

listjs - correctly patch list.min.js to support special character #10725

Merged
merged 2 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. listjs - correctly patch list.min.js to support special character

    This is a follow up on a2e298e which patches list.min.js to fix #8435. The fix suggested in javve/list.js#699 only remove the regex handling. Our initial patch was also removing the lowercase processing which broke search.
    
    This fixes #10720
    cderv committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d57aae7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. test - add a test for list.js patch

    this update playwright deps too, to get latest testing
    cderv committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    813b83b View commit details
    Browse the repository at this point in the history