Skip to content

Commit

Permalink
chore: updates for release 2022.13 (#3225)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 11, 2022
1 parent 591c667 commit 7e95a85
Show file tree
Hide file tree
Showing 187 changed files with 288 additions and 317 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ A dual list selector allows users to select and move items from one list of avai
### [Icon sprites](https://www.patternfly.org/v4/components/form-control#icon-sprite)
The icons for the success, invalid, calendar, etc varations in form control elemements are applied as background images to the form element. By default, the image URLs for these icons are data URIs. However, there may be cases where data URIs are not ideal, such as in an application with a content security policy that disallows data URIs for security reasons. The .pf-m-icon-sprite variation changes the icon source to an external SVG file that serves as a sprite for all of the supported icons.

### [Label: editable](https://www.patternfly.org/v4/components/label#editable)
An editable label can be edited when it is in its editable state. There is also a corresponding [editable label group example](https://www.patternfly.org/v4/components/label-group#editable-labels) and an [editable label group with add button example](https://www.patternfly.org/v4/components/label-group#editable-labels-with-add-button)

![editable-label](./img/editable-label.png)
![editable-label-group](./img/editable-label-group.png)

### [Label group](https://www.patternfly.org/v4/components/label-group)
Use a label group when you have multiple labels to display at once. Label groups can be oriented either horizontally or vertically and can optionally be named and dismissible.

Expand Down
Binary file not shown.
Binary file not shown.
20 changes: 19 additions & 1 deletion packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
{
"Releases": [
{
"name": "2022.13",
"date": "2022-10-11",
"latest": true,
"versions": {
"@patternfly/patternfly": "4.217.1",
"@patternfly/react-catalog-view-extension": "4.92.26",
"@patternfly/react-charts": "6.94.7",
"@patternfly/react-code-editor": "4.82.26",
"@patternfly/react-core": "4.250.1",
"@patternfly/react-icons": "4.92.6",
"@patternfly/react-inline-edit-extension": "4.86.27",
"@patternfly/react-log-viewer": "4.87.21",
"@patternfly/react-styles": "4.91.6",
"@patternfly/react-table": "4.111.4",
"@patternfly/react-tokens": "4.93.6",
"@patternfly/react-topology": "4.88.26",
"@patternfly/react-virtualized-extension": "4.88.26"
}
},{
"name": "2022.12",
"date": "2022-9-16",
"latest": true,
"versions": {
"@patternfly/patternfly": "4.215.1",
"@patternfly/react-catalog-view-extension": "4.90.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@patternfly/documentation-framework": "^1.2.40",
"@patternfly/quickstarts": "^2.2.4",
"@patternfly/react-docs": "5.100.1",
"@patternfly/react-docs": "5.102.34",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
577 changes: 268 additions & 309 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 7e95a85

Please sign in to comment.