Closed JaySunSyn closed 7 years ago
Hi Jalal, thank you for your work on this. You can now send the PR to hybrid
so you can keep working on this, we can discuss the version name for it once this is ok.
Please make sure to run npm install
and npm run lint
, you have multiple errors there and your PR wont pass travis without it.
@JaySunSyn I just closed your PR. I'm updating the 2.x version the new mixins to keep it consistent. We decided that we are going to use the 1.x.x for hybrid components. Once I push the new updates I'll publish a new release. Thank you for taking the time to work on this.
@JaySunSyn I just released v2.0.4. I worked on a lot of issues and cleaned up the code even more. Your hybrid version will continue to have some problems on mobile when you try to drag the images. You can check out the new version where I was able to fix it.
Thanks for the release @ernysans! I'll look into the changes :)
Hi @JaySunSyn. New updates on master. We are going to add keyboard navigation and updates on the documentation. I will recommend you to hold until the end of the week to work on the hybrid so you don't have to do that many changes.
@JaySunSyn We are almost done with the updates for the release. I'll notify you so you can update the hybrid component.
@JaySunSyn I just published this week release for the 2.0 version. We perform a lot of changes and improvements. Let me know if you have the time to work on this.
Please change your bower.json version to 1.0.1
Hi Erny! I think I'll copy skeleton-carousel.html and make it compatible for Polymer 1 rather than cherry pick your changes. (as there are a lot of changes). Let me know when you think most changes are implemented for now..
@JaySunSyn We are not going to touch this component for a while. We already implemented everything that we needed for now, including documentation and tests.
I think you can use this.shadowRoot
on hybrid components, you only need to call the latest version of webcomponentsjs
@JaySunSyn Thank you for working on the hybrid component. I just released the new version v.1.0.2
. 🎉
Hi Erny! Thanks for this element!
I'd need it to be hybrid in order to use it in my apps.
I've created a hybrid version of it here: https://github.com/JaySunSyn/skeleton-carousel/tree/hybrid
May you:
hybrid
Then I can PR against it.
The only question would be which version to release... PolymerElements are using 2.x.x for hybrid elements. But you already released the Polymer 2 element with this scheme. Maybe
2.0.0h
or3.0.0
?Install
polymer install --variants
and runpolymer serve -o
to see that both versions are working.