github-actions
released this
05 Jul 10:22
·
237 commits
to main
since this release
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 theircustom-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