AlaskaAirlines / auro-combobox

An auroLabs custom element w/an experimental API. You've been warned.
https://auro.alaskaair.com/components/auroLabs
Apache License 2.0
4 stars 1 forks source link

Dynamic dependency CE naming POC #127

Closed jason-capsule42 closed 1 year ago

jason-capsule42 commented 1 year ago

Is your feature request related to a problem? Please describe.

POC to explore using dynamic custom element naming in order to further avoid versioning conflicts.

Describe the solution you'd like

Use a random hash generator to create a unique name that is used during the custom element define() call.