-
Notifications
You must be signed in to change notification settings - Fork 1
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: tag default variant #1854
base: main
Are you sure you want to change the base?
fix: tag default variant #1854
Conversation
Deployment failed with the following error:
View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
I believe it will cause a breaking change |
The most used case of this component is with gray color and secondary variant so we changed it BREAKING CHANGE: Tag component without variant will render with secondary prop, so all the implementation now need to change to explicity set it to primary to stay in the same way fix #1740
230e97d
to
7feeb29
Compare
Sim, isso causa uma breaking change no comportamento do código e visual também! Nós entendemos que isso pode ocorrer mais vezes em outros lugares e é um tradeoff de uma Nesse caso, conversei com @matheusps pra gente resolver esse problema e conseguir passar esse tipo de mudança. A ideia é tratar como um bug fix e criar alguma tag no Compartilhando aqui só pra dar uma resposta em relação ao PR, uma vez que a gente definir isso podemos fazer o merge e criar uma issue para a atualização dessa anotation na documentação 😄 |
Outro ponto: a gente até então não tinha utilizado o |
Faz muito sentido! Boa! |
Saquei, me parece ser um bom caminho de fato, estamos com uma mudança pequena mas ainda assim uma breaking change. Eu vi que tem aquelas annotations |
Summary
Resolve #1740
Examples