You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to gather feedback for features and especially breaking changes we should introduce in a 2.0 release, which isn't far away. So far I've the following things that we definitely need to do:
2.0 todo
Make button centered by default in CSS #260: the Vue library already has this default, but it adds a CSS class. Rather the text should be centered by default, with a CSS class for the non-centered variant
icon prop on Alert: Since Add neutral option to BccAlert #215 this prop can be both a boolean (to indicate whether to show an icon) and a Component (to pass a custom icon). The latter is the way it's done in other components, so I think we should introduce a separate showIcon or withIcon boolean prop for the first case (up for discussion: whether setting the icon prop means an icon is shown by default). => on second thought the current way seems to be pretty ergonomic, so I think we should keep it that way.
This is an issue to gather feedback for features and especially breaking changes we should introduce in a 2.0 release, which isn't far away. So far I've the following things that we definitely need to do:
2.0 todo
=> on second thought the current way seems to be pretty ergonomic, so I think we should keep it that way.iconprop on Alert: Since Add neutral option to BccAlert #215 this prop can be both a boolean (to indicate whether to show an icon) and aComponent(to pass a custom icon). The latter is the way it's done in other components, so I think we should introduce a separateshowIconorwithIconboolean prop for the first case (up for discussion: whether setting theiconprop means an icon is shown by default).Target date
We're thinking of releasing in 2-3 weeks, 12 October is the target date for now.