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

add registry polyfill info to getting started #345

Merged
merged 7 commits into from
Jun 1, 2022

Conversation

chrisjbrown
Copy link
Contributor

@chrisjbrown chrisjbrown commented May 13, 2022

This change: (check at least one)

  • Adds a new feature
  • Fixes a bug
  • Improves maintainability
  • Improves documentation
  • Is a release activity

Is this a breaking change? (check one)

  • Yes
  • No

Is the: (complete all)

  • Title of this pull request clear, concise, and indicative of the issue number it addresses, if any?
  • Test suite(s) passing?
  • Code coverage maximal?
  • Changeset added?

What does this change address?
A clear and concise description or a direct link to an issue [e.g. #15]
If adding a feature, a rationale for its addition goes here.

How does this change work?
A clear, detailed description of how this change addresses the issue.
This could be a bullet list if there are several moving parts.

Additional context
Add any other context here.

@chrisjbrown chrisjbrown requested a review from a team as a code owner May 13, 2022 17:58
@chrisjbrown chrisjbrown requested review from SMQuazi, jialin-he and satya-achanta-venkata and removed request for a team May 13, 2022 17:58
@changeset-bot
Copy link

changeset-bot bot commented May 13, 2022

⚠️ No Changeset found

Latest commit: befbc19

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented May 13, 2022

size-limit report 📦

Path Size
packages/pharos/lib/index.js 46.63 KB (0%)

Copy link
Member

@daneah daneah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For continuity

This is generally achieved by including this script tag in the head of your application.

```javascript
<script src="https://cdn.jsdelivr.net/npm/@webcomponents/[email protected]/scoped-custom-element-registry.min.js"></script>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest version is 0.0.5. Not sure if that should be the recommendation (perhaps should be tested first).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what would be a satisfactory way to test this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use that version on a page that has at least a couple mfes registering components and ensure there aren't any console/JS errors I'd say.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisjbrown chrisjbrown requested a review from daneah May 16, 2022 15:27
@chrisjbrown chrisjbrown merged commit 178c0e4 into develop Jun 1, 2022
@chrisjbrown chrisjbrown deleted the docs/registry-polyfill branch June 1, 2022 13:24
sirrah-tam pushed a commit to sirrah-tam/pharos that referenced this pull request Dec 1, 2023
* add registry polyfill info to getting started

* Update packages/pharos-site/src/pages/getting-started.mdx

Co-authored-by: Dane Hillard <[email protected]>

* chore(deps): add registry polyfill info to getting started

* Revert "chore(deps): add registry polyfill info to getting started"

This reverts commit db52184.

* chore(docs): fix linting using jsx

Co-authored-by: Dane Hillard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants