-
Notifications
You must be signed in to change notification settings - Fork 31
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: slimTitleLink #343
feat: slimTitleLink #343
Conversation
Aggiunta proprietà link relativa a slimTitle in ItHeaderComponent (visualizzazione desktop)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Good catch @stefanozanelliunitn thank you! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #343 +/- ##
==========================================
+ Coverage 45.50% 45.54% +0.04%
==========================================
Files 71 71
Lines 1156 1157 +1
Branches 247 247
==========================================
+ Hits 526 527 +1
Misses 604 604
Partials 26 26 ☔ View full report in Codecov by Sentry. |
Hi @stefanozanelliunitn did you add a new component on this branch? |
This reverts commit e590025.
Erroneamente il commit del componente era finito su main, ho applicato il revert del commit |
Grazie @stefanozanelliunitn |
@stefanozanelliunitn se vuoi riportare il commit del componente Timeline su un altro branch fai pure così possiamo inserirlo nella nuova release! Grazie mille! |
🎉 This PR is included in version 1.0.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Aggiunta proprietà link relativa a slimTitle in ItHeaderComponent (visualizzazione desktop)
Descrizione
Nel componte ItHeader è presente la possibilità di indicare la proprietà slimTitle, ma il link associato è sempre indicato con il valore '#'.
Aggiunta proprietà, con default '#', per aggiungere slimTitleLink associato all'etichetta. Il target del link è stato impostato a '_blank' se il contenuto è diverso da '#'.
Checklist