fix(deps): update dependency @openedx/paragon to v22 #452
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:
^21.13.1
->^22.0.0
Release Notes
openedx/paragon (@openedx/paragon)
v22.9.0
Compare Source
Features
v22.8.1
Compare Source
Bug Fixes
v22.8.0
Compare Source
Features
v22.7.0
Compare Source
Features
v22.6.1
Compare Source
Bug Fixes
touchstart
events for closing modal popups (#3087) (ae3cdee)v22.6.0
Compare Source
Features
v22.5.1
Compare Source
Bug Fixes
FullscreenModal
(#3041) (48b8635)v22.5.0
Compare Source
Features
v22.4.0
Compare Source
Features
v22.3.2
Compare Source
Bug Fixes
v22.3.1
Compare Source
Bug Fixes
v22.3.0
Compare Source
Features
v22.2.2
Compare Source
Bug Fixes
v22.2.1
Compare Source
Bug Fixes
v22.2.0
Compare Source
Features
v22.1.1
Compare Source
Bug Fixes
v22.1.0
Compare Source
Features
v22.0.0
Compare Source
This release contains breaking changes to the following 4 components:
Chip
Pagination
SearchField
Form.Autosuggest
Breaking Changes
Chip
This updates the
Chip
component to reflect the design spec as intended.BREAKING CHANGE: Many of the SCSS variables (i.e., tokens) surrounding
Chip
were removed. Consumers should verify no longer using any of the removed SCSS variables in custom Paragon brands/themes.Pagination
This updates the
Pagination
component to rely on the proper button variants, rather than having all pagination buttons be of the primary variant (even when unselected) with custom styles overriding the default button variant style (e.g., background color).It also refactors the component to be more maintainable moving forward.
BREAKING CHANGE: Many of the SCSS variables (i.e., tokens) surrounding
Pagination
were removed. Consumers should verify no longer using any of the removed SCSS variables in custom Paragon brands/themes.BREAKING CHANGE:
icons
prop now accepts the icon src instead of anIcon
component.Before
After
SearchField
This updates the SearchField component to rely on
IconButton
components for its actions (e.g., reset, submit). It also ensures the external submit button in the dark variant has appropriate hover styles.BREAKING CHANGE:
icons
prop now accepts the icon src instead of anIcon
component.Before
After
Form.Autosuggest
This updates the Autosuggest component to provide the consumer with:
This also allows the consumer to determine if the component should be in an error state when:
The consumer will provide error messages for the appropriate error states.
BREAKING CHANGE:
value
prop ofForm.Autosuggest
is now an object instead of a stringBREAKING CHANGE:
Form.Autosuggest
now usesonChange
instead ofonSelected
BREAKING CHANGE:
Form.Autosuggest
now takes in different error messages for value/selection required, and custom errorsConfiguration
📅 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.