-
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!: rename elements chore: remove elements changelogs docs: rename tags fix: accordion chore: commitlint style: whitespace docs: rename tags fix: rename tags fix: rename tags fix: rename helpers fix: typo fix: tools config fix: start script * chore: remove references to component version property * test: import specifiers * chore: changeset * fix(spinner): css * fix(timestamp): tests * fix: updating prefix to pf from pfe * fix: revert pfe-assets change, updating icon in main.mjs, badge docs element tag fix * docs(clipboard-copy): demo heading * docs(code-block): update readme * docs(code-block): update demo * test(code-block): update tests * docs: icon url * fix: various typos * fix(tools): 11ty passthrough copy * fix(tools): passthrough element copy * docs(icon): custom demo * docs: fix snippet rendering * docs: update zero-md use * chore: bust cache for analyze script * fix(icon): make base size property abstract * chore: run docs script in preview build * docs: fix brand icon * fix(tools): 11ty passthrough * fix(tools)!: move pfe-assets 11ty plugin out of pfe-tools * docs: brand icon * fix(tools): dev server bundle * docs: icon import path * docs: fix landing page styles * docs: add generator meta tag * docs: landing hero * fix(card): always place footer at end of card * docs: update landing page * docs: fix passthrough copy * chore: incremental 11ty builds * chore: debug 11ty build in ci * docs: fix netlify html shenanigans * style: lint * docs(icon): styling icons * fix(tools): redirect demo subresources * docs: link special demo subresources from their dirs * fix(tools): rewrite demo subresources in 11ty * style: lint * docs: data-demo container for 11ty demos * fix(card): removing position absolute on header part, adding display flex to article in basecard * docs: demo page styles 11ty * fix(tools): actually render 11ty pages * fix(card): footer layout when card is in a grid container * fix(avatar): hardcode default avatars * chore: remove last vestiges of pfe * feat(avatar): load event * docs: wip version selector fix * docs: fix temporary version select --------- Co-authored-by: Steven Spriggs <[email protected]> Co-authored-by: Brian Ferry <[email protected]>
- Loading branch information
1 parent
0ffc86c
commit 80e1997
Showing
410 changed files
with
5,026 additions
and
5,150 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,5 @@ | ||
--- | ||
"@patternfly/pfe-tools": major | ||
--- | ||
|
||
Moved `pfe-assets` 11ty plugin to local docs folder |
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,16 @@ | ||
--- | ||
"@patternfly/create-element": patch | ||
"@patternfly/pfe-tools": patch | ||
"@patternfly/pfe-core": patch | ||
"@patternfly/elements": major | ||
--- | ||
|
||
Renamed all element prefixes from `pfe-` to `pf-`. | ||
|
||
```html | ||
<!-- BEFORE: --> | ||
<pfe-button>Cancel</pfe-button> | ||
|
||
<!-- AFTER: --> | ||
<pf-button>Ok</pf-button> | ||
``` |
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,5 @@ | ||
--- | ||
"@patternfly/elements": minor | ||
--- | ||
|
||
`<pf-timestamp>`: Added `time` and `isoString` readonly properties. |
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,5 @@ | ||
--- | ||
"@patternfly/elements": patch | ||
--- | ||
|
||
`<pf-icon>`: make the `size` property abstract in `BaseIcon` |
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
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
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
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
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
Oops, something went wrong.