noyainrain / meetling

Web app for collaboratively preparing meetings.
https://meetling.org/
GNU General Public License v3.0
15 stars 2 forks source link

Upgrade to webcomponents.js 2 #71

Closed noyainrain closed 5 years ago

noyainrain commented 7 years ago

Upgrade to web components v1 once the webcomponents polyfill supports customized builtin elements, which some of our elements are.

Some things changed and we need to refactor:

With this, reconsider Shadow DOM, using the more lightweight Shady DOM polyifill.

noyainrain commented 7 years ago

Experimental branch: https://github.com/noyainrain/meetling/tree/web-components-v1

snuggs commented 7 years ago

To be clear this isn't a refactor it's a bonafied feature change @noyainrain

noyainrain commented 7 years ago

Dear @snuggs, I'm not sure I get your point, could you please elaborate? :)

snuggs commented 7 years ago

Oh bcause of the different API. There were breaking changes to v1 API which is what makes it a "non-refactor". capture d ecran 2017-07-28 a 12 16 56

noyainrain commented 5 years ago

Moved to noyainrain/micro#54.