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

fix(elements): add missing prefixes to styled components props #1352

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

ivangabriele
Copy link
Member

@ivangabriele ivangabriele commented Sep 9, 2024

BREAKING CHANGE

  • disabled is renamed $isDisabled in Label props.
  • hasError is renamed $hasError in Label props.
  • isHidden is renamed $isHidden in Label props.

Related Pull Requests & Issues

Preview URL

https://637e01cf5934a2ae881ccc9d-ddqzdqrqzh.chromatic.com/

BREAKING CHANGE:
- `disabled` is renamed `$isDisabled` in `Label` props.
- `hasError` is renamed `$hasError` in `Label` props.
- `isHidden` is renamed `$isHidden` in `Label` props.
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.49%. Comparing base (d14540c) to head (b625e5f).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1352   +/-   ##
=======================================
  Coverage   57.49%   57.49%           
=======================================
  Files          55       55           
  Lines         807      807           
  Branches      274      267    -7     
=======================================
  Hits          464      464           
- Misses        327      343   +16     
+ Partials       16        0   -16     
Flag Coverage Δ
unit 57.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivangabriele ivangabriele changed the title Ivan/fix non prefixed styled component props fix(elements): add missing prefixes to styled component props Sep 9, 2024
@ivangabriele ivangabriele changed the title fix(elements): add missing prefixes to styled component props fix(elements): add missing prefixes to styled components props Sep 9, 2024
@ivangabriele ivangabriele merged commit f2b5188 into main Sep 9, 2024
28 checks passed
@ivangabriele ivangabriele deleted the ivan/fix-non-prefixed-styled-component-props branch September 9, 2024 13:37
@ivangabriele
Copy link
Member Author

🎉 This PR is included in version 22.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants