-
Notifications
You must be signed in to change notification settings - Fork 32
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
Release tracking #648
Release tracking #648
Conversation
🟢 No design token changes found |
🟢 No visual differences foundOur visual comparison tests did not find any differences in the UI. |
7af2583
to
a85d3e0
Compare
a85d3e0
to
952f79b
Compare
952f79b
to
d299eff
Compare
d299eff
to
45228e8
Compare
45228e8
to
06342c3
Compare
06342c3
to
02f8890
Compare
02f8890
to
1d6a1bd
Compare
1d6a1bd
to
bfaed0d
Compare
bfaed0d
to
7e7af60
Compare
Smoke test results- RiverStoryScroll 🟢 Screen.Recording.2024-07-22.at.10.57.32.mov- Pricing options 🟢 Screen.Recording.2024-07-22.at.11.23.29.mov- SubdomainNavBar isExternal prop 🟢 - VideoPlayer refactor 🟡 Works as expected, but noted a few minor issues that can be rectified in a future patch update - AnchorNav overflow update on narrow viewports 🟢 Works as expected, focus ring no longer obstructed Release testing status: Ready to release 🟢 |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@primer/react-brand@0.35.0
Minor Changes
#634⚠️ This update contains a breaking change.
598a2c5d
Thanks @joshfarrant! -Refactored
VideoPlayer
component to make it more modular and customisable.showTitle
prop has been renamed tovisuallyHiddenTitle
and inverted.showTitle={false}
, you should now passvisuallyHiddenTitle={true}
.branding
prop has been renamed toshowBranding
.showPlayPauseButton
,showSeekControl
,showCCButton
,showMuteButton
,showVolumeControl
, andshowFullScreenButton
props tofalse
.playIcon
prop.Patch Changes
#623
8727997c
Thanks @rezrah! - AddedfullWidth
prop toHero.Heading
to remove default max-width constraint, and enabling easier placement using a parentGrid
.#623
8727997c
Thanks @rezrah! - AddedRiverStoryScroll
component, an experimental layout component that wraps around existingRiver
patterns.🔗 See Storybook for more examples.
#647
39e00cfa
Thanks @joshfarrant! - AddedisExternal
prop toSubdomainNavBar.Link
component. WhenisExternal
istrue
, a link-external icon is displayed next to the link.#644
b3f1f364
Thanks @danielguillan! - Improve the layout responsiveness of SubdomainNavBar#639
ebf92224
Thanks @stamat! - Fix cut AnchorNav action button outline due the introduced overflow auto#646
81e983e6
Thanks @rezrah! - Adds responsive toggling of feature lists in thePricingOptions
component.PricingOptions.FeatureList
can now be collapsed at regular and wide viewports.#623
8727997c
Thanks @rezrah! - Added--brand-CTABanner-bgColor
token toCTABanner
for easier customisation of the banners background color, when enabled.@primer/brand-primitives@0.35.0
Patch Changes
8727997c
Thanks @rezrah! - Added--brand-CTABanner-bgColor
token toCTABanner
for easier customisation of the banners background color, when enabled.@primer/brand-storybook@0.35.0
@primer/brand-e2e@0.35.0
@primer/brand-fonts@0.35.0
@primer/brand-config@0.35.0