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

feat(QTM-730): Avoiding forwarding no-gutters props to children other than Row and Container to avoid #582

Merged
merged 38 commits into from
Sep 6, 2024

Conversation

MarcosViniciusPC
Copy link
Contributor

@MarcosViniciusPC MarcosViniciusPC commented Sep 4, 2024

Description

https://jirasoftware.catho.com.br/browse/QTM-730

Review guide

  • Unit tests
  • Regression
  • Code review
  • Build

How to test

  • In the HorizontalExample in stories/Grid/Grid.jsx, add the no-gutters prop to the Row component

  • Run the storybook (yarn storybook) and check for any warnings in the terminal and browser console. The expected result is to have no warnings related to no-gutters prop

How to test on SSR

  • Make the quantum build and add it to the ssr
  • Run the application (yarn dev)
  • Access the catho-components page and check whether any warning related to the no-gutter prop is displayed in the console or terminal. It is expected that there will be no warnings from the no-gutters prop

MarcosViniciusPC and others added 30 commits July 3, 2024 14:54
build(.nvmrc): Updated node version to 20.15.0
perf(QTM-708): Lint adjustment to check definition of defaultParams in component props instead of defaultProps
build(package.json): Removing transform-modern-regexp and transform-class-properties
ci(QTM-666): Updated actions/checkout and setup-node to node v20 support
feat(JAS-4013): add new icon to Cathoflix category
Co-authored-by: MarcosViniciusPC <[email protected]>
Co-authored-by: MarcosViniciusPC <[email protected]>
Copy link

sonarqubecloud bot commented Sep 4, 2024

@alizeleal alizeleal added status:reviewing Someone is reviewing this PR and removed status:ready to review labels Sep 6, 2024
Copy link
Contributor

@alizeleal alizeleal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Unit tests
  • Regression
  • Code review
  • Build

Must update quantum version in Catho Components to avoid problems in SSR

@alizeleal alizeleal added status:approved status:suggestion and removed status:reviewing Someone is reviewing this PR labels Sep 6, 2024
@MarcosViniciusPC MarcosViniciusPC merged commit 78e85f3 into beta Sep 6, 2024
3 checks passed
@MarcosViniciusPC MarcosViniciusPC deleted the QTM-730 branch September 6, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants