Skip to content

chore: prepare release#3123

Merged
bennypowers merged 1 commit intomainfrom
changeset-release/main
May 3, 2026
Merged

chore: prepare release#3123
bennypowers merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 3, 2026

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@6.0.0

Major Changes

  • bd4397a: CascadeController and @cascades decorator are removed. Use @lit/context instead for sharing data between parent and child elements.
    SlotController.anonymous is removed. Use SlotController.default instead.

Patch Changes

  • 6d1520a: FloatingDOMController: support usage within iframes
  • 3a64fd3: InternalsController: allows accessibility auditing tools to access element internals.

@patternfly/elements@5.0.0

Major Changes

  • 73b2389: Removed the bundled entrypoint (pfe.min.js). Import individual
    elements directly instead, e.g. import '@patternfly/elements/pf-button/pf-button.js'.

    The bundled entrypoint caused custom element double-registration issues
    and is not recommended for production use.

  • bd4397a: <pf-popover>: the close-label attribute and closeButtonLabel property are removed. Use accessible-close-label instead.

    Before:

    <pf-popover close-label="close"></pf-popover>

    After:

    <pf-v5-popover accessible-close-label="close"></pf-v5-popover>
  • 73b2389: All elements are now versioned with a pf-v5- prefix.

    This is a breaking change. Update your HTML to use the new element names,
    e.g. <pf-button> becomes <pf-v5-button>, <pf-accordion> becomes
    <pf-v5-accordion>, etc.

    CSS custom properties are also renamed from --pf-c-* to --pf-v5-c-*.
    Global tokens (--pf-global--*) are unchanged.

Patch Changes

  • Updated dependencies [bd4397a]
  • Updated dependencies [6d1520a]
  • Updated dependencies [3a64fd3]
    • @patternfly/pfe-core@6.0.0

@patternfly/pfe-tools@7.0.0

Major Changes

  • 74318a1: Test Runner: migrate config from playwright-backed to puppeteer.

    Transitive dependencies have changed, so if your test files relied on playwright imports,
    you'll need to update them.

Patch Changes

  • 73b2389: Corrected usage of config for tagPrefix in DocsPage for alias

@netlify
Copy link
Copy Markdown

netlify Bot commented May 3, 2026

Deploy Preview for patternfly-elements ready!

Name Link
🔨 Latest commit b8d72b1
🔍 Latest deploy log https://app.netlify.com/projects/patternfly-elements/deploys/69f734b10c45bf0008240c8d
😎 Deploy Preview https://deploy-preview-3123--patternfly-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@bennypowers bennypowers enabled auto-merge (squash) May 3, 2026 11:44
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 3, 2026

SSR Test Run for 8792e72: Report

@github-actions github-actions Bot added the AT passed Automated testing has passed label May 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 3, 2026

✅ Commitlint tests passed!

More Info
{
  "valid": true,
  "errors": [],
  "warnings": [],
  "input": "chore: prepare release"
}

@bennypowers bennypowers merged commit 029229c into main May 3, 2026
14 checks passed
@bennypowers bennypowers deleted the changeset-release/main branch May 3, 2026 11:51
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant