Skip to content

Releases: patternfly/patternfly-elements

@patternfly/[email protected]

19 Aug 14:16
9364e16

Choose a tag to compare

Patch Changes

  • c9bd577: updated dependencies
  • 5604adb: Element generator now generates demo files with inlined script and styles

@patternfly/[email protected]

16 Jun 09:28
492a901

Choose a tag to compare

Patch Changes

  • aca8409: React: ensure that only classes which are exported get wrapped

@patternfly/[email protected]

16 Jun 06:33
4259148

Choose a tag to compare

Patch Changes

  • c57c5dd: Dev Server: redirect demo links to css lightdom subresources
  • 9995136: React: corrected syntax error in some generated modules

@patternfly/[email protected]

16 Jun 06:33
4259148

Choose a tag to compare

Patch Changes

  • 9702278: <pf-clipboard-copy>: corrected size of copy button

@patternfly/[email protected]

17 Apr 14:54
759f5e6

Choose a tag to compare

Patch Changes

  • d50a651: Dev Server: update icon and theme colours
  • 65079fb: Update typescript types

@patternfly/[email protected]

17 Apr 14:54
759f5e6

Choose a tag to compare

Major Changes

  • 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.

@patternfly/[email protected]

17 Apr 14:54
759f5e6

Choose a tag to compare

Major Changes

  • 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.

Patch Changes

@patternfly/[email protected]

17 Apr 14:54
759f5e6

Choose a tag to compare

Patch Changes

  • afac682: <pf-select>: fixed computed button label when the placeholder attribute is present
  • 6aa674a: <pf-spinner>: improved screen-reader accessibility

[email protected]

31 Mar 08:33

Choose a tag to compare

Major Changes

  • e6ca914: Package is now "type": "module" aka ESM

@patternfly/[email protected]

31 Mar 08:34

Choose a tag to compare

Major Changes

  • de4cfa4: Remove DocsPage render functions

  • de4cfa4: Dev server config no longer uses nodeResolution. Instead you must provide configuration for the import map plugin.

    import {
      pfeDevServerConfig,
      getPatternflyIconNodemodulesImports,
    } from "@patternfly/pfe-tools/dev-server/config.js";
    
    export default pfeDevServerConfig({
      importMapOptions: {
        providers: {
          "zero-md": "nodemodules",
          "@patternfly/icons": "nodemodules",
          "@patternfly/elements": "nodemodules",
          "@patternfly/pfe-tools": "nodemodules",
          "@patternfly/pfe-core": "nodemodules",
        },
        inputMap: {
          imports: {
            ...(await getPatternflyIconNodemodulesImports(import.meta.url)),
          },
        },
      },
    });
  • de4cfa4: Remove react and vue test wrapper helpers. Use React wrapper components instead.

Minor Changes

  • 502e931: React wrapper generator: add parameters to support different packages

Patch Changes

  • e6ca914: Update dependencies
  • fd1202d: typescript/css-imports: prevent shared css modules from being inlined to files; emit them instead.
  • 22d7536: Update typescript version
  • 50f462c: Update dependencies, including Lit version 3