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

WIP drop JS support for IE #3996

Closed
wants to merge 3 commits into from
Closed

WIP drop JS support for IE #3996

wants to merge 3 commits into from

Commits on Apr 26, 2024

  1. WIP drop JS support for IE

    - switch to type="module"
    - remove polyfills
    - remove references to polyfills
    - check for possible need for extra semi-colons (was just trying this, not sure it helped)
    andysellick committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9b81f71 View commit details
    Browse the repository at this point in the history
  2. Fix failing jasmine test

    AshGDS committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d0e86ed View commit details
    Browse the repository at this point in the history
  3. Get JS sort of working

    Broke the styles though due to v5 upgrade
    AshGDS committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3aba06d View commit details
    Browse the repository at this point in the history