-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BREAKING] Renommer plusieurs composants Pix UI pour être iso avec le design system (PIX-14599). #768
[BREAKING] Renommer plusieurs composants Pix UI pour être iso avec le design system (PIX-14599). #768
Conversation
Une fois l'application déployée, elle sera accessible à cette adresse https://ui-pr768.review.pix.fr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lu et testé en RA sur firefox ✅
Pas trouvé non plus de références avec les anciens noms de composant.
Beau travail et merci pour cette PR 👏
@@ -26,7 +26,7 @@ const icons = { | |||
[TYPE_COMMUNICATION_CERTIF]: 'campaign', | |||
}; | |||
|
|||
export default class PixBanner extends Component { | |||
export default class PixBannerAlert extends Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question est ce qu'on conserve le nom des attributs @onCloseBannerTriggerAction
et @canCloseBanner
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai fait le choix de pas les modifier parce que ça reste une bannière, mais je peut modifier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça peut rester comme ça 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merci pour le taf 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est super ! bravo :)
e5a1851
to
f2c91db
Compare
# [49.0.0](v48.9.0...v49.0.0) (2024-11-27) ### 💥 BREAKING CHANGE - [#768](#768) Renommer plusieurs composants Pix UI pour être iso avec le design system (PIX-14599).
🎉 This PR is included in version 49.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💥 BREAKING_CHANGES
Plusieurs composants Pix UI ont été renommés :
PixProgressGauge
devientPixProgressBar
PixMessage
devientPixNotificationAlert
PixBanner
devientPixBannerAlert
PixToggle
devientPixToggleButton
PixCollapsible
devientPixAccordions
🎄 Problème
Plusieurs composants existants sur Pix UI n'étaient pas alignés avec le nommage choisi dans le design system
🎁 Proposition
Les renommer
🌟 Remarques
Un bout de doc a été supprimé car plus pertinent.
🎅 Pour tester
Vérifier le comportement des composants suivants :
PixProgressBar
PixNotificationAlert
PixBannerAlert
PixToggleButton
PixAccordions