Skip to content
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

Dynamic dependency CE naming POC #127

Closed
jason-capsule42 opened this issue Apr 27, 2023 · 0 comments · Fixed by #148 or #151
Closed

Dynamic dependency CE naming POC #127

jason-capsule42 opened this issue Apr 27, 2023 · 0 comments · Fixed by #148 or #151
Assignees
Labels
auro-combobox not-reviewed Issue has not been reviewed by Auro team members Type: Feature New Feature

Comments

@jason-capsule42
Copy link
Member

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.

@jason-capsule42 jason-capsule42 added not-reviewed Issue has not been reviewed by Auro team members Type: Feature New Feature auro-combobox labels Apr 27, 2023
@jason-capsule42 jason-capsule42 self-assigned this Apr 27, 2023
@jason-capsule42 jason-capsule42 linked a pull request Jul 20, 2023 that will close this issue
6 tasks
blackfalcon pushed a commit that referenced this issue Jul 20, 2023
# [1.8.0](v1.7.8...v1.8.0) (2023-07-20)

### Features

* **deps:** dynamic renaming of dependency elements with version [#127](#127) ([7eb76f7](7eb76f7))
* **deps:** update package dependencies ([c47c969](c47c969))

### Performance Improvements

* **deps:** update to latest dependencies ([46edd32](46edd32))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment