Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- aca8409: React: ensure that only classes which are exported get wrapped
@patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- 9702278:
<pf-clipboard-copy>: corrected size of copy button
@patternfly/[email protected]
@patternfly/[email protected]
Major Changes
- 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.
@patternfly/[email protected]
Major Changes
- 65079fb: Provide ESLint flat config. Upgrade to ESLint 9.0 to use.
Patch Changes
- Updated dependencies [65079fb]
- @patternfly/[email protected]
@patternfly/[email protected]
[email protected]
Major Changes
- e6ca914: Package is now
"type": "module"aka ESM
@patternfly/[email protected]
Major Changes
-
de4cfa4: Remove
DocsPagerender 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