-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix!: remove deprecatedCustomEvent * fix(tools)!: remove framework test wrappers We will retool this and develop something better. In the mean time, use the react wrapper components * docs: fix logo * fix(eslint-config): update ecmaVersion * fix(accordion): use pfv4 tokens * fix(tools)!: remove DocsPage renderers * fix(icon)!: remove elements/pf-icon/icons Use `@patternfly/icons` instead
- Loading branch information
1 parent
fe6e646
commit de4cfa4
Showing
234 changed files
with
6,881 additions
and
4,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/elements": major | ||
--- | ||
Remove `/elements/pf-icon/icons/**/*`. Use `@patternfly/icons` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/pfe-tools": major | ||
--- | ||
Remove `DocsPage` render functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/elements": major | ||
--- | ||
`<pf-accordion>`: use patternfly design tokens. removes `--accordion__bordered--Color` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/pfe-core": major | ||
--- | ||
Remove `deprecatedCustomEvent` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
"@patternfly/pfe-tools": major | ||
--- | ||
Dev server config no longer uses `nodeResolution`. Instead you must provide configuration for the import map plugin. | ||
|
||
```js | ||
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), | ||
}, | ||
}, | ||
}, | ||
}); | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/pfe-tools": major | ||
--- | ||
Remove react and vue test wrapper helpers. Use React wrapper components instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
"@patternfly/eslint-config-elements": patch | ||
--- | ||
Update ecmaVersion to 2022 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.