-
Notifications
You must be signed in to change notification settings - Fork 148
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: alphagov/accessible-autocomplete
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alphagov/accessible-autocomplete
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: browser-support
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 15 files changed
- 1 contributor
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38d5515 - Browse repository at this point
Copy the full SHA 38d5515View commit details -
From Babel v7.4.0 the `@babel/preset-env` option `corejs: '2'` was implied by default, but it becomes a warning unless added
Configuration menu - View commit details
-
Copy full SHA for cfa64f6 - Browse repository at this point
Copy the full SHA cfa64f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 879ea77 - Browse repository at this point
Copy the full SHA 879ea77View commit details -
Apply Babel bug fixes to avoid “catch all” transforms
We enable `{ bugfixes: true }` to let Babel use smaller transforms for partially supported browser features For example, Babel knows that full support for template strings as “tagged templates with escape sequences” only shipped in Safari 11 But we could actually use basic template strings from Safari 9.1+ https://caniuse.com/mdn-javascript_grammar_template_literals_template_literal_revision
Configuration menu - View commit details
-
Copy full SHA for e2be5b1 - Browse repository at this point
Copy the full SHA e2be5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cd620 - Browse repository at this point
Copy the full SHA b2cd620View commit details -
Match browser config, polyfills, transforms to README
Internet Explorer 9–10 support was stopped in: https://github.com/alphagov/design-system-team-internal/issues/561 This also removes some Babel plugins that stopped IE8 from crashing, but we didn’t support it anyway: #306 The same Browserslist changes were made in: alphagov/govuk-design-system@bb9b72a alphagov/govuk-design-system@9969388
Configuration menu - View commit details
-
Copy full SHA for 0535910 - Browse repository at this point
Copy the full SHA 0535910View commit details -
Replace package
uglifyjs-webpack-plugin
withterser-webpack-plugin
The UglifyJS webpack plugin was deprecated in December 2019: https://github.com/webpack-contrib/uglifyjs-webpack-plugin By switching to Terser we can also unblock future upgrades to Node.js 16+ due to OpenSSL changes https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported
Configuration menu - View commit details
-
Copy full SHA for 0b28b00 - Browse repository at this point
Copy the full SHA 0b28b00View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...browser-support