-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(web-components): create custom elements manifest for web components project #34090
base: master
Are you sure you want to change the base?
feat(web-components): create custom elements manifest for web components project #34090
Conversation
@microsoft-github-policy-service agree company="Microsoft" |
Co-authored-by: Martin Lijanto <601470+mlijanto@users.noreply.github.com>
📊 Bundle size report✅ No changes found |
Pull request demo site: URL |
@@ -0,0 +1,7 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵🏾♀️ visual changes to review in the Visual Change Report
vr-tests-react-components/Positioning 2 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-react-components/Positioning.Positioning end.updated 2 times.chromium.png | 38 | Changed |
vr-tests-react-components/Positioning.Positioning end.chromium.png | 54 | Changed |
vr-tests-react-components/TagPicker 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-react-components/TagPicker.disabled.chromium.png | 678 | Changed |
vr-tests-web-components/Avatar 2 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-web-components/Avatar. - Dark Mode.normal.chromium_1.png | 298 | Changed |
vr-tests-web-components/Avatar. - Dark Mode.normal.chromium.png | 10381 | Changed |
vr-tests-web-components/Badge 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-web-components/Badge. - Dark Mode.normal.chromium.png | 444 | Changed |
vr-tests-web-components/Checkbox 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-web-components/Checkbox. - Dark Mode.normal.chromium_1.png | 3 | Changed |
vr-tests-web-components/MenuList 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-web-components/MenuList. - RTL.normal.chromium_1.png | 39082 | Changed |
vr-tests-web-components/RadioGroup 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests-web-components/RadioGroup. - Dark Mode.normal.chromium_1.png | 59 | Changed |
vr-tests/Callout 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests/Callout.No callout width specified.default.chromium.png | 2126 | Changed |
vr-tests/Keytip 1 screenshots
Image Name | Diff(in Pixels) | Image Type |
---|---|---|
vr-tests/Keytip.Offset.default.chromium.png | 86 | Changed |
There were 1 duplicate changes discarded. Check the build logs for more information.
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Hey @Hotell, any ideas on why this e2e test is failing? My changes shouldn't have affected any of this. |
Previous Behavior
The project does not currently have a Custom Elements Manifest.
New Behavior
This PR adds a Custom elements Manifest with some additional plugins for better integration:
There is also a new command in the
package.json
script for running the analyzer (yarn analyze
). It has also been added to the build script.Related Issue(s)
Other attempts have been made at adding this. I think this basic implementation should meet most of the needs, but additional features can be added as needed:
#31689
#31673