Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/pfe-tools@4.0.1
Patch Changes
- d2cd76d: Test Runner: prevent config exception when lightdom shims are present
@patternfly/pfe-tools@4.0.0
Major Changes
-
f779095: Removes
EleventyRenderPlugin
from custom-elements-manifest 11ty plugin config. Ensure you add it yourself.Before:
module.exports = function (eleventyConfig) { eleventyConfig.addPlugin(CustomElementsManifestPlugin); };
After:
import { EleventyRenderPlugin } from "@11ty/eleventy"; // 3.0.0 only export default function (eleventyConfig) { eleventyConfig.addPlugin(CustomElementsManifestPlugin); eleventyConfig.addPlugin(EleventyRenderPlugin); }
@patternfly/pfe-tools@3.0.2
Patch Changes
- 4a03ced: SSR: add shim for
ResizeObserver
@patternfly/pfe-core@4.0.4
Patch Changes
- 4a03ced: SSR: add shim for
ResizeObserver
@patternfly/pfe-core@4.0.3
Patch Changes
- 7c855a6:
TabsARIAController
: improve SSR compatibility
@patternfly/elements@4.0.2
Patch Changes
- 155911d:
<pf-jump-links>
: corrected a layout bug which occurred when thecentered
attribute applied
@patternfly/pfe-core@4.0.2
Patch Changes
- 0ec7338:
OverflowController
: prevent browser from locking up in some scenarios
@patternfly/pfe-tools@3.0.1
Patch Changes
- 921e5d5: TypeScript CSS Import Transforms: allow importing from bare specifiers
@patternfly/pfe-core@4.0.1
Patch Changes
- 43b97bf:
InternalsController
: prevent Safari-detector from breaking SSR