Skip to content
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

Add latest fixes from main to the v2.16.0 release #12131

Merged
merged 8 commits into from
Nov 29, 2024

Conversation

m4olivei
Copy link
Contributor

@m4olivei m4olivei commented Nov 29, 2024

Related Ticket(s)

#12123
#12126
#12124
#12129
#12133
#12134
#12135
#12136

Description

Adding the latest changes from main (via cherry-pick) to the v2.16.0 release branch to push out a new RC.

Note that while here, I also needed to make a couple of adjustments:

  • Branch protection rules for release/v2* to not depend on the Jenkins jobs anymore (they no longer run)
  • Needed to tell Netlify to build deploy previews for this specific branch. That happens in the Netlify dashboard under Build & deploy settings > Branches and deploy contexts.
  • At first I just branched off the release branch, then merged main. What I found there was that commit already came with CI complete that was run from the context of the main branch, which is different than what we wanted. I instead started fresh from the release branch and cherry-picked the commits from the above listed PRs.

m4olivei and others added 4 commits November 28, 2024 21:03
### Related Ticket(s)

[ADCMS-6850](https://jsw.ibm.com/browse/ADCMS-6850)

### Description

Removes an `onclick` handler on cards which is redundant and hinders customization by adopters. The `onlick` handler here is already covered by the `<a>` that has an `::after` pseudo element covering the card and capturing the click event for sighted and non-sighted users.

The `onclick` handler was added back in #6642.

### Changelog

**Changed**

- Removed `onclick` handler from pictogram cards

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
* fix(feature-card): stretch image to fill if needed

* fix(feature-section): stretch image to fill if needed

* fix(feature-card): use css logical properties

---------

Co-authored-by: Matthew Oliveira <[email protected]>
### Related Ticket(s)

[ADCMS-6942](https://jsw.ibm.com/browse/ADCMS-6942)

### Description

Adjust spacing on the `<c4d-callout-with-media>` component per the [Figma specs](https://www.figma.com/design/ADYTE8HS12nn63RJLZOk87/Layout-component--callout-with-media--visual-specs--2.1?node-id=0-1&node-type=canvas&t=QNmoJfFTr6bA75Ak-0). Note that there are no v2 specs for this component.

### Changelog

**Changed**

- Adjust spacing for slotted elements to the `<c4d-callout-with-media>` component.

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
### Related Ticket(s)

[ADCMS-6929](https://jsw.ibm.com/browse/ADCMS-6929)

### Description

Fixes spacing for the `<c4d-content-block-segmented-item>` component.

[Figma specs](https://www.figma.com/design/9mRDDnXj2FWnP1SBy88EYh/Content-block-v2?node-id=1-3099&node-type=canvas&t=jd4KO55hcGcO1hW9-0)

### Changelog

**Changed**

- Adjust spacing for slotted footer content to the `<c4d-content-block-segmented-item>` component

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
@m4olivei m4olivei force-pushed the fix/additional-fixes-from-main-for-new-rc branch from f82fdea to 8f04830 Compare November 29, 2024 02:05
Copy link

netlify bot commented Nov 29, 2024

Deploy Preview for ibm-dotcom-web-components ready!

Name Link
🔨 Latest commit aa88b17
🔍 Latest deploy log https://app.netlify.com/sites/ibm-dotcom-web-components/deploys/674a284d5c7609000869cfff
😎 Deploy Preview https://deploy-preview-12131--ibm-dotcom-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

### Related Ticket(s)

[ADCMS-6990](https://jsw.ibm.com/browse/ADCMS-6990)

### Description

Adjusts the media query logic in the TOC component to line up with the Sass for the same. This fixes an issue where before, right on the lg breakpoint, the TOC was broken and stuck showing mostly mobile styles instead of desktop ones.

### Changelog

**Changed**

- TOC wlll now maintain the desktop layout for the lg breakpoint and above.

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
### Related Ticket(s)

[ADCMS-7082](https://jsw.ibm.com/browse/ADCMS-7082)

### Description

Fixes an issue where the `placeholder` text in the `<input>` within the `<c4d-language-selector-desktop>` component was not being correctly passed along from the `<c4d-footer-container>` attributes.

### Testing instructions

* Go to the Footer > Default language only story. We're focused here on the `<c4d-language-selector-desktop>` component:

![image](https://github.com/user-attachments/assets/a8cde6ea-b18f-4e4d-806b-d30a1d7f65ad)

* Click the "x" to clear the language selection

**Expected result**

You should see the placeholder text "Choose a language"

### Changelog

**Changed**

- `<c4d-language-selector-desktop>` component will show placeholder text for empty value


<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
### Related Ticket(s)

[ADCMS-7082](https://jsw.ibm.com/browse/ADCMS-7082)

### Description

Fixes the color and padding of the "Cookie Preferences" component in the footer links. Note that the Cookie Preferences link is added by an external vendor script (https://tags.tiqcdn.com/utag/ibm/web/prod/utag.js). To test it in Storybook, see below testing instructions.

### Testing Instructions

* Open the Footer > Default story
* Open dev tools and look for the `<c4d-legal-nav-cookie-preferences-placeholder>` component.
* Edit as HTML and add the following markup as a child element:
```
<a role="link" id="icon-id007001372122542948" tabindex="0" lang="en" aria-haspopup="dialog" aria-label="Cookie Preferences, opens a dedicated popup modal window" class="truste_cursor_pointer cds--link cds--footer__link">Cookie Preferences</a>
```

**Expected results**

* The link should visually resemble the other links in the legal nav. Check hover and focus as well.

### Changelog

**Changed**

- Add correct styling to expected link in the `<c4d-legal-nav-cookie-preferences-placeholder>` component.

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
### Related Ticket(s)

[ADCMS-7082](https://jsw.ibm.com/browse/ADCMS-7082)

### Description

Make some adjustments to the logic inside the legal-nav component for adjunct-links visibility. Before the fix here, the `@slotchange` event was not firing as expected when there were no adjunct links to hide them. Further, once the `hidden` class got correctly set on the `adjunct-links` wrapper, needed to fix some Sass to actually hide it.

### Changelog

**Changed**

- Hide adjunct-links container when there are no adjunct links.

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
@m4olivei m4olivei merged commit b8d89cb into release/v2.16.0 Nov 29, 2024
21 checks passed
@m4olivei m4olivei deleted the fix/additional-fixes-from-main-for-new-rc branch November 29, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants