Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Rebase v5 #8227

Merged
merged 40 commits into from
Oct 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
c0583b5
fix(Menu): fixed height issue with drilldown examples (#8033)
thatblindgeye Oct 10, 2022
44af730
chore(release): releasing packages [ci skip]
patternfly-build Oct 10, 2022
bf07dbf
chore(docs): Release notes 2022.13 (#8168)
tlabaj Oct 11, 2022
17c9e1c
chore(release): releasing packages [ci skip]
patternfly-build Oct 11, 2022
702dfbb
chore(docs): Updated release notes (#8202)
tlabaj Oct 11, 2022
60f9853
chore(release): releasing packages [ci skip]
patternfly-build Oct 11, 2022
a5acd1d
chore(Sidebar): converted examples to typescript (#8062)
andyyvo Oct 12, 2022
a20ea26
chore(Banner): update tests to new react testing library standards (#…
samuelatefah Oct 12, 2022
5c6a6de
specify est timezone for jest to run with (#8151)
gitdallas Oct 12, 2022
5daeed5
chore(release): releasing packages [ci skip]
patternfly-build Oct 12, 2022
91ee855
feature(Select): flag to put create option at top of typeahead (#8165)
gitdallas Oct 12, 2022
2f37a67
chore(release): releasing packages [ci skip]
patternfly-build Oct 12, 2022
423dd67
fix(Dropdown next): Add support for forward ref and updated docs. (#8…
tlabaj Oct 12, 2022
8cea2e5
chore(release): releasing packages [ci skip]
patternfly-build Oct 12, 2022
f887232
chore(Title): update tests to new RTL standards (#8156)
drewamunat2 Oct 12, 2022
8aa9e38
chore(release): releasing packages [ci skip]
patternfly-build Oct 12, 2022
ebcacd2
docs(Empty state): Added EmptyStatePrimary to documentation (#8161)
tlabaj Oct 12, 2022
9d771b7
chore(release): releasing packages [ci skip]
patternfly-build Oct 12, 2022
3a8b500
fix(Slider): correct tab order when input is above thumb (#8190)
tompsota Oct 13, 2022
dcfb97a
chore(deps): update dependency @patternfly/documentation-framework to…
renovate[bot] Oct 13, 2022
0afb2a9
chore(release): releasing packages [ci skip]
patternfly-build Oct 13, 2022
f99a34d
feat(label+labelGroup): update aria-labels to include label text (#8192)
jenny-s51 Oct 13, 2022
84a0a31
chore(release): releasing packages [ci skip]
patternfly-build Oct 13, 2022
0ffe6b2
chore(deps): update dependency @patternfly/documentation-framework to…
renovate[bot] Oct 13, 2022
d4f4e0a
chore(SkipToContent): converted examples to typescript (#8138)
kev-kim Oct 13, 2022
2a8a838
chore(TextInput): converted examples to typescript (#8137)
kev-kim Oct 13, 2022
9eacaae
chore(release): releasing packages [ci skip]
patternfly-build Oct 13, 2022
53eceb5
feat(simple list): removed deprecated prop (#8132)
gefgu Oct 7, 2022
0cc167f
chore: remove keycodes definition (#8174)
gitdallas Oct 7, 2022
34558d8
chore(FileUpload): remove deprecated onChange prop (#8155)
gitdallas Oct 10, 2022
4542bff
chore(Spinner): updated isSVG prop default value (#8183)
wise-king-sullyman Oct 10, 2022
56528f9
chore(pagination): rename `ToggleTemplateProps` to `PaginationToggleT…
KhanShaheb34 Oct 11, 2022
f6a0b42
feat(button): combine isSmall and isLarge into customSize (#8144)
gitdallas Oct 11, 2022
133089f
fix(Page): updated onPageResize prop to undefined default (#8203)
andyyvo Oct 12, 2022
302fd94
chore(Divider): remove isVertical prop (#8199)
tompsota Oct 12, 2022
eb616c6
chore(Card): removed isHoverable prop (#8196)
jenny-s51 Oct 12, 2022
27c8e2e
chore(Page) remove deprecated props (#8220)
Dominik-Petrik Oct 13, 2022
73b3f15
feat(Toolbar): remove depricated visiblity (#8212)
gitdallas Oct 13, 2022
5e2813e
chore(Dropdown): remove deprecated props (#8179)
andyyvo Oct 13, 2022
eedf3dc
fix(ClipboardCopy): remove popoverposition (#8226)
gitdallas Oct 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"start": "yarn build && concurrently --kill-others \"yarn watch\" \"yarn workspace @patternfly/react-docs develop\"",
"start:cypress": "lerna run cypress:open",
"start:demo-app": "lerna run start:demo-app --stream",
"test": "jest packages",
"test": "TZ=EST jest packages",
"test:a11y": "lerna run test:a11y --stream",
"test:integration": "yarn workspace @patternfly/react-integration test:integration",
"uninstall": "find . -name node_modules -type d | xargs rm -rf",
Expand Down
72 changes: 72 additions & 0 deletions packages/react-catalog-view-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.92.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.34...@patternfly/react-catalog-view-extension@4.92.35) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.33...@patternfly/react-catalog-view-extension@4.92.34) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.32...@patternfly/react-catalog-view-extension@4.92.33) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.31...@patternfly/react-catalog-view-extension@4.92.32) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.30...@patternfly/react-catalog-view-extension@4.92.31) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.29...@patternfly/react-catalog-view-extension@4.92.30) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.28...@patternfly/react-catalog-view-extension@4.92.29) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## 4.92.28 (2022-10-12)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.26...@patternfly/react-catalog-view-extension@4.92.27) (2022-10-10)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension





## [4.92.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.25...@patternfly/react-catalog-view-extension@4.92.26) (2022-10-05)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-catalog-view-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-catalog-view-extension",
"version": "4.92.26",
"version": "4.92.35",
"description": "This library provides catalog view extensions for PatternFly 4 React.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@patternfly/patternfly": "4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-core": "^4.251.1",
"@patternfly/react-styles": "^4.91.6"
},
"devDependencies": {
Expand Down
72 changes: 72 additions & 0 deletions packages/react-code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.82.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.34...@patternfly/react-code-editor@4.82.35) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.33...@patternfly/react-code-editor@4.82.34) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.32...@patternfly/react-code-editor@4.82.33) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.31...@patternfly/react-code-editor@4.82.32) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.30...@patternfly/react-code-editor@4.82.31) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.29...@patternfly/react-code-editor@4.82.30) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.28...@patternfly/react-code-editor@4.82.29) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-code-editor





## 4.82.28 (2022-10-12)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.26...@patternfly/react-code-editor@4.82.27) (2022-10-10)

**Note:** Version bump only for package @patternfly/react-code-editor





## [4.82.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.25...@patternfly/react-code-editor@4.82.26) (2022-10-05)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-code-editor",
"version": "4.82.26",
"version": "4.82.35",
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-core": "^4.251.1",
"@patternfly/react-icons": "^4.92.6",
"@patternfly/react-styles": "^4.91.6",
"react-dropzone": "9.0.0",
Expand Down
72 changes: 72 additions & 0 deletions packages/react-console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.92.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.34...@patternfly/react-console@4.92.35) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.33...@patternfly/react-console@4.92.34) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.32...@patternfly/react-console@4.92.33) (2022-10-13)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.31...@patternfly/react-console@4.92.32) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.30...@patternfly/react-console@4.92.31) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.29...@patternfly/react-console@4.92.30) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.28...@patternfly/react-console@4.92.29) (2022-10-12)

**Note:** Version bump only for package @patternfly/react-console





## 4.92.28 (2022-10-12)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.26...@patternfly/react-console@4.92.27) (2022-10-10)

**Note:** Version bump only for package @patternfly/react-console





## [4.92.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@4.92.25...@patternfly/react-console@4.92.26) (2022-10-05)

**Note:** Version bump only for package @patternfly/react-console
Expand Down
4 changes: 2 additions & 2 deletions packages/react-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
"version": "4.92.26",
"version": "4.92.35",
"description": "This package provides VncConsole, SerialConsole and DesktopViewer React components to be used alongside patternfly-react to access virtual machine or server consoles.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@novnc/novnc": "^1.2.0",
"@patternfly/patternfly": "4.217.1",
"@patternfly/react-core": "^4.250.1",
"@patternfly/react-core": "^4.251.1",
"@spice-project/spice-html5": "^0.2.1",
"@types/file-saver": "^2.0.1",
"file-saver": "^1.3.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,21 @@ exports[`AccessConsoles with preselected SerialConsole 1`] = `
<div
class="pf-c-empty-state__icon"
>
<span
<svg
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<span
class="pf-c-spinner__clipper"
/>
<span
class="pf-c-spinner__lead-ball"
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
</svg>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,21 @@ exports[`SerialConsole in the LOADING state 1`] = `
<div
class="pf-c-empty-state__icon"
>
<span
<svg
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<span
class="pf-c-spinner__clipper"
/>
<span
class="pf-c-spinner__lead-ball"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
/>
</svg>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,21 @@ exports[`placeholder render test 1`] = `
<div
class="pf-c-empty-state__icon"
>
<span
<svg
aria-label="Contents"
aria-valuetext="Loading..."
class="pf-c-spinner pf-m-xl"
role="progressbar"
viewBox="0 0 100 100"
>
<span
class="pf-c-spinner__clipper"
<circle
class="pf-c-spinner__path"
cx="50"
cy="50"
fill="none"
r="45"
/>
<span
class="pf-c-spinner__lead-ball"
/>
<span
class="pf-c-spinner__tail-ball"
/>
</span>
</svg>
</div>
<div
class="pf-c-empty-state__body"
Expand Down
Loading