-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
ClickableComponent vs. Button - do we still need to support both components? #3837
Comments
So #3828 addresses 2. above; will 1. go into v6, and if so will we change any components which still inherit from |
@gkatsev is deprecating |
we can probably deprecate it in v7 and then look to remove it in v8. |
Would that make the poster and menu items buttons? What's the advantage vs |
@mister-ben the menu-items could definitely become buttons; I don't know about the poster - I'd need to take a look at whether it could become a button element or not. Before v5, a lot of the controls were not |
@OwenEdwards brought up a good point in #3828:
I'd like to propose that in 6.0 we:
ClickableComponent
and remove it from the inheritance chain wherever it exists, but leave it in video.js in case it's being used externally.Button
component not accept atagName
argument at all (a slight deviation from the current state of Remove deprecation for a Button created with a non-button element #3828).The text was updated successfully, but these errors were encountered: