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

Storybook: install Measure and Outline addons #445

Merged
merged 1 commit into from
Nov 8, 2022
Merged

Conversation

daneah
Copy link
Member

@daneah daneah commented Nov 8, 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?
  • Component status page up to date?

What does this change address?

Resolves #441

How does this change work?

Install the addons and add them to the list of installed addons.

Additional context

  • Outline doesn't appear to drill down into the shadow DOM elements at the moment; it only outlines the host element and any slotted content.
  • Remove storysource addon for now as it doesn't work with CSF 3 yet and just shows loading source...

- Remove storysource addon for now as it doesn't work with CSF 3 yet
- Outline doesn't appear to drill down into the shadow DOM elements at
  the moment; it only outlines the host element and any slotted content.
@daneah daneah requested a review from a team as a code owner November 8, 2022 03:02
@daneah daneah requested review from chrisjbrown, SMQuazi and satya-achanta-venkata and removed request for a team November 8, 2022 03:02
@changeset-bot
Copy link

changeset-bot bot commented Nov 8, 2022

⚠️ No Changeset found

Latest commit: 473f345

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

@daneah daneah changed the title feat(storybook): install Measure and Outline addons Storybook: install Measure and Outline addons Nov 8, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

size-limit report 📦

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

@daneah daneah merged commit 92e7175 into develop Nov 8, 2022
@daneah daneah deleted the feat/update-addons branch November 8, 2022 14:56
daneah added a commit that referenced this pull request Nov 10, 2022
* develop:
  Tabs: fix initial tab selection in more cases (#449)
  Storybook: add eslint-plugin-storybook and fix issues (#446)
  feat(storybook): install Measure and Outline addons (#445)
  Docs: update copy for Button's on-background usage (#444)
  Storybook: Convert stories to CSF 3 (#435)
  feat(tabs): fire event when tab selected programmatically (#442)
  ToggleButton: indicate toggle button state on underlying button elements (#438)
  Tooltip, DropdownMenu: replace popperjs with floating-ui (#434)
  Site: improve imports (#433)
sirrah-tam pushed a commit to sirrah-tam/pharos that referenced this pull request Dec 1, 2023
- Remove storysource addon for now as it doesn't work with CSF 3 yet
- Outline doesn't appear to drill down into the shadow DOM elements at
  the moment; it only outlines the host element and any slotted content.
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.

Storybook: Add Measure and Outline addons
3 participants