Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

13 Oct 05:37
1f9e527
Compare
Choose a tag to compare

Patch Changes

  • d2cd76d: Test Runner: prevent config exception when lightdom shims are present

@patternfly/[email protected]

11 Oct 12:16
94b9680
Compare
Choose a tag to compare

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/[email protected]

09 Oct 15:23
4799ed8
Compare
Choose a tag to compare

Patch Changes

  • 4a03ced: SSR: add shim for ResizeObserver

@patternfly/[email protected]

09 Oct 15:23
4799ed8
Compare
Choose a tag to compare

Patch Changes

  • 4a03ced: SSR: add shim for ResizeObserver

@patternfly/[email protected]

09 Oct 14:49
e1f9d66
Compare
Choose a tag to compare

Patch Changes

  • 7c855a6: TabsARIAController: improve SSR compatibility

@patternfly/[email protected]

26 Sep 16:24
c098e6f
Compare
Choose a tag to compare

Patch Changes

  • 155911d: <pf-jump-links>: corrected a layout bug which occurred when the centered attribute applied

@patternfly/[email protected]

25 Sep 07:42
85f1854
Compare
Choose a tag to compare

Patch Changes

  • 0ec7338: OverflowController: prevent browser from locking up in some scenarios

@patternfly/[email protected]

02 Sep 17:41
b8eb5b0
Compare
Choose a tag to compare

Patch Changes

  • 921e5d5: TypeScript CSS Import Transforms: allow importing from bare specifiers

@patternfly/[email protected]

27 Aug 09:38
94261f6
Compare
Choose a tag to compare

Patch Changes

  • 43b97bf: InternalsController: prevent Safari-detector from breaking SSR

@patternfly/[email protected]

27 Aug 09:38
94261f6
Compare
Choose a tag to compare

Patch Changes