-
Notifications
You must be signed in to change notification settings - Fork 0
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
Renovate Update dependency accessible-autocomplete to v3 #506
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #506 +/- ##
=======================================
Coverage 72.00% 72.00%
=======================================
Files 120 120
Lines 5368 5368
=======================================
Hits 3865 3865
Misses 1162 1162
Partials 341 341 ☔ View full report in Codecov by Sentry. |
b1e888e
to
7856b21
Compare
Escalated to https://opgtransform.atlassian.net/browse/VEGA-2466 as requires human intervention. See changelog for details of potentially breaking changes: https://github.com/alphagov/accessible-autocomplete/releases/tag/v3.0.0 |
45c0e58
to
4eceb34
Compare
bf4c5c6
to
6672d5b
Compare
4545b87
to
7e45e6d
Compare
384644c
to
b171162
Compare
27911e4
to
b4efae7
Compare
896585f
to
e785cb8
Compare
11d660b
to
55c4b42
Compare
55c4b42
to
44709f1
Compare
44709f1
to
95e088b
Compare
bc400d2
to
fafa0f4
Compare
fafa0f4
to
66ee139
Compare
02c5b78
to
b985464
Compare
b985464
to
2cfe6e5
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
^2.0.4
->^3.0.0
Release Notes
alphagov/accessible-autocomplete (accessible-autocomplete)
v3.0.1
Compare Source
Fixes
aria-controls
to aria propsaria-labelledby
into computed menu propsv3.0.0
Compare Source
Breaking changes
Verify your code does not rely on removed polyfills
Following on from our previous announcement, the accessible autocomplete code is no longer transpiled and polyfilled to support IE8-10.
However, because the polyfills create or extend global objects, you might have other code in your service unintentionally relying on the inclusion of these polyfills. You might need to introduce your own polyfills or rewrite your JavaScript to avoid using the polyfilled features.
This change was introduced in pull request #612: Update packages, configs + Node.js 20.
Check for minor visual changes in the rendering of the component
We've made some style adjustments to the stylesheet shipped with the component to make its colours, height, line-height and padding match those of the latest version of GOV.UK Frontend's
<input>
.If you're using this stylesheet:
look for CSS declarations you may now be able to remove
This change was introduced in pull request #644: Align CSS styles with GOV.UK Frontend.
New features
Options to add classes to parts of the component
Use these new options to add your own classes to parts of the component:
inputClasses
for theinput
elementhintClasses
for the suggestion hint (input
element appearing when the text typed by the user matches the start of an option)menuClasses
for theul
element listing the optionsYou can also add custom classes to the
ul
listing the options through the newmenuAttributes
option, providing aclassName
orclass
property.This change was introduced in:
inputClasses
option. Thanks to @andreyyudin for contributing this change.New class on the component's status
Use the new
autocomplete__status
class in your CSS (or<CSS_NAMESPACE>__status
if you set thecssNamespace
option) to customise the styles of the component's status element (hidden element that makes announcements to assistive technologies).This change was introduced in pull request #620: Add className attribute to status component. Thanks to @lennym for contributing this change.
Fixes
menuAttributes
to fix Axe's 'aria-input-field-name' error. Thanks to @mchughbri for contributing this change.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.