Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.01k forks source link

Stamp a new release of Polymer + elements with improved trusted type support #5699

Closed rictic closed 2 years ago

rictic commented 2 years ago

We've landed a number of changes to improve trusted types support in Polymer and our elements, we should stamp a release with these changes. May include externalizing some minor internal changes, like using the html tagged template literal instead of innerHTMLing a constant

bicknellr commented 2 years ago

(relaying from the meeting we just had) The elements seem to already be using Polymer's html`...` templates, so they might not need any changes for compatibility with trusted types. I'll just work on updating the core library for now and, once that's in, we can see if any of the elements need follow-on changes.

freshp86 commented 2 years ago

Is there an ETA on when a new version with TrustedTypes support will be pushed to NPM?

rictic commented 2 years ago

We're aiming for next week. @bicknellr is out on vacation this week

bicknellr commented 2 years ago

@polymer/polymer@3.5.0 is now published.