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

Properly escape IDs in getSelector() to handle weird IDs #35566

Merged

Commits on Nov 7, 2022

  1. style: pass linter

    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5181d60 View commit details
    Browse the repository at this point in the history
  2. test(tab): added UTest to ensure we also close twbs#31099

    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    507b0d6 View commit details
    Browse the repository at this point in the history
  3. test(getSelector): use new codepath only if CSS.escape() is available…

    … to run on older browsers
    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    70b14e6 View commit details
    Browse the repository at this point in the history
  4. Update js/tests/unit/tab.spec.js

    Co-authored-by: GeoSot <geo.sotis@gmail.com>
    2 people authored and Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    99e63e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8434e06 View commit details
    Browse the repository at this point in the history
  6. Properly use CSS.escape() when selector is complex

    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    637913d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d902d55 View commit details
    Browse the repository at this point in the history
  8. Increase bundle size for ./dist/js/bootstrap.bundle.min.js

    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a6bf1e3 View commit details
    Browse the repository at this point in the history
  9. properly handle selectors with attributes and quotes

    Pierre Souchay committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    332cd26 View commit details
    Browse the repository at this point in the history
  10. Update .bundlewatch.config.json

    Co-authored-by: Julien Déramond <juderamond@gmail.com>
    GeoSot and julien-deramond committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a3c20fd View commit details
    Browse the repository at this point in the history
  11. Update js/src/util/index.js

    GeoSot committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    a48a16a View commit details
    Browse the repository at this point in the history