Bump @primer/react-brand from 0.44.1 to 0.57.1
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(10 months ago)
(9 months ago)
(9 months ago)
dependencies javascript
Bumps @primer/react-brand from 0.44.1 to 0.57.1.
Release notes
Sourced from @primer/react-brand's releases.
@primer/react-brand@0.57.1Patch Changes
#1121
cb34663Thanks@rezrah! - Fix layout shift in thePricingOptionsfeature list accordionThe feature lists now respect their explicit
expandedprop values on the initial render, and no longer apply default animations. This prevents layout shift in certain SSR contexts where the component was incorrectly relying on the client-sidewindowsize even when explicitly passedexpanded={true}orexpanded={false}, which shouldn't depend on viewport size.#1120
c7d36b9Thanks@rezrah! - Fix layout shift inSubNavby ensuring separator visibility is determined pre-hydration.#1124
826cd81Thanks@rezrah! - Fixed page layout shift caused by theAnchorNavcomponent in a sticky state.Previously the
AnchorNavwould remove its computed height from the underlying page in sticky state. Now that lost space is compensated for to create a smoother scrolling experience.
@primer/react-brand@0.57.0Minor Changes
#1101
7d344dcThanks@joshfarrant! - Added play/pause control to theIDEcomponent.⚠️ Removed the
showReplayButtonprop as the play/pause control replaces its functionality, and is always visible.Patch Changes
#1113
30d9f1fThanks@danielguillan! - Updated the layout of single itemPricingOptions#1111
8dc3fc9Thanks@joshfarrant! - Improvements to the styling of various components when viewed in Windows High Contrast Mode.
FAQGroup: Improved appearance for the selected tabPagination: Improved appearance for the current page itemVideoPlayer: Improved legibility for all text and controlsCheckbox: Improved focus and checked appearanceRadio: Improved focus and checked appearanceTextInput: Improved focus appearanceTextarea: Improved focus appearanceActionMenu: Improved focus appearance#1114
3a62a9eThanks@rezrah! - Added support for<table>elements in theProsecomponent. Tables now render with improved visual appearance.#1102
5ef7878Thanks@joshfarrant! - TheButtoncomponent now automatically applies semantically correct disabled attributes based on the rendered element type. E.g.disabledfor button elements andaria-disabledfor other elements.⚠️ Please review usage of
Buttonin your application code or tests, to ensure that you are not relying on the previously incorrect markup. For example, if you previously targeteda[disabled], you should now targeta[aria-disabled]instead.
@primer/react-brand@0.56.3
... (truncated)
Commits
d37b628Version Packages (#1122)826cd81Fix AnchorNav layout shift when sticky (#1124)cb34663Fix layout shift in PricingOptions accordion (#1121)c7d36b9Fix separator rendering bug in SubNav (#1120)907d661Fix CI and VRT flakiness and tech debt (#1119)17c78dfVersion Packages (#1112)8af2520add warning icon to breaking change changelog entry7d344dcAdd play/pause button to IDE component (#1101)30d9f1fUpdate single item PricingOptions layout (#1113)3a62a9eAdd table support to Prose (#1114)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+30
-35
Package Dependencies
Technical Details
| ID: | 5730888 |
| UUID: | 2717049987 |
| Node ID: | PR_kwDOKSXv_c6h8uSD |
| Host: | GitHub |
| Repository: | github/forgoodfirstissue |
| Mergeable: | Yes |
| Merge State: | Clean |