chore(deps): update dependency @edx/paragon to v21 #335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^20.44.0
->^21.0.0
Release Notes
openedx/paragon (@edx/paragon)
v21.1.4
Compare Source
Bug Fixes
Form.Checkbox
instead of default checkboxes in DataTable filters (#2555) (d07827d)v21.1.3
Compare Source
Bug Fixes
v21.1.2
Compare Source
Reverts
v21.1.1
Compare Source
Bug Fixes
v21.1.0
Compare Source
Bug Fixes
Features
v21.0.1
Compare Source
Bug Fixes
v21.0.0
Compare Source
BREAKING CHANGES
in the SelectableBoxSet component. An associated label for the component is a WCAG requirement.
For Consumers
In order to associate a label with the
SelectableBoxSet
component, developers can use thearia-labelledby
attribute. The value of this attribute should match theid
of the element that is to be referenced as a label, whether visible or not. If no visible or invisible label is provided in the markup, developers can either make an invisible one (e.g.<h3 className="sr-only">Hello, World</h3>
) that only assistive technologies would pick up on, or they can opt to use anaria-label
instead.See the doc site page for SelectableBox to view a live example of using
aria-labelledby
.Examples
Using
aria-labelledby
with theSelectableBoxSet
component:If not using
aria-labelledby
, developers must provide anaria-label
to the component:Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 has been generated by Mend Renovate. View repository job log here.