Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Apr 24, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@patternfly/pfe-core@2.3.0

Minor Changes

  • 78c8e44: Added StringListConverter for managing comma-separated list attributes.

Patch Changes

  • 37c23c3: overflow-controller:
    • improves display calculations for overflow scroll buttons
    • adds smooth scroll behavior

@patternfly/elements@2.1.0

Minor Changes

  • 78c8e44: ✨ Added <pf-popover>

    <pf-popover
      heading="Popover heading"
      body="Popovers are triggered by click rather than hover."
      footer="Popover footer"
    >
      <pf-button>Toggle popover</pf-button>
    </pf-popover>
  • 9266ee5: <pf-button>: expose button part for styling the internal button element

Patch Changes

  • 5a6683b: <pf-tabs>: improved accessibility for elements extending BaseTab and
    BaseTabPanel by assigning random IDs when no exists.
  • 32eecd6: BaseTab:
    • fixed Safari focus issue on keyboard navigation
    • fixed Safari focus issue on mouse click
  • Updated dependencies [78c8e44]
  • Updated dependencies [37c23c3]
    • @patternfly/pfe-core@2.3.0

@patternfly/pfe-tools@1.3.0

Minor Changes

  • 4832b29: Test Helpers: Added allUpdates test helper, which waits until an element
    completely finishes updating.

    const element = await fixture(html`<my-el></my-el>`);
    await allUpdates(element);

Patch Changes

  • a4c20b7: Dev Server: updates router to use project subpath configuration

@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 5af9a6d to 608c7e4 Compare April 26, 2023 20:12
@zeroedin zeroedin requested a review from bennypowers April 26, 2023 20:36
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 832cfd2 to d28f4bf Compare April 27, 2023 13:29
@github-actions github-actions bot force-pushed the changeset-release/main branch from d28f4bf to 307cbbe Compare April 27, 2023 13:32
@bennypowers bennypowers enabled auto-merge (squash) April 27, 2023 13:33
@github-actions github-actions bot added the AT passed Automated testing has passed label Apr 27, 2023
@bennypowers bennypowers merged commit f4f8e95 into main Apr 27, 2023
@bennypowers bennypowers deleted the changeset-release/main branch April 27, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT passed Automated testing has passed ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants