Skip to content

@patternfly/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 10:22
· 237 commits to main since this release
99e4081

Minor Changes

  • f4a7ae7: React: adds @patternfly/pfe-tools/react/generate-wrappers.js

    Use this to generate React component wrappers for Lit custom elements,
    based on their custom-elements.json manifest.

    import { generateReactWrappers } from "@patternfly/pfe-tools/react/generate-wrappers.js";
    
    const inURL = new URL("../elements/custom-elements.json", import.meta.url);
    const outURL = new URL("../elements/react/", import.meta.url);
    
    await generateReactWrappers(inURL, outURL);

Patch Changes

  • 699a812: 11ty: prevent duplicate IDs on code pages when multiple elements are documented