-
Notifications
You must be signed in to change notification settings - Fork 29
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
This is a very good component. Do you have any plans to migrate to Polymer 2.0-rc? #13
Comments
I plan to upgrade to Polymer 2.0, but will not have a chance to work on it until April. Hopefully by then the 1.x to 2.0 conversion utility will be available . |
Thank you very much for such a quick response. I was able to make the html-render example work. But rest of the demos are not working. I am currently developing a product for which the polymer-quill-bubble-firebase and polymer-quill-html-render seems to be a perfect fit, I'll try to build a small miniature component for this functionality alone. Hope the conversion utility will be coming soon :) |
+1 Interested if there's a way to help the port to 2.0 |
+1 my js skills are too lame to offer much help but would be delighted to help test when it is time. There are notes in the 2.0 docs about shady dom - which my implementation of polymer-quill uses, but not sure how to interpret. |
Yes, please make sure to tell us if you need help with something specific :) very interested in this too |
Sorry I have not been able to do this. Help would be great, @yorrd and @petecarapetyan you could fork polymer-quill and try running From @rictic
see this discussion at: googlearchive/polymer-upgrade#4 (comment) |
polymer 2 port for component available at https://github.com/DannyMcwaves/polymer-quill |
@DannyMcwaves going to test it if you interested |
@giona69 It did not work at all for me. Same error "Uncaught SyntaxError: Unexpected identifier". |
@Hammond2789 no it didn't work. What I did, it is to get https://github.com/quilljs/quill build it locally, and then replace the css and js in polymer-quill.html ... it works but you have to get the fork they are working on for the shadowRoot problem ... it works almost everywhere, except safari, see slab/quill#1805 |
I have created branch for pure Polymer 2.x at https://github.com/chuckh/polymer-quill/tree/polymer-2.x. Use this to do Polymer 2.x work for polymer-quill. This does NOT work yet. @Hammond2789 could you try this branch with quill fork slab/quill#1805. See if it works for you. I have enabled ShadyDOM so it should work for Safari too. Status[] Use ShadowDOM Quill fork and test see all changes at https://github.com/chuckh/polymer-quill/compare/polymer-2.x?expand=1 |
Just now checking in with this thread. From reading the previous messages still not sure if I should try out one of the Polymer2 versions yet? If anything is ready to test out in next couple weeks I should be available, if it would be helpful. I looked at jumping in at the code level but my javascript skills are currently way sub-par for the level of work required. :( |
Hi,
I tried to change the bower dependencies to 2.0-rc2 and tested, but the component is not working as expected. Can you please confirm if there are any plans to upgrade this to 2.0-rc?
Thanks and Best Regards,
Phani
The text was updated successfully, but these errors were encountered: