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

Release 18/12/2024 #262

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Release 18/12/2024 #262

merged 3 commits into from
Dec 18, 2024

Conversation

harrytiendanube
Copy link
Contributor

@harrytiendanube harrytiendanube commented Dec 18, 2024

Type

  • Bugfix πŸ›
  • New feature 🌈
  • Change request πŸ€“
  • Documentation πŸ“š
  • Tech debt πŸ‘©β€πŸ’»

Changes proposed βœ”οΈ

@nimbus-ds/[email protected]

πŸ› Bug fixes

  • Made onDismiss property optional for Modal component. If onDismiss is not provided, the modal can no longer be closed by clicking outside or pressing the close button. Removed the close button (X) from Modal component when onDismiss is not provided. (#246 by @dommirr)
  • We detected that the content of the Tabs, when set to full, was not centered but aligned to the left. (#261 by @harrytiendanube)

@nimbus-ds/[email protected]

πŸ› Bug fixes

  • Made onDismiss property optional for Modal component. If onDismiss is not provided, the modal can no longer be closed by clicking outside or pressing the close button
  • Removed the close button (X) from Modal component when onDismiss is not provided. (#246 by @dommirr)

@nimbus-ds/[email protected]

πŸ› Bug fixes

  • We detected that the content of the Tabs, when set to full, was not centered but aligned to the left. (#261 by @harrytiendanube)

@nimbus-ds/[email protected]

πŸ› Bug fixes

  • We detected that the content of the Tabs, when set to full, was not centered but aligned to the left. (#261 by @harrytiendanube)

dommirr and others added 2 commits December 18, 2024 15:10
* fix(modal): make `onDismiss` optional and conditionally render close button

* feat: add change

* feat: fix change

* feat: add change log

* feat: add change log

* feat: fix change log

* feat: fix change log

* feat: fix change logs

* fix: versions yml

* feat: fix test

---------

Co-authored-by: dommirr <[email protected]>
Co-authored-by: Ignacio Zullo Salvucci <[email protected]>
Co-authored-by: Harry Barzola <[email protected]>
* fix: tabs align center when is full

* chore: include patch to components

* docs: add changelog
@harrytiendanube harrytiendanube requested a review from a team as a code owner December 18, 2024 18:48
Copy link

github-actions bot commented Dec 18, 2024

Getting started

Please make sure you read our documentation on how to write code for components, stories and styles.

  • Provide a list of changes
  • Include images to help better visualize your work
  • If your PR closes an issue, please link it
  • Add reviewers
  • Add a label to help better understand what your changes are related to

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 99.24%. Comparing base (0669a1b) to head (45f8e90).
Report is 4 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   99.24%   99.24%           
=======================================
  Files         298      298           
  Lines        1977     1979    +2     
  Branches      290      292    +2     
=======================================
+ Hits         1962     1964    +2     
  Misses         13       13           
  Partials        2        2           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@harrytiendanube harrytiendanube merged commit 2425ba9 into master Dec 18, 2024
6 checks passed
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.

4 participants