ember-cli-mdc
ember-cli-mdc copied to clipboard
Add MdcTooltip component (MDC ^8)
I've been working with ember-cli-mdc
a while and showed up the necessity to use this component. I implemented it with "@material/tooltip": "^8.0.0"
, a different version of the current components. So, I don't know if I supposed to create a PR on master or another branch.
PS: If its ok for you, I could help updating or adding new components here (always mirroring mdc).
@mtsgeneroso This is great! I would like the merge this, but only updating this component to 8.00 would make maintenance much harder. Moreover, we are about to start upgrading the code based to support material-components-web 11.0.
If you are interested in helping with the update, I can keep you in mind when we start. You could then add this component to that branch.
In the meantime, I would recommend using your current fork since we are only making bug-fixes updates to 2.0 now. All new implementations/features will be in the next major release, which is our upgrade to 11.0
Nice! It'll be amazing this update to mdc-web 11.0. Have you some deadline for this release?
@mtsgeneroso I wanted to give you an update on this issue. I have started working on ember-cli-mdc 3.0, and it will be compatible with material components web 13.0.
@hilljh82 Sure, could I help you to update it? I just need the first instructions about the branch which you're working on to start contributing.