diff --git a/.github/workflows-src/partials/dist.yml b/.github/workflows-src/partials/dist.yml index 22e187f23f0..e93dcd89a85 100644 --- a/.github/workflows-src/partials/dist.yml +++ b/.github/workflows-src/partials/dist.yml @@ -4,7 +4,12 @@ with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd diff --git a/.github/workflows/add-new-issues-to-project.yml b/.github/workflows/add-new-issues-to-project.yml index de588d0c795..fb7b6f2f3fc 100644 --- a/.github/workflows/add-new-issues-to-project.yml +++ b/.github/workflows/add-new-issues-to-project.yml @@ -13,4 +13,4 @@ jobs: - uses: actions/add-to-project@v0.3.0 with: project-url: https://github.com/orgs/patternfly/projects/7 - github-token: ${{ secrets.PF_ISSUES_PROJECT_SECRET }} + github-token: ${{ secrets.GH_PROJECTS }} diff --git a/.github/workflows/extensions.yml b/.github/workflows/extensions.yml new file mode 100644 index 00000000000..3a436d5cf22 --- /dev/null +++ b/.github/workflows/extensions.yml @@ -0,0 +1,17 @@ +name: Add relevant issues to extensions project board + +on: + issues: + types: + - labeled + +jobs: + add-to-extensions: + if: github.event.label.name == 'extension' + name: Add issue to extensions board + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@v0.3.0 + with: + project-url: https://github.com/orgs/patternfly/projects/12 + github-token: ${{ secrets.GH_PROJECTS }} diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 40be6f0a2c5..0eace05d091 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -35,7 +35,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -114,7 +119,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -158,7 +168,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -213,7 +228,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -264,7 +284,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce72dfb321..cde435d3eeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -117,7 +122,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -161,7 +171,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -216,7 +231,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -267,7 +287,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd @@ -316,7 +341,12 @@ jobs: with: path: | packages/*/dist + packages/*/next + packages/*/deprecated + packages/*/components packages/react-styles/css + packages/react-core/layouts + packages/react-core/helpers key: ${{ runner.os }}-dist-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock', 'package.json', 'packages/*/*', '!packages/*/dist', '!packages/*/node_modules') }} - name: Build dist run: yarn build && yarn build:umd diff --git a/package.json b/package.json index 570a93c70c8..bd2f42601d8 100644 --- a/package.json +++ b/package.json @@ -67,12 +67,13 @@ "typescript": "^4.0.0" }, "scripts": { - "build": "yarn build:generate && yarn build:esm && yarn build:cjs", + "build": "yarn build:generate && yarn build:esm && yarn build:subpaths && yarn build:cjs", "build:cjs": "tsc --build --verbose packages/tsconfig.cjs.json", "build:esm": "tsc --build --verbose packages/tsconfig.json", "build:integration": "lerna run build:demo-app --stream", "build:docs": "yarn workspace @patternfly/react-docs build:docs", "build:generate": "lerna run generate --parallel --stream", + "build:subpaths": "lerna run subpaths --parallel --stream", "build:umd": "lerna run build:umd --parallel --stream", "clean": "yarn clean:build && lerna run clean --parallel", "clean:build": "rimraf .cache .eslintcache coverage", @@ -88,7 +89,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", diff --git a/packages/react-catalog-view-extension/.npmignore b/packages/react-catalog-view-extension/.npmignore deleted file mode 100644 index 491b5aeb360..00000000000 --- a/packages/react-catalog-view-extension/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -dist/*.tsbuildinfo -tsconfig.* \ No newline at end of file diff --git a/packages/react-catalog-view-extension/CHANGELOG.md b/packages/react-catalog-view-extension/CHANGELOG.md deleted file mode 100644 index 5f8f0c02d24..00000000000 --- a/packages/react-catalog-view-extension/CHANGELOG.md +++ /dev/null @@ -1,9580 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [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 - - - - - -## 4.92.25 (2022-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.23...@patternfly/react-catalog-view-extension@4.92.24) (2022-10-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.22...@patternfly/react-catalog-view-extension@4.92.23) (2022-10-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.22 (2022-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.20...@patternfly/react-catalog-view-extension@4.92.21) (2022-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.19...@patternfly/react-catalog-view-extension@4.92.20) (2022-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.18...@patternfly/react-catalog-view-extension@4.92.19) (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.17...@patternfly/react-catalog-view-extension@4.92.18) (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.17 (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.15...@patternfly/react-catalog-view-extension@4.92.16) (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.14...@patternfly/react-catalog-view-extension@4.92.15) (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.13...@patternfly/react-catalog-view-extension@4.92.14) (2022-09-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.12...@patternfly/react-catalog-view-extension@4.92.13) (2022-09-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.11...@patternfly/react-catalog-view-extension@4.92.12) (2022-09-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.10...@patternfly/react-catalog-view-extension@4.92.11) (2022-09-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.9...@patternfly/react-catalog-view-extension@4.92.10) (2022-09-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.8...@patternfly/react-catalog-view-extension@4.92.9) (2022-09-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.7...@patternfly/react-catalog-view-extension@4.92.8) (2022-09-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.7 (2022-09-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.6 (2022-09-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.4...@patternfly/react-catalog-view-extension@4.92.5) (2022-09-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.92.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.92.3...@patternfly/react-catalog-view-extension@4.92.4) (2022-09-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.3 (2022-09-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.2 (2022-09-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.92.1 (2022-09-20) - - -### Bug Fixes - -* **OverflowMenu:** store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/issues/7975)) ([86b0193](https://github.com/patternfly/patternfly-react/commit/86b01936a3029886173654925eb5d11d9077fc56)) - - - - - -# 4.92.0 (2022-09-19) - - -### Features - -* **Wizard - next:** supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/issues/7731)) ([2e4ec26](https://github.com/patternfly/patternfly-react/commit/2e4ec26d428b6be0ca4254b29e03c889eb5625bb)) - - - - - -# 4.91.0 (2022-09-16) - - -### Features - -* **charts:** Update Victory dependencies ([#7986](https://github.com/patternfly/patternfly-react/issues/7986)) ([bbee15f](https://github.com/patternfly/patternfly-react/commit/bbee15fd0e00288dfa72c88a79a685b5405a355e)) - - - - - -## 4.90.1 (2022-09-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.90.0 (2022-09-14) - - -### Features - -* **Dropdown next:** Added the next version of the dropdown component ([#7955](https://github.com/patternfly/patternfly-react/issues/7955)) ([c092c7c](https://github.com/patternfly/patternfly-react/commit/c092c7cfaf877c5783c9ad9db0a8010b8ea023eb)) - - - - - -# 4.89.0 (2022-09-14) - - -### Features - -* **SearchInput:** new expandable button for masthead variant ([#7903](https://github.com/patternfly/patternfly-react/issues/7903)) ([d2a6c47](https://github.com/patternfly/patternfly-react/commit/d2a6c471ea3440d0b751b752b44ca1e8e749c5b6)) - - - - - -## 4.88.11 (2022-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.10 (2022-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.9 (2022-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.8 (2022-09-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.7 (2022-09-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.6 (2022-09-12) - - -### Bug Fixes - -* **Treeview:** ignore folder selection in basic example ([#7906](https://github.com/patternfly/patternfly-react/issues/7906)) ([b16b224](https://github.com/patternfly/patternfly-react/commit/b16b2240d26cabcadec3de52627fb1d96ff45aef)) - - - - - -## 4.88.5 (2022-09-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.4 (2022-09-09) - - -### Bug Fixes - -* **Modal, Dropdown, TreeView:** updates to resolve strict TS errors ([#7890](https://github.com/patternfly/patternfly-react/issues/7890)) ([011215b](https://github.com/patternfly/patternfly-react/commit/011215be95dfff1408e437c0b1062835669ff041)) - - - - - -## 4.88.3 (2022-09-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.2 (2022-09-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.88.1 (2022-09-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.88.0 (2022-09-09) - - -### Features - -* **Button:** new count number prop ([#7910](https://github.com/patternfly/patternfly-react/issues/7910)) ([a096b3c](https://github.com/patternfly/patternfly-react/commit/a096b3cba080b5bcd87777efe0e96e64c6da121f)) - - - - - -## 4.87.14 (2022-09-08) - - -### Bug Fixes - -* **Page:** Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/issues/7948)) ([044444e](https://github.com/patternfly/patternfly-react/commit/044444e11fb90d53dc8f783071d3e3dc517532a0)) - - - - - -## 4.87.13 (2022-09-08) - - -### Bug Fixes - -* **table:** fix bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/issues/7945)) ([711b196](https://github.com/patternfly/patternfly-react/commit/711b19609dd8023b157a99f6988ff8618ccee35d)) - - - - - -## 4.87.12 (2022-09-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.11 (2022-09-07) - - -### Bug Fixes - -* **dashboardheader:** update brand image src to absolute import path for codesandbox functionality ([#7935](https://github.com/patternfly/patternfly-react/issues/7935)) ([6190a7f](https://github.com/patternfly/patternfly-react/commit/6190a7fd51a9606c9f1bf06aa0ebd46215fbd341)) - - - - - -## 4.87.10 (2022-09-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.9 (2022-09-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.8 (2022-09-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.7 (2022-09-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.6 (2022-09-06) - - -### Bug Fixes - -* **Page:** avoid unnecessary re-renders ([#7940](https://github.com/patternfly/patternfly-react/issues/7940)) ([3e23142](https://github.com/patternfly/patternfly-react/commit/3e23142c489ae5b77357345dbbeaa63cc175ea05)) - - - - - -## 4.87.5 (2022-09-02) - - -### Bug Fixes - -* **MenuToggle:** Fixed props not displaying in docs ([#7919](https://github.com/patternfly/patternfly-react/issues/7919)) ([8ca73e4](https://github.com/patternfly/patternfly-react/commit/8ca73e4dae9542646aff846511033bb7ae4fb2ef)) - - - - - -## 4.87.4 (2022-09-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.3 (2022-09-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.2 (2022-09-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.87.1 (2022-09-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.87.0 (2022-09-01) - - -### Features - -* **PageSection:** add ability to specify HTML element via prop ([#7891](https://github.com/patternfly/patternfly-react/issues/7891)) ([a9e20e4](https://github.com/patternfly/patternfly-react/commit/a9e20e4b6303fb673ed9222323a1114c3e68f8d6)) - - - - - -## 4.86.8 (2022-08-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.86.7 (2022-08-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.86.6 (2022-08-30) - - -### Bug Fixes - -* **NumberInput:** prevent errors when onChange is passed via inputProps ([#7908](https://github.com/patternfly/patternfly-react/issues/7908)) ([9cabeed](https://github.com/patternfly/patternfly-react/commit/9cabeedacf98bd80214a7f7fe1e40c3a15be4490)) - - - - - -## 4.86.5 (2022-08-29) - - -### Bug Fixes - -* **NumberInput:** manage null value ([#7898](https://github.com/patternfly/patternfly-react/issues/7898)) ([b86371d](https://github.com/patternfly/patternfly-react/commit/b86371dfe703614c12f49b68c096b28a91b9debd)) - - - - - -## 4.86.4 (2022-08-29) - - -### Bug Fixes - -* syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/issues/7897)) ([a487abf](https://github.com/patternfly/patternfly-react/commit/a487abf770340555b2c5a451b5a5bfb0ea57fd45)) - - - - - -## 4.86.3 (2022-08-25) - - -### Bug Fixes - -* react-core should export all contents of dist directory ([#7883](https://github.com/patternfly/patternfly-react/issues/7883)) ([f5088d0](https://github.com/patternfly/patternfly-react/commit/f5088d069916d7c37335503251d13b4b846f3f62)) - - - - - -## 4.86.2 (2022-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.86.1 (2022-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.86.0 (2022-08-23) - - -### Features - -* **WizardComposable:** Created composable spinoff of wizard w/ enhancements ([#7703](https://github.com/patternfly/patternfly-react/issues/7703)) ([76eab29](https://github.com/patternfly/patternfly-react/commit/76eab29b640e2f71cd9bd5d42f58fa8dd0eba799)) - - - - - -## 4.85.4 (2022-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.85.3 (2022-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.85.2 (2022-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.85.1 (2022-08-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.85.0 (2022-08-22) - - -### Features - -* **Timestamp:** create component ([#7815](https://github.com/patternfly/patternfly-react/issues/7815)) ([98058b3](https://github.com/patternfly/patternfly-react/commit/98058b35c4b7d5e916abd7318e020e53783f73a6)) - - - - - -## 4.84.1 (2022-08-22) - - -### Bug Fixes - -* **TimePicker:** clean up menuAppendTo feature ([#7865](https://github.com/patternfly/patternfly-react/issues/7865)) ([3aa73be](https://github.com/patternfly/patternfly-react/commit/3aa73beb4581c1695aa3c3886291d862bd82286e)) - - - - - -# 4.84.0 (2022-08-19) - - -### Features - -* **ExpandableSection:** add truncated variant ([#7852](https://github.com/patternfly/patternfly-react/issues/7852)) ([f628cdf](https://github.com/patternfly/patternfly-react/commit/f628cdf571d71addfc04e69728be73895e261094)) - - - - - -## 4.83.13 (2022-08-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.12 (2022-08-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.11 (2022-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.10 (2022-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.9 (2022-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.8 (2022-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.7 (2022-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.6 (2022-08-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.5 (2022-08-17) - - -### Bug Fixes - -* **charts:** add victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/issues/7803)) ([6f1f00d](https://github.com/patternfly/patternfly-react/commit/6f1f00d0d60d9f841a3204e9378ac93a4333c41b)) - - - - - -## 4.83.4 (2022-08-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.3 (2022-08-16) - - -### Bug Fixes - -* **Select:** apply aria-describedby to correct element ([#7790](https://github.com/patternfly/patternfly-react/issues/7790)) ([1795ff5](https://github.com/patternfly/patternfly-react/commit/1795ff5a939cfab5af03f11640737377b7c39441)) - - - - - -## 4.83.2 (2022-08-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.83.1 (2022-08-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.83.0 (2022-08-16) - - -### Features - -* Allow for 'next' and 'deprecated' react-core subpaths ([#7824](https://github.com/patternfly/patternfly-react/issues/7824)) ([0e68bd3](https://github.com/patternfly/patternfly-react/commit/0e68bd349e9a8b4b08bb8b777358dcde41d5462f)) - - - - - -## 4.82.9 (2022-08-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.82.8 (2022-08-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.82.7 (2022-08-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.82.6 (2022-08-10) - - -### Reverts - -* Revert "feat(VisualizationSurface): replace react-measure with react-resize-detector (#7706)" (#7809) ([3c9cd8f](https://github.com/patternfly/patternfly-react/commit/3c9cd8f32d621f30aef0a4d4e0aa892b08354e7b)), closes [#7706](https://github.com/patternfly/patternfly-react/issues/7706) [#7809](https://github.com/patternfly/patternfly-react/issues/7809) - - - - - -## 4.82.5 (2022-08-05) - - -### Bug Fixes - -* **MenuToggle:** update base type to include div attributes as well ([#7798](https://github.com/patternfly/patternfly-react/issues/7798)) ([330e496](https://github.com/patternfly/patternfly-react/commit/330e496a7f1fb715ab06a6f6d118f1db8705828a)) - - - - - -## 4.82.4 (2022-08-05) - - -### Bug Fixes - -* **MenuToggle:** undo type change causing errors ([#7797](https://github.com/patternfly/patternfly-react/issues/7797)) ([1031ecb](https://github.com/patternfly/patternfly-react/commit/1031ecbeb5b4fa7eb28ed9c035454c7b408b8da8)) - - - - - -## 4.82.3 (2022-08-04) - - -### Bug Fixes - -* **charts:** remove uniqueId generation for labels and axis ticks ([#7794](https://github.com/patternfly/patternfly-react/issues/7794)) ([9c44131](https://github.com/patternfly/patternfly-react/commit/9c4413119f14e3e45a1ed12bd870120e278ebc20)) - - - - - -## 4.82.2 (2022-08-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.82.1 (2022-08-03) - - -### Bug Fixes - -* **Menu:** can navigate via keyboard for checkbox variant ([#7743](https://github.com/patternfly/patternfly-react/issues/7743)) ([7cfa876](https://github.com/patternfly/patternfly-react/commit/7cfa87682c225c3e93d6c4e0925b3c34aaede633)) - - - - - -# 4.82.0 (2022-08-03) - - -### Features - -* **MenuToggle:** add split button variants ([#7748](https://github.com/patternfly/patternfly-react/issues/7748)) ([7577725](https://github.com/patternfly/patternfly-react/commit/7577725305533791481ac22d9b36b87d5d3167b1)) - - - - - -## 4.81.1 (2022-08-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.81.0 (2022-08-01) - - -### Features - -* **Page:** add support for vertical breakpoints, add sticky breadcrumb demo ([#7764](https://github.com/patternfly/patternfly-react/issues/7764)) ([9db582d](https://github.com/patternfly/patternfly-react/commit/9db582d63a3499fa78ea8fab3ce31b7877cd479d)) - - - - - -# 4.80.0 (2022-08-01) - - -### Features - -* **DescriptionList:** add Display and Card variants ([#7713](https://github.com/patternfly/patternfly-react/issues/7713)) ([8c6e6d8](https://github.com/patternfly/patternfly-react/commit/8c6e6d83cdbe989d306c64f945aac206eac3ff91)) - - - - - -## 4.79.1 (2022-08-01) - - -### Bug Fixes - -* **Menu/Nav:** flyout variants work with VO navigation ([#7772](https://github.com/patternfly/patternfly-react/issues/7772)) ([6ad76cc](https://github.com/patternfly/patternfly-react/commit/6ad76cc1b466e8e93773f58002acf5ca54ad6e36)) - - - - - -# 4.79.0 (2022-07-29) - - -### Features - -* **Tabs:** add horizontal overflow option ([#7742](https://github.com/patternfly/patternfly-react/issues/7742)) ([2745cd1](https://github.com/patternfly/patternfly-react/commit/2745cd199669b0c0a5cdbd5c3d4e7453c6e1c435)) - - - - - -## 4.78.9 (2022-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.8 (2022-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.7 (2022-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.6 (2022-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.5 (2022-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.4 (2022-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.3 (2022-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.2 (2022-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.78.1 (2022-07-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.78.0 (2022-07-26) - - -### Features - -* **Dropdown:** added secondary styling to split action button ([#7746](https://github.com/patternfly/patternfly-react/issues/7746)) ([e701c32](https://github.com/patternfly/patternfly-react/commit/e701c32bb36097770ecb2c3e17e15df0b720488f)) - - - - - -## 4.77.2 (2022-07-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.77.1 (2022-07-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.77.0 (2022-07-26) - - -### Features - -* **topology:** Pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/issues/7697)) ([a499273](https://github.com/patternfly/patternfly-react/commit/a49927315cd61e84a007d05b49e5d7254b977fcb)) - - - - - -## 4.76.11 (2022-07-25) - - -### Bug Fixes - -* **Select:** remove variant check from update logic ([#7741](https://github.com/patternfly/patternfly-react/issues/7741)) ([2204cb6](https://github.com/patternfly/patternfly-react/commit/2204cb62e30b4a37b82731f1380e79a3085828ef)) - - - - - -## 4.76.10 (2022-07-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.9 (2022-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.8 (2022-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.7 (2022-07-20) - - -### Bug Fixes - -* **Switch:** aria labelledby to update with change ([#7557](https://github.com/patternfly/patternfly-react/issues/7557)) ([9647a0c](https://github.com/patternfly/patternfly-react/commit/9647a0c7f7eb2174f006774b4406408bd065fddc)) - - - - - -## 4.76.6 (2022-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.5 (2022-07-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.4 (2022-07-15) - - -### Bug Fixes - -* **LogViewer:** render correctly when there is '\n' in the string array ([#7681](https://github.com/patternfly/patternfly-react/issues/7681)) ([12222c7](https://github.com/patternfly/patternfly-react/commit/12222c76d47396d8df5134c607a9ff689d6d93c9)) - - - - - -## 4.76.3 (2022-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.2 (2022-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.76.1 (2022-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.76.0 (2022-07-14) - - -### Features - -* **Topology:** Add Topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/issues/7609)) ([4fb563f](https://github.com/patternfly/patternfly-react/commit/4fb563fb8651c0386f7cc59fd9c736af6fb683ec)) - - - - - -## 4.75.15 (2022-07-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.14 (2022-07-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.13 (2022-07-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.12 (2022-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.11 (2022-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.10 (2022-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.9 (2022-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.8 (2022-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.7 (2022-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.6 (2022-07-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.5 (2022-07-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.4 (2022-07-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.3 (2022-07-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.2 (2022-06-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.75.1 (2022-06-29) - - -### Bug Fixes - -* **Select:** update logic should only apply to typeahead ([#7632](https://github.com/patternfly/patternfly-react/issues/7632)) ([0b9148e](https://github.com/patternfly/patternfly-react/commit/0b9148e67030236e61423895c6632b20dac4617f)) - - - - - -# 4.75.0 (2022-06-27) - - -### Features - -* **wizard:** add support for additional information panel (drawer) ([#7323](https://github.com/patternfly/patternfly-react/issues/7323)) ([6702504](https://github.com/patternfly/patternfly-react/commit/67025047d7bb644497f4477b77dbbdebe8ce97da)) - - - - - -## 4.74.3 (2022-06-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.74.2 (2022-06-23) - - -### Bug Fixes - -* **ProgressStepper:** added onTriggerEnter prop to Popover ([#7532](https://github.com/patternfly/patternfly-react/issues/7532)) ([1208390](https://github.com/patternfly/patternfly-react/commit/12083908a7043c017a5b7a97f84623add10bfe75)) - - - - - -## 4.74.1 (2022-06-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.74.0 (2022-06-22) - - -### Features - -* **Table:** add nested sticky header support ([#7595](https://github.com/patternfly/patternfly-react/issues/7595)) ([3888a0b](https://github.com/patternfly/patternfly-react/commit/3888a0bdf5e4e964d2d8d936c5d81f7813d8ec0c)) - - - - - -## 4.73.17 (2022-06-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.16 (2022-06-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.15 (2022-06-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.14 (2022-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.13 (2022-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.12 (2022-06-17) - - -### Bug Fixes - -* **Table:** account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/issues/7529)) ([dcde7c9](https://github.com/patternfly/patternfly-react/commit/dcde7c95eb7200b706da4d41a46f3f57b5129e40)) - - - - - -## 4.73.11 (2022-06-17) - - -### Bug Fixes - -* **Table:** update expandable examples to set column widths ([#7513](https://github.com/patternfly/patternfly-react/issues/7513)) ([c2e1e61](https://github.com/patternfly/patternfly-react/commit/c2e1e618a6924bdbb2b1e8e7ad94553615196fb2)) - - - - - -## 4.73.10 (2022-06-16) - - -### Bug Fixes - -* **Topology:** Fix for group position when it has no children ([#7573](https://github.com/patternfly/patternfly-react/issues/7573)) ([04e435e](https://github.com/patternfly/patternfly-react/commit/04e435ebc87ad7d1c687db95ee8ef8beffae514d)) - - - - - -## 4.73.9 (2022-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.8 (2022-06-16) - - -### Bug Fixes - -* **Table:** filterable table demo icon text spacing fix ([#7477](https://github.com/patternfly/patternfly-react/issues/7477)) ([e35387f](https://github.com/patternfly/patternfly-react/commit/e35387f42b355000ff66a79e1031eb6e9a7bb8c3)) - - - - - -## 4.73.7 (2022-06-16) - - -### Bug Fixes - -* **console:** add SUSE instruction for virt-viewer ([#7445](https://github.com/patternfly/patternfly-react/issues/7445)) ([2ac5adb](https://github.com/patternfly/patternfly-react/commit/2ac5adb581d673e0687f438baeb7859125bd30d4)), closes [#7519](https://github.com/patternfly/patternfly-react/issues/7519) - - - - - -## 4.73.6 (2022-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.5 (2022-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.4 (2022-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.3 (2022-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.2 (2022-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.73.1 (2022-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.73.0 (2022-06-14) - - -### Features - -* **Form:** add functionality for form group roles ([#7516](https://github.com/patternfly/patternfly-react/issues/7516)) ([4ff2f54](https://github.com/patternfly/patternfly-react/commit/4ff2f54ce21363e9c40c47517f20b8fc5e0cb401)) - - - - - -## 4.72.17 (2022-06-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.16 (2022-06-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.15 (2022-06-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.14 (2022-06-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.13 (2022-06-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.12 (2022-06-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.11 (2022-06-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.10 (2022-06-09) - - -### Bug Fixes - -* **Select:** retain focus on correct checkbox after view more ([#7505](https://github.com/patternfly/patternfly-react/issues/7505)) ([c9de16b](https://github.com/patternfly/patternfly-react/commit/c9de16b00a3573f74847b3953c7b408cf000fb85)) - - - - - -## 4.72.9 (2022-06-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.8 (2022-06-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.7 (2022-06-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.6 (2022-06-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.5 (2022-06-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.4 (2022-06-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.3 (2022-06-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.2 (2022-06-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.72.1 (2022-06-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.72.0 (2022-06-01) - - -### Features - -* **table:** full screen demo for sticky first column ([#7451](https://github.com/patternfly/patternfly-react/issues/7451)) ([f610dd4](https://github.com/patternfly/patternfly-react/commit/f610dd4726b16d73a166f7a57da0fa3588b8201d)) - - - - - -## 4.71.2 (2022-05-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.71.1 (2022-05-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.71.0 (2022-05-31) - - -### Features - -* **table:** add fullscreen demo for error state ([#7443](https://github.com/patternfly/patternfly-react/issues/7443)) ([eeab219](https://github.com/patternfly/patternfly-react/commit/eeab2197765589262ee7c328e57dbf1606da6d7f)) - - - - - -## 4.70.2 (2022-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.70.1 (2022-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.70.0 (2022-05-26) - - -### Features - -* **Popper:** add mouse events for popper content ([#7399](https://github.com/patternfly/patternfly-react/issues/7399)) ([47f8d12](https://github.com/patternfly/patternfly-react/commit/47f8d12e348397336287c7e7efc79665bce61ae2)) - - - - - -# 4.69.0 (2022-05-26) - - -### Features - -* **table:** add fullscreen empty state demo ([#7371](https://github.com/patternfly/patternfly-react/issues/7371)) ([54f3052](https://github.com/patternfly/patternfly-react/commit/54f30520d9d808ffe15c962b37af91cef4c21dcb)) - - - - - -## 4.68.4 (2022-05-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.68.3 (2022-05-26) - - -### Bug Fixes - -* **Select:** popper menu flips correctly ([#7434](https://github.com/patternfly/patternfly-react/issues/7434)) ([cc1eb21](https://github.com/patternfly/patternfly-react/commit/cc1eb2152246d03600a9fbbf678fd8b39f703347)) - - - - - -## 4.68.2 (2022-05-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.68.1 (2022-05-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.68.0 (2022-05-24) - - -### Features - -* **table:** add fullscreen loading state demo ([#7370](https://github.com/patternfly/patternfly-react/issues/7370)) ([285b5b7](https://github.com/patternfly/patternfly-react/commit/285b5b76cb6bb64d5fd4bd66cfb26f709457b3bc)) - - - - - -## 4.67.1 (2022-05-23) - - -### Bug Fixes - -* **Select:** allow enter to create when there is a single option ([#7444](https://github.com/patternfly/patternfly-react/issues/7444)) ([e1ae6a9](https://github.com/patternfly/patternfly-react/commit/e1ae6a9aa7dee0f8107905ec1d47463fce950ff3)) - - - - - -# 4.67.0 (2022-05-19) - - -### Features - -* **table:** update sortable demo to align with core ([#7292](https://github.com/patternfly/patternfly-react/issues/7292)) ([6891764](https://github.com/patternfly/patternfly-react/commit/6891764f2507c775005878f6e74cc5c8e44a6c68)) - - - - - -# 4.66.0 (2022-05-19) - - -### Features - -* **Menu:** Added support for checkbox menu ([#7368](https://github.com/patternfly/patternfly-react/issues/7368)) ([8c2d1dc](https://github.com/patternfly/patternfly-react/commit/8c2d1dc23dbe5c28a8c1ecf79eb34ea911da386f)) - - - - - -## 4.65.5 (2022-05-18) - - -### Bug Fixes - -* **Slider:** add support for aria-labelledby ad aria-describedby ([#7408](https://github.com/patternfly/patternfly-react/issues/7408)) ([7c8617a](https://github.com/patternfly/patternfly-react/commit/7c8617a1268a03061d51454b298c79ae5f7a59b0)) - - - - - -## 4.65.4 (2022-05-18) - - -### Bug Fixes - -* **Table:** Removed duplicate import from md file ([#7442](https://github.com/patternfly/patternfly-react/issues/7442)) ([00438a7](https://github.com/patternfly/patternfly-react/commit/00438a73c7b2548c4f0ad00ed09f9c60f99978d9)) - - - - - -## 4.65.3 (2022-05-16) - - -### Bug Fixes - -* **Chip:** add custom maxWidth prop ([#7387](https://github.com/patternfly/patternfly-react/issues/7387)) ([7cfb1a2](https://github.com/patternfly/patternfly-react/commit/7cfb1a202c2f1405c454b2e10716d9a500d4508f)) - - - - - -## 4.65.2 (2022-05-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.65.1 (2022-05-12) - - -### Bug Fixes - -* **Tabs:** make close handler optional ([#7405](https://github.com/patternfly/patternfly-react/issues/7405)) ([a84bb2a](https://github.com/patternfly/patternfly-react/commit/a84bb2aadefd7f811745b9512a26eda85241361d)) - - - - - -# 4.65.0 (2022-05-12) - - -### Features - -* **table:** expandable table demo ([#7277](https://github.com/patternfly/patternfly-react/issues/7277)) ([c081a61](https://github.com/patternfly/patternfly-react/commit/c081a61f11ceeb92688798106962e3604c243606)) - - - - - -## 4.64.6 (2022-05-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.64.5 (2022-05-11) - - -### Bug Fixes - -* **charts:** support customizing tooltip border for dark theme ([#7393](https://github.com/patternfly/patternfly-react/issues/7393)) ([7168a1d](https://github.com/patternfly/patternfly-react/commit/7168a1dc7f3a1302d719a32bcd32dcdb9ad8fb86)) - - - - - -## 4.64.4 (2022-05-11) - - -### Bug Fixes - -* **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93)) - - - - - -## 4.64.3 (2022-05-10) - - -### Bug Fixes - -* **Card:** indicate card selectivity and status if using a screen reader ([#7144](https://github.com/patternfly/patternfly-react/issues/7144)) ([56fab43](https://github.com/patternfly/patternfly-react/commit/56fab43f801390d995ae9d0c3bdec3aa0f0d2cfb)) - - - - - -## 4.64.2 (2022-05-10) - - -### Reverts - -* Revert "docs(Dropdown): expose menuAppendTo in Dropdown prop docs (#7173)" (#7395) ([9e80f18](https://github.com/patternfly/patternfly-react/commit/9e80f1812773e269782cdb26928778e558ec5354)), closes [#7173](https://github.com/patternfly/patternfly-react/issues/7173) [#7395](https://github.com/patternfly/patternfly-react/issues/7395) - - - - - -## 4.64.1 (2022-05-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.64.0 (2022-05-10) - - -### Features - -* **Tabs:** allow dynamic close/add ([#7297](https://github.com/patternfly/patternfly-react/issues/7297)) ([51dd66c](https://github.com/patternfly/patternfly-react/commit/51dd66c59d25f96686c57de9fffe590f1c8cbe83)) - - - - - -# 4.63.0 (2022-05-09) - - -### Features - -* **charts:** added PF dark theme support ([#7310](https://github.com/patternfly/patternfly-react/issues/7310)) ([549c041](https://github.com/patternfly/patternfly-react/commit/549c041525b22d910b71a1c4f64e2cb0ba11ca8f)) - - - - - -## 4.62.6 (2022-05-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.62.5 (2022-05-09) - - -### Bug Fixes - -* **Popper:** update Popper modifiers when child DOM changes ([#7385](https://github.com/patternfly/patternfly-react/issues/7385)) ([28d0b74](https://github.com/patternfly/patternfly-react/commit/28d0b74107ae76acae535c37ea73cec3a4cf49d5)) - - - - - -## 4.62.4 (2022-05-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.62.3 (2022-05-06) - - -### Bug Fixes - -* **LogViewer:** clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/issues/7355)) ([b3354b5](https://github.com/patternfly/patternfly-react/commit/b3354b5000c5d7397c479888140b0381367cbd2c)) - - - - - -## 4.62.2 (2022-05-06) - - -### Bug Fixes - -* **Page:** add tabindex to components with hasOverflowScroll ([#7274](https://github.com/patternfly/patternfly-react/issues/7274)) ([6be2fa8](https://github.com/patternfly/patternfly-react/commit/6be2fa870aba78b833c7346ffe029f96cfc1c37d)) - - - - - -## 4.62.1 (2022-05-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.62.0 (2022-05-06) - - -### Features - -* **tokens:** Variables now include a fallback value for charts ([#7374](https://github.com/patternfly/patternfly-react/issues/7374)) ([6832688](https://github.com/patternfly/patternfly-react/commit/6832688d904159eee64510656dc4df6ed1ecb841)) - - - - - -# 4.61.0 (2022-05-05) - - -### Features - -* **charts:** Deprecate themeVariant prop for light / dark themes ([#7372](https://github.com/patternfly/patternfly-react/issues/7372)) ([362902a](https://github.com/patternfly/patternfly-react/commit/362902a72eb2b18e634423c86dea1bef89bf00e9)) - - - - - -# 4.60.0 (2022-05-05) - - -### Features - -* **drawer:** convert examples to TS ([#7329](https://github.com/patternfly/patternfly-react/issues/7329)) ([e3c6dfa](https://github.com/patternfly/patternfly-react/commit/e3c6dfa735a01c2be5a62eed8e37ad7a29b113de)) - - - - - -## 4.59.13 (2022-05-05) - - -### Bug Fixes - -* **Wixard:** Fixed id not being applied to wizard step ([#7349](https://github.com/patternfly/patternfly-react/issues/7349)) ([de6b557](https://github.com/patternfly/patternfly-react/commit/de6b557331460dd387faa1ac4c5c033757412340)) - - - - - -## 4.59.12 (2022-05-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.11 (2022-05-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.10 (2022-05-05) - - -### Bug Fixes - -* **charts:** Add style for tooltip cursor ([#7361](https://github.com/patternfly/patternfly-react/issues/7361)) ([1b3f67c](https://github.com/patternfly/patternfly-react/commit/1b3f67c3712a194bef672fe888f6a446f4bd8bc6)) - - - - - -## 4.59.9 (2022-05-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.8 (2022-05-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.7 (2022-05-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.6 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.5 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.4 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.3 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.2 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.59.1 (2022-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.59.0 (2022-05-02) - - -### Features - -* **divider:** add support for switching orientation at various breakpoints ([#7285](https://github.com/patternfly/patternfly-react/issues/7285)) ([6e47917](https://github.com/patternfly/patternfly-react/commit/6e47917a59fdbd0f9f647998d79d024a691a49e2)) - - - - - -# 4.58.0 (2022-04-28) - - -### Features - -* **CodeBlock:** add class to code component ([#7281](https://github.com/patternfly/patternfly-react/issues/7281)) ([844e162](https://github.com/patternfly/patternfly-react/commit/844e1621bc695c97f911f5cc64998c5d36911a4d)) - - - - - -## 4.57.6 (2022-04-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.57.5 (2022-04-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.57.4 (2022-04-25) - - -### Bug Fixes - -* **DateTimePicker:** update date placeholder ([#7266](https://github.com/patternfly/patternfly-react/issues/7266)) ([4e9a73e](https://github.com/patternfly/patternfly-react/commit/4e9a73e8f7645b7a885d15754f99b9e078449806)) - - - - - -## 4.57.3 (2022-04-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.57.2 (2022-04-21) - - -### Bug Fixes - -* **DataListCheck:** revert checked prop ([#7284](https://github.com/patternfly/patternfly-react/issues/7284)) ([d9889fc](https://github.com/patternfly/patternfly-react/commit/d9889fc86f224533f81457f384954e6a299c5677)) - - - - - -## 4.57.1 (2022-04-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.57.0 (2022-04-19) - - -### Features - -* **HelperText:** add react demos ([#7250](https://github.com/patternfly/patternfly-react/issues/7250)) ([bf68976](https://github.com/patternfly/patternfly-react/commit/bf68976bebd683c935f587795a868c32ea8c5616)) - - - - - -## 4.56.1 (2022-04-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.56.0 (2022-04-18) - - -### Features - -* **Tabs:** Add nested, unindented demo ([#7194](https://github.com/patternfly/patternfly-react/issues/7194)) ([81bd759](https://github.com/patternfly/patternfly-react/commit/81bd759189379bc558871acc791a1a34dcc2ed1a)) - - - - - -# 4.55.0 (2022-04-18) - - -### Features - -* **Progress stepper:** Updated to use render prop for popover ([#7190](https://github.com/patternfly/patternfly-react/issues/7190)) ([5eb8243](https://github.com/patternfly/patternfly-react/commit/5eb8243d63d1168d9b425a5322c08e04659ed843)) - - - - - -## 4.54.2 (2022-04-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.54.1 (2022-04-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.54.0 (2022-04-14) - - -### Features - -* **MenuToggle:** Add full width modifier ([#7232](https://github.com/patternfly/patternfly-react/issues/7232)) ([789a8a3](https://github.com/patternfly/patternfly-react/commit/789a8a3f1cb1f1d90565f8d0e6c0dbe984c0c66b)) - - - - - -## 4.53.37 (2022-04-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.36 (2022-04-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.35 (2022-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.34 (2022-04-13) - - -### Bug Fixes - -* **ContextSelector:** fix listener handling when using popper ([#7165](https://github.com/patternfly/patternfly-react/issues/7165)) ([af89d6a](https://github.com/patternfly/patternfly-react/commit/af89d6a334d0052205473d313ea5be0e64f3847c)) - - - - - -## 4.53.33 (2022-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.32 (2022-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.31 (2022-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.30 (2022-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.29 (2022-04-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.28 (2022-04-12) - - -### Bug Fixes - -* **demo-app:** reorder css imports to load in dark theme correctly ([#7224](https://github.com/patternfly/patternfly-react/issues/7224)) ([1341c93](https://github.com/patternfly/patternfly-react/commit/1341c9396a25f6850bf4e961e40c9ddd182d9d3b)) - - - - - -## 4.53.27 (2022-04-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.26 (2022-04-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.25 (2022-04-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.24 (2022-04-11) - - -### Bug Fixes - -* **Select:** prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/issues/7193)) ([2cd10c2](https://github.com/patternfly/patternfly-react/commit/2cd10c2a0a11dcd14f85116369fd47dffcb12295)) - - - - - -## 4.53.23 (2022-04-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.22 (2022-04-11) - - -### Bug Fixes - -* **react-styles:** support esm import and export ([#7084](https://github.com/patternfly/patternfly-react/issues/7084)) ([b66ea14](https://github.com/patternfly/patternfly-react/commit/b66ea14fa0949b0626184455a4df46312b87171a)) - - - - - -## 4.53.21 (2022-04-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.20 (2022-04-08) - - -### Bug Fixes - -* **NumberInput:** Custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/issues/7159)) ([28853de](https://github.com/patternfly/patternfly-react/commit/28853de1d02a4d46d81100da895d5e73a3ec05cf)) - - - - - -## 4.53.19 (2022-04-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.18 (2022-04-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.17 (2022-04-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.16 (2022-04-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.15 (2022-04-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.14 (2022-03-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.13 (2022-03-29) - - -### Bug Fixes - -* **components:** fix newline interpolation of text input values ([#6935](https://github.com/patternfly/patternfly-react/issues/6935)) ([c667ef0](https://github.com/patternfly/patternfly-react/commit/c667ef048cbf246e920a0111d4e900f1079cc6bc)), closes [#5324](https://github.com/patternfly/patternfly-react/issues/5324) - - - - - -## 4.53.12 (2022-03-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.11 (2022-03-29) - - -### Bug Fixes - -* **Drawer:** Updated resizable drawer to make it more accessible ([#7118](https://github.com/patternfly/patternfly-react/issues/7118)) ([0363ae6](https://github.com/patternfly/patternfly-react/commit/0363ae6638aab17e55f26bae5017bcd7f83f8ed5)) - - - - - -## 4.53.10 (2022-03-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.9 (2022-03-28) - - -### Bug Fixes - -* **Select:** view more fixes ([#7107](https://github.com/patternfly/patternfly-react/issues/7107)) ([94f24f6](https://github.com/patternfly/patternfly-react/commit/94f24f65b043a2d3f3ae8fe7247aaf55b05987a7)) - - - - - -## 4.53.8 (2022-03-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.7 (2022-03-28) - - -### Bug Fixes - -* **CalendarMonth:** resolve regression for selecting a date ([#7130](https://github.com/patternfly/patternfly-react/issues/7130)) ([5397e89](https://github.com/patternfly/patternfly-react/commit/5397e895ba52434b98b4206ac47535ed36d1bf00)) - - - - - -## 4.53.6 (2022-03-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.5 (2022-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.4 (2022-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.3 (2022-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.2 (2022-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.53.1 (2022-03-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.53.0 (2022-03-23) - - -### Features - -* **Select:** add flag to not reset on select, add event to toggle callback ([#7093](https://github.com/patternfly/patternfly-react/issues/7093)) ([ec2afb1](https://github.com/patternfly/patternfly-react/commit/ec2afb1ea414f63a2fadc56bbaa968a0caad5fd6)) - - - - - -## 4.52.2 (2022-03-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.52.1 (2022-03-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.52.0 (2022-03-23) - - -### Features - -* **CalendarMonth:** make date prop optional ([#7077](https://github.com/patternfly/patternfly-react/issues/7077)) ([e388854](https://github.com/patternfly/patternfly-react/commit/e388854e26b57d7cada63832b7f52e9c7bdad9a0)) - - - - - -## 4.51.2 (2022-03-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.51.1 (2022-03-21) - - -### Bug Fixes - -* **Tooltip:** horizontal scroll bar causing misaligned tooltip ([#7062](https://github.com/patternfly/patternfly-react/issues/7062)) ([9540d0c](https://github.com/patternfly/patternfly-react/commit/9540d0c5ab256a19143381755e33b661a13d2a00)) - - - - - -# 4.51.0 (2022-03-21) - - -### Features - -* **TextInput, TextArea, FormSelect:** add isIconSprite prop ([#7052](https://github.com/patternfly/patternfly-react/issues/7052)) ([94e1a85](https://github.com/patternfly/patternfly-react/commit/94e1a855840ca74d4d934a863531359a4f84c265)) - - - - - -## 4.50.5 (2022-03-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.50.4 (2022-03-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.50.3 (2022-03-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.50.2 (2022-03-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.50.1 (2022-03-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.50.0 (2022-03-15) - - -### Features - -* **CodeEditor:** 6226 size to fit height ([#7033](https://github.com/patternfly/patternfly-react/issues/7033)) ([f18abd3](https://github.com/patternfly/patternfly-react/commit/f18abd3020e04ee6602fd168d503f43cc0de649e)) - - - - - -## 4.49.22 (2022-03-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.21 (2022-03-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.20 (2022-03-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.19 (2022-03-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.18 (2022-03-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.17 (2022-03-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.16 (2022-03-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.15 (2022-03-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.14 (2022-03-04) - - -### Bug Fixes - -* **NotificationDrawer:** Drawer receives focus after opening ([#6963](https://github.com/patternfly/patternfly-react/issues/6963)) ([f5b1c97](https://github.com/patternfly/patternfly-react/commit/f5b1c97f1c3ef6155d39d16da401fb9937b539e9)) - - - - - -## 4.49.13 (2022-03-04) - - -### Bug Fixes - -* **Toolbar:** update test ([#6995](https://github.com/patternfly/patternfly-react/issues/6995)) ([4ddaeaa](https://github.com/patternfly/patternfly-react/commit/4ddaeaad5cd550b1bd88195a7a0eb9643cdb70f4)) - - - - - -## 4.49.12 (2022-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.11 (2022-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.10 (2022-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.9 (2022-03-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.8 (2022-02-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.7 (2022-02-22) - - -### Bug Fixes - -* update release version number ([#6964](https://github.com/patternfly/patternfly-react/issues/6964)) ([6eefe79](https://github.com/patternfly/patternfly-react/commit/6eefe79b9eaaf871ecf93e3fdfd0e49c7326b221)) - - - - - -## 4.49.6 (2022-02-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.5 (2022-02-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.4 (2022-02-17) - - -### Bug Fixes - -* **Select:** Do not filter out view more button on filter ([#6848](https://github.com/patternfly/patternfly-react/issues/6848)) ([6c7ac8a](https://github.com/patternfly/patternfly-react/commit/6c7ac8a5e287670d7469ecc0ef137bc33583e739)) - - - - - -## 4.49.3 (2022-02-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.2 (2022-02-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.49.1 (2022-02-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.49.0 (2022-02-15) - - -### Features - -* **table:** ability to add expand/collapse all to th ([#6914](https://github.com/patternfly/patternfly-react/issues/6914)) ([ee510ee](https://github.com/patternfly/patternfly-react/commit/ee510ee8c8d3a069b75c73873ebd32b0b9a4d9c7)) - - - - - -## 4.48.2 (2022-02-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.48.1 (2022-02-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.48.0 (2022-02-14) - - -### Features - -* **Page:** Added center alignment for page sections ([#6893](https://github.com/patternfly/patternfly-react/issues/6893)) ([440918f](https://github.com/patternfly/patternfly-react/commit/440918fc1bd9795cd916a04fe32677ae5f69ef68)) - - - - - -# 4.47.0 (2022-02-11) - - -### Features - -* **Menu:** allow drilldown menu functions ([#6872](https://github.com/patternfly/patternfly-react/issues/6872)) ([b345b07](https://github.com/patternfly/patternfly-react/commit/b345b07de7c1576e984a06f4c573641b04956f5c)) - - - - - -## 4.46.3 (2022-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.46.2 (2022-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.46.1 (2022-02-11) - - -### Bug Fixes - -* **Select:** Fixed so that view more btn click does not close the menu in React 16 ([#6922](https://github.com/patternfly/patternfly-react/issues/6922)) ([89da91d](https://github.com/patternfly/patternfly-react/commit/89da91dfd3a9e7af8ee26f8b6b5ac01c5b2487d4)) - - - - - -# 4.46.0 (2022-02-10) - - -### Features - -* **ToolTip:** Diagonal tooltip placement ([#6887](https://github.com/patternfly/patternfly-react/issues/6887)) ([897fd7d](https://github.com/patternfly/patternfly-react/commit/897fd7d248888e7324d36f574231985e8523a700)) - - - - - -## 4.45.3 (2022-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.45.2 (2022-02-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.45.1 (2022-02-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.45.0 (2022-02-08) - - -### Features - -* **MenuToggle:** add full height variation ([#6869](https://github.com/patternfly/patternfly-react/issues/6869)) ([415e02f](https://github.com/patternfly/patternfly-react/commit/415e02f5e5617367db717cd5120df04ec1a208eb)) - - - - - -# 4.44.0 (2022-02-08) - - -### Features - -* **Table:** add striping ([#6886](https://github.com/patternfly/patternfly-react/issues/6886)) ([47abda7](https://github.com/patternfly/patternfly-react/commit/47abda7831e21c58051b90982f02cb48f7a22a22)) - - - - - -## 4.43.21 (2022-02-07) - - -### Bug Fixes - -* **TimePicker:** apply includeSeconds when making options ([#6865](https://github.com/patternfly/patternfly-react/issues/6865)) ([5b6d6c9](https://github.com/patternfly/patternfly-react/commit/5b6d6c9979046c111b00456622758f542627ac11)) - - - - - -## 4.43.20 (2022-02-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.19 (2022-02-07) - - -### Bug Fixes - -* **Select:** remove logic from default inputAutoComplete ([#6873](https://github.com/patternfly/patternfly-react/issues/6873)) ([b3b61c1](https://github.com/patternfly/patternfly-react/commit/b3b61c175f23cdc9dad8c71054301d1090795ede)) - - - - - -## 4.43.18 (2022-02-04) - - -### Bug Fixes - -* **TimePicker:** remove automatically validation from onChange event ([#6884](https://github.com/patternfly/patternfly-react/issues/6884)) ([e7088e4](https://github.com/patternfly/patternfly-react/commit/e7088e4e7a9348fa412d2815af1b0820ee7754ef)) - - - - - -## 4.43.17 (2022-02-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.16 (2022-02-02) - - -### Bug Fixes - -* **numberinput:** import input group component instead ([#6850](https://github.com/patternfly/patternfly-react/issues/6850)) ([2a94545](https://github.com/patternfly/patternfly-react/commit/2a94545ead3be3ea3c987b1273e18b943315c36e)) - - - - - -## 4.43.15 (2022-01-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.14 (2022-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.13 (2022-01-26) - - -### Reverts - -* Revert "Improve IAction type (#6108)" (#6862) ([94aea84](https://github.com/patternfly/patternfly-react/commit/94aea84036e26f4cc472b7d445ee49b088eb6a47)), closes [#6108](https://github.com/patternfly/patternfly-react/issues/6108) [#6862](https://github.com/patternfly/patternfly-react/issues/6862) - - - - - -## 4.43.12 (2022-01-26) - - -### Bug Fixes - -* **OverflowMenu:** ignore menu being covered in intg. tests ([#6852](https://github.com/patternfly/patternfly-react/issues/6852)) ([066e2bb](https://github.com/patternfly/patternfly-react/commit/066e2bb994f4eca5538fb9287e5d10ddf4a30cac)) - - - - - -## 4.43.11 (2022-01-26) - - -### Reverts - -* Revert "feat(Tabs): enforce restricted type for children (#6767)" (#6857) ([eca9a70](https://github.com/patternfly/patternfly-react/commit/eca9a708e8d53416e60a790ea876aa0b2e398212)), closes [#6767](https://github.com/patternfly/patternfly-react/issues/6767) [#6857](https://github.com/patternfly/patternfly-react/issues/6857) - - - - - -## 4.43.10 (2022-01-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.9 (2022-01-25) - - -### Bug Fixes - -* **Select:** Footer keyboard bugs ([#6844](https://github.com/patternfly/patternfly-react/issues/6844)) ([7f06125](https://github.com/patternfly/patternfly-react/commit/7f06125cfb52884708107da82ca3800207c9846f)) - - - - - -## 4.43.8 (2022-01-24) - - -### Bug Fixes - -* **table:** fixed action example ([#6800](https://github.com/patternfly/patternfly-react/issues/6800)) ([eaaedc2](https://github.com/patternfly/patternfly-react/commit/eaaedc28cf54cca1a47aaa5c4f5f76a11d32864d)) - - - - - -## 4.43.7 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.6 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.5 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.4 (2022-01-20) - - -### Bug Fixes - -* **DatePicker:** update empty state validation and add onblur event ([#6822](https://github.com/patternfly/patternfly-react/issues/6822)) ([258e818](https://github.com/patternfly/patternfly-react/commit/258e81861adc0488ae42f349aff78f06f2874fa7)) - - - - - -## 4.43.3 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.43.2 (2022-01-20) - - -### Bug Fixes - -* **Select:** Fixed dot next to the spinner in grouped view more variant ([#6831](https://github.com/patternfly/patternfly-react/issues/6831)) ([ccc81b4](https://github.com/patternfly/patternfly-react/commit/ccc81b4c8c30506f28e61e73dcbc106da50ca692)) - - - - - -## 4.43.1 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.43.0 (2022-01-20) - - -### Features - -* **Truncate:** added Truncate component ([#6713](https://github.com/patternfly/patternfly-react/issues/6713)) ([c803b5d](https://github.com/patternfly/patternfly-react/commit/c803b5df3761f689172d79bbc71bc38623b0bf5a)) - - - - - -## 4.42.6 (2022-01-20) - - -### Bug Fixes - -* **TextInputGroup:** address various issues ([#6774](https://github.com/patternfly/patternfly-react/issues/6774)) ([010058a](https://github.com/patternfly/patternfly-react/commit/010058acc7115fb76a35fe06634083ada62cece0)) - - - - - -## 4.42.5 (2022-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.42.4 (2022-01-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.42.3 (2022-01-19) - - -### Bug Fixes - -* **examples:** amend row index in tree table examples ([#6830](https://github.com/patternfly/patternfly-react/issues/6830)) ([e676fb1](https://github.com/patternfly/patternfly-react/commit/e676fb1171618e957a4564af31c15ca6e3800507)), closes [#6719](https://github.com/patternfly/patternfly-react/issues/6719) - - - - - -## 4.42.2 (2022-01-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.42.1 (2022-01-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.42.0 (2022-01-19) - - -### Features - -* **NumberInput:** call onMinus/onPlus on arrow-up/down pressed ([#6764](https://github.com/patternfly/patternfly-react/issues/6764)) ([545a7f8](https://github.com/patternfly/patternfly-react/commit/545a7f8791dbf2937416509a01b197cc1daf80db)) - - - - - -# 4.41.0 (2022-01-19) - - -### Features - -* **TimePicker:** Allow for seconds via new prop; includeSeconds ([#6769](https://github.com/patternfly/patternfly-react/issues/6769)) ([417b51a](https://github.com/patternfly/patternfly-react/commit/417b51a6b8bd997042e16a0e821fb63281e53d30)) - - - - - -## 4.40.5 (2022-01-18) - - -### Bug Fixes - -* **Tabs:** enable tabs scroll button for small window ([#6784](https://github.com/patternfly/patternfly-react/issues/6784)) ([a29b430](https://github.com/patternfly/patternfly-react/commit/a29b43094ae3d5ce7f4b26e4041cd595e675ee58)) - - - - - -## 4.40.4 (2022-01-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.40.3 (2022-01-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.40.2 (2022-01-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.40.1 (2022-01-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.40.0 (2022-01-17) - - -### Features - -* **Tabs:** enforce restricted type for children ([#6767](https://github.com/patternfly/patternfly-react/issues/6767)) ([0d224df](https://github.com/patternfly/patternfly-react/commit/0d224dfb71b1a89c5783bd9ea290ece2f325ad21)) - - - - - -## 4.39.1 (2022-01-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.39.0 (2022-01-14) - - -### Features - -* **DescriptionList:** add option to fill columns first ([#6736](https://github.com/patternfly/patternfly-react/issues/6736)) ([c955c29](https://github.com/patternfly/patternfly-react/commit/c955c2917dbc4b85ce58fac4f93845c429186e1b)) - - - - - -## 4.38.2 (2022-01-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.38.1 (2022-01-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.38.0 (2022-01-12) - - -### Features - -* **expandable-section:** added indented variation ([#6763](https://github.com/patternfly/patternfly-react/issues/6763)) ([703b922](https://github.com/patternfly/patternfly-react/commit/703b9224e43bedd5b37ec41d8f26f2939836d610)) - - - - - -## 4.37.1 (2022-01-11) - - -### Bug Fixes - -* **Select:** update typeahead Select children when any option attribute changes ([#6747](https://github.com/patternfly/patternfly-react/issues/6747)) ([1e03f3c](https://github.com/patternfly/patternfly-react/commit/1e03f3c6d0a7c507e33398c98863e40bb2233a62)) - - - - - -# 4.37.0 (2022-01-11) - - -### Features - -* **ToggleGroup:** support disabling all items under the parent ([#6700](https://github.com/patternfly/patternfly-react/issues/6700)) ([a60c8f3](https://github.com/patternfly/patternfly-react/commit/a60c8f3485546c797750451714a70b7e84a4ba0f)) - - - - - -## 4.36.1 (2022-01-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.36.0 (2022-01-11) - - -### Features - -* **Table:** update clickable area for checks/radios ([#6754](https://github.com/patternfly/patternfly-react/issues/6754)) ([c4f3c2d](https://github.com/patternfly/patternfly-react/commit/c4f3c2d7f515e3d6ad73d8b52238ca426281469a)) - - - - - -## 4.35.2 (2022-01-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.35.1 (2022-01-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.35.0 (2022-01-10) - - -### Features - -* **Dropdown:** add plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/issues/6721)) ([e5000e3](https://github.com/patternfly/patternfly-react/commit/e5000e36194e36b9c6ae49efdb0a513125efcb70)) - - - - - -## 4.34.11 (2022-01-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.10 (2022-01-10) - - -### Bug Fixes - -* **Tabs:** allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/issues/6755)) ([290d89a](https://github.com/patternfly/patternfly-react/commit/290d89aed2dd4517db9859cc80ef2745cb8a779b)) - - - - - -## 4.34.9 (2022-01-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.8 (2022-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.7 (2022-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.6 (2022-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.5 (2022-01-07) - - -### Bug Fixes - -* **jumplinks:** Updated JumpLinks demo to allow for horizontal display ([#6731](https://github.com/patternfly/patternfly-react/issues/6731)) ([f37b934](https://github.com/patternfly/patternfly-react/commit/f37b9342e678da247056c73767d5d40ff5435bda)) - - - - - -## 4.34.4 (2022-01-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.3 (2022-01-06) - - -### Bug Fixes - -* **TopologyControlBar:** Update screen reader className to latest ([#6739](https://github.com/patternfly/patternfly-react/issues/6739)) ([ed9da57](https://github.com/patternfly/patternfly-react/commit/ed9da575fddf9fe7af8a891972f7a66520785411)) - - - - - -## 4.34.2 (2022-01-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.34.1 (2022-01-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.34.0 (2022-01-05) - - -### Features - -* **Table:** allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/issues/6691)) ([e22c7be](https://github.com/patternfly/patternfly-react/commit/e22c7bebf630b7cd71e4dc434c593b69fa2fb2c8)) - - - - - -## 4.33.3 (2022-01-04) - - -### Bug Fixes - -* **docs:** fix broken theme-patternfly-org link ([#6726](https://github.com/patternfly/patternfly-react/issues/6726)) ([4ba15e9](https://github.com/patternfly/patternfly-react/commit/4ba15e9d9611afbb80d995e4d63f5478c4212a9e)) - - - - - -## 4.33.2 (2022-01-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.33.1 (2022-01-04) - - -### Bug Fixes - -* **OverflowMenu:** pass HTMLDivElements props to group and control divs ([#6674](https://github.com/patternfly/patternfly-react/issues/6674)) ([e6d0d64](https://github.com/patternfly/patternfly-react/commit/e6d0d6406a07de04f4b232ca9a21247c0e9746c0)) - - - - - -# 4.33.0 (2021-12-22) - - -### Features - -* **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a)) - - - - - -## 4.32.5 (2021-12-16) - - -### Bug Fixes - -* **LogViewer:** fix the issue that scrollbar could compress the content of the logs ([#6702](https://github.com/patternfly/patternfly-react/issues/6702)) ([11aab1f](https://github.com/patternfly/patternfly-react/commit/11aab1f71a1aa9959cf14b887ab55b845a794a00)) - - - - - -## 4.32.4 (2021-12-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.32.3 (2021-12-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.32.2 (2021-12-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.32.1 (2021-12-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.32.0 (2021-12-09) - - -### Features - -* **Popover:** add composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/issues/6664)) ([9028e8b](https://github.com/patternfly/patternfly-react/commit/9028e8ba5d674bde6a7e29532f7926e200dd632a)) - - - - - -## 4.31.1 (2021-12-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.31.0 (2021-12-08) - - -### Features - -* **DualListSelector:** add composable tree example ([#6652](https://github.com/patternfly/patternfly-react/issues/6652)) ([5fe977b](https://github.com/patternfly/patternfly-react/commit/5fe977becb5dea615724abf846f315e50931c188)) - - - - - -## 4.30.1 (2021-12-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.30.0 (2021-12-06) - - -### Features - -* **Card:** Add disabled card and clean up props ([#6659](https://github.com/patternfly/patternfly-react/issues/6659)) ([86f225a](https://github.com/patternfly/patternfly-react/commit/86f225ab2e02d617e2d380c4a7f7593037c50e84)) - - - - - -# 4.29.0 (2021-12-06) - - -### Features - -* **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0)) - - - - - -# 4.28.0 (2021-12-06) - - -### Features - -* **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24)) - - - - - -## 4.27.1 (2021-12-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.27.0 (2021-12-03) - - -### Features - -* **Select:** add ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/issues/6670)) ([f618577](https://github.com/patternfly/patternfly-react/commit/f618577582e389409978bd1d6512ca0cf5d855cf)) - - - - - -## 4.26.17 (2021-12-03) - - -### Bug Fixes - -* **Slider:** fixed examples with custom steps and input ([#6662](https://github.com/patternfly/patternfly-react/issues/6662)) ([b4cab38](https://github.com/patternfly/patternfly-react/commit/b4cab38a2492564bf91e3711ce322951bcc6a051)) - - - - - -## 4.26.16 (2021-12-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.15 (2021-12-02) - - -### Bug Fixes - -* **Tile:** fix selecting tile in tile demo ([#6653](https://github.com/patternfly/patternfly-react/issues/6653)) ([e12e44d](https://github.com/patternfly/patternfly-react/commit/e12e44d4b623de305b7df04174144a9496d282a7)) - - - - - -## 4.26.14 (2021-12-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.13 (2021-11-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.12 (2021-11-30) - - -### Bug Fixes - -* **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9)) - - - - - -## 4.26.11 (2021-11-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.10 (2021-11-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.9 (2021-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.8 (2021-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.7 (2021-11-18) - - -### Bug Fixes - -* **pagination:** updated toggleTemplate prop description to include ofWord prop ([#6622](https://github.com/patternfly/patternfly-react/issues/6622)) ([26733a6](https://github.com/patternfly/patternfly-react/commit/26733a6a256ad0e873afbc268a712027470fdeaa)) - - - - - -## 4.26.6 (2021-11-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.5 (2021-11-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.4 (2021-11-15) - - -### Bug Fixes - -* **FileUpload:** Downgrade react-dropzone back to 9.0.0 to avoid a breaking type change, fix behavior regressions ([#6610](https://github.com/patternfly/patternfly-react/issues/6610)) ([574bf4f](https://github.com/patternfly/patternfly-react/commit/574bf4ff3ccf7f67ce750bc48067eaf826e99990)) - - - - - -## 4.26.3 (2021-11-15) - - -### Bug Fixes - -* **Menu:** allow maxMenuHeight with Scrollabe ([#6608](https://github.com/patternfly/patternfly-react/issues/6608)) ([8c1f12c](https://github.com/patternfly/patternfly-react/commit/8c1f12c2b0e86bbc5ba1071db3ebf29fee7421a0)) - - - - - -## 4.26.2 (2021-11-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.26.1 (2021-11-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.26.0 (2021-11-12) - - -### Features - -* **card:** added hoverable/selectable/selected-raised variant ([#6565](https://github.com/patternfly/patternfly-react/issues/6565)) ([8c60568](https://github.com/patternfly/patternfly-react/commit/8c60568ba4fa18398fed636710e222ce506de82c)) - - - - - -## 4.25.2 (2021-11-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.25.1 (2021-11-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.25.0 (2021-11-11) - - -### Features - -* **ComposableTable:** add sticky columns and nested headers ([#6538](https://github.com/patternfly/patternfly-react/issues/6538)) ([f11245b](https://github.com/patternfly/patternfly-react/commit/f11245bfccc8c6c02a9d5545a69ed533743cc552)) - - - - - -# 4.24.0 (2021-11-11) - - -### Features - -* **contextselector:** added support for context selector items as links ([#6554](https://github.com/patternfly/patternfly-react/issues/6554)) ([c465388](https://github.com/patternfly/patternfly-react/commit/c4653881eee0cd8ec8e3a7125bbef0bded9f2de0)) - - - - - -# 4.23.0 (2021-11-11) - - -### Features - -* **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb)) - - - - - -# 4.22.0 (2021-11-11) - - -### Features - -* enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926)) - - - - - -## 4.21.4 (2021-11-10) - - -### Bug Fixes - -* **jumplinks:** fixed to always set clicked item as active ([#6542](https://github.com/patternfly/patternfly-react/issues/6542)) ([845c98f](https://github.com/patternfly/patternfly-react/commit/845c98f5f3df8aa9b6acc190707c5f1d7bf3ca38)) - - - - - -## 4.21.3 (2021-11-10) - - -### Bug Fixes - -* **Menu:** stop passing disableHover to DrilldownMenu DOM ([#6571](https://github.com/patternfly/patternfly-react/issues/6571)) ([63dcf25](https://github.com/patternfly/patternfly-react/commit/63dcf256723848ff3789828fc0a5f86d5009fc87)) - - - - - -## 4.21.2 (2021-11-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.21.1 (2021-11-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.21.0 (2021-11-09) - - -### Features - -* **Table:** set default sort direction ([#6544](https://github.com/patternfly/patternfly-react/issues/6544)) ([9ee4942](https://github.com/patternfly/patternfly-react/commit/9ee49428c8e1041721f2a09f8176a5aba3335049)) - - - - - -## 4.20.4 (2021-11-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.20.3 (2021-11-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.20.2 (2021-11-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.20.1 (2021-11-08) - - -### Bug Fixes - -* **acccessconsoles:** use object type Select options values in order to not mix displayed text with option keys ([#6496](https://github.com/patternfly/patternfly-react/issues/6496)) ([975c8e1](https://github.com/patternfly/patternfly-react/commit/975c8e14d7ea8c53eb4048ea6ef73e804b3ad2be)) - - - - - -# 4.20.0 (2021-11-04) - - -### Features - -* **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce)) - - - - - -## 4.19.11 (2021-11-01) - - -### Bug Fixes - -* **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f)) - - - - - -## 4.19.10 (2021-10-29) - - -### Bug Fixes - -* **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc)) - - - - - -## 4.19.9 (2021-10-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.19.8 (2021-10-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.19.7 (2021-10-27) - - -### Bug Fixes - -* change transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/issues/6515)) ([efcb357](https://github.com/patternfly/patternfly-react/commit/efcb3573b71541328ce2b16caa80ce33b2a62131)) - - - - - -## 4.19.6 (2021-10-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.19.5 (2021-10-26) - - -### Bug Fixes - -* **tokens:** added check for no matching var to avoid infinite loop ([#6502](https://github.com/patternfly/patternfly-react/issues/6502)) ([99605c2](https://github.com/patternfly/patternfly-react/commit/99605c213f12490d0abe75910e05c3e6da26a1f3)) - - - - - -## 4.19.4 (2021-10-26) - - -### Bug Fixes - -* add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209)) - - - - - -## 4.19.3 (2021-10-26) - - -### Bug Fixes - -* **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e)) - - - - - -## 4.19.2 (2021-10-26) - - -### Bug Fixes - -* **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b)) - - - - - -## 4.19.1 (2021-10-26) - - -### Bug Fixes - -* **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012)) - - - - - -# 4.19.0 (2021-10-26) - - -### Features - -* **toolbar:** add sticky top modifier to toolbar ([#6447](https://github.com/patternfly/patternfly-react/issues/6447)) ([fe7605a](https://github.com/patternfly/patternfly-react/commit/fe7605a67428b43ec00b3cb2117270296576737c)) - - - - - -## 4.18.1 (2021-10-26) - - -### Bug Fixes - -* **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c)) - - - - - -# 4.18.0 (2021-10-26) - - -### Features - -* **TextInputGroup:** add text input group ([#6482](https://github.com/patternfly/patternfly-react/issues/6482)) ([a02fd4f](https://github.com/patternfly/patternfly-react/commit/a02fd4fe3345245b2252ee5a261f5b1460490642)), closes [patternfly/patternfly-react#6409](https://github.com/patternfly/patternfly-react/issues/6409) - - - - - -## 4.17.4 (2021-10-26) - - -### Bug Fixes - -* **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088)) - - - - - -## 4.17.3 (2021-10-26) - - -### Bug Fixes - -* **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2)) - - - - - -## 4.17.2 (2021-10-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.17.1 (2021-10-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.17.0 (2021-10-25) - - -### Features - -* **Tabs:** Added support for tab content body with padding, added tabs open and tab secondary tabs demos ([#6484](https://github.com/patternfly/patternfly-react/issues/6484)) ([0ccbe9d](https://github.com/patternfly/patternfly-react/commit/0ccbe9d1e6e0dac0730466c92a90fe2cd9f6560d)) - - - - - -## 4.16.1 (2021-10-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 4.16.0 (2021-10-21) - - -### Features - -* **label:** added compact label, updated horizontal grid card demo ([#6448](https://github.com/patternfly/patternfly-react/issues/6448)) ([89e0431](https://github.com/patternfly/patternfly-react/commit/89e04317924282140606d45f2292aa3f658b4b6c)) - - - - - -## 4.15.1 (2021-10-21) - - -### Bug Fixes - -* **DescriptionListGroup:** forward props to DOM ([#6466](https://github.com/patternfly/patternfly-react/issues/6466)) ([b78e2aa](https://github.com/patternfly/patternfly-react/commit/b78e2aa9c0360ce8418f6e7b55274ea1a50de518)) - - - - - -# 4.15.0 (2021-10-20) - - -### Features - -* **Progress:** allow node titles ([#6470](https://github.com/patternfly/patternfly-react/issues/6470)) ([46d5252](https://github.com/patternfly/patternfly-react/commit/46d52523ad5111bb11729c2750abe9aeb35d9326)) - - - - - -# 4.14.0 (2021-10-20) - - -### Features - -* **DualListSelector:** add disabled flag ([#6442](https://github.com/patternfly/patternfly-react/issues/6442)) ([85e1314](https://github.com/patternfly/patternfly-react/commit/85e131435be12c2df79336e9fa56987ed3717417)) - - - - - -## 4.13.23 (2021-10-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## 4.13.22 (2021-10-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.20...@patternfly/react-catalog-view-extension@4.13.21) (2021-10-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.19...@patternfly/react-catalog-view-extension@4.13.20) (2021-10-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.18...@patternfly/react-catalog-view-extension@4.13.19) (2021-10-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.17...@patternfly/react-catalog-view-extension@4.13.18) (2021-10-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.16...@patternfly/react-catalog-view-extension@4.13.17) (2021-10-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.15...@patternfly/react-catalog-view-extension@4.13.16) (2021-10-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.14...@patternfly/react-catalog-view-extension@4.13.15) (2021-10-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.13...@patternfly/react-catalog-view-extension@4.13.14) (2021-10-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.12...@patternfly/react-catalog-view-extension@4.13.13) (2021-10-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.11...@patternfly/react-catalog-view-extension@4.13.12) (2021-10-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.10...@patternfly/react-catalog-view-extension@4.13.11) (2021-10-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.9...@patternfly/react-catalog-view-extension@4.13.10) (2021-10-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.8...@patternfly/react-catalog-view-extension@4.13.9) (2021-10-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.7...@patternfly/react-catalog-view-extension@4.13.8) (2021-10-06) - - -### Bug Fixes - -* **catalog, umd:** remove node-sass to allow building on node16 ([#6398](https://github.com/patternfly/patternfly-react/issues/6398)) ([212611a](https://github.com/patternfly/patternfly-react/commit/212611aae49d30385b500b5299be2975900ec22c)) - - - - - -## [4.13.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.6...@patternfly/react-catalog-view-extension@4.13.7) (2021-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.5...@patternfly/react-catalog-view-extension@4.13.6) (2021-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.4...@patternfly/react-catalog-view-extension@4.13.5) (2021-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.3...@patternfly/react-catalog-view-extension@4.13.4) (2021-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.2...@patternfly/react-catalog-view-extension@4.13.3) (2021-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.1...@patternfly/react-catalog-view-extension@4.13.2) (2021-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.13.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.13.0...@patternfly/react-catalog-view-extension@4.13.1) (2021-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.13.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.79...@patternfly/react-catalog-view-extension@4.13.0) (2021-09-29) - - -### Features - -* **JumpLinks:** Added toggle text ([#6347](https://github.com/patternfly/patternfly-react/issues/6347)) ([36042f6](https://github.com/patternfly/patternfly-react/commit/36042f679880f819afd26618797167a42f5fe901)) - - - - - -## [4.12.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.78...@patternfly/react-catalog-view-extension@4.12.79) (2021-09-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.77...@patternfly/react-catalog-view-extension@4.12.78) (2021-09-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.76...@patternfly/react-catalog-view-extension@4.12.77) (2021-09-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.75...@patternfly/react-catalog-view-extension@4.12.76) (2021-09-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.74...@patternfly/react-catalog-view-extension@4.12.75) (2021-09-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.73...@patternfly/react-catalog-view-extension@4.12.74) (2021-09-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.72...@patternfly/react-catalog-view-extension@4.12.73) (2021-09-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.71...@patternfly/react-catalog-view-extension@4.12.72) (2021-09-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.70...@patternfly/react-catalog-view-extension@4.12.71) (2021-09-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.69...@patternfly/react-catalog-view-extension@4.12.70) (2021-09-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.68...@patternfly/react-catalog-view-extension@4.12.69) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.67...@patternfly/react-catalog-view-extension@4.12.68) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.66...@patternfly/react-catalog-view-extension@4.12.67) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.65...@patternfly/react-catalog-view-extension@4.12.66) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.64...@patternfly/react-catalog-view-extension@4.12.65) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.63...@patternfly/react-catalog-view-extension@4.12.64) (2021-09-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.62...@patternfly/react-catalog-view-extension@4.12.63) (2021-09-10) - - -### Bug Fixes - -* **dual-list-selector:** added support for list item row, bumped core ([#6294](https://github.com/patternfly/patternfly-react/issues/6294)) ([010efb5](https://github.com/patternfly/patternfly-react/commit/010efb51c46740bd1e28866d6b956c363819b69d)) - - - - - -## [4.12.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.61...@patternfly/react-catalog-view-extension@4.12.62) (2021-09-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.60...@patternfly/react-catalog-view-extension@4.12.61) (2021-09-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.59...@patternfly/react-catalog-view-extension@4.12.60) (2021-09-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.58...@patternfly/react-catalog-view-extension@4.12.59) (2021-08-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.57...@patternfly/react-catalog-view-extension@4.12.58) (2021-08-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.56...@patternfly/react-catalog-view-extension@4.12.57) (2021-08-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.55...@patternfly/react-catalog-view-extension@4.12.56) (2021-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.54...@patternfly/react-catalog-view-extension@4.12.55) (2021-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.53...@patternfly/react-catalog-view-extension@4.12.54) (2021-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.52...@patternfly/react-catalog-view-extension@4.12.53) (2021-08-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.51...@patternfly/react-catalog-view-extension@4.12.52) (2021-08-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.50...@patternfly/react-catalog-view-extension@4.12.51) (2021-08-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.49...@patternfly/react-catalog-view-extension@4.12.50) (2021-08-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.48...@patternfly/react-catalog-view-extension@4.12.49) (2021-08-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.47...@patternfly/react-catalog-view-extension@4.12.48) (2021-08-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.46...@patternfly/react-catalog-view-extension@4.12.47) (2021-08-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.45...@patternfly/react-catalog-view-extension@4.12.46) (2021-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.44...@patternfly/react-catalog-view-extension@4.12.45) (2021-08-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.43...@patternfly/react-catalog-view-extension@4.12.44) (2021-08-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.42...@patternfly/react-catalog-view-extension@4.12.43) (2021-08-16) - - -### Bug Fixes - -* **VerticalTabs:** expose href to allow links ([#6072](https://github.com/patternfly/patternfly-react/issues/6072)) ([2b66bcd](https://github.com/patternfly/patternfly-react/commit/2b66bcd07d1675649c045d6cd06a99377c77fcca)) - - - - - -## [4.12.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.41...@patternfly/react-catalog-view-extension@4.12.42) (2021-08-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.40...@patternfly/react-catalog-view-extension@4.12.41) (2021-08-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.39...@patternfly/react-catalog-view-extension@4.12.40) (2021-08-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.38...@patternfly/react-catalog-view-extension@4.12.39) (2021-08-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.37...@patternfly/react-catalog-view-extension@4.12.38) (2021-08-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.36...@patternfly/react-catalog-view-extension@4.12.37) (2021-08-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.35...@patternfly/react-catalog-view-extension@4.12.36) (2021-08-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.34...@patternfly/react-catalog-view-extension@4.12.35) (2021-08-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.33...@patternfly/react-catalog-view-extension@4.12.34) (2021-08-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.32...@patternfly/react-catalog-view-extension@4.12.33) (2021-08-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.31...@patternfly/react-catalog-view-extension@4.12.32) (2021-07-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.30...@patternfly/react-catalog-view-extension@4.12.31) (2021-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.29...@patternfly/react-catalog-view-extension@4.12.30) (2021-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.28...@patternfly/react-catalog-view-extension@4.12.29) (2021-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.27...@patternfly/react-catalog-view-extension@4.12.28) (2021-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.26...@patternfly/react-catalog-view-extension@4.12.27) (2021-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.25...@patternfly/react-catalog-view-extension@4.12.26) (2021-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.24...@patternfly/react-catalog-view-extension@4.12.25) (2021-07-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.23...@patternfly/react-catalog-view-extension@4.12.24) (2021-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.22...@patternfly/react-catalog-view-extension@4.12.23) (2021-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.21...@patternfly/react-catalog-view-extension@4.12.22) (2021-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.20...@patternfly/react-catalog-view-extension@4.12.21) (2021-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.19...@patternfly/react-catalog-view-extension@4.12.20) (2021-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.18...@patternfly/react-catalog-view-extension@4.12.19) (2021-07-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.17...@patternfly/react-catalog-view-extension@4.12.18) (2021-07-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.16...@patternfly/react-catalog-view-extension@4.12.17) (2021-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.15...@patternfly/react-catalog-view-extension@4.12.16) (2021-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.14...@patternfly/react-catalog-view-extension@4.12.15) (2021-07-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.13...@patternfly/react-catalog-view-extension@4.12.14) (2021-07-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.12...@patternfly/react-catalog-view-extension@4.12.13) (2021-07-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.11...@patternfly/react-catalog-view-extension@4.12.12) (2021-07-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.10...@patternfly/react-catalog-view-extension@4.12.11) (2021-07-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.9...@patternfly/react-catalog-view-extension@4.12.10) (2021-07-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.8...@patternfly/react-catalog-view-extension@4.12.9) (2021-07-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.7...@patternfly/react-catalog-view-extension@4.12.8) (2021-07-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.6...@patternfly/react-catalog-view-extension@4.12.7) (2021-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.5...@patternfly/react-catalog-view-extension@4.12.6) (2021-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.4...@patternfly/react-catalog-view-extension@4.12.5) (2021-07-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.3...@patternfly/react-catalog-view-extension@4.12.4) (2021-07-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.2...@patternfly/react-catalog-view-extension@4.12.3) (2021-06-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.12.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.1...@patternfly/react-catalog-view-extension@4.12.2) (2021-06-30) - - -### Bug Fixes - -* **ci:** change master branch to main ([4ac4129](https://github.com/patternfly/patternfly-react/commit/4ac4129e8da9a37367ea7612019f8d7af1ed8836)) - - - - - -## [4.12.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.12.0...@patternfly/react-catalog-view-extension@4.12.1) (2021-06-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.12.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.56...@patternfly/react-catalog-view-extension@4.12.0) (2021-06-21) - - -### Features - -* **LogViewer:** Make logviewer responsive and change search result styling ([#5927](https://github.com/patternfly/patternfly-react/issues/5927)) ([3f6a493](https://github.com/patternfly/patternfly-react/commit/3f6a4934127d23de1baf2447003296600d9f3c5b)) - - - - - -## [4.11.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.55...@patternfly/react-catalog-view-extension@4.11.56) (2021-06-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.54...@patternfly/react-catalog-view-extension@4.11.55) (2021-06-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.53...@patternfly/react-catalog-view-extension@4.11.54) (2021-06-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.52...@patternfly/react-catalog-view-extension@4.11.53) (2021-06-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.51...@patternfly/react-catalog-view-extension@4.11.52) (2021-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.50...@patternfly/react-catalog-view-extension@4.11.51) (2021-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.49...@patternfly/react-catalog-view-extension@4.11.50) (2021-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.48...@patternfly/react-catalog-view-extension@4.11.49) (2021-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.47...@patternfly/react-catalog-view-extension@4.11.48) (2021-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.46...@patternfly/react-catalog-view-extension@4.11.47) (2021-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.45...@patternfly/react-catalog-view-extension@4.11.46) (2021-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.44...@patternfly/react-catalog-view-extension@4.11.45) (2021-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.43...@patternfly/react-catalog-view-extension@4.11.44) (2021-06-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.42...@patternfly/react-catalog-view-extension@4.11.43) (2021-06-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.41...@patternfly/react-catalog-view-extension@4.11.42) (2021-06-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.40...@patternfly/react-catalog-view-extension@4.11.41) (2021-06-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.39...@patternfly/react-catalog-view-extension@4.11.40) (2021-06-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.38...@patternfly/react-catalog-view-extension@4.11.39) (2021-06-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.37...@patternfly/react-catalog-view-extension@4.11.38) (2021-06-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.36...@patternfly/react-catalog-view-extension@4.11.37) (2021-06-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.35...@patternfly/react-catalog-view-extension@4.11.36) (2021-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.34...@patternfly/react-catalog-view-extension@4.11.35) (2021-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.33...@patternfly/react-catalog-view-extension@4.11.34) (2021-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.32...@patternfly/react-catalog-view-extension@4.11.33) (2021-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.31...@patternfly/react-catalog-view-extension@4.11.32) (2021-05-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.30...@patternfly/react-catalog-view-extension@4.11.31) (2021-05-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.29...@patternfly/react-catalog-view-extension@4.11.30) (2021-05-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.28...@patternfly/react-catalog-view-extension@4.11.29) (2021-05-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.27...@patternfly/react-catalog-view-extension@4.11.28) (2021-05-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.26...@patternfly/react-catalog-view-extension@4.11.27) (2021-05-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.25...@patternfly/react-catalog-view-extension@4.11.26) (2021-05-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.24...@patternfly/react-catalog-view-extension@4.11.25) (2021-05-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.23...@patternfly/react-catalog-view-extension@4.11.24) (2021-05-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.22...@patternfly/react-catalog-view-extension@4.11.23) (2021-05-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.21...@patternfly/react-catalog-view-extension@4.11.22) (2021-05-11) - - -### Bug Fixes - -* **togglegroup:** remove dividers, light variation, add compact ([#5762](https://github.com/patternfly/patternfly-react/issues/5762)) ([d5c8c31](https://github.com/patternfly/patternfly-react/commit/d5c8c31bb24f613687fcf5aa3213ee51a8007580)) - - - - - -## [4.11.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.20...@patternfly/react-catalog-view-extension@4.11.21) (2021-05-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.19...@patternfly/react-catalog-view-extension@4.11.20) (2021-05-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.18...@patternfly/react-catalog-view-extension@4.11.19) (2021-05-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.17...@patternfly/react-catalog-view-extension@4.11.18) (2021-05-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.16...@patternfly/react-catalog-view-extension@4.11.17) (2021-05-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.15...@patternfly/react-catalog-view-extension@4.11.16) (2021-05-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.14...@patternfly/react-catalog-view-extension@4.11.15) (2021-05-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.13...@patternfly/react-catalog-view-extension@4.11.14) (2021-05-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.12...@patternfly/react-catalog-view-extension@4.11.13) (2021-05-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.11...@patternfly/react-catalog-view-extension@4.11.12) (2021-05-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.10...@patternfly/react-catalog-view-extension@4.11.11) (2021-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.9...@patternfly/react-catalog-view-extension@4.11.10) (2021-05-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.8...@patternfly/react-catalog-view-extension@4.11.9) (2021-04-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.7...@patternfly/react-catalog-view-extension@4.11.8) (2021-04-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.6...@patternfly/react-catalog-view-extension@4.11.7) (2021-04-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.5...@patternfly/react-catalog-view-extension@4.11.6) (2021-04-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.4...@patternfly/react-catalog-view-extension@4.11.5) (2021-04-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.3...@patternfly/react-catalog-view-extension@4.11.4) (2021-04-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.2...@patternfly/react-catalog-view-extension@4.11.3) (2021-04-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.1...@patternfly/react-catalog-view-extension@4.11.2) (2021-04-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.11.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.11.0...@patternfly/react-catalog-view-extension@4.11.1) (2021-04-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.11.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.43...@patternfly/react-catalog-view-extension@4.11.0) (2021-04-16) - - -### Features - -* **Table:** Add optional icons to tree table rows, add responsive view ([#5672](https://github.com/patternfly/patternfly-react/issues/5672)) ([7ecba96](https://github.com/patternfly/patternfly-react/commit/7ecba96a191798d01c7f9209a14a04f4a658d7bb)) - - - - - -## [4.10.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.42...@patternfly/react-catalog-view-extension@4.10.43) (2021-04-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.41...@patternfly/react-catalog-view-extension@4.10.42) (2021-04-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.40...@patternfly/react-catalog-view-extension@4.10.41) (2021-04-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.39...@patternfly/react-catalog-view-extension@4.10.40) (2021-04-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.38...@patternfly/react-catalog-view-extension@4.10.39) (2021-04-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.37...@patternfly/react-catalog-view-extension@4.10.38) (2021-04-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.36...@patternfly/react-catalog-view-extension@4.10.37) (2021-04-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.35...@patternfly/react-catalog-view-extension@4.10.36) (2021-04-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.34...@patternfly/react-catalog-view-extension@4.10.35) (2021-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.33...@patternfly/react-catalog-view-extension@4.10.34) (2021-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.32...@patternfly/react-catalog-view-extension@4.10.33) (2021-04-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.31...@patternfly/react-catalog-view-extension@4.10.32) (2021-04-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.30...@patternfly/react-catalog-view-extension@4.10.31) (2021-04-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.29...@patternfly/react-catalog-view-extension@4.10.30) (2021-04-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.28...@patternfly/react-catalog-view-extension@4.10.29) (2021-04-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.27...@patternfly/react-catalog-view-extension@4.10.28) (2021-03-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.26...@patternfly/react-catalog-view-extension@4.10.27) (2021-03-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.25...@patternfly/react-catalog-view-extension@4.10.26) (2021-03-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.24...@patternfly/react-catalog-view-extension@4.10.25) (2021-03-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.23...@patternfly/react-catalog-view-extension@4.10.24) (2021-03-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.22...@patternfly/react-catalog-view-extension@4.10.23) (2021-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.21...@patternfly/react-catalog-view-extension@4.10.22) (2021-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.20...@patternfly/react-catalog-view-extension@4.10.21) (2021-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.19...@patternfly/react-catalog-view-extension@4.10.20) (2021-03-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.18...@patternfly/react-catalog-view-extension@4.10.19) (2021-03-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.17...@patternfly/react-catalog-view-extension@4.10.18) (2021-03-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.16...@patternfly/react-catalog-view-extension@4.10.17) (2021-03-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.15...@patternfly/react-catalog-view-extension@4.10.16) (2021-03-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.14...@patternfly/react-catalog-view-extension@4.10.15) (2021-03-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.13...@patternfly/react-catalog-view-extension@4.10.14) (2021-03-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.12...@patternfly/react-catalog-view-extension@4.10.13) (2021-03-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.11...@patternfly/react-catalog-view-extension@4.10.12) (2021-03-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.10...@patternfly/react-catalog-view-extension@4.10.11) (2021-03-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.9...@patternfly/react-catalog-view-extension@4.10.10) (2021-03-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.8...@patternfly/react-catalog-view-extension@4.10.9) (2021-03-04) - - -### Bug Fixes - -* **searchinput:** add searchInputMenuBody class ([#5518](https://github.com/patternfly/patternfly-react/issues/5518)) ([99f0512](https://github.com/patternfly/patternfly-react/commit/99f05123d28a7be887efd1921733fc2dc0bddd6d)) - - - - - -## [4.10.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.7...@patternfly/react-catalog-view-extension@4.10.8) (2021-03-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.6...@patternfly/react-catalog-view-extension@4.10.7) (2021-03-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.5...@patternfly/react-catalog-view-extension@4.10.6) (2021-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.4...@patternfly/react-catalog-view-extension@4.10.5) (2021-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.3...@patternfly/react-catalog-view-extension@4.10.4) (2021-02-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.2...@patternfly/react-catalog-view-extension@4.10.3) (2021-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.1...@patternfly/react-catalog-view-extension@4.10.2) (2021-02-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.10.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.10.0...@patternfly/react-catalog-view-extension@4.10.1) (2021-02-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.10.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.31...@patternfly/react-catalog-view-extension@4.10.0) (2021-02-12) - - -### Features - -* **Slider:** Added touch support ([#5453](https://github.com/patternfly/patternfly-react/issues/5453)) ([32ce723](https://github.com/patternfly/patternfly-react/commit/32ce7238d8743f6d4a5f7b128b1293e855d012ca)) - - - - - -## [4.9.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.30...@patternfly/react-catalog-view-extension@4.9.31) (2021-02-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.29...@patternfly/react-catalog-view-extension@4.9.30) (2021-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.28...@patternfly/react-catalog-view-extension@4.9.29) (2021-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.27...@patternfly/react-catalog-view-extension@4.9.28) (2021-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.26...@patternfly/react-catalog-view-extension@4.9.27) (2021-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.25...@patternfly/react-catalog-view-extension@4.9.26) (2021-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.24...@patternfly/react-catalog-view-extension@4.9.25) (2021-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.23...@patternfly/react-catalog-view-extension@4.9.24) (2021-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.22...@patternfly/react-catalog-view-extension@4.9.23) (2021-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.21...@patternfly/react-catalog-view-extension@4.9.22) (2021-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.20...@patternfly/react-catalog-view-extension@4.9.21) (2021-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.19...@patternfly/react-catalog-view-extension@4.9.20) (2021-02-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.18...@patternfly/react-catalog-view-extension@4.9.19) (2021-02-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.17...@patternfly/react-catalog-view-extension@4.9.18) (2021-02-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.16...@patternfly/react-catalog-view-extension@4.9.17) (2021-02-01) - - -### Bug Fixes - -* **Tooltip:** only add aria when tooltip is visible/in the DOM ([#5382](https://github.com/patternfly/patternfly-react/issues/5382)) ([10263d9](https://github.com/patternfly/patternfly-react/commit/10263d993ea781a1bf681816eeddce9fa7657670)) - - - - - -## [4.9.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.15...@patternfly/react-catalog-view-extension@4.9.16) (2021-02-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.14...@patternfly/react-catalog-view-extension@4.9.15) (2021-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.13...@patternfly/react-catalog-view-extension@4.9.14) (2021-01-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.12...@patternfly/react-catalog-view-extension@4.9.13) (2021-01-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.11...@patternfly/react-catalog-view-extension@4.9.12) (2021-01-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.10...@patternfly/react-catalog-view-extension@4.9.11) (2021-01-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.9...@patternfly/react-catalog-view-extension@4.9.10) (2021-01-22) - - -### Bug Fixes - -* **Drawer:** initial width doesn't respect min/max widths ([#5313](https://github.com/patternfly/patternfly-react/issues/5313)) ([4f199c4](https://github.com/patternfly/patternfly-react/commit/4f199c4db5c3cb493d2947d871f687cc5527517c)) - - - - - -## [4.9.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.8...@patternfly/react-catalog-view-extension@4.9.9) (2021-01-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.7...@patternfly/react-catalog-view-extension@4.9.8) (2021-01-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.6...@patternfly/react-catalog-view-extension@4.9.7) (2021-01-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.5...@patternfly/react-catalog-view-extension@4.9.6) (2021-01-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.4...@patternfly/react-catalog-view-extension@4.9.5) (2021-01-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.3...@patternfly/react-catalog-view-extension@4.9.4) (2021-01-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.2...@patternfly/react-catalog-view-extension@4.9.3) (2021-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.1...@patternfly/react-catalog-view-extension@4.9.2) (2021-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.9.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.9.0...@patternfly/react-catalog-view-extension@4.9.1) (2021-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.9.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.131...@patternfly/react-catalog-view-extension@4.9.0) (2021-01-06) - - -### Features - -* **packages:** use react 17 ([#5111](https://github.com/patternfly/patternfly-react/issues/5111)) ([7fbafcc](https://github.com/patternfly/patternfly-react/commit/7fbafcc947c95d2bda2f4fad8f7737cf7dd3fca6)) - - - - - -## [4.8.131](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.130...@patternfly/react-catalog-view-extension@4.8.131) (2021-01-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.130](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.129...@patternfly/react-catalog-view-extension@4.8.130) (2021-01-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.129](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.128...@patternfly/react-catalog-view-extension@4.8.129) (2021-01-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.128](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.127...@patternfly/react-catalog-view-extension@4.8.128) (2020-12-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.127](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.126...@patternfly/react-catalog-view-extension@4.8.127) (2020-12-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.126](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.125...@patternfly/react-catalog-view-extension@4.8.126) (2020-12-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.125](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.124...@patternfly/react-catalog-view-extension@4.8.125) (2020-12-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.124](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.123...@patternfly/react-catalog-view-extension@4.8.124) (2020-12-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.123](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.122...@patternfly/react-catalog-view-extension@4.8.123) (2020-12-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.122](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.121...@patternfly/react-catalog-view-extension@4.8.122) (2020-12-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.121](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.120...@patternfly/react-catalog-view-extension@4.8.121) (2020-12-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.120](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.119...@patternfly/react-catalog-view-extension@4.8.120) (2020-12-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.119](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.118...@patternfly/react-catalog-view-extension@4.8.119) (2020-12-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.118](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.117...@patternfly/react-catalog-view-extension@4.8.118) (2020-12-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.117](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.116...@patternfly/react-catalog-view-extension@4.8.117) (2020-12-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.116](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.115...@patternfly/react-catalog-view-extension@4.8.116) (2020-12-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.115](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.114...@patternfly/react-catalog-view-extension@4.8.115) (2020-12-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.114](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.113...@patternfly/react-catalog-view-extension@4.8.114) (2020-12-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.113](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.112...@patternfly/react-catalog-view-extension@4.8.113) (2020-12-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.112](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.111...@patternfly/react-catalog-view-extension@4.8.112) (2020-12-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.111](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.110...@patternfly/react-catalog-view-extension@4.8.111) (2020-12-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.110](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.109...@patternfly/react-catalog-view-extension@4.8.110) (2020-12-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.109](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.108...@patternfly/react-catalog-view-extension@4.8.109) (2020-11-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.108](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.107...@patternfly/react-catalog-view-extension@4.8.108) (2020-11-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.107](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.106...@patternfly/react-catalog-view-extension@4.8.107) (2020-11-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.106](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.105...@patternfly/react-catalog-view-extension@4.8.106) (2020-11-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.105](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.104...@patternfly/react-catalog-view-extension@4.8.105) (2020-11-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.104](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.103...@patternfly/react-catalog-view-extension@4.8.104) (2020-11-17) - - -### Bug Fixes - -* **FilterSidePanelCategoryItem:** fix typings ([#5145](https://github.com/patternfly/patternfly-react/issues/5145)) ([a2b55f0](https://github.com/patternfly/patternfly-react/commit/a2b55f0bff33a2afccfb66be4eedf2e5a6639420)) - - - - - -## [4.8.103](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.102...@patternfly/react-catalog-view-extension@4.8.103) (2020-11-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.102](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.101...@patternfly/react-catalog-view-extension@4.8.102) (2020-11-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.101](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.100...@patternfly/react-catalog-view-extension@4.8.101) (2020-11-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.100](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.99...@patternfly/react-catalog-view-extension@4.8.100) (2020-11-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.99](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.98...@patternfly/react-catalog-view-extension@4.8.99) (2020-11-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.98](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.97...@patternfly/react-catalog-view-extension@4.8.98) (2020-11-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.96...@patternfly/react-catalog-view-extension@4.8.97) (2020-11-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.95...@patternfly/react-catalog-view-extension@4.8.96) (2020-11-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.94...@patternfly/react-catalog-view-extension@4.8.95) (2020-11-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.93...@patternfly/react-catalog-view-extension@4.8.94) (2020-10-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.93](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.92...@patternfly/react-catalog-view-extension@4.8.93) (2020-10-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.91...@patternfly/react-catalog-view-extension@4.8.92) (2020-10-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.91](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.90...@patternfly/react-catalog-view-extension@4.8.91) (2020-10-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.89...@patternfly/react-catalog-view-extension@4.8.90) (2020-10-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.88...@patternfly/react-catalog-view-extension@4.8.89) (2020-10-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.87...@patternfly/react-catalog-view-extension@4.8.88) (2020-10-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.86...@patternfly/react-catalog-view-extension@4.8.87) (2020-10-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.85...@patternfly/react-catalog-view-extension@4.8.86) (2020-10-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.84...@patternfly/react-catalog-view-extension@4.8.85) (2020-10-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.83...@patternfly/react-catalog-view-extension@4.8.84) (2020-10-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.82...@patternfly/react-catalog-view-extension@4.8.83) (2020-10-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.81...@patternfly/react-catalog-view-extension@4.8.82) (2020-10-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.80...@patternfly/react-catalog-view-extension@4.8.81) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.79...@patternfly/react-catalog-view-extension@4.8.80) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.78...@patternfly/react-catalog-view-extension@4.8.79) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.77...@patternfly/react-catalog-view-extension@4.8.78) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.76...@patternfly/react-catalog-view-extension@4.8.77) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.75...@patternfly/react-catalog-view-extension@4.8.76) (2020-10-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.74...@patternfly/react-catalog-view-extension@4.8.75) (2020-10-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.73...@patternfly/react-catalog-view-extension@4.8.74) (2020-10-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.72...@patternfly/react-catalog-view-extension@4.8.73) (2020-10-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.71...@patternfly/react-catalog-view-extension@4.8.72) (2020-10-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.70...@patternfly/react-catalog-view-extension@4.8.71) (2020-10-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.69...@patternfly/react-catalog-view-extension@4.8.70) (2020-10-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.68...@patternfly/react-catalog-view-extension@4.8.69) (2020-10-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.67...@patternfly/react-catalog-view-extension@4.8.68) (2020-10-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.66...@patternfly/react-catalog-view-extension@4.8.67) (2020-10-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.65...@patternfly/react-catalog-view-extension@4.8.66) (2020-10-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.64...@patternfly/react-catalog-view-extension@4.8.65) (2020-10-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.63...@patternfly/react-catalog-view-extension@4.8.64) (2020-10-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.62...@patternfly/react-catalog-view-extension@4.8.63) (2020-10-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.61...@patternfly/react-catalog-view-extension@4.8.62) (2020-10-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.60...@patternfly/react-catalog-view-extension@4.8.61) (2020-10-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.59...@patternfly/react-catalog-view-extension@4.8.60) (2020-10-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.58...@patternfly/react-catalog-view-extension@4.8.59) (2020-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.57...@patternfly/react-catalog-view-extension@4.8.58) (2020-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.56...@patternfly/react-catalog-view-extension@4.8.57) (2020-10-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.55...@patternfly/react-catalog-view-extension@4.8.56) (2020-10-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.54...@patternfly/react-catalog-view-extension@4.8.55) (2020-10-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.53...@patternfly/react-catalog-view-extension@4.8.54) (2020-10-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.52...@patternfly/react-catalog-view-extension@4.8.53) (2020-10-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.51...@patternfly/react-catalog-view-extension@4.8.52) (2020-10-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.50...@patternfly/react-catalog-view-extension@4.8.51) (2020-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.49...@patternfly/react-catalog-view-extension@4.8.50) (2020-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.48...@patternfly/react-catalog-view-extension@4.8.49) (2020-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.47...@patternfly/react-catalog-view-extension@4.8.48) (2020-10-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.46...@patternfly/react-catalog-view-extension@4.8.47) (2020-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.45...@patternfly/react-catalog-view-extension@4.8.46) (2020-09-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.44...@patternfly/react-catalog-view-extension@4.8.45) (2020-09-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.43...@patternfly/react-catalog-view-extension@4.8.44) (2020-09-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.42...@patternfly/react-catalog-view-extension@4.8.43) (2020-09-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.41...@patternfly/react-catalog-view-extension@4.8.42) (2020-09-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.40...@patternfly/react-catalog-view-extension@4.8.41) (2020-09-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.39...@patternfly/react-catalog-view-extension@4.8.40) (2020-09-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.38...@patternfly/react-catalog-view-extension@4.8.39) (2020-09-24) - - -### Bug Fixes - -* **demo-app:** replace CRA with webpack and ts-loader ([#4877](https://github.com/patternfly/patternfly-react/issues/4877)) ([1b64309](https://github.com/patternfly/patternfly-react/commit/1b6430943e14acf84fa54115b1a009930cf2372e)) - - - - - -## [4.8.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.37...@patternfly/react-catalog-view-extension@4.8.38) (2020-09-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.36...@patternfly/react-catalog-view-extension@4.8.37) (2020-09-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.35...@patternfly/react-catalog-view-extension@4.8.36) (2020-09-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.34...@patternfly/react-catalog-view-extension@4.8.35) (2020-09-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.33...@patternfly/react-catalog-view-extension@4.8.34) (2020-09-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.32...@patternfly/react-catalog-view-extension@4.8.33) (2020-09-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.31...@patternfly/react-catalog-view-extension@4.8.32) (2020-09-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.30...@patternfly/react-catalog-view-extension@4.8.31) (2020-09-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.29...@patternfly/react-catalog-view-extension@4.8.30) (2020-09-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.28...@patternfly/react-catalog-view-extension@4.8.29) (2020-09-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.27...@patternfly/react-catalog-view-extension@4.8.28) (2020-09-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.26...@patternfly/react-catalog-view-extension@4.8.27) (2020-09-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.25...@patternfly/react-catalog-view-extension@4.8.26) (2020-09-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.24...@patternfly/react-catalog-view-extension@4.8.25) (2020-09-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.23...@patternfly/react-catalog-view-extension@4.8.24) (2020-09-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.22...@patternfly/react-catalog-view-extension@4.8.23) (2020-09-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.21...@patternfly/react-catalog-view-extension@4.8.22) (2020-09-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.20...@patternfly/react-catalog-view-extension@4.8.21) (2020-09-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.19...@patternfly/react-catalog-view-extension@4.8.20) (2020-09-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.18...@patternfly/react-catalog-view-extension@4.8.19) (2020-08-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.17...@patternfly/react-catalog-view-extension@4.8.18) (2020-08-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.16...@patternfly/react-catalog-view-extension@4.8.17) (2020-08-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.15...@patternfly/react-catalog-view-extension@4.8.16) (2020-08-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.14...@patternfly/react-catalog-view-extension@4.8.15) (2020-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.13...@patternfly/react-catalog-view-extension@4.8.14) (2020-08-24) - - -### Bug Fixes - -* **docs:** use ids and h3s ([#4720](https://github.com/patternfly/patternfly-react/issues/4720)) ([a3f684f](https://github.com/patternfly/patternfly-react/commit/a3f684fa23cfce3d8e79b86206773292790cec5c)) - - - - - -## [4.8.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.12...@patternfly/react-catalog-view-extension@4.8.13) (2020-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.11...@patternfly/react-catalog-view-extension@4.8.12) (2020-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.10...@patternfly/react-catalog-view-extension@4.8.11) (2020-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.9...@patternfly/react-catalog-view-extension@4.8.10) (2020-08-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.8...@patternfly/react-catalog-view-extension@4.8.9) (2020-08-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.7...@patternfly/react-catalog-view-extension@4.8.8) (2020-08-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.6...@patternfly/react-catalog-view-extension@4.8.7) (2020-08-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.5...@patternfly/react-catalog-view-extension@4.8.6) (2020-08-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.4...@patternfly/react-catalog-view-extension@4.8.5) (2020-08-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.3...@patternfly/react-catalog-view-extension@4.8.4) (2020-08-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.2...@patternfly/react-catalog-view-extension@4.8.3) (2020-08-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.1...@patternfly/react-catalog-view-extension@4.8.2) (2020-08-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.8.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.0...@patternfly/react-catalog-view-extension@4.8.1) (2020-08-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.7.3...@patternfly/react-catalog-view-extension@4.8.0) (2020-08-04) - - -### Features - -* **NotificationDrawer:** Add notification drawer demo ([#4640](https://github.com/patternfly/patternfly-react/issues/4640)) ([3b9231d](https://github.com/patternfly/patternfly-react/commit/3b9231dab2fd92eb40e38d3a38ffb83562e1dbc2)) - - - - - -## [4.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.7.2...@patternfly/react-catalog-view-extension@4.7.3) (2020-08-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.7.1...@patternfly/react-catalog-view-extension@4.7.2) (2020-08-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.7.0...@patternfly/react-catalog-view-extension@4.7.1) (2020-08-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.6.4...@patternfly/react-catalog-view-extension@4.7.0) (2020-08-03) - - -### Features - -* **NotificationBadge:** add needs attention state and count ([#4516](https://github.com/patternfly/patternfly-react/issues/4516)) ([63c7cbf](https://github.com/patternfly/patternfly-react/commit/63c7cbf0beed5497ca7addf7fc6663229f37ab81)) - - - - - -## [4.6.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.6.3...@patternfly/react-catalog-view-extension@4.6.4) (2020-07-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.6.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.6.2...@patternfly/react-catalog-view-extension@4.6.3) (2020-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.6.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.6.1...@patternfly/react-catalog-view-extension@4.6.2) (2020-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.6.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.6.0...@patternfly/react-catalog-view-extension@4.6.1) (2020-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.18...@patternfly/react-catalog-view-extension@4.6.0) (2020-07-29) - - -### Features - -* **wiz:** make wiz nav items more easily discoverable ([#4425](https://github.com/patternfly/patternfly-react/issues/4425)) ([92384d4](https://github.com/patternfly/patternfly-react/commit/92384d40cb4d5e3171c6922d00e391ed290239ac)) - - - - - -## [4.5.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.17...@patternfly/react-catalog-view-extension@4.5.18) (2020-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.16...@patternfly/react-catalog-view-extension@4.5.17) (2020-07-29) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.15...@patternfly/react-catalog-view-extension@4.5.16) (2020-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.14...@patternfly/react-catalog-view-extension@4.5.15) (2020-07-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.13...@patternfly/react-catalog-view-extension@4.5.14) (2020-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.12...@patternfly/react-catalog-view-extension@4.5.13) (2020-07-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.11...@patternfly/react-catalog-view-extension@4.5.12) (2020-07-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.10...@patternfly/react-catalog-view-extension@4.5.11) (2020-07-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.9...@patternfly/react-catalog-view-extension@4.5.10) (2020-07-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.8...@patternfly/react-catalog-view-extension@4.5.9) (2020-07-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.7...@patternfly/react-catalog-view-extension@4.5.8) (2020-07-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.6...@patternfly/react-catalog-view-extension@4.5.7) (2020-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.5...@patternfly/react-catalog-view-extension@4.5.6) (2020-07-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.4...@patternfly/react-catalog-view-extension@4.5.5) (2020-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.3...@patternfly/react-catalog-view-extension@4.5.4) (2020-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.2...@patternfly/react-catalog-view-extension@4.5.3) (2020-07-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.1...@patternfly/react-catalog-view-extension@4.5.2) (2020-07-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.5.0...@patternfly/react-catalog-view-extension@4.5.1) (2020-07-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.27...@patternfly/react-catalog-view-extension@4.5.0) (2020-07-16) - - -### Features - -* **FormGroup, FormSelect, TextInput, TextArea:** Add warning state ([#4554](https://github.com/patternfly/patternfly-react/issues/4554)) ([4e7f69a](https://github.com/patternfly/patternfly-react/commit/4e7f69a35abd247db99bd946a2c9bc931c335564)) - - - - - -## [4.4.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.26...@patternfly/react-catalog-view-extension@4.4.27) (2020-07-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.25...@patternfly/react-catalog-view-extension@4.4.26) (2020-07-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.24...@patternfly/react-catalog-view-extension@4.4.25) (2020-07-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.23...@patternfly/react-catalog-view-extension@4.4.24) (2020-07-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.22...@patternfly/react-catalog-view-extension@4.4.23) (2020-07-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.21...@patternfly/react-catalog-view-extension@4.4.22) (2020-07-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.20...@patternfly/react-catalog-view-extension@4.4.21) (2020-07-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.19...@patternfly/react-catalog-view-extension@4.4.20) (2020-07-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.18...@patternfly/react-catalog-view-extension@4.4.19) (2020-07-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.17...@patternfly/react-catalog-view-extension@4.4.18) (2020-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.16...@patternfly/react-catalog-view-extension@4.4.17) (2020-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.15...@patternfly/react-catalog-view-extension@4.4.16) (2020-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.14...@patternfly/react-catalog-view-extension@4.4.15) (2020-07-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.13...@patternfly/react-catalog-view-extension@4.4.14) (2020-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.12...@patternfly/react-catalog-view-extension@4.4.13) (2020-07-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.11...@patternfly/react-catalog-view-extension@4.4.12) (2020-07-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.10...@patternfly/react-catalog-view-extension@4.4.11) (2020-07-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.9...@patternfly/react-catalog-view-extension@4.4.10) (2020-07-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.8...@patternfly/react-catalog-view-extension@4.4.9) (2020-06-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.7...@patternfly/react-catalog-view-extension@4.4.8) (2020-06-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.6...@patternfly/react-catalog-view-extension@4.4.7) (2020-06-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.5...@patternfly/react-catalog-view-extension@4.4.6) (2020-06-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.4...@patternfly/react-catalog-view-extension@4.4.5) (2020-06-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.3...@patternfly/react-catalog-view-extension@4.4.4) (2020-06-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.2...@patternfly/react-catalog-view-extension@4.4.3) (2020-06-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.1...@patternfly/react-catalog-view-extension@4.4.2) (2020-06-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.0...@patternfly/react-catalog-view-extension@4.4.1) (2020-06-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.27...@patternfly/react-catalog-view-extension@4.4.0) (2020-06-19) - - -### Features - -* **Divider:** Add support for insets to the Divider ([#4410](https://github.com/patternfly/patternfly-react/issues/4410)) ([32916b8](https://github.com/patternfly/patternfly-react/commit/32916b89fcf631eb498ae0b64faffec756242127)) - - - - - -## [4.3.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.26...@patternfly/react-catalog-view-extension@4.3.27) (2020-06-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.25...@patternfly/react-catalog-view-extension@4.3.26) (2020-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.24...@patternfly/react-catalog-view-extension@4.3.25) (2020-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.23...@patternfly/react-catalog-view-extension@4.3.24) (2020-06-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.22...@patternfly/react-catalog-view-extension@4.3.23) (2020-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.21...@patternfly/react-catalog-view-extension@4.3.22) (2020-06-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.20...@patternfly/react-catalog-view-extension@4.3.21) (2020-06-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.19...@patternfly/react-catalog-view-extension@4.3.20) (2020-06-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.18...@patternfly/react-catalog-view-extension@4.3.19) (2020-06-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.17...@patternfly/react-catalog-view-extension@4.3.18) (2020-06-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.16...@patternfly/react-catalog-view-extension@4.3.17) (2020-06-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.15...@patternfly/react-catalog-view-extension@4.3.16) (2020-06-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.14...@patternfly/react-catalog-view-extension@4.3.15) (2020-06-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.13...@patternfly/react-catalog-view-extension@4.3.14) (2020-06-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.12...@patternfly/react-catalog-view-extension@4.3.13) (2020-06-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.11...@patternfly/react-catalog-view-extension@4.3.12) (2020-06-05) - - -### Bug Fixes - -* **docs:** add upgrade guide ([#4298](https://github.com/patternfly/patternfly-react/issues/4298)) ([4ee8805](https://github.com/patternfly/patternfly-react/commit/4ee8805ab9b232ebbe280313d4ae3e53bd78fb70)) - - - - - -## [4.3.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.10...@patternfly/react-catalog-view-extension@4.3.11) (2020-06-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.9...@patternfly/react-catalog-view-extension@4.3.10) (2020-06-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.8...@patternfly/react-catalog-view-extension@4.3.9) (2020-06-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.7...@patternfly/react-catalog-view-extension@4.3.8) (2020-06-01) - - -### Bug Fixes - -* **breakpoints:** make API consistent and appear in docs ([#4310](https://github.com/patternfly/patternfly-react/issues/4310)) ([ac1afa6](https://github.com/patternfly/patternfly-react/commit/ac1afa60067346c658fcb160534d9ddaf7dafbc6)) - - - - - -## [4.3.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.6...@patternfly/react-catalog-view-extension@4.3.7) (2020-05-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.5...@patternfly/react-catalog-view-extension@4.3.6) (2020-05-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.4...@patternfly/react-catalog-view-extension@4.3.5) (2020-05-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.3...@patternfly/react-catalog-view-extension@4.3.4) (2020-05-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.2...@patternfly/react-catalog-view-extension@4.3.3) (2020-05-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.1...@patternfly/react-catalog-view-extension@4.3.2) (2020-05-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [4.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.3.0...@patternfly/react-catalog-view-extension@4.3.1) (2020-05-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [4.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.66...@patternfly/react-catalog-view-extension@4.3.0) (2020-05-15) - - -### Features - -* **master:** merge v4 ([#4255](https://github.com/patternfly/patternfly-react/issues/4255)) ([567c0b8](https://github.com/patternfly/patternfly-react/commit/567c0b88b10d2cd629ce380745a24dacdf9dd3d1)), closes [#3868](https://github.com/patternfly/patternfly-react/issues/3868) [#3915](https://github.com/patternfly/patternfly-react/issues/3915) [#3921](https://github.com/patternfly/patternfly-react/issues/3921) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3843](https://github.com/patternfly/patternfly-react/issues/3843) [#3884](https://github.com/patternfly/patternfly-react/issues/3884) [#3609](https://github.com/patternfly/patternfly-react/issues/3609) [#3880](https://github.com/patternfly/patternfly-react/issues/3880) [#3865](https://github.com/patternfly/patternfly-react/issues/3865) [#3894](https://github.com/patternfly/patternfly-react/issues/3894) [#3897](https://github.com/patternfly/patternfly-react/issues/3897) [#3892](https://github.com/patternfly/patternfly-react/issues/3892) [#3891](https://github.com/patternfly/patternfly-react/issues/3891) [#3908](https://github.com/patternfly/patternfly-react/issues/3908) [#3910](https://github.com/patternfly/patternfly-react/issues/3910) [#3861](https://github.com/patternfly/patternfly-react/issues/3861) [#3877](https://github.com/patternfly/patternfly-react/issues/3877) [#3916](https://github.com/patternfly/patternfly-react/issues/3916) [#3886](https://github.com/patternfly/patternfly-react/issues/3886) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3927](https://github.com/patternfly/patternfly-react/issues/3927) [#3933](https://github.com/patternfly/patternfly-react/issues/3933) [#3221](https://github.com/patternfly/patternfly-react/issues/3221) [#3873](https://github.com/patternfly/patternfly-react/issues/3873) [#3928](https://github.com/patternfly/patternfly-react/issues/3928) [#3929](https://github.com/patternfly/patternfly-react/issues/3929) [#2582](https://github.com/patternfly/patternfly-react/issues/2582) [#3296](https://github.com/patternfly/patternfly-react/issues/3296) [#3924](https://github.com/patternfly/patternfly-react/issues/3924) [#1529](https://github.com/patternfly/patternfly-react/issues/1529) [#3903](https://github.com/patternfly/patternfly-react/issues/3903) [#3904](https://github.com/patternfly/patternfly-react/issues/3904) [#3974](https://github.com/patternfly/patternfly-react/issues/3974) [#3970](https://github.com/patternfly/patternfly-react/issues/3970) [#3920](https://github.com/patternfly/patternfly-react/issues/3920) [#3945](https://github.com/patternfly/patternfly-react/issues/3945) [#3978](https://github.com/patternfly/patternfly-react/issues/3978) [#3962](https://github.com/patternfly/patternfly-react/issues/3962) [#3975](https://github.com/patternfly/patternfly-react/issues/3975) [#3906](https://github.com/patternfly/patternfly-react/issues/3906) [#3870](https://github.com/patternfly/patternfly-react/issues/3870) [#3958](https://github.com/patternfly/patternfly-react/issues/3958) [#3922](https://github.com/patternfly/patternfly-react/issues/3922) [#3985](https://github.com/patternfly/patternfly-react/issues/3985) [#3991](https://github.com/patternfly/patternfly-react/issues/3991) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3843](https://github.com/patternfly/patternfly-react/issues/3843) [#3884](https://github.com/patternfly/patternfly-react/issues/3884) [#3609](https://github.com/patternfly/patternfly-react/issues/3609) [#3880](https://github.com/patternfly/patternfly-react/issues/3880) [#3865](https://github.com/patternfly/patternfly-react/issues/3865) [#3894](https://github.com/patternfly/patternfly-react/issues/3894) [#3897](https://github.com/patternfly/patternfly-react/issues/3897) [#3892](https://github.com/patternfly/patternfly-react/issues/3892) [#3891](https://github.com/patternfly/patternfly-react/issues/3891) [#3908](https://github.com/patternfly/patternfly-react/issues/3908) [#3910](https://github.com/patternfly/patternfly-react/issues/3910) [#3861](https://github.com/patternfly/patternfly-react/issues/3861) [#3877](https://github.com/patternfly/patternfly-react/issues/3877) [#3916](https://github.com/patternfly/patternfly-react/issues/3916) [#3844](https://github.com/patternfly/patternfly-react/issues/3844) [#3919](https://github.com/patternfly/patternfly-react/issues/3919) [#3923](https://github.com/patternfly/patternfly-react/issues/3923) [#3838](https://github.com/patternfly/patternfly-react/issues/3838) [#3895](https://github.com/patternfly/patternfly-react/issues/3895) [#3896](https://github.com/patternfly/patternfly-react/issues/3896) [#3771](https://github.com/patternfly/patternfly-react/issues/3771) [#3940](https://github.com/patternfly/patternfly-react/issues/3940) [#3941](https://github.com/patternfly/patternfly-react/issues/3941) [#3441](https://github.com/patternfly/patternfly-react/issues/3441) [#3950](https://github.com/patternfly/patternfly-react/issues/3950) [#3642](https://github.com/patternfly/patternfly-react/issues/3642) [#3964](https://github.com/patternfly/patternfly-react/issues/3964) [#3968](https://github.com/patternfly/patternfly-react/issues/3968) [#3967](https://github.com/patternfly/patternfly-react/issues/3967) [#3971](https://github.com/patternfly/patternfly-react/issues/3971) [#3942](https://github.com/patternfly/patternfly-react/issues/3942) [#3898](https://github.com/patternfly/patternfly-react/issues/3898) [#3898](https://github.com/patternfly/patternfly-react/issues/3898) [#3976](https://github.com/patternfly/patternfly-react/issues/3976) [#3889](https://github.com/patternfly/patternfly-react/issues/3889) [#3641](https://github.com/patternfly/patternfly-react/issues/3641) [#3982](https://github.com/patternfly/patternfly-react/issues/3982) [#3979](https://github.com/patternfly/patternfly-react/issues/3979) [#3989](https://github.com/patternfly/patternfly-react/issues/3989) [#4017](https://github.com/patternfly/patternfly-react/issues/4017) [#4022](https://github.com/patternfly/patternfly-react/issues/4022) [#4014](https://github.com/patternfly/patternfly-react/issues/4014) [#4048](https://github.com/patternfly/patternfly-react/issues/4048) [#4050](https://github.com/patternfly/patternfly-react/issues/4050) [#4051](https://github.com/patternfly/patternfly-react/issues/4051) [#4058](https://github.com/patternfly/patternfly-react/issues/4058) [#4030](https://github.com/patternfly/patternfly-react/issues/4030) [#4031](https://github.com/patternfly/patternfly-react/issues/4031) [#3996](https://github.com/patternfly/patternfly-react/issues/3996) [#4001](https://github.com/patternfly/patternfly-react/issues/4001) [#4004](https://github.com/patternfly/patternfly-react/issues/4004) [#4066](https://github.com/patternfly/patternfly-react/issues/4066) [#4021](https://github.com/patternfly/patternfly-react/issues/4021) [#4061](https://github.com/patternfly/patternfly-react/issues/4061) [#4026](https://github.com/patternfly/patternfly-react/issues/4026) [#4069](https://github.com/patternfly/patternfly-react/issues/4069) [#4073](https://github.com/patternfly/patternfly-react/issues/4073) [#4036](https://github.com/patternfly/patternfly-react/issues/4036) [#4019](https://github.com/patternfly/patternfly-react/issues/4019) [#4081](https://github.com/patternfly/patternfly-react/issues/4081) [#4033](https://github.com/patternfly/patternfly-react/issues/4033) [#4065](https://github.com/patternfly/patternfly-react/issues/4065) [#4078](https://github.com/patternfly/patternfly-react/issues/4078) [#4032](https://github.com/patternfly/patternfly-react/issues/4032) [#4029](https://github.com/patternfly/patternfly-react/issues/4029) [#4064](https://github.com/patternfly/patternfly-react/issues/4064) [#4063](https://github.com/patternfly/patternfly-react/issues/4063) [#2593](https://github.com/patternfly/patternfly-react/issues/2593) [#4076](https://github.com/patternfly/patternfly-react/issues/4076) [#4099](https://github.com/patternfly/patternfly-react/issues/4099) [#4038](https://github.com/patternfly/patternfly-react/issues/4038) [#4116](https://github.com/patternfly/patternfly-react/issues/4116) [#3960](https://github.com/patternfly/patternfly-react/issues/3960) [#4121](https://github.com/patternfly/patternfly-react/issues/4121) [#4123](https://github.com/patternfly/patternfly-react/issues/4123) [#4025](https://github.com/patternfly/patternfly-react/issues/4025) [#4126](https://github.com/patternfly/patternfly-react/issues/4126) [#4122](https://github.com/patternfly/patternfly-react/issues/4122) [#4086](https://github.com/patternfly/patternfly-react/issues/4086) [#4127](https://github.com/patternfly/patternfly-react/issues/4127) [#4129](https://github.com/patternfly/patternfly-react/issues/4129) [#4111](https://github.com/patternfly/patternfly-react/issues/4111) [#4136](https://github.com/patternfly/patternfly-react/issues/4136) [#4138](https://github.com/patternfly/patternfly-react/issues/4138) [#4141](https://github.com/patternfly/patternfly-react/issues/4141) [#4145](https://github.com/patternfly/patternfly-react/issues/4145) [#4034](https://github.com/patternfly/patternfly-react/issues/4034) [#4144](https://github.com/patternfly/patternfly-react/issues/4144) [#4152](https://github.com/patternfly/patternfly-react/issues/4152) [#4158](https://github.com/patternfly/patternfly-react/issues/4158) [#4157](https://github.com/patternfly/patternfly-react/issues/4157) [#4156](https://github.com/patternfly/patternfly-react/issues/4156) [#4147](https://github.com/patternfly/patternfly-react/issues/4147) [#4159](https://github.com/patternfly/patternfly-react/issues/4159) [#4170](https://github.com/patternfly/patternfly-react/issues/4170) [#4142](https://github.com/patternfly/patternfly-react/issues/4142) [#4175](https://github.com/patternfly/patternfly-react/issues/4175) [#4176](https://github.com/patternfly/patternfly-react/issues/4176) [#4187](https://github.com/patternfly/patternfly-react/issues/4187) [#4188](https://github.com/patternfly/patternfly-react/issues/4188) [#4140](https://github.com/patternfly/patternfly-react/issues/4140) [#4193](https://github.com/patternfly/patternfly-react/issues/4193) [#4154](https://github.com/patternfly/patternfly-react/issues/4154) [#4192](https://github.com/patternfly/patternfly-react/issues/4192) [#4190](https://github.com/patternfly/patternfly-react/issues/4190) [#4199](https://github.com/patternfly/patternfly-react/issues/4199) [#4133](https://github.com/patternfly/patternfly-react/issues/4133) [#4165](https://github.com/patternfly/patternfly-react/issues/4165) [#4208](https://github.com/patternfly/patternfly-react/issues/4208) [#4212](https://github.com/patternfly/patternfly-react/issues/4212) [#4130](https://github.com/patternfly/patternfly-react/issues/4130) [#4219](https://github.com/patternfly/patternfly-react/issues/4219) [#4166](https://github.com/patternfly/patternfly-react/issues/4166) [#4202](https://github.com/patternfly/patternfly-react/issues/4202) [#4216](https://github.com/patternfly/patternfly-react/issues/4216) [#4225](https://github.com/patternfly/patternfly-react/issues/4225) [#4221](https://github.com/patternfly/patternfly-react/issues/4221) [#4146](https://github.com/patternfly/patternfly-react/issues/4146) [#3951](https://github.com/patternfly/patternfly-react/issues/3951) [#3681](https://github.com/patternfly/patternfly-react/issues/3681) [#4243](https://github.com/patternfly/patternfly-react/issues/4243) [#4220](https://github.com/patternfly/patternfly-react/issues/4220) [#4153](https://github.com/patternfly/patternfly-react/issues/4153) [#4209](https://github.com/patternfly/patternfly-react/issues/4209) [#4249](https://github.com/patternfly/patternfly-react/issues/4249) [#4239](https://github.com/patternfly/patternfly-react/issues/4239) [#4247](https://github.com/patternfly/patternfly-react/issues/4247) [#4246](https://github.com/patternfly/patternfly-react/issues/4246) [#3684](https://github.com/patternfly/patternfly-react/issues/3684) [#4223](https://github.com/patternfly/patternfly-react/issues/4223) [#4195](https://github.com/patternfly/patternfly-react/issues/4195) [#4254](https://github.com/patternfly/patternfly-react/issues/4254) -* **packages:** bump core to 4.10.21 ([#4257](https://github.com/patternfly/patternfly-react/issues/4257)) ([2e2676c](https://github.com/patternfly/patternfly-react/commit/2e2676ce6bc34f5e20231ca066d26ea4c3ac95e4)) - - - - - -## [1.4.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.65...@patternfly/react-catalog-view-extension@1.4.66) (2020-05-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.64...@patternfly/react-catalog-view-extension@1.4.65) (2020-05-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.63...@patternfly/react-catalog-view-extension@1.4.64) (2020-05-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.62...@patternfly/react-catalog-view-extension@1.4.63) (2020-05-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.61...@patternfly/react-catalog-view-extension@1.4.62) (2020-05-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.60...@patternfly/react-catalog-view-extension@1.4.61) (2020-05-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.59...@patternfly/react-catalog-view-extension@1.4.60) (2020-04-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.58...@patternfly/react-catalog-view-extension@1.4.59) (2020-04-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.57...@patternfly/react-catalog-view-extension@1.4.58) (2020-04-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.56...@patternfly/react-catalog-view-extension@1.4.57) (2020-04-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.55...@patternfly/react-catalog-view-extension@1.4.56) (2020-04-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.54...@patternfly/react-catalog-view-extension@1.4.55) (2020-04-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.53...@patternfly/react-catalog-view-extension@1.4.54) (2020-04-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.52...@patternfly/react-catalog-view-extension@1.4.53) (2020-04-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.51...@patternfly/react-catalog-view-extension@1.4.52) (2020-04-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.50...@patternfly/react-catalog-view-extension@1.4.51) (2020-04-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.49...@patternfly/react-catalog-view-extension@1.4.50) (2020-04-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.48...@patternfly/react-catalog-view-extension@1.4.49) (2020-04-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.47...@patternfly/react-catalog-view-extension@1.4.48) (2020-04-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.46...@patternfly/react-catalog-view-extension@1.4.47) (2020-03-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.45...@patternfly/react-catalog-view-extension@1.4.46) (2020-03-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.44...@patternfly/react-catalog-view-extension@1.4.45) (2020-03-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.43...@patternfly/react-catalog-view-extension@1.4.44) (2020-03-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.42...@patternfly/react-catalog-view-extension@1.4.43) (2020-03-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.41...@patternfly/react-catalog-view-extension@1.4.42) (2020-03-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.40...@patternfly/react-catalog-view-extension@1.4.41) (2020-03-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.39...@patternfly/react-catalog-view-extension@1.4.40) (2020-03-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.38...@patternfly/react-catalog-view-extension@1.4.39) (2020-03-24) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.37...@patternfly/react-catalog-view-extension@1.4.38) (2020-03-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.36...@patternfly/react-catalog-view-extension@1.4.37) (2020-03-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.35...@patternfly/react-catalog-view-extension@1.4.36) (2020-03-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.34...@patternfly/react-catalog-view-extension@1.4.35) (2020-03-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.33...@patternfly/react-catalog-view-extension@1.4.34) (2020-03-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.32...@patternfly/react-catalog-view-extension@1.4.33) (2020-03-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.31...@patternfly/react-catalog-view-extension@1.4.32) (2020-03-17) - - -### Bug Fixes - -* **core,table:** forward ref types ([#3919](https://github.com/patternfly/patternfly-react/issues/3919)) ([2210ec2](https://github.com/patternfly/patternfly-react/commit/2210ec2c142a385f85de8b0bac9c61a61521186d)) - - - - - -## [1.4.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.29...@patternfly/react-catalog-view-extension@1.4.31) (2020-03-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.29...@patternfly/react-catalog-view-extension@1.4.30) (2020-03-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.28...@patternfly/react-catalog-view-extension@1.4.29) (2020-03-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.27...@patternfly/react-catalog-view-extension@1.4.28) (2020-03-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.26...@patternfly/react-catalog-view-extension@1.4.27) (2020-03-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.25...@patternfly/react-catalog-view-extension@1.4.26) (2020-03-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.24...@patternfly/react-catalog-view-extension@1.4.25) (2020-03-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.23...@patternfly/react-catalog-view-extension@1.4.24) (2020-03-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.22...@patternfly/react-catalog-view-extension@1.4.23) (2020-03-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.21...@patternfly/react-catalog-view-extension@1.4.22) (2020-03-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.20...@patternfly/react-catalog-view-extension@1.4.21) (2020-03-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.19...@patternfly/react-catalog-view-extension@1.4.20) (2020-03-02) - - -### Bug Fixes - -* **CatalogTile:** Removed truncation and maxLength props ([#3830](https://github.com/patternfly/patternfly-react/issues/3830)) ([e0402d0](https://github.com/patternfly/patternfly-react/commit/e0402d02a2af703e7520f521da91ca39ef1a8a64)), closes [#3471](https://github.com/patternfly/patternfly-react/issues/3471) - - - - - -## [1.4.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.18...@patternfly/react-catalog-view-extension@1.4.19) (2020-03-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.17...@patternfly/react-catalog-view-extension@1.4.18) (2020-02-28) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.16...@patternfly/react-catalog-view-extension@1.4.17) (2020-02-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.15...@patternfly/react-catalog-view-extension@1.4.16) (2020-02-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.14...@patternfly/react-catalog-view-extension@1.4.15) (2020-02-26) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.13...@patternfly/react-catalog-view-extension@1.4.14) (2020-02-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.12...@patternfly/react-catalog-view-extension@1.4.13) (2020-02-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.11...@patternfly/react-catalog-view-extension@1.4.12) (2020-02-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.10...@patternfly/react-catalog-view-extension@1.4.11) (2020-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.9...@patternfly/react-catalog-view-extension@1.4.10) (2020-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.8...@patternfly/react-catalog-view-extension@1.4.9) (2020-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.7...@patternfly/react-catalog-view-extension@1.4.8) (2020-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.6...@patternfly/react-catalog-view-extension@1.4.7) (2020-02-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.5...@patternfly/react-catalog-view-extension@1.4.6) (2020-02-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.4...@patternfly/react-catalog-view-extension@1.4.5) (2020-02-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.3...@patternfly/react-catalog-view-extension@1.4.4) (2020-02-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.2...@patternfly/react-catalog-view-extension@1.4.3) (2020-02-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.1...@patternfly/react-catalog-view-extension@1.4.2) (2020-02-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.0...@patternfly/react-catalog-view-extension@1.4.1) (2020-02-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [1.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.22...@patternfly/react-catalog-view-extension@1.4.0) (2020-02-14) - - -### Features - -* **inline-edit:** add row level inline editing feature to Table ([#3581](https://github.com/patternfly/patternfly-react/issues/3581)) ([498d49f](https://github.com/patternfly/patternfly-react/commit/498d49fcc5cc9188197ddc7cd6468907fdd8224d)) - - - - - -## [1.3.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.21...@patternfly/react-catalog-view-extension@1.3.22) (2020-02-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.20...@patternfly/react-catalog-view-extension@1.3.21) (2020-02-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.19...@patternfly/react-catalog-view-extension@1.3.20) (2020-02-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.18...@patternfly/react-catalog-view-extension@1.3.19) (2020-02-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.17...@patternfly/react-catalog-view-extension@1.3.18) (2020-02-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.16...@patternfly/react-catalog-view-extension@1.3.17) (2020-02-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.15...@patternfly/react-catalog-view-extension@1.3.16) (2020-02-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.14...@patternfly/react-catalog-view-extension@1.3.15) (2020-02-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.13...@patternfly/react-catalog-view-extension@1.3.14) (2020-02-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.12...@patternfly/react-catalog-view-extension@1.3.13) (2020-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.11...@patternfly/react-catalog-view-extension@1.3.12) (2020-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.10...@patternfly/react-catalog-view-extension@1.3.11) (2020-02-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.9...@patternfly/react-catalog-view-extension@1.3.10) (2020-02-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.8...@patternfly/react-catalog-view-extension@1.3.9) (2020-02-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.7...@patternfly/react-catalog-view-extension@1.3.8) (2020-02-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.6...@patternfly/react-catalog-view-extension@1.3.7) (2020-02-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.5...@patternfly/react-catalog-view-extension@1.3.6) (2020-02-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.4...@patternfly/react-catalog-view-extension@1.3.5) (2020-02-03) - - -### Bug Fixes - -* **Catalog tile:** Reduce padding between badge and logo ([#3644](https://github.com/patternfly/patternfly-react/issues/3644)) ([763e55a](https://github.com/patternfly/patternfly-react/commit/763e55add52a8d07fb5a566626030770f7a7cd06)) - - - - - -## [1.3.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.3...@patternfly/react-catalog-view-extension@1.3.4) (2020-02-03) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.2...@patternfly/react-catalog-view-extension@1.3.3) (2020-02-03) - - -### Bug Fixes - -* **Catalog view extension:** Many styles on examples stopped working. This change restores all styles. ([#3635](https://github.com/patternfly/patternfly-react/issues/3635)) ([e1d176a](https://github.com/patternfly/patternfly-react/commit/e1d176aee9b683b0a9ddf163aa31fa44c9e7e4bd)), closes [#3633](https://github.com/patternfly/patternfly-react/issues/3633) - - - - - -## [1.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.1...@patternfly/react-catalog-view-extension@1.3.2) (2020-01-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.0...@patternfly/react-catalog-view-extension@1.3.1) (2020-01-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [1.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.7...@patternfly/react-catalog-view-extension@1.3.0) (2020-01-31) - - -### Features - -* **icons:** use absolute import paths ([#3517](https://github.com/patternfly/patternfly-react/issues/3517)) ([897d359](https://github.com/patternfly/patternfly-react/commit/897d359a48ac2ce6ddea68bbdcfe0ae2f05544bd)) - - - - - -## [1.2.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.6...@patternfly/react-catalog-view-extension@1.2.7) (2020-01-30) - - -### Bug Fixes - -* **a11y:** fix a11y errors and enable a11y in CI ([#3593](https://github.com/patternfly/patternfly-react/issues/3593)) ([d20cab7](https://github.com/patternfly/patternfly-react/commit/d20cab7c9f39f7d1cd195f0a3b50aff3b7c3a0d3)) -* **Catalog Tile:** Adjusted max height of header image ([#3628](https://github.com/patternfly/patternfly-react/issues/3628)) ([0320821](https://github.com/patternfly/patternfly-react/commit/03208217da6f134cfcb49dc244b46b76108c2b3c)) - - - - - -## [1.2.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.5...@patternfly/react-catalog-view-extension@1.2.6) (2020-01-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.4...@patternfly/react-catalog-view-extension@1.2.5) (2020-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.3...@patternfly/react-catalog-view-extension@1.2.4) (2020-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.2.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.2...@patternfly/react-catalog-view-extension@1.2.3) (2020-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.1...@patternfly/react-catalog-view-extension@1.2.2) (2020-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.2.0...@patternfly/react-catalog-view-extension@1.2.1) (2020-01-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# [1.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.86...@patternfly/react-catalog-view-extension@1.2.0) (2020-01-24) - - -### Features - -* **pf4:** Use absolute import paths for react core in pf4 packages. ([#3525](https://github.com/patternfly/patternfly-react/issues/3525)) ([65d0b3d](https://github.com/patternfly/patternfly-react/commit/65d0b3d1e04610895f122c1313d1442360356f13)), closes [#3155](https://github.com/patternfly/patternfly-react/issues/3155) - - - - - -## [1.1.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.85...@patternfly/react-catalog-view-extension@1.1.86) (2020-01-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.84...@patternfly/react-catalog-view-extension@1.1.85) (2020-01-23) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.83...@patternfly/react-catalog-view-extension@1.1.84) (2020-01-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.82...@patternfly/react-catalog-view-extension@1.1.83) (2020-01-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.81...@patternfly/react-catalog-view-extension@1.1.82) (2020-01-22) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.80...@patternfly/react-catalog-view-extension@1.1.81) (2020-01-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.79...@patternfly/react-catalog-view-extension@1.1.80) (2020-01-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.78...@patternfly/react-catalog-view-extension@1.1.79) (2020-01-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.77...@patternfly/react-catalog-view-extension@1.1.78) (2020-01-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.77](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.76...@patternfly/react-catalog-view-extension@1.1.77) (2020-01-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.75...@patternfly/react-catalog-view-extension@1.1.76) (2020-01-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.74...@patternfly/react-catalog-view-extension@1.1.75) (2020-01-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.73...@patternfly/react-catalog-view-extension@1.1.74) (2020-01-15) - - -### Bug Fixes - -* **linting:** initial eslint fixes for react-core-style-system *.md f… ([#3505](https://github.com/patternfly/patternfly-react/issues/3505)) ([9a0f90b](https://github.com/patternfly/patternfly-react/commit/9a0f90b9eac926a88e23559d31ebcc9599875406)) - - - - - -## [1.1.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.72...@patternfly/react-catalog-view-extension@1.1.73) (2020-01-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.71...@patternfly/react-catalog-view-extension@1.1.72) (2020-01-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.71](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.70...@patternfly/react-catalog-view-extension@1.1.71) (2020-01-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.69...@patternfly/react-catalog-view-extension@1.1.70) (2020-01-13) - - -### Bug Fixes - -* **linting:** eslint for *.md file fixes ([#3493](https://github.com/patternfly/patternfly-react/issues/3493)) ([4574ad2](https://github.com/patternfly/patternfly-react/commit/4574ad2af8d9ee508124b986d4a63a67c8fd70d7)) - - - - - -## [1.1.69](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.68...@patternfly/react-catalog-view-extension@1.1.69) (2020-01-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.68](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.67...@patternfly/react-catalog-view-extension@1.1.68) (2020-01-10) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.66...@patternfly/react-catalog-view-extension@1.1.67) (2020-01-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.65...@patternfly/react-catalog-view-extension@1.1.66) (2020-01-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.64...@patternfly/react-catalog-view-extension@1.1.65) (2020-01-09) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.63...@patternfly/react-catalog-view-extension@1.1.64) (2020-01-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.62...@patternfly/react-catalog-view-extension@1.1.63) (2020-01-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.61...@patternfly/react-catalog-view-extension@1.1.62) (2020-01-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.60...@patternfly/react-catalog-view-extension@1.1.61) (2020-01-07) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.59...@patternfly/react-catalog-view-extension@1.1.60) (2019-12-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.58...@patternfly/react-catalog-view-extension@1.1.59) (2019-12-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.57...@patternfly/react-catalog-view-extension@1.1.58) (2019-12-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.57](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.56...@patternfly/react-catalog-view-extension@1.1.57) (2019-12-17) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.56](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.55...@patternfly/react-catalog-view-extension@1.1.56) (2019-12-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.54...@patternfly/react-catalog-view-extension@1.1.55) (2019-12-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.53...@patternfly/react-catalog-view-extension@1.1.54) (2019-12-16) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.52...@patternfly/react-catalog-view-extension@1.1.53) (2019-12-13) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.52](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.51...@patternfly/react-catalog-view-extension@1.1.52) (2019-12-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.50...@patternfly/react-catalog-view-extension@1.1.51) (2019-12-12) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.49...@patternfly/react-catalog-view-extension@1.1.50) (2019-12-11) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.48...@patternfly/react-catalog-view-extension@1.1.49) (2019-12-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.47...@patternfly/react-catalog-view-extension@1.1.48) (2019-12-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.46...@patternfly/react-catalog-view-extension@1.1.47) (2019-12-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.45...@patternfly/react-catalog-view-extension@1.1.46) (2019-12-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.44...@patternfly/react-catalog-view-extension@1.1.45) (2019-12-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.43...@patternfly/react-catalog-view-extension@1.1.44) (2019-12-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.42...@patternfly/react-catalog-view-extension@1.1.43) (2019-12-04) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.41...@patternfly/react-catalog-view-extension@1.1.42) (2019-12-03) - - -### Bug Fixes - -* **FilterSidePanel:** pass remaining props to checkbox component ([#3374](https://github.com/patternfly/patternfly-react/issues/3374)) ([0050615](https://github.com/patternfly/patternfly-react/commit/005061506dde5fdf903e93a813b612187d650f51)) - - - - - -## [1.1.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.40...@patternfly/react-catalog-view-extension@1.1.41) (2019-12-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.39...@patternfly/react-catalog-view-extension@1.1.40) (2019-12-02) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.38...@patternfly/react-catalog-view-extension@1.1.39) (2019-11-27) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.37...@patternfly/react-catalog-view-extension@1.1.38) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.36...@patternfly/react-catalog-view-extension@1.1.37) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.35...@patternfly/react-catalog-view-extension@1.1.36) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.34...@patternfly/react-catalog-view-extension@1.1.35) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.33...@patternfly/react-catalog-view-extension@1.1.34) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.32...@patternfly/react-catalog-view-extension@1.1.33) (2019-11-21) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.31...@patternfly/react-catalog-view-extension@1.1.32) (2019-11-20) - - -### Bug Fixes - -* **catalog-view-extension:** remove unused packages ([#3332](https://github.com/patternfly/patternfly-react/issues/3332)) ([a3fcfcc](https://github.com/patternfly/patternfly-react/commit/a3fcfcc35792fb9962fce75a6e1fa1155cef3e3c)) - - - - - -## [1.1.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.30...@patternfly/react-catalog-view-extension@1.1.31) (2019-11-20) - - -### Bug Fixes - -* **CatalogTile:** Removed unneeded selector ([#3331](https://github.com/patternfly/patternfly-react/issues/3331)) ([5892d50](https://github.com/patternfly/patternfly-react/commit/5892d5080270db398b5fa84772b9ea2cb3d0f599)) - - - - - -## [1.1.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.29...@patternfly/react-catalog-view-extension@1.1.30) (2019-11-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.28...@patternfly/react-catalog-view-extension@1.1.29) (2019-11-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.27...@patternfly/react-catalog-view-extension@1.1.28) (2019-11-20) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.26...@patternfly/react-catalog-view-extension@1.1.27) (2019-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.25...@patternfly/react-catalog-view-extension@1.1.26) (2019-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.24...@patternfly/react-catalog-view-extension@1.1.25) (2019-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.23...@patternfly/react-catalog-view-extension@1.1.24) (2019-11-19) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.22...@patternfly/react-catalog-view-extension@1.1.23) (2019-11-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.21...@patternfly/react-catalog-view-extension@1.1.22) (2019-11-18) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.20...@patternfly/react-catalog-view-extension@1.1.21) (2019-11-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.19...@patternfly/react-catalog-view-extension@1.1.20) (2019-11-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.18...@patternfly/react-catalog-view-extension@1.1.19) (2019-11-15) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.17...@patternfly/react-catalog-view-extension@1.1.18) (2019-11-14) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.16...@patternfly/react-catalog-view-extension@1.1.17) (2019-11-12) - - -### Bug Fixes - -* **CatalogTile:** Edit target selector ([#3291](https://github.com/patternfly/patternfly-react/issues/3291)) ([16bf30c](https://github.com/patternfly/patternfly-react/commit/16bf30c1fba9b4573688434cfb8fd65288709d02)) - - - - - -## [1.1.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.15...@patternfly/react-catalog-view-extension@1.1.16) (2019-11-08) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.14...@patternfly/react-catalog-view-extension@1.1.15) (2019-11-08) - - -### Bug Fixes - -* **CatalogTile:** Removed margin and fixed hidden text ([#3285](https://github.com/patternfly/patternfly-react/issues/3285)) ([4028a8c](https://github.com/patternfly/patternfly-react/commit/4028a8c3f7c696fc278f65360a538800ca3a8d0a)) - - - - - -## [1.1.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.13...@patternfly/react-catalog-view-extension@1.1.14) (2019-11-07) - - -### Bug Fixes - -* **react-catalog-view-extension:** fix checbox margin on filter side panel ([#3287](https://github.com/patternfly/patternfly-react/issues/3287)) ([895386b](https://github.com/patternfly/patternfly-react/commit/895386b2603ba291295743f50e3a72b796dfe167)) - - - - - -## [1.1.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.12...@patternfly/react-catalog-view-extension@1.1.13) (2019-11-07) - - -### Bug Fixes - -* **react-catalog-extension:** fix [@types](https://github.com/types) errors when using the extension ([#3284](https://github.com/patternfly/patternfly-react/issues/3284)) ([eda18c1](https://github.com/patternfly/patternfly-react/commit/eda18c1b171ac69c8c8a67227e8b994c8bc6b44d)) - - - - - -## [1.1.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.11...@patternfly/react-catalog-view-extension@1.1.12) (2019-11-07) - - -### Bug Fixes - -* **CatalogTile:** Update scss and add class to image ([#3282](https://github.com/patternfly/patternfly-react/issues/3282)) ([25e6f79](https://github.com/patternfly/patternfly-react/commit/25e6f792d0d0776d1bc0685bd3670308c79f54d6)) - - - - - -## [1.1.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.10...@patternfly/react-catalog-view-extension@1.1.11) (2019-11-07) - - -### Bug Fixes - -* **catalog-view-extension:** Remove unused dev dependencies from package.json ([#3275](https://github.com/patternfly/patternfly-react/issues/3275)) ([e74587f](https://github.com/patternfly/patternfly-react/commit/e74587f74e58e1bb10213d497be34fba1938dc2d)) - - - - - -## [1.1.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.9...@patternfly/react-catalog-view-extension@1.1.10) (2019-11-06) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.8...@patternfly/react-catalog-view-extension@1.1.9) (2019-11-06) - - -### Bug Fixes - -* **catalog-view-extension:** check for sass changes ([#3271](https://github.com/patternfly/patternfly-react/issues/3271)) ([3efa4e3](https://github.com/patternfly/patternfly-react/commit/3efa4e33658ce69e64ecb74d4365536856bbfb85)) - - - - - -## [1.1.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.7...@patternfly/react-catalog-view-extension@1.1.8) (2019-11-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.6...@patternfly/react-catalog-view-extension@1.1.7) (2019-11-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.5...@patternfly/react-catalog-view-extension@1.1.6) (2019-11-05) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.4...@patternfly/react-catalog-view-extension@1.1.5) (2019-11-01) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.3...@patternfly/react-catalog-view-extension@1.1.4) (2019-10-31) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.2...@patternfly/react-catalog-view-extension@1.1.3) (2019-10-30) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.1...@patternfly/react-catalog-view-extension@1.1.2) (2019-10-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -## [1.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.1.0...@patternfly/react-catalog-view-extension@1.1.1) (2019-10-25) - -**Note:** Version bump only for package @patternfly/react-catalog-view-extension - - - - - -# 1.1.0 (2019-10-24) - - -### Features - -* **react-catalog-view-extension:** Added catalog view extension and three components ([#3145](https://github.com/patternfly/patternfly-react/issues/3145)) ([20a981b](https://github.com/patternfly/patternfly-react/commit/20a981b6aff0bbf3ff04d5b016f67bf76545f3cd)), closes [#3159](https://github.com/patternfly/patternfly-react/issues/3159) - - - - - -## 1.0.1 (2019-10-11) - -**Note:** Added catalog item header component diff --git a/packages/react-catalog-view-extension/README.md b/packages/react-catalog-view-extension/README.md deleted file mode 100644 index fb2b851c40d..00000000000 --- a/packages/react-catalog-view-extension/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# patternfly-catalog-view-extension - -This package contains catalog components based on the ones in PF3's patternfly-react-extensions package. - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - -### Installing - -``` -yarn add react-catalog-view-extension -``` - -or - -``` -npm install react-catalog-view-extension --save -``` - -### Usage - -``` -import { Component } from 'react-catalog-view-extension'; -``` - -#### Styling: - -Example with SCSS: - -``` -@import "~patternfly-react/dist/sass/patternfly-react"; -@import "~react-catalog-view-extension/dist/sass/react-catalog-view-extension"; -``` - -### Building - -``` -yarn build -``` - -Note the build scripts for this are located in the root package.json under `yarn build`. - -### Testing - -Testing is done at the root of this repo. - -``` -yarn test -``` - -### Publishing - -``` -yarn publish -``` - diff --git a/packages/react-catalog-view-extension/buildSass.js b/packages/react-catalog-view-extension/buildSass.js deleted file mode 100644 index 79f3064892a..00000000000 --- a/packages/react-catalog-view-extension/buildSass.js +++ /dev/null @@ -1,32 +0,0 @@ -const path = require('path'); -const sass = require('sass'); -const fs = require('fs'); - -const outDir = 'dist/css'; - -/** - * @param {string} url - Url string - */ -function importer(url) { - // Assume yarn hoists these. - if (url.startsWith('patternfly')) { - url = path.join(__dirname, `../../node_modules/patternfly/dist/sass/${url}`); - } else if (url.startsWith('font-awesome')) { - // font-awesome is for pf3 docs - url = path.join(__dirname, `../../node_modules/font-awesome/scss/${url}`); - } else if (url.startsWith('~')) { - url = path.join(__dirname, `../../node_modules/${url.substr(1)}`); - } - return { file: url }; -} - -const res = sass.renderSync({ - file: 'sass/react-catalog-view-extension.scss', - outputStyle: 'compressed', - importer -}); -if (!fs.existsSync(outDir)) { - fs.mkdirSync(outDir, { recursive: true }); -} - -fs.writeFileSync(path.join(outDir, 'react-catalog-view-extension.css'), res.css); diff --git a/packages/react-catalog-view-extension/package.json b/packages/react-catalog-view-extension/package.json deleted file mode 100644 index 4b5f1809a8f..00000000000 --- a/packages/react-catalog-view-extension/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "name": "@patternfly/react-catalog-view-extension", - "version": "4.92.26", - "description": "This library provides catalog view extensions for PatternFly 4 React.", - "main": "dist/js/index.js", - "module": "dist/esm/index.js", - "types": "dist/esm/index.d.ts", - "patternfly:src": "src/", - "sideEffects": [ - "*.css", - "*.scss" - ], - "publishConfig": { - "access": "public", - "tag": "prerelease" - }, - "repository": { - "type": "git", - "url": "https://github.com/patternfly/patternfly-react.git" - }, - "keywords": [ - "react", - "patternfly" - ], - "author": "Red Hat", - "license": "MIT", - "bugs": { - "url": "https://github.com/patternfly/patternfly-react/issues" - }, - "homepage": "https://github.com/patternfly/patternfly-react/blob/main/packages/react-catalog-view-extension/README.md", - "scripts": { - "generate": "yarn build:sass && yarn copy:sass", - "build:sass": "node buildSass.js", - "copy:sass": "shx mkdir -p dist/sass && shx cp -r sass/react-catalog-view-extension/* dist/sass", - "clean": "rimraf dist" - }, - "dependencies": { - "@patternfly/patternfly": "4.217.1", - "@patternfly/react-core": "^4.250.1", - "@patternfly/react-styles": "^4.91.6" - }, - "devDependencies": { - "rimraf": "^2.6.2", - "sass": "^1.42.1", - "shx": "^0.3.2", - "tslib": "^2.0.0", - "typescript": "^4.7.4" - }, - "peerDependencies": { - "react": "^16.8 || ^17 || ^18", - "react-dom": "^16.8 || ^17 || ^18" - } -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension.scss deleted file mode 100644 index 80b253d14b7..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension.scss +++ /dev/null @@ -1,5 +0,0 @@ -// Patternfly Core variables -@import "~@patternfly/patternfly/sass-utilities/colors"; - -// Extensions StyleSheets -@import './react-catalog-view-extension/react-catalog-view-extension'; diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-item.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-item.scss deleted file mode 100644 index 45800b282ca..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-item.scss +++ /dev/null @@ -1,25 +0,0 @@ -.catalog-item-header-pf { - display: flex; - align-items: center; -} - -.catalog-item-header-pf-icon { - font-size: 60px; - max-height: 60px; - width: 60px; -} - -.catalog-item-header-pf-text { - margin-left: 20px; -} - -.catalog-item-header-pf-title { - font-weight: 400; - margin-bottom: 0; - margin-top: 0; -} - -.catalog-item-header-pf-subtitle { - color: var(--pf-global--Color--200); - margin-bottom: 0; -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-tile.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-tile.scss deleted file mode 100644 index 6e265529fdc..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_catalog-tile.scss +++ /dev/null @@ -1,72 +0,0 @@ -.catalog-tile-pf { - &.featured { - border-top: 2px solid var(--pf-global--active-color--100); - } - - &:active, - &:hover, - &:focus, - &:visited { - color: inherit; - text-decoration: none; - } - - .pf-c-card__actions { - padding-left: 5px; - } -} - -.catalog-tile-pf-header { - font-size: 16px; - font-weight: 400; - padding-bottom: 16px; - - .catalog-tile-pf-title { - font-size: 15px; - font-weight: 400; - } - - .catalog-tile-pf-subtitle { - color: var(--pf-global--Color--200); - font-size: 13px; - font-weight: initial; - - a, - a:hover { - text-decoration: none; - } - } -} - -.catalog-tile-pf-icon { - font-size: 40px; - height: 40px; - max-width: 60px; - min-width: 40px; -} - -.catalog-tile-pf-badge-container { - display: flex; - flex: 1; - justify-content: flex-end; - - .catalog-tile-pf-badge { - font-size: 16px; - margin-left: 5px; - } -} - -.catalog-tile-pf-description { - margin-top: 0; - - span { - display: -webkit-box; - overflow: hidden; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; - } - - .has-footer { - -webkit-line-clamp: 1; - } -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_filter-side-panel.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_filter-side-panel.scss deleted file mode 100644 index 9c9e3ef6dc4..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_filter-side-panel.scss +++ /dev/null @@ -1,44 +0,0 @@ -.filter-panel-pf { - margin: 0 0 30px; - padding: 0 15px; -} - -.filter-panel-pf-category { - margin-top: 20px; - - &:first-of-type { - margin-top: 0; - } -} - -.filter-panel-pf-category-title { - border: 0; - font-size: inherit; - margin: 0 0 8px 0; - font-weight: 700; -} - -.filter-panel-pf-category-items { - margin-top: 0; - margin-bottom: 0; -} - -.filter-panel-pf-category-item { - margin-top: 5px; - - &:first-of-type { - margin-top: 0; - } - - .pf-c-check__label { - min-height: 23px; - } - - .item-icon { - padding-right: 3px; - } - - .item-count { - padding-left: 3px; - } -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_properties-side-panel.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_properties-side-panel.scss deleted file mode 100644 index 707b47a2664..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_properties-side-panel.scss +++ /dev/null @@ -1,23 +0,0 @@ -.properties-side-panel-pf { - width: 165px; -} - -.properties-side-panel-pf-property { - margin-top: 24px; - - &:first-of-type { - margin-top: 0; - } -} - -.properties-side-panel-pf-property-label { - font-weight: 700 !important; - font-size: 14px !important; - margin: 0 !important; -} - -.properties-side-panel-pf-property-value { - font-size: 14px !important; - margin-top: 8px; - word-break: break-word; -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_react-catalog-view-extension.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_react-catalog-view-extension.scss deleted file mode 100644 index 636803775c3..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_react-catalog-view-extension.scss +++ /dev/null @@ -1,9 +0,0 @@ -/** - Patternfly React Extensions Partials -*/ -@import 'variables'; -@import 'catalog-item'; -@import 'catalog-tile'; -@import 'vertical-tabs'; -@import 'properties-side-panel'; -@import 'filter-side-panel'; diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_variables.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_variables.scss deleted file mode 100644 index a4b23a113b7..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_variables.scss +++ /dev/null @@ -1,7 +0,0 @@ -$vertical-tab-pf-color: var(--pf-global--Color--100) !default; -$vertical-tab-pf-active-color: var(--pf-global--active-color--100) !default; - -:root { - --vertical-tab-pf-color: #{$vertical-tab-pf-color}; - --vertical-tab-pf-active-color: #{$vertical-tab-pf-active-color}; -} diff --git a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_vertical-tabs.scss b/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_vertical-tabs.scss deleted file mode 100644 index 6cef14400ca..00000000000 --- a/packages/react-catalog-view-extension/sass/react-catalog-view-extension/_vertical-tabs.scss +++ /dev/null @@ -1,95 +0,0 @@ -.vertical-tabs-pf { - list-style: none; - margin: 0 0 30px; - padding: 0; - - .vertical-tabs-pf { - margin-bottom: 0; - } -} - -.vertical-tabs-pf-tab { - margin-top: 4px; - position: relative; - - > a { - color: var(--vertical-tab-pf-color); - display: inline-block; - font-size: 13px; - padding: 3px 6px 3px 15px; - vertical-align: top; - width: 100%; - word-break: break-word; - - &:hover, - &:focus { - color: var(--vertical-tab-pf-active-color); - text-decoration: none; - } - - &.no-wrap { - overflow-x: hidden; - white-space: nowrap; - } - - &.truncate { - overflow-x: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - } - - &.active { - > a { - color: var(--vertical-tab-pf-active-color); - - &::before { - background: var(--vertical-tab-pf-active-color); - content: "\00a0"; //   - left: 0; - position: absolute; - width: 3px; - } - } - } - - &:first-of-type { - margin-top: 0; - } - - > .vertical-tabs-pf { - > .vertical-tabs-pf-tab { - position: initial; - padding-left: 15px; - } - } -} - -.vertical-tabs-pf.restrict-tabs { - .vertical-tabs-pf-tab { - display: none; - - /* Show any active tab, tab that has an active descendant, or is force shown */ - &.active, - &.active-descendant, - &.shown { - display: block; - } - } - - /* Show siblings of the active tab */ - &.active-tab { - > .vertical-tabs-pf-tab { - display: block; - } - } - - /* Show the direct children of an active tab */ - .vertical-tabs-pf-tab.active { - > .vertical-tabs-pf { - > .vertical-tabs-pf-tab { - display: block; - } - } - } -} diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.test.tsx b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.test.tsx deleted file mode 100644 index d361ce50c3a..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.test.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { CatalogItemHeader } from './CatalogItemHeader'; -import React from 'react'; -import { render } from '@testing-library/react'; - -test('simple catalog item header', () => { - const { asFragment } = render( - - provided by Red Hat - - } - /> - ); - expect(asFragment()).toMatchSnapshot(); -}); diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.tsx b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.tsx deleted file mode 100644 index fa483da9397..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/CatalogItemHeader.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -export interface CatalogItemHeaderProps extends Omit, 'title'> { - /** Additional css classes */ - className?: string; - /** URL of an image for the item's icon */ - iconImg?: string; - /** Class for the image when an icon is to be used (exclusive from iconImg) */ - iconClass?: string; - /** Tile for the catalog item */ - title: string | React.ReactNode; - /** Vendor for the catalog item */ - vendor?: string | React.ReactNode; -} - -export const CatalogItemHeader: React.FunctionComponent = ({ - className = '', - iconImg = null, - iconClass = null, - title, - vendor = null, - ...props -}: CatalogItemHeaderProps) => ( -
- {iconImg && } - {!iconImg && iconClass && } -
-

{title}

- {vendor &&
{vendor}
} -
-
-); -CatalogItemHeader.displayName = 'CatalogItemHeader'; diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/__snapshots__/CatalogItemHeader.test.tsx.snap b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/__snapshots__/CatalogItemHeader.test.tsx.snap deleted file mode 100644 index d79670ec7df..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/__snapshots__/CatalogItemHeader.test.tsx.snap +++ /dev/null @@ -1,31 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`simple catalog item header 1`] = ` - -
-
-

- PatternFly -

-
- - provided by - - Red Hat - - -
-
-
-
-`; diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/CatalogItemHeader.md b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/CatalogItemHeader.md deleted file mode 100644 index 798438c07cd..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/CatalogItemHeader.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -id: Catalog view item header -section: extensions -propComponents: ['CatalogItemHeader'] ---- - -import { CatalogItemHeader } from '@patternfly/react-catalog-view-extension'; -import pfLogo2 from './pfLogo2.svg'; -import './catalogItemHeader.css'; - -## Introduction -Note: Catalog item header lives in its own package at [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)! - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - -## Examples -### Basic -```js -import React from 'react'; -import { CatalogItemHeader } from '@patternfly/react-catalog-view-extension'; -import pfLogo2 from './examples/pfLogo2.svg'; - - -``` - -### With vendor description -```js -import React from 'react'; -import { CatalogItemHeader } from '@patternfly/react-catalog-view-extension'; -import pfLogo2 from './examples/pfLogo2.svg'; - - - provided by Red Hat - - } -/> -``` diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/catalogItemHeader.css b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/catalogItemHeader.css deleted file mode 100644 index a381f8f308a..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/catalogItemHeader.css +++ /dev/null @@ -1,28 +0,0 @@ -.ws-react-e-catalog-view-item-header .text-overflow-pf { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - word-wrap: normal; -} -.ws-react-e-catalog-view-item-header .catalog-item-header-pf { - display: flex; - align-items: center; -} -.ws-react-e-catalog-view-item-header .catalog-item-header-pf-icon { - font-size: 60px; - max-height: 60px; - width: 60px; -} -.ws-react-e-catalog-view-item-header .catalog-item-header-pf-text { - margin-left: 20px; -} -.ws-react-e-catalog-view-item-header .catalog-item-header-pf-title { - font-weight: 400; - margin-bottom: 0; - margin-top: 0; -} -.ws-react-e-catalog-view-item-header .catalog-item-header-pf-subtitle { - color: #8b8d8f; - font-size: small; - margin-bottom: 0; -} diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/pfLogo2.svg b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/pfLogo2.svg deleted file mode 100644 index 748d64a6519..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/examples/pfLogo2.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - diff --git a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/index.ts b/packages/react-catalog-view-extension/src/components/CatalogItemHeader/index.ts deleted file mode 100644 index 8cd9fb42df2..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogItemHeader/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './CatalogItemHeader'; diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.test.tsx b/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.test.tsx deleted file mode 100644 index 6906fd8eb23..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.test.tsx +++ /dev/null @@ -1,125 +0,0 @@ -import * as React from 'react'; - -import { render, screen } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; - -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import OutlinedCheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/outlined-check-circle-icon'; -import { CatalogTile } from './CatalogTile'; -import { CatalogTileBadge } from './CatalogTileBadge'; - -test('CatalogTile renders properly', () => { - const result = render( -
- - - , - - - - ]} - title="Patternfly" - vendor={ - - Provided by Red Hat - - } - description="A community of designers and developers collaborating to build a UI framework for enterprise web applications." - /> - - - , - - - - ]} - title="GitHub Desktop" - vendor="provided by GitHub" - description="Simple collaboration from your desktop." - /> - - - - ]} - title="CodePen" - vendor="provided by CodePen" - description="An online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets." - /> - - - - ]} - title="Patternfly-React" - vendor="provided by Red Hat" - description="1234567890123" - footer={ - - Enabled - - } - /> - - - - } - /> -
- ); - expect(result.container).toMatchSnapshot(); -}); - -test('CatalogTile href renders properly', () => { - const { asFragment } = render( - - ); - expect(asFragment()).toMatchSnapshot(); -}); - -test('CatalogTile onClick behaves properly', async () => { - const onClickMock = jest.fn(); - const user = userEvent.setup(); - - render( - - ); - - await user.click(screen.getByText('Patternfly')); - expect(onClickMock).toHaveBeenCalled(); -}); diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx b/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx deleted file mode 100644 index 08ff6096a61..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx +++ /dev/null @@ -1,139 +0,0 @@ -import * as React from 'react'; -import { Card, CardActions, CardHeader, CardTitle, CardBody, CardFooter } from '@patternfly/react-core'; -import { css } from '@patternfly/react-styles'; - -export interface CatalogTileProps extends Omit, 'title'> { - /** Id */ - id?: any; - /** Additional css classes */ - className?: string; - /** Flag if the tile is 'featured' */ - featured: boolean; - /** Callback for a click on the tile */ - onClick?: (event: React.SyntheticEvent) => void; - /** href for the tile if used as a link */ - href: string; - /** URL of an image for the item's icon */ - iconImg?: string; - /** Alternate text for the item's icon */ - iconAlt?: string; - /** Class for the image when an icon is to be used (exclusive from iconImg) */ - iconClass?: string; - /** Alternatively provided JSX for the icon */ - icon?: React.ReactNode; - /** Array of badges */ - badges?: React.ReactNode[]; - /** Tile for the catalog item */ - title: string | React.ReactNode; - /** Vendor for the catalog item */ - vendor?: string | React.ReactNode; - /** Description of the catalog item */ - description?: string | React.ReactNode; - /** Footer for the tile */ - footer?: string | React.ReactNode; - /** Body content that isn't truncated */ - children?: React.ReactNode; -} - -export class CatalogTile extends React.Component { - static displayName = 'CatalogTile'; - static defaultProps = { - id: null as any, - className: '', - featured: false, - onClick: null as (event: React.SyntheticEvent) => void, - href: null as string, - iconImg: null as string, - iconAlt: '', - iconClass: '', - icon: null as React.ReactNode, - badges: [] as React.ReactNode[], - vendor: null as string | React.ReactNode, - description: null as string | React.ReactNode, - footer: null as string | React.ReactNode, - children: null as React.ReactNode - }; - - private handleClick = (e: React.SyntheticEvent) => { - const { onClick, href } = this.props; - - if (!href) { - e.preventDefault(); - } - if (onClick) { - onClick(e); - } - }; - - private renderBadges = (badges: React.ReactNode[]) => { - if (!badges || !badges.length) { - return null; - } - - return ( -
- {badges.map((badge, index) => ( - {badge} - ))} -
- ); - }; - - render() { - const { - id, - className, - featured, - onClick, - href, - icon, - iconImg, - iconAlt, - iconClass, - badges, - title, - vendor, - description, - footer, - // eslint-disable-next-line @typescript-eslint/no-unused-vars - ref, - children, - ...props - } = this.props; - - return ( - this.handleClick(e)} - isSelectable - {...props} - > - {(badges.length > 0 || iconImg || iconClass || icon) && ( - - {iconImg && {iconAlt}} - {!iconImg && (iconClass || icon) && {icon}} - {badges.length > 0 && {this.renderBadges(badges)}} - - )} - -
{title}
- {vendor &&
{vendor}
} -
- {(description || children) && ( - - {description && ( -
- {description} -
- )} - {children} -
- )} - {footer && {footer}} -
- ); - } -} diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTileBadge.tsx b/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTileBadge.tsx deleted file mode 100644 index c486ed08a36..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTileBadge.tsx +++ /dev/null @@ -1,43 +0,0 @@ -import * as React from 'react'; -import { Tooltip } from '@patternfly/react-core'; -import { css } from '@patternfly/react-styles'; - -export interface CatalogTileBadgeProps extends Omit, 'title'> { - /** Children (typically an Icon) */ - children?: React.ReactNode; - /** Additional css classes */ - className?: string; - /** Id (was necessary for PF3 tooltip, but not for the PF4 one; keeping prop in case people still want it) */ - id?: string; - /** Tooltip String (also used for screen readers) */ - title?: string; -} - -export const CatalogTileBadge: React.FunctionComponent = ({ - children = null, - className = '', - id = null, - title = null, - ...props -}: CatalogTileBadgeProps) => { - const classes = css('catalog-tile-pf-badge', className); - - if (title) { - return ( - - - - {children} - {title} - - - - ); - } - return ( - - {children} - - ); -}; -CatalogTileBadge.displayName = 'CatalogTileBadge'; diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/__snapshots__/CatalogTile.test.tsx.snap b/packages/react-catalog-view-extension/src/components/CatalogTile/__snapshots__/CatalogTile.test.tsx.snap deleted file mode 100644 index f8a94f89095..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/__snapshots__/CatalogTile.test.tsx.snap +++ /dev/null @@ -1,461 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`CatalogTile href renders properly 1`] = ` - - -
-
- Patternfly -
-
- Provided by Red Hat -
-
-
-
- - 1234567890123 - -
-
-
-
-`; - -exports[`CatalogTile renders properly 1`] = ` -
-
- -
-
-
-
- - - - - Certified - - - - - - - - USDA Approved - - - -
-
-
-
-
- GitHub Desktop -
-
- provided by GitHub -
-
-
-
- - Simple collaboration from your desktop. - -
-
-
-
-
- -
-
- - - - - USDA Approved - - - -
-
-
-
-
- CodePen -
-
- provided by CodePen -
-
-
-
- - An online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets. - -
-
-
- -
-
-
- - - - - Certified - - - -
-
-
- -
-
- - 1234567890123 - -
-
- -
- -
- - - - - -
-
-
- Custom SVG -
-
-
-
-
-`; diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/CatalogTile.md b/packages/react-catalog-view-extension/src/components/CatalogTile/examples/CatalogTile.md deleted file mode 100644 index 7e0f01e2f7f..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/CatalogTile.md +++ /dev/null @@ -1,186 +0,0 @@ ---- -id: Catalog view tile -section: extensions -propComponents: ['CatalogTile'] ---- - -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import OutlinedCheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/outlined-check-circle-icon'; -import pfLogo2 from './pfLogo2.svg'; -import './catalogTile.css'; - -## Introduction - -Note: Catalog tile lives in its own package at [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)! - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - -## Examples -### Basic featured tile -```js -import React from 'react'; -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import pfLogo2 from './pfLogo2.svg'; -import '../../../../dist/css/react-catalog-view-extension.css'; - - - - - ]} - title="Patternfly-React" - vendor="provided by Red Hat" - description={ - 'This is a very, very long description that should be truncated after three lines. ' + - 'Three lines is the default for cards without a footer. Cards with a footer are truncated after one line. Truncation function use is deprecated; please pass in a maxDescriptionLength of -1 to override it. ' + - 'This has changed from PatternFly 3.' - } -/> -``` - -### Basic with footer -```js -import React from 'react'; -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import OutlinedCheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/outlined-check-circle-icon'; -import pfLogo2 from './pfLogo2.svg'; - - - - - ]} - title="Patternfly-React" - vendor="provided by Red Hat" - description={ - 'This is a very, very long description that should be truncated after one line. ' + - 'Three lines is the default for cards without a footer. Cards with a footer are truncated after one line. Truncation function use is deprecated; please pass in a maxDescriptionLength of -1 to override it. ' + - 'This has changed from PatternFly 3.' - } - footer={ - - Enabled - - } -/> -``` - -### Link variant -```js -import React from 'react'; -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import pfLogo2 from './pfLogo2.svg'; - - - - - ]} - href="http://patternfly.org/v4" - title="Patternfly-React" - vendor="provided by Red Hat" - description={ - 'This is a very, very long description that should be truncated after three lines. ' + - 'Three lines is the default for cards without a footer. Cards with a footer are truncated after one line. Truncation function use is deprecated; please pass in a maxDescriptionLength of -1 to override it. ' + - 'This has changed from PatternFly 3.' - } -/> -``` - -### With multiple icon badges -```js -import React from 'react'; -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import OutlinedCheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/outlined-check-circle-icon'; -import pfLogo2 from './pfLogo2.svg'; - - - - , - - - - ]} - title="Patternfly-React" - vendor={provided by Red Hat} - description={ - 'This is a very, very long description that should be truncated after three lines. ' + - 'Three lines is the default for cards without a footer. Cards with a footer are truncated after one line. Truncation function use is deprecated; please pass in a maxDescriptionLength of -1 to override it. ' + - 'This has changed from PatternFly 3.' - } -/> -``` - -### With text badge -```js -import React from 'react'; -import { CatalogTile } from '@patternfly/react-catalog-view-extension'; -import pfLogo2 from './pfLogo2.svg'; - -provided by Red Hat} - description={ - 'This is a very, very long description that should be truncated after three lines. ' + - 'Three lines is the default for cards without a footer. Cards with a footer are truncated after one line. Truncation function use is deprecated; please pass in a maxDescriptionLength of -1 to override it. ' + - 'This has changed from PatternFly 3.' - } -/> -``` - -### With children instead of description -```js -import React from 'react'; -import { CatalogTile, CatalogTileBadge } from '@patternfly/react-catalog-view-extension'; -import CogIcon from '@patternfly/react-icons/dist/esm/icons/cog-icon'; -import pfLogo2 from './pfLogo2.svg'; - - - - - ]} - title="Patternfly-React" - vendor="provided by Red Hat" -> - This is a very, very long stetch of child text that should be not be truncated - and illustrates how Flyers can add longer content to PatternFly 4 catalog tiles - using the children prop. Cards usually truncate descriptions at three lines. - Cards with a footer are truncated after one line. This has changed from PatternFly 3. - Children can be of any length. - -``` diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/catalogTile.css b/packages/react-catalog-view-extension/src/components/CatalogTile/examples/catalogTile.css deleted file mode 100644 index 0a551eb8e91..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/catalogTile.css +++ /dev/null @@ -1,57 +0,0 @@ -.ws-react-e-catalog-view-tile .catalog-tile-pf.featured { - border-top: 2px solid #39a5dc; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf:active, .ws-react-e-catalog-view-tile .catalog-tile-pf:hover, .ws-react-e-catalog-view-tile .catalog-tile-pf:focus, .ws-react-e-catalog-view-tile .catalog-tile-pf:visited { - color: inherit; - text-decoration: none; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-header { - font-size: 16px; - font-weight: 400; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-header .catalog-tile-pf-title { - font-weight: 400; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-header .catalog-tile-pf-subtitle { - color: #4D5258; - font-size: small; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-header .catalog-tile-pf-subtitle a { - color: #0066CC; - text-decoration: none; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-header .catalog-tile-pf-subtitle a:hover { - color: #004080; - text-decoration: underline; -} -.ws-react-e-catalog-view-tile .pf-c-card__actions { - padding-left: 5px; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-icon { - font-size: 40px; - height: 40px; - max-width: 60px; - min-width: 40px; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-badge-container { - display: flex; - flex: 1; - justify-content: flex-end; - margin-left: 10px; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-badge-container .catalog-tile-pf-badge { - font-size: 16px; - margin-left: 5px; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-body .catalog-tile-pf-description span { - display: -webkit-box; - overflow: hidden; - -webkit-box-orient: vertical; - -webkit-line-clamp: 3; -} -.ws-react-e-catalog-view-tile .catalog-tile-pf-body .catalog-tile-pf-description span.has-footer { - -webkit-line-clamp: 1; -} -.ws-react-e-catalog-view-tile .example-ok-icon { - color: #4CB140; -} diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/pfLogo2.svg b/packages/react-catalog-view-extension/src/components/CatalogTile/examples/pfLogo2.svg deleted file mode 100644 index 748d64a6519..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/examples/pfLogo2.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - diff --git a/packages/react-catalog-view-extension/src/components/CatalogTile/index.ts b/packages/react-catalog-view-extension/src/components/CatalogTile/index.ts deleted file mode 100644 index ffe99337086..00000000000 --- a/packages/react-catalog-view-extension/src/components/CatalogTile/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './CatalogTile'; -export * from './CatalogTileBadge'; diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanel.tsx b/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanel.tsx deleted file mode 100644 index bc732a656fa..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanel.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -export interface FilterSidePanelProps extends React.HTMLProps { - /** Children nodes */ - children: React.ReactNode; - /** Additional css classes for the Filter Side Panel */ - className?: string; -} - -export const FilterSidePanel: React.FunctionComponent = ({ - children = null, - className = '', - ...props -}: FilterSidePanelProps) => { - const classes = css('filter-panel-pf', className); - return ( -
- {children} -
- ); -}; -FilterSidePanel.displayName = 'FilterSidePanel'; - -export default FilterSidePanel; diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategory.tsx b/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategory.tsx deleted file mode 100644 index 3b32a22e7f3..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategory.tsx +++ /dev/null @@ -1,80 +0,0 @@ -import * as React from 'react'; -import { Button } from '@patternfly/react-core'; -import formStyles from '@patternfly/react-styles/css/components/Form/form'; -import { css } from '@patternfly/react-styles'; - -import { childrenToArray } from '../../helpers/util'; - -export interface FilterSidePanelCategoryProps extends Omit, 'title'> { - /** Children nodes */ - children?: React.ReactNode; - /** Additional css classes for the Filter Side Panel Category */ - className?: string; - /** Title for the category */ - title?: string | React.ReactNode; - /** Number of items (max) to show before adding Show More link button */ - maxShowCount?: number; - /** Leeway to add to maxShowCount, minimum X for the 'Show X more' */ - leeway?: number; - /** Flag to show all items (ie. set to true after Show X more link is clicked) */ - showAll?: boolean; - /** Callback function when the Show/Hide link button is clicked */ - onShowAllToggle?: (event: React.SyntheticEvent) => void; - /** Text for the link to show all items, default 'Show more' */ - showText?: string; - /** Text for the link to hide overflow items, default 'Show less' */ - hideText?: string; -} - -export const FilterSidePanelCategory: React.FunctionComponent = ({ - children = null, - className = '', - title = null, - maxShowCount = 5, - leeway = 2, - showAll = false, - onShowAllToggle = () => null, - showText = null, - hideText = null, - ...props -}: FilterSidePanelCategoryProps) => { - const classes = css('filter-panel-pf-category', className); - const childrenArray = childrenToArray(children); - const itemCount = childrenArray.length; - const hiddenCount = itemCount - maxShowCount; - let shownChildren; - let showAllToggle = null; - - if (hiddenCount <= leeway || showAll) { - shownChildren = children; - if (hiddenCount > leeway) { - showAllToggle = ( - - ); - } - } else { - shownChildren = childrenArray.slice(0, maxShowCount); - if (hiddenCount > leeway) { - showAllToggle = ( - - ); - } - } - - return ( -
-
- {title && {title}} - {shownChildren} - {showAllToggle} -
-
- ); -}; -FilterSidePanelCategory.displayName = 'FilterSidePanelCategory'; - -export default FilterSidePanelCategory; diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategoryItem.tsx b/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategoryItem.tsx deleted file mode 100644 index 5a67dda86b7..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/FilterSidePanelCategoryItem.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; -import { Checkbox } from '@patternfly/react-core'; - -import { getUniqueId } from '../../helpers/util'; - -export interface FilterSidePanelCategoryItemProps extends React.HTMLProps { - /** Children nodes */ - children?: React.ReactNode; - /** Additional css classes for the Filter Panel Property Item */ - className?: string; - /** Optional icon (or other) to show before the children */ - icon?: React.ReactNode; - /** Optional count of the items matching the filter */ - count?: number; - /** Callback for a click on the Filter Item Checkbox */ - onClick?: (event: React.SyntheticEvent) => void; - /** Flag to show if the Filter Item Checkbox is checked. */ - checked?: boolean; - /** Title of the checkbox */ - title?: string; -} - -export const FilterSidePanelCategoryItem: React.FunctionComponent = ({ - children = null, - className = '', - icon = null, - count = null, - onClick = null, - checked = false, - title = '', - ...props -}: FilterSidePanelCategoryItemProps) => { - const classes = css('filter-panel-pf-category-item', className); - const label = ( - - {icon && {icon}} - {children} - {Number.isInteger(count) && {`(${count})`}} - - ); - return ( -
- -
- ); -}; -FilterSidePanelCategoryItem.displayName = 'FilterSidePanelCategoryItem'; - -export default FilterSidePanelCategoryItem; diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/FilterSidePanel.md b/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/FilterSidePanel.md deleted file mode 100644 index 72864ccf53d..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/FilterSidePanel.md +++ /dev/null @@ -1,427 +0,0 @@ ---- -id: Catalog view filter side panel -section: extensions -propComponents: ['FilterSidePanel', 'FilterSidePanelCategory', 'FilterSidePanelCategoryItem'] ---- - -import { FilterSidePanel, FilterSidePanelCategory, FilterSidePanelCategoryItem } from '@patternfly/react-catalog-view-extension'; -import StarIcon from '@patternfly/react-icons/dist/esm/icons/star-icon'; -import CcPaypalIcon from '@patternfly/react-icons/dist/esm/icons/cc-paypal-icon'; -import CcAmexIcon from '@patternfly/react-icons/dist/esm/icons/cc-amex-icon'; -import CcDiscoverIcon from '@patternfly/react-icons/dist/esm/icons/cc-discover-icon'; -import CcVisaIcon from '@patternfly/react-icons/dist/esm/icons/cc-visa-icon'; -import CcMastercardIcon from '@patternfly/react-icons/dist/esm/icons/cc-mastercard-icon'; -import CcDinersClubIcon from '@patternfly/react-icons/dist/esm/icons/cc-diners-club-icon'; - -import './filterSidePanel.css'; - -## Introduction -Note: FilterSidePanel lives in its own package at [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)! - -Note: the width, border, and top padding styling are not part of the FilterSidePanel. - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - - -## Examples - -### Basic -```js -import React from 'react'; -import { FilterSidePanel, FilterSidePanelCategory, FilterSidePanelCategoryItem } from '@patternfly/react-catalog-view-extension'; -import StarIcon from '@patternfly/react-icons/dist/esm/icons/star-icon'; -import CcPaypalIcon from '@patternfly/react-icons/dist/esm/icons/cc-paypal-icon'; -import CcAmexIcon from '@patternfly/react-icons/dist/esm/icons/cc-amex-icon'; -import CcDiscoverIcon from '@patternfly/react-icons/dist/esm/icons/cc-discover-icon'; -import CcVisaIcon from '@patternfly/react-icons/dist/esm/icons/cc-visa-icon'; -import CcMastercardIcon from '@patternfly/react-icons/dist/esm/icons/cc-mastercard-icon'; -import CcDinersClubIcon from '@patternfly/react-icons/dist/esm/icons/cc-diners-club-icon'; -import { TextInput } from '@patternfly/react-core'; - -class MockFilterSidePanelExample extends React.Component { - constructor(props) { - super(props); - this.state = { - activeFilters: { - typeSUV: false, - typeSedan: false, - typePickup: false, - typeSports: false, - makeChevy: false, - makeFord: false, - makeDodge: false, - makeVolkswagen: false, - makeHyundai: false, - makeHonda: false, - makeToyota: false, - makeMercedes: false, - makeBMW: false, - makeInfiniti: false, - makeLexus: false, - makeAcura: false, - paymentPaypal: false, - paymentDiscover: false, - paymentVisa: false, - paymentMastercard: false, - paymentAmex: false, - paymentDinersClub: false, - mileage50: false, - mileage40: false, - mileage30: false, - mileage20: false, - mileage10: false, - rating5: false, - rating4: false, - rating3: false, - rating2: false, - rating1: false - }, - showAllCategories: { - type: false, - make: false, - paymentOptions: false, - mileage: false, - rating: false - } - }; - - this.onShowAllToggle = id => { - const showAllCategories = { ...this.state.showAllCategories }; - showAllCategories[id] = !showAllCategories[id]; - this.setState({ showAllCategories }); - }; - - this.onFilterChange = (id, value) => { - const activeFilters = { ...this.state.activeFilters }; - activeFilters[id] = value; - this.setState({ activeFilters }); - }; - - this.getStars = count => { - const stars = []; - - for (let i = 0; i < count; i++) { - stars.push(); - } - - return ( - - {`${count} stars`} - {stars} - - ); - }; - } - - render() { - const { activeFilters, showAllCategories } = this.state; - const maxShowCount = 5; - const leeway = 2; - return ( -
- - - - - this.onShowAllToggle('type')} - > - this.onFilterChange('typeSUV', e.target.checked)} - > - SUV - - this.onFilterChange('typeSedan', e.target.checked)} - > - Sedan - - this.onFilterChange('typePickup', e.target.checked)} - > - Pickup Truck - - this.onFilterChange('typeSports', e.target.checked)} - > - Sports Car - - - this.onShowAllToggle('manufacturer')} - > - this.onFilterChange('makeChevy', e.target.checked)} - > - Chevrolet - - this.onFilterChange('makeFord', e.target.checked)} - > - Ford - - this.onFilterChange('makeDodge', e.target.checked)} - > - Dodge - - this.onFilterChange('makeVolkswagen', e.target.checked)} - > - Volkswagen - - this.onFilterChange('makeHyundai', e.target.checked)} - > - Hyundai - - this.onFilterChange('makeHonda', e.target.checked)} - > - Honda - - this.onFilterChange('makeToyota', e.target.checked)} - > - Toyota - - this.onFilterChange('makeMercedes', e.target.checked)} - > - Mercedes - - this.onFilterChange('makeBMW', e.target.checked)} - > - BMW - - this.onFilterChange('makeInfiniti', e.target.checked)} - > - Infiniti - - this.onFilterChange('makeLexus', e.target.checked)} - > - Lexus - - this.onFilterChange('makeAcura', e.target.checked)} - > - Acura - - - this.onShowAllToggle('payment')} - > - } - checked={activeFilters.paymentPaypal} - onClick={e => this.onFilterChange('paymentPaypal', e.target.checked)} - > - PayPal - - } - checked={activeFilters.paymentDiscover} - onClick={e => this.onFilterChange('paymentDiscover', e.target.checked)} - > - Discover - - } - checked={activeFilters.paymentVisa} - onClick={e => this.onFilterChange('paymentVisa', e.target.checked)} - > - Visa - - } - checked={activeFilters.paymentMastercard} - onClick={e => this.onFilterChange('paymentMastercard', e.target.checked)} - > - Mastercard - - } - checked={activeFilters.paymentAmex} - onClick={e => this.onFilterChange('paymentAmex', e.target.checked)} - > - American Express - - } - checked={activeFilters.paymentDinersClub} - onClick={e => this.onFilterChange('paymentDinersClub', e.target.checked)} - > - {"Diner's Club"} - - - this.onShowAllToggle('mileage')} - > - this.onFilterChange('mileage50', e.target.checked)} - > - 50+ - - this.onFilterChange('mileage40', e.target.checked)} - > - 40-50 - - this.onFilterChange('mileage30', e.target.checked)} - > - 30-40 - - this.onFilterChange('mileage20', e.target.checked)} - > - 20-30 - - this.onFilterChange('mileage10', e.target.checked)} - > - {'< 20'} - - - this.onShowAllToggle('rating')} - > - this.onFilterChange('rating5', e.target.checked)} - /> - this.onFilterChange('rating4', e.target.checked)} - /> - this.onFilterChange('rating3', e.target.checked)} - /> - this.onFilterChange('rating2', e.target.checked)} - /> - this.onFilterChange('rating1', e.target.checked)} - /> - - -
- ); - } -} -``` diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/filterSidePanel.css b/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/filterSidePanel.css deleted file mode 100644 index cd5da788c2f..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/examples/filterSidePanel.css +++ /dev/null @@ -1,50 +0,0 @@ -.filter-panel-pf { - margin: 0 0 30px; - padding: 0 15px; -} - -.filter-panel-pf-category { - margin-top: 20px; -} - -.filter-panel-pf-category:first-of-type { - margin-top: 0; -} - -.filter-panel-pf-category-title { - border: 0; - font-size: inherit; - margin: 0 0 8px 0; - font-weight: 700; -} - -.filter-panel-pf-category-items { - margin-top: 0; - margin-bottom: 0; -} - -.filter-panel-pf-category-items .pf-c-button.pf-m-link { - padding: 0; -} - -.filter-panel-pf-category-item { - font-weight: 400; - margin-bottom: 0; - margin-top: 5px; -} - -.filter-panel-pf-category-item:first-of-type { - margin-top: 0; -} - -.filter-panel-pf-category-item .pf-c-check__input { - margin-left: 0px; -} - -.filter-panel-pf-category-item .item-icon { - padding-right: 3px; -} - -.filter-panel-pf-category-item .item-count { - padding-left: 3px; -} diff --git a/packages/react-catalog-view-extension/src/components/FilterSidePanel/index.ts b/packages/react-catalog-view-extension/src/components/FilterSidePanel/index.ts deleted file mode 100644 index 63f2a680ed9..00000000000 --- a/packages/react-catalog-view-extension/src/components/FilterSidePanel/index.ts +++ /dev/null @@ -1,3 +0,0 @@ -export * from './FilterSidePanelCategoryItem'; -export * from './FilterSidePanel'; -export * from './FilterSidePanelCategory'; diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.test.tsx b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.test.tsx deleted file mode 100644 index a75f608367c..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.test.tsx +++ /dev/null @@ -1,58 +0,0 @@ -import * as React from 'react'; -import { render } from '@testing-library/react'; -import OkIcon from '@patternfly/react-icons/dist/esm/icons/ok-icon'; -import ExternalLinkAltIcon from '@patternfly/react-icons/dist/esm/icons/external-link-alt-icon'; -import GlobeIcon from '@patternfly/react-icons/dist/esm/icons/globe-icon'; - -import { PropertiesSidePanel, PropertyItem } from './'; - -test('PropertyItem renders properly', () => { - const component = render( - - ); - expect(component.container).toMatchSnapshot(); -}); - -test('PropertiesSidePanel renders properly', () => { - const component = render( - - - - Certified - - } - /> - - - - https://quay.io/repository/redhat/prometheus-operator - - } - /> - - 0.22.2 - - } - /> - - Aug 23, 1:58pm - - } - /> - Red Hat} /> - - ); - expect(component.container).toMatchSnapshot(); -}); diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.tsx b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.tsx deleted file mode 100644 index ce20d4083e8..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertiesSidePanel.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -export interface PropertySidePanelProps extends React.HTMLProps { - /** Additional css classes for the Property Item */ - className?: string; - /** Children, should be PropertyItem items plus any action buttons, etc. */ - children?: React.ReactNode; -} - -export const PropertiesSidePanel: React.FunctionComponent = ({ - className = '', - children = null, - ...props -}: PropertySidePanelProps) => { - const classes = css('properties-side-panel-pf', className); - - return ( -
- {children} -
- ); -}; -PropertiesSidePanel.displayName = 'PropertiesSidePanel'; diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertyItem.tsx b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertyItem.tsx deleted file mode 100644 index 18cc8480b65..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/PropertyItem.tsx +++ /dev/null @@ -1,31 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -import { Text, TextVariants } from '@patternfly/react-core'; - -export interface PropertyItemProps extends Omit, 'label' | 'value'> { - /** Additional css classes for the Property Item */ - className?: string; - /** Label for the property */ - label: string | React.ReactNode; - /** Value of the property */ - value: string | React.ReactNode; -} - -export const PropertyItem: React.FunctionComponent = ({ - className = '', - label, - value = null, - ...props -}: PropertyItemProps) => { - const classes = css('properties-side-panel-pf-property', className); - return ( -
- - {label} - -
{value}
-
- ); -}; -PropertyItem.displayName = 'PropertyItem'; diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap deleted file mode 100644 index a9ad3cc3456..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/__snapshots__/PropertiesSidePanel.test.tsx.snap +++ /dev/null @@ -1,232 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`PropertiesSidePanel renders properly 1`] = ` -
-
-
-
- Operator Version -
-
- 0.9.8 (latest) -
-
-
-
- Certified Level -
-
- - - Certified - -
-
-
-
- Provider -
-
- Red Hat, Inc -
-
-
-
- Health Index -
-
- A -
-
- -
-
- Container Image -
- -
-
-
- Created At -
-
- - - Aug 23, 1:58pm - -
-
-
-
- Support -
- -
-
-
-`; - -exports[`PropertyItem renders properly 1`] = ` -
-
-
- Operator Version -
-
- 0.9.8 (latest) -
-
-
-`; diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/PropertiesSidePanel.md b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/PropertiesSidePanel.md deleted file mode 100644 index 4f4d18a3e07..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/PropertiesSidePanel.md +++ /dev/null @@ -1,69 +0,0 @@ ---- -id: Catalog view properties side panel -section: extensions -propComponents: ['PropertiesSidePanel', 'PropertyItem'] ---- - -import { PropertiesSidePanel, PropertyItem } from '@patternfly/react-catalog-view-extension'; -import OkIcon from '@patternfly/react-icons/dist/esm/icons/ok-icon'; -import ExternalLinkAltIcon from '@patternfly/react-icons/dist/esm/icons/external-link-alt-icon'; -import GlobeIcon from '@patternfly/react-icons/dist/esm/icons/globe-icon'; -import './propertiesSidePanel.css'; - -## Introduction -Note: PropertiesSidePanel lives in its own package at [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)! - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - - -## Examples - -### Properties side panel with property items -```js -import React from 'react'; -import { PropertiesSidePanel, PropertyItem } from '@patternfly/react-catalog-view-extension'; -import OkIcon from '@patternfly/react-icons/dist/esm/icons/ok-icon'; -import ExternalLinkAltIcon from '@patternfly/react-icons/dist/esm/icons/external-link-alt-icon'; -import GlobeIcon from '@patternfly/react-icons/dist/esm/icons/globe-icon'; - -
- - - - Certified - - } - /> - - - - https://quay.io/repository/redhat/prometheus-operator - - } - /> - - 0.22.2 - - } - /> - - Aug 23, 1:58pm - - } - /> - Red Hat} /> - -
-``` diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/propertiesSidePanel.css b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/propertiesSidePanel.css deleted file mode 100644 index 8735ccf7644..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/examples/propertiesSidePanel.css +++ /dev/null @@ -1,21 +0,0 @@ -.properties-side-panel-pf { - width: 165px; -} - -.properties-side-panel-pf-property { - margin-top: 24px; } -.properties-side-panel-pf-property:first-of-type { - margin-top: 0; -} - -.properties-side-panel-pf-property-label { - font-weight: 700 !important; - font-size: 14px !important; - margin: 0 !important; -} - -.properties-side-panel-pf-property-value { - font-size: 14px !important; - margin-top: 8px; - word-break: break-word; -} diff --git a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/index.ts b/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/index.ts deleted file mode 100644 index 858143a4522..00000000000 --- a/packages/react-catalog-view-extension/src/components/PropertiesSidePanel/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './PropertiesSidePanel'; -export * from './PropertyItem'; diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.test.tsx b/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.test.tsx deleted file mode 100644 index 3f5da413d11..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.test.tsx +++ /dev/null @@ -1,109 +0,0 @@ -import React from 'react'; - -import { render, screen } from '@testing-library/react'; -import userEvent from '@testing-library/user-event'; - -import { VerticalTabs } from './VerticalTabs'; -import { VerticalTabsTab } from './VerticalTabsTab'; - -test('Vertical Tabs renders tabs properly', () => { - const component = render( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ); - expect(component.container).toMatchSnapshot(); -}); - -test('Vertical Tabs renders restricted tabs properly', () => { - const component = render( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ); - expect(component.container).toMatchSnapshot(); -}); - -test('Vertical Tabs Tab onActivate is called correctly', async () => { - const onActivateMock = jest.fn(); - const user = userEvent.setup(); - - const component = render(); - await user.click(screen.getByText('Click Me')); - - expect(component.container).toMatchSnapshot(); - expect(onActivateMock).toHaveBeenCalled(); -}); - -test('Vertical Tabs Tab wrap styling is set correctly', () => { - const component = render( -
- - - - -
- ); - - expect(component.container).toMatchSnapshot(); -}); diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.tsx b/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.tsx deleted file mode 100644 index 92340f16cf1..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabs.tsx +++ /dev/null @@ -1,29 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -export interface VerticalTabsProps extends React.HTMLProps { - /** Children nodes */ - children?: React.ReactNode; - /** Additional css classes */ - className?: string; - /** Flag to restrict shown tabs to active tabs, their parents, their siblings, and direct children */ - restrictTabs?: boolean; - /** Flag if a direct child is active (only used in restrictTabs mode) */ - activeTab?: boolean; -} - -export const VerticalTabs: React.FunctionComponent = ({ - children = null, - className = '', - restrictTabs = false, - activeTab = false, - ...props -}: VerticalTabsProps) => { - const classes = css('vertical-tabs-pf', { 'restrict-tabs': restrictTabs, 'active-tab': activeTab }, className); - return ( -
    - {children} -
- ); -}; -VerticalTabs.displayName = 'VerticalTabs'; diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabsTab.tsx b/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabsTab.tsx deleted file mode 100644 index a5718c7c341..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/VerticalTabsTab.tsx +++ /dev/null @@ -1,68 +0,0 @@ -import * as React from 'react'; -import { css } from '@patternfly/react-styles'; - -export interface VerticalTabsTabProps extends Omit, 'title'> { - /** Child tab nodes (VerticalTabsTab's) */ - children?: React.ReactNode; - /** Additional css classes */ - className?: string; - /** Title for the tab */ - title?: string | React.ReactNode; - /** Title wrap style */ - wrapStyle?: 'wrap' | 'truncate' | 'nowrap'; - /** Flag if this is the active tab */ - active?: boolean; - /** Flag if a descendant tab is active (used only in restrictTabs mode) */ - hasActiveDescendant?: boolean; - /** Flag to force show the tab (if parent tab is shown, used only in restrictTabs mode) */ - shown?: boolean; - /** Callback function when the tab is activated */ - onActivate?: () => void; - /** HREF location */ - href?: string; - /** Sets the base component to render. defaults to a */ - component?: React.ElementType | React.ComponentType; -} - -export const VerticalTabsTab: React.FunctionComponent = ({ - children = null, - className = '', - title = null, - wrapStyle = 'wrap', - active = false, - hasActiveDescendant = false, - shown = false, - onActivate = null, - href, - component: Component, - ...props -}: VerticalTabsTabProps) => { - const classes = css('vertical-tabs-pf-tab', { active, 'active-descendant': hasActiveDescendant, shown }, className); - - const linkClasses = css({ - 'no-wrap': wrapStyle === 'nowrap', - truncate: wrapStyle === 'truncate' - }); - - const handleActivate = (e: React.SyntheticEvent) => { - e.preventDefault(); - if (onActivate) { - onActivate(); - } - }; - - return ( -
  • - {Component ? ( - - ) : ( - handleActivate(e)} href={href}> - {title} - - )} - - {children} -
  • - ); -}; -VerticalTabsTab.displayName = 'VerticalTabsTab'; diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/__snapshots__/VerticalTabs.test.tsx.snap b/packages/react-catalog-view-extension/src/components/VerticalTabs/__snapshots__/VerticalTabs.test.tsx.snap deleted file mode 100644 index 9fe4e38100d..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/__snapshots__/VerticalTabs.test.tsx.snap +++ /dev/null @@ -1,495 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Vertical Tabs Tab onActivate is called correctly 1`] = ` - -`; - -exports[`Vertical Tabs Tab wrap styling is set correctly 1`] = ` - -`; - -exports[`Vertical Tabs renders restricted tabs properly 1`] = ` - -`; - -exports[`Vertical Tabs renders tabs properly 1`] = ` - -`; diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/VerticalTabs.md b/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/VerticalTabs.md deleted file mode 100644 index 9415b5ffdf9..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/VerticalTabs.md +++ /dev/null @@ -1,89 +0,0 @@ ---- -id: Catalog view vertical tabs -section: extensions -propComponents: ['VerticalTabs', 'VerticalTabsTab'] ---- - -import { VerticalTabs, VerticalTabsTab } from '@patternfly/react-catalog-view-extension'; -import './verticalTab.css'; - -## Introduction -Note: Vertical tabs lives in its own package at [`@patternfly/react-catalog-view-extension`](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension)! - -This package is currently an extension. Extension components do not undergo the same rigorous design or coding review process as core PatternFly components. If enough members of the community find them useful, we will work to move them into our core PatternFly system by starting the design process for the idea. - -## Examples -### Basic -```js -import React from 'react'; -import { VerticalTabs, VerticalTabsTab } from '@patternfly/react-catalog-view-extension'; - -class MockVerticalTabsExample extends React.Component { - constructor(props) { - super(props); - this.state = { activeTabId: 'all' }; - this.onActivateTab = id => { - this.setState({ activeTabId: id }); - }; - } - - render() { - const { restrictTabs, wrapStyle } = this.props; - const { activeTabId } = this.state; - - const topLevelIds = ['all', 'one', 'two', 'three', 'four', 'five', 'six', 'seven']; - - const renderTab = (id, title, children, props) => { - const childIds = React.Children.map(children, child => child.props.id); - - return ( - this.onActivateTab(id)} - active={activeTabId === id} - hasActiveDescendant={activeTabId.startsWith(id)} - {...props} - > - {children && ( - - {children} - - )} - - ); - }; - - return ( - - {renderTab('all', 'All', null, { shown: true })} - {renderTab('one', 'Tab One', [ - renderTab('one-one', 'Tab One-One', [ - renderTab('one-one-one', 'About Modal', null, {href: "../components/about-modal"}), - renderTab('one-one-two', 'Accordion', null, {href: "../components/accordion"}), - renderTab('one-one-three', 'Redhat', null, {href: "http://www.redhat.com"}) - ]), - renderTab('one-two', 'Tab One-Two', [ - renderTab('one-two-one', 'Tab One-Two-One'), - renderTab('one-two-two', 'Tab One-Two-Two'), - renderTab('one-two-three', 'Tab One-Two-Three') - ]), - renderTab('one-three', 'Tab One-Thee') - ])} - {renderTab('two', 'Tab Two', [ - renderTab('two-one', 'Tab Two-One'), - renderTab('two-two', 'Tab Two-Two'), - renderTab('two-three', 'Tab Two-Three') - ])} - {renderTab('three', 'Tab Three - Donec id elit non mi porta gravida at eget metus')} - {renderTab('four', 'Tab Four')} - {renderTab('five', 'Tab Five')} - {renderTab('six', 'Tab Six')} - {renderTab('seven', 'Tab Seven')} - - ); - } -} -``` diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/verticalTab.css b/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/verticalTab.css deleted file mode 100644 index 80de1a9db03..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/examples/verticalTab.css +++ /dev/null @@ -1,64 +0,0 @@ -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf { - list-style: none; - margin: 0 0 30px; - padding: 0; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf .vertical-tabs-pf { - margin-bottom: 0; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab { - margin-top: 4px; - position: relative; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > a { - color: initial; - display: inline-block; - font-size: 13px; - padding: 3px 6px 3px 15px; - vertical-align: top; - width: 100%; - word-break: break-word; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > a:hover, .ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > a:focus { - color: #0088ce; - text-decoration: none; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > a.no-wrap { - overflow-x: hidden; - white-space: nowrap; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > a.truncate { - overflow-x: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab.active > a { - color: #0088ce; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab.active > a::before { - background: #0088ce; - content: " "; - left: 0; - position: absolute; - width: 3px; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab:first-of-type { - margin-top: 0; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf-tab > .vertical-tabs-pf > .vertical-tabs-pf-tab { - position: initial; - padding-left: 15px; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs .vertical-tabs-pf-tab { - display: none; - /* Show any active tab, tab that has an active descendant, or is force shown */ -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs .vertical-tabs-pf-tab.active, .ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs .vertical-tabs-pf-tab.active-descendant, .ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs .vertical-tabs-pf-tab.shown { - display: block; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs.active-tab > .vertical-tabs-pf-tab { - display: block; -} -.ws-react-e-catalog-view-vertical-tabs .vertical-tabs-pf.restrict-tabs .vertical-tabs-pf-tab.active > .vertical-tabs-pf > .vertical-tabs-pf-tab { - display: block; -} diff --git a/packages/react-catalog-view-extension/src/components/VerticalTabs/index.ts b/packages/react-catalog-view-extension/src/components/VerticalTabs/index.ts deleted file mode 100644 index 7e9234d46ac..00000000000 --- a/packages/react-catalog-view-extension/src/components/VerticalTabs/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './VerticalTabs'; -export * from './VerticalTabsTab'; diff --git a/packages/react-catalog-view-extension/src/components/index.ts b/packages/react-catalog-view-extension/src/components/index.ts deleted file mode 100644 index 903b94b134a..00000000000 --- a/packages/react-catalog-view-extension/src/components/index.ts +++ /dev/null @@ -1,6 +0,0 @@ -/** Keep alphabetically sorted */ -export * from './CatalogItemHeader'; -export * from './CatalogTile'; -export * from './VerticalTabs'; -export * from './PropertiesSidePanel'; -export * from './FilterSidePanel'; diff --git a/packages/react-catalog-view-extension/src/helpers/util.test.js b/packages/react-catalog-view-extension/src/helpers/util.test.js deleted file mode 100644 index ba0a632e76a..00000000000 --- a/packages/react-catalog-view-extension/src/helpers/util.test.js +++ /dev/null @@ -1,5 +0,0 @@ -import { getUniqueId } from './util'; - -test('getUniqueId', () => { - expect(getUniqueId()).not.toBe(getUniqueId()); -}); diff --git a/packages/react-catalog-view-extension/src/helpers/util.ts b/packages/react-catalog-view-extension/src/helpers/util.ts deleted file mode 100644 index eef2827bbad..00000000000 --- a/packages/react-catalog-view-extension/src/helpers/util.ts +++ /dev/null @@ -1,21 +0,0 @@ -import * as React from 'react'; - -/** - * @param {string} prefix - String to prefix unique ID with - */ -export function getUniqueId(prefix = 'pf') { - const uid = - new Date().getTime() + - Math.random() - .toString(36) - .slice(2); - return `${prefix}-${uid}`; -} - -/** - * Returns the given React children prop as a regular array of React nodes. - * - * @param {React.ReactNode} children - Child react node - */ -export const childrenToArray = (children: React.ReactNode) => - children && React.Children.count(children) > 0 && React.Children.toArray(children); diff --git a/packages/react-catalog-view-extension/tsconfig.cjs.json b/packages/react-catalog-view-extension/tsconfig.cjs.json deleted file mode 100644 index 578d46af9d3..00000000000 --- a/packages/react-catalog-view-extension/tsconfig.cjs.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./dist/js", - "module": "commonjs", - "tsBuildInfoFile": "dist/cjs.tsbuildinfo" - } -} diff --git a/packages/react-catalog-view-extension/tsconfig.json b/packages/react-catalog-view-extension/tsconfig.json deleted file mode 100644 index 80c91eb0ee2..00000000000 --- a/packages/react-catalog-view-extension/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../tsconfig.base.json", - "compilerOptions": { - "rootDir": "./src", - "outDir": "./dist/esm", - "tsBuildInfoFile": "dist/esm.tsbuildinfo" - }, - "include": [ - "./src/*", - "./src/**/*" - ], - "references": [ - { - "path": "../react-core" - }, - { - "path": "../react-styles" - }, - { - "path": "../react-table" - } - ] -} diff --git a/packages/react-charts/CHANGELOG.md b/packages/react-charts/CHANGELOG.md index 6056c8ed7e7..798a196939e 100644 --- a/packages/react-charts/CHANGELOG.md +++ b/packages/react-charts/CHANGELOG.md @@ -3,6 +3,70 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 6.94.15 (2022-12-08) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.14 (2022-12-07) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.13 (2022-12-01) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.12 (2022-11-16) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.11 (2022-10-27) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.10 (2022-10-26) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## [6.94.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.94.8...@patternfly/react-charts@6.94.9) (2022-10-17) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + +## 6.94.8 (2022-10-14) + +**Note:** Version bump only for package @patternfly/react-charts + + + + + ## 6.94.7 (2022-10-05) **Note:** Version bump only for package @patternfly/react-charts diff --git a/packages/react-charts/package.json b/packages/react-charts/package.json index c44d2e38341..f16da9ebb39 100644 --- a/packages/react-charts/package.json +++ b/packages/react-charts/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-charts", - "version": "6.94.7", + "version": "6.94.15", "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-styles": "^4.91.6", - "@patternfly/react-tokens": "^4.93.6", + "@patternfly/react-styles": "^4.92.3", + "@patternfly/react-tokens": "^4.94.3", "hoist-non-react-statics": "^3.3.0", "lodash": "^4.17.19", "tslib": "^2.0.0", diff --git a/packages/react-code-editor/CHANGELOG.md b/packages/react-code-editor/CHANGELOG.md index b1d7c42277a..64fbf02344d 100644 --- a/packages/react-code-editor/CHANGELOG.md +++ b/packages/react-code-editor/CHANGELOG.md @@ -3,6 +3,577 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.82.97](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.96...@patternfly/react-code-editor@4.82.97) (2023-01-13) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.96](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.95...@patternfly/react-code-editor@4.82.96) (2023-01-13) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.95](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.94...@patternfly/react-code-editor@4.82.95) (2023-01-13) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.94](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.93...@patternfly/react-code-editor@4.82.94) (2023-01-12) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.93 (2023-01-11) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.92](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.91...@patternfly/react-code-editor@4.82.92) (2023-01-11) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.91 (2023-01-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.89...@patternfly/react-code-editor@4.82.90) (2023-01-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.89 (2023-01-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.88](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.87...@patternfly/react-code-editor@4.82.88) (2023-01-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.87](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.86...@patternfly/react-code-editor@4.82.87) (2023-01-05) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.86](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.85...@patternfly/react-code-editor@4.82.86) (2023-01-05) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.84...@patternfly/react-code-editor@4.82.85) (2023-01-04) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.84 (2023-01-04) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.83 (2022-12-19) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.81...@patternfly/react-code-editor@4.82.82) (2022-12-12) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.80...@patternfly/react-code-editor@4.82.81) (2022-12-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.80](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.79...@patternfly/react-code-editor@4.82.80) (2022-12-08) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.78...@patternfly/react-code-editor@4.82.79) (2022-12-08) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.78 (2022-12-08) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.77 (2022-12-08) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.76](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.75...@patternfly/react-code-editor@4.82.76) (2022-12-07) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.75](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.74...@patternfly/react-code-editor@4.82.75) (2022-12-07) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.74](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.73...@patternfly/react-code-editor@4.82.74) (2022-12-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.73](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.72...@patternfly/react-code-editor@4.82.73) (2022-12-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.72](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.71...@patternfly/react-code-editor@4.82.72) (2022-12-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.71 (2022-12-06) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.70](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.69...@patternfly/react-code-editor@4.82.70) (2022-12-05) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.69 (2022-12-01) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.68 (2022-11-30) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.67](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.66...@patternfly/react-code-editor@4.82.67) (2022-11-16) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.65...@patternfly/react-code-editor@4.82.66) (2022-11-15) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.64...@patternfly/react-code-editor@4.82.65) (2022-11-15) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.63...@patternfly/react-code-editor@4.82.64) (2022-11-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.62...@patternfly/react-code-editor@4.82.63) (2022-11-09) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.61...@patternfly/react-code-editor@4.82.62) (2022-11-08) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.61](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.60...@patternfly/react-code-editor@4.82.61) (2022-11-07) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.60](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.59...@patternfly/react-code-editor@4.82.60) (2022-11-07) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.59](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.58...@patternfly/react-code-editor@4.82.59) (2022-11-07) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.58](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.57...@patternfly/react-code-editor@4.82.58) (2022-11-04) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.57 (2022-11-04) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.56 (2022-11-01) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.55](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.54...@patternfly/react-code-editor@4.82.55) (2022-10-27) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.54](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.53...@patternfly/react-code-editor@4.82.54) (2022-10-26) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.53](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.52...@patternfly/react-code-editor@4.82.53) (2022-10-26) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## 4.82.52 (2022-10-25) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.51](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.50...@patternfly/react-code-editor@4.82.51) (2022-10-24) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.50](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.49...@patternfly/react-code-editor@4.82.50) (2022-10-24) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.49](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.48...@patternfly/react-code-editor@4.82.49) (2022-10-24) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.48](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.47...@patternfly/react-code-editor@4.82.48) (2022-10-24) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.47](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.46...@patternfly/react-code-editor@4.82.47) (2022-10-22) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.46](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.45...@patternfly/react-code-editor@4.82.46) (2022-10-21) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.45](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.44...@patternfly/react-code-editor@4.82.45) (2022-10-21) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.43...@patternfly/react-code-editor@4.82.44) (2022-10-21) + + +### Bug Fixes + +* **CodeEditor:** use codeEditorControls and clean up overall ([#7931](https://github.com/patternfly/patternfly-react/issues/7931)) ([69d5937](https://github.com/patternfly/patternfly-react/commit/69d5937fd5fa56ace7543a740ba253bdc851009e)) + + + + + +## [4.82.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.42...@patternfly/react-code-editor@4.82.43) (2022-10-20) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.42](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.41...@patternfly/react-code-editor@4.82.42) (2022-10-19) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.41](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.40...@patternfly/react-code-editor@4.82.41) (2022-10-18) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.39...@patternfly/react-code-editor@4.82.40) (2022-10-18) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.38...@patternfly/react-code-editor@4.82.39) (2022-10-17) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.37...@patternfly/react-code-editor@4.82.38) (2022-10-14) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.36...@patternfly/react-code-editor@4.82.37) (2022-10-14) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [4.82.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@4.82.35...@patternfly/react-code-editor@4.82.36) (2022-10-14) + +**Note:** Version bump only for package @patternfly/react-code-editor + + + + + +## [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 diff --git a/packages/react-code-editor/README.md b/packages/react-code-editor/README.md index 58f1a3b39a7..8910e0c0eb6 100644 --- a/packages/react-code-editor/README.md +++ b/packages/react-code-editor/README.md @@ -53,3 +53,62 @@ Install peer deps ``` To properly install the library `monaco-editor-webpack-plugin` be sure to follow the [plugin instructions](https://github.com/microsoft/monaco-editor/tree/main/webpack-plugin) + +#### With create-react-app Projects +If you created your project with `create-react-app` you'll have some extra work to do, or you wont have syntax highlighting. Using the webpack plugin requires updating your webpack config, which `create-react-app` abstracts away. You can `npm eject` your project, but you may not want to do that. To keep your app set up in the `create-react-app` style but to get access to your webpack config you can use `react-app-rewired`. + +First, install `react-app-rewired` as a development dependency: +```sh +$ npm install -D react-app-rewired +``` + +Next, replace all of the `react-script` references in your `package.json` `scripts` section with `react-app-required`: +```json + "scripts": { + "start": "react-app-rewired start", + "build": "react-app-rewired build", + "test": "react-app-rewired test", + "eject": "react-app-rewired eject" + } +``` + +Next, create a `config-overries.js` file at the root of your project and add the following: + +```javascript +const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin'); + +module.exports = function override(config, env) { + config.plugins.push(new MonacoWebpackPlugin({ + languages: ['json', 'yaml', 'shell'] + })); + return config; +} +``` + +Note: You should change the `languages` array based on your needs. + +You can now start your app with `npm start` and syntax highlighting should work. + +#### Enable YAML Syntax Highlighting +The Monaco editor doesn't ship with full YAML support. You can configure your code editor with `Languages.yaml` but there will be no highlighting, even i you have the webpack plugin working correctly. To enable YAML support you need to do the following: + +First, install `monaco-yaml`: +```shell +$ npm install --save monaco-yaml +``` + +Next, at the entrypoint of your app enable it: +```javascript +import { setDiagnosticsOptions } from 'monaco-yaml'; + +setDiagnosticsOptions({ + enableSchemaRequest: true, + hover: true, + completion: true, + validate: true, + format: true, + schemas: [], +}); +``` + +The `monaco-yaml` plugin has a lot of options so check out their docs to see what else you may want to add. diff --git a/packages/react-code-editor/package.json b/packages/react-code-editor/package.json index 2f3bc4b925c..1b13ff4b8e2 100644 --- a/packages/react-code-editor/package.json +++ b/packages/react-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-code-editor", - "version": "4.82.26", + "version": "4.82.97", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -30,9 +30,9 @@ "clean": "rimraf dist" }, "dependencies": { - "@patternfly/react-core": "^4.250.1", - "@patternfly/react-icons": "^4.92.6", - "@patternfly/react-styles": "^4.91.6", + "@patternfly/react-core": "^4.271.1", + "@patternfly/react-icons": "^4.93.3", + "@patternfly/react-styles": "^4.92.3", "react-dropzone": "9.0.0", "tslib": "^2.0.0" }, diff --git a/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx b/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx index ff4dbeb36ef..ed455032582 100644 --- a/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx +++ b/packages/react-code-editor/src/components/CodeEditor/CodeEditor.tsx @@ -13,7 +13,6 @@ import { Popover, PopoverProps, Title, - Tooltip, TooltipPosition } from '@patternfly/react-core'; import MonacoEditor, { ChangeHandler, EditorDidMount } from 'react-monaco-editor'; @@ -25,6 +24,7 @@ import CodeIcon from '@patternfly/react-icons/dist/esm/icons/code-icon'; import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon'; import Dropzone from 'react-dropzone'; import { CodeEditorContext } from './CodeEditorUtils'; +import { CodeEditorControl } from './CodeEditorControl'; export interface Shortcut { description: string; @@ -440,18 +440,8 @@ export class CodeEditor extends React.Component { - if (this.timer) { - window.clearTimeout(this.timer); - this.setState({ copied: false }); - } - this.editor?.focus(); - document.execCommand('copy'); - this.setState({ copied: true }, () => { - this.timer = window.setTimeout(() => { - this.setState({ copied: false }); - this.timer = null; - }, 2500); - }); + navigator.clipboard.writeText(this.state.value); + this.setState({ copied: true }); }; download = () => { @@ -555,55 +545,51 @@ export class CodeEditor extends React.Component )); + const tooltipProps = { + position: toolTipPosition, + exitDelay: toolTipDelay, + entryDelay: toolTipDelay, + maxWidth: toolTipMaxWidth, + trigger: 'mouseenter focus' + }; + const editorHeader = (
    {
    - {isCopyEnabled && (!showEmptyState || !!value) && ( - {copied ? copyButtonSuccessTooltipText : copyButtonToolTipText}
    } - exitDelay={copied ? toolTipCopyExitDelay : toolTipDelay} - entryDelay={toolTipDelay} - maxWidth={toolTipMaxWidth} - position={toolTipPosition} - > - - - )} - {isUploadEnabled && ( - {uploadButtonToolTipText}
    } - entryDelay={toolTipDelay} - exitDelay={toolTipDelay} - maxWidth={toolTipMaxWidth} - position={toolTipPosition} - > - - - )} - {isDownloadEnabled && (!showEmptyState || !!value) && ( - {downloadButtonToolTipText}} - entryDelay={toolTipDelay} - exitDelay={toolTipDelay} - maxWidth={toolTipMaxWidth} - position={toolTipPosition} - > - - - )} - {customControls && ( - {customControls} - )} + + {isCopyEnabled && (!showEmptyState || !!value) && ( + } + aria-label={copyButtonAriaLabel} + tooltipProps={{ + ...tooltipProps, + 'aria-live': 'polite', + content:
    {copied ? copyButtonSuccessTooltipText : copyButtonToolTipText}
    , + exitDelay: copied ? toolTipCopyExitDelay : toolTipDelay, + onTooltipHidden: () => this.setState({ copied: false }) + }} + onClick={this.copyCode} + /> + )} + {isUploadEnabled && ( + } + aria-label={uploadButtonAriaLabel} + tooltipProps={{ content:
    {uploadButtonToolTipText}
    , ...tooltipProps }} + onClick={open} + /> + )} + {isDownloadEnabled && (!showEmptyState || !!value) && ( + } + aria-label={downloadButtonAriaLabel} + tooltipProps={{ content:
    {downloadButtonToolTipText}
    , ...tooltipProps }} + onClick={this.download} + /> + )} + {customControls && customControls} +
    } {
    {headerMainContent}
    } diff --git a/packages/react-code-editor/src/components/CodeEditor/CodeEditorControl.tsx b/packages/react-code-editor/src/components/CodeEditor/CodeEditorControl.tsx index 5b8298a3416..751cf7c1c4f 100644 --- a/packages/react-code-editor/src/components/CodeEditor/CodeEditorControl.tsx +++ b/packages/react-code-editor/src/components/CodeEditor/CodeEditorControl.tsx @@ -7,19 +7,19 @@ import { CodeEditorContext } from './CodeEditorUtils'; */ export interface CodeEditorControlProps extends Omit { - /** Accessible label for the code editor control. */ + /** Accessible label for the code editor control */ 'aria-label'?: string; /** Additional classes added to the code editor control. */ className?: string; - /** Delay in ms before the tooltip appears. */ + /** @deprecated Delay in ms before the tooltip appears. */ entryDelay?: number; - /** Delay in ms before the tooltip disappears. */ + /** @deprecated Delay in ms before the tooltip disappears. */ exitDelay?: number; /** Icon rendered inside the code editor control. */ icon: React.ReactNode; - /** Maximum width of the tooltip (default 150px). */ + /** @deprecated Maximum width of the tooltip (default 150px). */ maxWidth?: string; - /** Copy button popover position. */ + /** @deprecated Copy button popover position. */ position?: | PopoverPosition | 'auto' @@ -35,12 +35,14 @@ export interface CodeEditorControlProps extends Omit { | 'left-end' | 'right-start' | 'right-end'; - /** Text to display in the tooltip. */ - toolTipText: React.ReactNode; - /** Event handler for the click of the button. */ + /** @deprecated Text to display in the tooltip*/ + toolTipText?: React.ReactNode; + /** Event handler for the click of the button */ onClick: (code: string, event?: any) => void; /** Flag indicating that the button is visible above the code editor. */ isVisible?: boolean; + /** Additional tooltip props forwarded to the Tooltip component */ + tooltipProps?: any; } export const CodeEditorControl: React.FunctionComponent = ({ @@ -48,28 +50,67 @@ export const CodeEditorControl: React.FunctionComponent className, 'aria-label': ariaLabel, toolTipText, - exitDelay = 0, - entryDelay = 300, - maxWidth = '100px', - position = 'top', + exitDelay, + entryDelay, + maxWidth, + position, onClick = () => {}, isVisible = true, + tooltipProps = {}, ...props }: CodeEditorControlProps) => { const context = React.useContext(CodeEditorContext); + if (entryDelay !== undefined) { + // eslint-disable-next-line no-console + console.warn( + 'CodeEditorControl: entryDelay prop has been deprecated. ' + + 'Pass the entryDelay via the tooltipProps prop instead.' + ); + } + + if (exitDelay !== undefined) { + // eslint-disable-next-line no-console + console.warn( + 'CodeEditorControl: exitDelay prop has been deprecated. ' + + 'Pass the exitDelay via the tooltipProps prop instead.' + ); + } + + if (maxWidth !== undefined) { + // eslint-disable-next-line no-console + console.warn( + 'CodeEditorControl: maxWidth prop has been deprecated. ' + 'Pass the maxWidth via the tooltipProps prop instead.' + ); + } + + if (position !== undefined) { + // eslint-disable-next-line no-console + console.warn( + 'CodeEditorControl: position prop has been deprecated. ' + 'Pass the position via the tooltipProps prop instead.' + ); + } + + if (toolTipText !== undefined) { + // eslint-disable-next-line no-console + console.warn( + 'CodeEditorControl: toolTipText prop has been deprecated. ' + + 'Pass the toolTipText by setting the content field in tooltipProps prop instead.' + ); + } + const onCustomClick = (event: React.MouseEvent) => { onClick(context.code, event); }; return isVisible ? ( {toolTipText}} + {...tooltipProps} > -

    {`variant: ${variant}`}

    -

    Test label

    - - ), - ButtonVariant: { plain: 'plain' } -})); +jest.mock('../../Button'); test('Renders without children', () => { render( @@ -98,7 +87,7 @@ test('Renders with an aria label composed with the title and variantLabel provid test('Renders with an aria label composed with the title provided via a context and variantLabel provided via prop', () => { render( - + ); @@ -106,14 +95,14 @@ test('Renders with an aria label composed with the title provided via a context }); test('Renders with the aria label provided via prop when one is provided', () => { - render( - - - - ); - - expect(screen.getByRole('button')).toHaveAccessibleName('Aria label prop'); - }); + render( + + + + ); + + expect(screen.getByRole('button')).toHaveAccessibleName('Aria label prop'); +}); test('Matches the snapshot', () => { const { asFragment } = render( diff --git a/packages/react-core/src/components/Alert/__tests__/AlertActionLink.test.tsx b/packages/react-core/src/components/Alert/__tests__/AlertActionLink.test.tsx index 9fccb898171..49f06bd1cce 100644 --- a/packages/react-core/src/components/Alert/__tests__/AlertActionLink.test.tsx +++ b/packages/react-core/src/components/Alert/__tests__/AlertActionLink.test.tsx @@ -2,16 +2,7 @@ import React from 'react'; import { render, screen } from '@testing-library/react'; import { AlertActionLink } from '../AlertActionLink'; -jest.mock('../../Button', () => ({ - Button: ({ children, variant, isInline, ...props }) => ( - <> - -

    {`variant: ${variant}`}

    -

    {`isInline: ${isInline}`}

    - - ), - ButtonVariant: { link: 'link' } -})); +jest.mock('../../Button'); test('Renders without children', () => { render( diff --git a/packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx b/packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx index 8ae6e321253..0d7d3d3c6a3 100644 --- a/packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx +++ b/packages/react-core/src/components/Alert/__tests__/AlertToggleExpandButton.test.tsx @@ -5,18 +5,7 @@ import userEvent from '@testing-library/user-event'; import { AlertToggleExpandButton } from '../AlertToggleExpandButton'; import { AlertContext } from '../AlertContext'; -jest.mock('../../Button', () => ({ - Button: ({ children, variant, isInline, onClick, ...props }) => ( - <> - -

    {`variant: ${variant}`}

    -

    Test label

    - - ), - ButtonVariant: { plain: 'plain' } -})); +jest.mock('../../Button'); jest.mock('@patternfly/react-icons/dist/esm/icons/angle-right-icon', () => () => 'Icon mock'); diff --git a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionCloseButton.test.tsx.snap b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionCloseButton.test.tsx.snap index 82f1e3a7d65..c88f18237d9 100644 --- a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionCloseButton.test.tsx.snap +++ b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionCloseButton.test.tsx.snap @@ -27,5 +27,14 @@ exports[`Matches the snapshot 1`] = ` > Test label

    +

    + isInline: undefined +

    +

    + iconPosition: undefined +

    +
    `; diff --git a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionLink.test.tsx.snap b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionLink.test.tsx.snap index fd53fe19fee..0def8dd9fd6 100644 --- a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionLink.test.tsx.snap +++ b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertActionLink.test.tsx.snap @@ -10,8 +10,19 @@ exports[`Matches the snapshot 1`] = `

    variant: link

    +

    + Test label +

    isInline: true

    +

    + iconPosition: undefined +

    +
    `; diff --git a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertToggleExpandButton.test.tsx.snap b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertToggleExpandButton.test.tsx.snap index c1a42f67acc..f447c81e299 100644 --- a/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertToggleExpandButton.test.tsx.snap +++ b/packages/react-core/src/components/Alert/__tests__/__snapshots__/AlertToggleExpandButton.test.tsx.snap @@ -20,5 +20,14 @@ exports[`Matches snapshot 1`] = ` > Test label

    +

    + isInline: undefined +

    +

    + iconPosition: undefined +

    +
    `; diff --git a/packages/react-core/src/components/AlertGroup/examples/AlertGroup.md b/packages/react-core/src/components/AlertGroup/examples/AlertGroup.md index 47243990125..4d4ae9a7027 100644 --- a/packages/react-core/src/components/AlertGroup/examples/AlertGroup.md +++ b/packages/react-core/src/components/AlertGroup/examples/AlertGroup.md @@ -45,7 +45,7 @@ When an overflow message appears in an `AlertGroup` using the `isLiveRegion` pro Users navigating via keyboard or another assistive technology will need a way to navigate to and reveal hidden alerts before they disappear. Alternatively, there should be a place where notifications or alerts are collected to be viewed or read later. -```ts file="AlertGroupToastOverflowCapture.tsx" isBeta +```ts file="AlertGroupToastOverflowCapture.tsx" ``` ### Asynchronous alert groups @@ -68,7 +68,7 @@ Click the buttons in the example below to add dynamic alerts to a group. In the following example, there can be a maximum of 4 alerts shown at once. -```ts file="AlertGroupSingularDynamicOverflow.tsx" isBeta +```ts file="AlertGroupSingularDynamicOverflow.tsx" ``` ### Multiple dynamic alert groups diff --git a/packages/react-core/src/components/ApplicationLauncher/ApplicationLauncher.tsx b/packages/react-core/src/components/ApplicationLauncher/ApplicationLauncher.tsx index e0540d54dfb..34b3d453b97 100644 --- a/packages/react-core/src/components/ApplicationLauncher/ApplicationLauncher.tsx +++ b/packages/react-core/src/components/ApplicationLauncher/ApplicationLauncher.tsx @@ -63,6 +63,8 @@ export interface ApplicationLauncherProps toggleId?: string; /** @beta Opt-in for updated popper that does not use findDOMNode. */ removeFindDomNode?: boolean; + /** z-index of the application launcher when menuAppendTo is not inline. */ + zIndex?: number; } export class ApplicationLauncher extends React.Component { @@ -133,6 +135,7 @@ export class ApplicationLauncher extends React.Component ({ - Button: ({ variant, iconPosition, children, icon }) => ( - <> - -

    {variant}

    -

    {iconPosition}

    -
    {icon}
    - - ) -})); +jest.mock('../../Button'); test('Renders BackToTop', () => { render( @@ -138,13 +129,13 @@ test('Passes correct text content to button child component', () => { test('Passes correct variant to button child component', () => { render(); - expect(screen.getByText('primary')).toBeVisible(); + expect(screen.getByText('variant: primary')).toBeVisible(); }); test('Passes correct iconPosition to button child component', () => { render(); - expect(screen.getByText('right')).toBeVisible(); + expect(screen.getByText('iconPosition: right')).toBeVisible(); }); test('Passes correct icon to button child component', () => { diff --git a/packages/react-core/src/components/BackToTop/__tests__/__snapshots__/BackToTop.test.tsx.snap b/packages/react-core/src/components/BackToTop/__tests__/__snapshots__/BackToTop.test.tsx.snap index 85d5e50d7e5..84cec57ed52 100644 --- a/packages/react-core/src/components/BackToTop/__tests__/__snapshots__/BackToTop.test.tsx.snap +++ b/packages/react-core/src/components/BackToTop/__tests__/__snapshots__/BackToTop.test.tsx.snap @@ -9,10 +9,18 @@ exports[`Matches the snapshot 1`] = ` Back to top

    - primary + variant: primary +

    +

    + Test label +

    +

    + isInline: undefined

    - right + iconPosition: right

    { +test('Renders without children', () => { + render( +
    + +
    + ); + expect(screen.getByTestId('backdrop').firstChild).toBeVisible(); +}); + +test('Renders children', () => { + render(Test); + expect(screen.getByText('Test')).toBeVisible(); +}); + +test('Renders with the pf-c-backdrop', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-c-backdrop'); +}); + +test('Renders with only the class pf-c-backdrop by default', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-c-backdrop', { exact: true }); +}); + +test('Renders with custom class name when className prop is passed', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('test-class'); +}); + +test('Renders with the inherited element props spread to the component', () => { + render(Test); + expect(screen.getByText('Test')).toHaveAccessibleName('this is a simple backdrop'); +}); + +test('Matches the snapshot', () => { const { asFragment } = render(Backdrop); expect(asFragment()).toMatchSnapshot(); }); diff --git a/packages/react-core/src/components/Backdrop/__tests__/__snapshots__/Backdrop.test.tsx.snap b/packages/react-core/src/components/Backdrop/__tests__/__snapshots__/Backdrop.test.tsx.snap index c341a6f53f4..c714bc285ec 100644 --- a/packages/react-core/src/components/Backdrop/__tests__/__snapshots__/Backdrop.test.tsx.snap +++ b/packages/react-core/src/components/Backdrop/__tests__/__snapshots__/Backdrop.test.tsx.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Backdrop Test 1`] = ` +exports[`Matches the snapshot 1`] = `
    { + /** Text announced by screen readers to indicate the current content/status of the badge. */ + screenReaderText?: string; /** Adds styling to the badge to indicate it has been read */ isRead?: boolean; /** content rendered inside the Badge */ @@ -15,6 +17,7 @@ export const Badge: React.FunctionComponent = ({ isRead = false, className = '', children = '', + screenReaderText, ...props }: BadgeProps) => ( = ({ className={css(styles.badge, (isRead ? styles.modifiers.read : styles.modifiers.unread) as any, className)} > {children} + {screenReaderText && {screenReaderText}} ); Badge.displayName = 'Badge'; diff --git a/packages/react-core/src/components/Badge/__tests__/Badge.test.tsx b/packages/react-core/src/components/Badge/__tests__/Badge.test.tsx index f2f679c014d..5ffefc19975 100644 --- a/packages/react-core/src/components/Badge/__tests__/Badge.test.tsx +++ b/packages/react-core/src/components/Badge/__tests__/Badge.test.tsx @@ -31,6 +31,16 @@ test('Renders with class name pf-m-read when isRead prop is true', () => { expect(screen.getByText('Test')).toHaveClass('pf-m-read'); }); +test('Does not render pf-screen-reader class by default', () => { + render(Test); + expect(screen.getByText('Test')).not.toContainHTML(''); +}); + +test('Renders screenReaderText passed via prop', () => { + render(Test); + expect(screen.getByText('Custom screen reader text')).toBeInTheDocument(); +}); + test('Renders with custom class name when className prop is provided', () => { render(Test); expect(screen.getByText('Test')).toHaveClass('custom-class'); diff --git a/packages/react-core/src/components/Badge/examples/BadgeUnread.tsx b/packages/react-core/src/components/Badge/examples/BadgeUnread.tsx index 19c2e4bb3cf..b5bd85255a9 100644 --- a/packages/react-core/src/components/Badge/examples/BadgeUnread.tsx +++ b/packages/react-core/src/components/Badge/examples/BadgeUnread.tsx @@ -3,6 +3,17 @@ import { Badge } from '@patternfly/react-core'; export const BadgeUnread: React.FunctionComponent = () => ( - 7 24 240 999+ + + 7 + + + 24 + + + 240 + + + 999+ + ); diff --git a/packages/react-core/src/components/Banner/Banner.tsx b/packages/react-core/src/components/Banner/Banner.tsx index f04edb943e7..1e2db401c5c 100644 --- a/packages/react-core/src/components/Banner/Banner.tsx +++ b/packages/react-core/src/components/Banner/Banner.tsx @@ -3,16 +3,18 @@ import styles from '@patternfly/react-styles/css/components/Banner/banner'; import { css } from '@patternfly/react-styles'; export interface BannerProps extends React.HTMLProps { - /** Content rendered inside the banner */ + /** Content rendered inside the banner. */ children?: React.ReactNode; - /** Additional classes added to the banner */ + /** Additional classes added to the banner. */ className?: string; - /** Variant styles for the banner */ - variant?: 'default' | 'info' | 'danger' | 'success' | 'warning'; /** If set to true, the banner sticks to the top of its container */ isSticky?: boolean; - /** Text announced by screen readers to indicate the type of banner. Defaults to "${variant} banner" if this prop is not passed in */ + /** Text announced by screen readers to indicate the type of banner. This prop should only + * be passed in when the banner conveys status/severity. + */ screenReaderText?: string; + /** Variant styles for the banner. */ + variant?: 'default' | 'info' | 'danger' | 'success' | 'warning'; } export const Banner: React.FunctionComponent = ({ @@ -32,8 +34,8 @@ export const Banner: React.FunctionComponent = ({ )} {...props} > + {screenReaderText && {screenReaderText}} {children} - {screenReaderText || `${variant} banner`}
    ); Banner.displayName = 'Banner'; diff --git a/packages/react-core/src/components/Banner/__tests__/Banner.test.tsx b/packages/react-core/src/components/Banner/__tests__/Banner.test.tsx index 1a7f8c64a7d..894f6ec2ae0 100644 --- a/packages/react-core/src/components/Banner/__tests__/Banner.test.tsx +++ b/packages/react-core/src/components/Banner/__tests__/Banner.test.tsx @@ -1,27 +1,82 @@ +import * as React from 'react'; +import { render, screen } from '@testing-library/react'; import { Banner } from '../Banner'; -import React from 'react'; -import { render } from '@testing-library/react'; - -['default', 'info', 'success', 'warning', 'danger'].forEach((variant: string) => { - test(`${variant} banner`, () => { - const { asFragment } = render( - - {variant} Banner - - ); - expect(asFragment()).toMatchSnapshot(); - }); -}); - -test(`sticky banner`, () => { - const { asFragment } = render( - - Sticky Banner - + +test('Renders without children', () => { + render( +
    + +
    ); + expect(screen.getByTestId('banner').firstChild).toBeVisible(); +}); + +test('Renders children', () => { + render(Test); + expect(screen.getByText('Test')).toBeVisible(); +}); + +test('Renders with class name pf-c-banner', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-c-banner'); +}); + +test('Renders with custom class name when className prop is provided', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('custom-class'); +}); + +test('Renders without any modifier class when variant prop is not passed', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-c-banner', { exact: true }); +}); + +test('Renders with class name pf-m-success when "success" is passed to variant prop', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-m-success'); +}); + +test('Renders with class name pf-m-danger when "danger" is passed to variant prop', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-m-danger'); +}); + +test('Renders with class name pf-m-warning when "warning" is passed to variant prop', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-m-warning'); +}); + +test('Renders with class name pf-m-info when "info" is passed to variant prop', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-m-info'); +}); + +test('Does not render pf-u-screen-reader class by default', () => { + render(Test); + expect(screen.getByText('Test')).not.toContainHTML(''); +}); + +test('Renders screenReaderText passed via prop', () => { + render(Test); + expect(screen.getByText('Custom screen reader text')).toBeInTheDocument(); +}); + +test('Renders without pf-m-sticky by default', () => { + render(Test); + expect(screen.getByText('Test')).not.toHaveClass('pf-m-sticky'); +}); + +test('Renders with class name pf-m-sticky when isSticky prop is passed', () => { + render(Test); + expect(screen.getByText('Test')).toHaveClass('pf-m-sticky'); +}); + +test('Renders with inherited element props spread to the component', () => { + render(Test); + expect(screen.getByText('Test')).toHaveAccessibleName('Test label'); +}); + +test('Matches the snapshot', () => { + const { asFragment } = render(Test); expect(asFragment()).toMatchSnapshot(); }); diff --git a/packages/react-core/src/components/Banner/__tests__/__snapshots__/Banner.test.tsx.snap b/packages/react-core/src/components/Banner/__tests__/__snapshots__/Banner.test.tsx.snap index b55f80bace6..d595c3708d2 100644 --- a/packages/react-core/src/components/Banner/__tests__/__snapshots__/Banner.test.tsx.snap +++ b/packages/react-core/src/components/Banner/__tests__/__snapshots__/Banner.test.tsx.snap @@ -1,97 +1,11 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`danger banner 1`] = ` +exports[`Matches the snapshot 1`] = `
    - danger Banner - - danger banner - -
    -
    -`; - -exports[`default banner 1`] = ` - -
    - default Banner - - default banner - -
    -
    -`; - -exports[`info banner 1`] = ` - -
    - info Banner - - info banner - -
    -
    -`; - -exports[`sticky banner 1`] = ` - -
    - Sticky Banner - - default banner - -
    -
    -`; - -exports[`success banner 1`] = ` - -
    - success Banner - - success banner - -
    -
    -`; - -exports[`warning banner 1`] = ` - -
    - warning Banner - - warning banner - + Test
    `; diff --git a/packages/react-core/src/components/Banner/examples/Banner.md b/packages/react-core/src/components/Banner/examples/Banner.md index 8669d5220ea..49876b514a6 100644 --- a/packages/react-core/src/components/Banner/examples/Banner.md +++ b/packages/react-core/src/components/Banner/examples/Banner.md @@ -5,9 +5,28 @@ cssPrefix: pf-c-banner propComponents: ['Banner'] --- +import CheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/check-circle-icon'; +import ExclamationCircleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-circle-icon'; +import ExclamationTriangleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-triangle-icon'; +import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-icon'; +import BellIcon from '@patternfly/react-icons/dist/esm/icons/bell-icon'; + ## Examples ### Basic +Banners can be styled with one of 5 different colors. A basic banner should only be used when the banner color does not represent status or severity. + ```ts file="./BannerBasic.tsx" + +``` + +### Status + +When a banner is used to convey status, it is advised to pass in an icon inside the banner to convey the status in a way besides just color. The `screenReaderText` prop should also be passed in to convey the status/severity of the banner to users of certain assistive technologies such as screen readers. + +In the following example, a flex layout is used inside the banner content to show one possible way to create spacing between the icons and banner text. + +```ts file="./BannerStatus.tsx" + ``` diff --git a/packages/react-core/src/components/Banner/examples/BannerBasic.tsx b/packages/react-core/src/components/Banner/examples/BannerBasic.tsx index 71a895c37de..31ad5034525 100644 --- a/packages/react-core/src/components/Banner/examples/BannerBasic.tsx +++ b/packages/react-core/src/components/Banner/examples/BannerBasic.tsx @@ -2,17 +2,15 @@ import React from 'react'; import { Banner } from '@patternfly/react-core'; export const BannerBasic: React.FunctionComponent = () => ( - - Default banner + <> + Default banner
    - - Info banner - + Blue banner
    - Danger banner + Red banner
    - Success banner + Green banner
    - Warning banner -
    + Gold banner + ); diff --git a/packages/react-core/src/components/Banner/examples/BannerStatus.tsx b/packages/react-core/src/components/Banner/examples/BannerStatus.tsx new file mode 100644 index 00000000000..016c067a5b0 --- /dev/null +++ b/packages/react-core/src/components/Banner/examples/BannerStatus.tsx @@ -0,0 +1,56 @@ +import React from 'react'; +import { Banner, Flex, FlexItem } from '@patternfly/react-core'; +import CheckCircleIcon from '@patternfly/react-icons/dist/esm/icons/check-circle-icon'; +import ExclamationCircleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-circle-icon'; +import ExclamationTriangleIcon from '@patternfly/react-icons/dist/esm/icons/exclamation-triangle-icon'; +import InfoCircleIcon from '@patternfly/react-icons/dist/esm/icons/info-circle-icon'; +import BellIcon from '@patternfly/react-icons/dist/esm/icons/bell-icon'; + +export const BannerStatus: React.FunctionComponent = () => ( + <> + + + + + + Default banner + + +
    + + + + + + Info banner + + +
    + + + + + + Danger banner + + +
    + + + + + + Success banner + + +
    + + + + + + Warning banner + + + +); diff --git a/packages/react-core/src/components/Button/Button.tsx b/packages/react-core/src/components/Button/Button.tsx index e3013421b37..183dcc11df7 100644 --- a/packages/react-core/src/components/Button/Button.tsx +++ b/packages/react-core/src/components/Button/Button.tsx @@ -172,6 +172,7 @@ const ButtonBase: React.FunctionComponent = ({ ( + <> + +

    {`variant: ${variant}`}

    +

    Test label

    +

    {`isInline: ${isInline}`}

    +

    {`iconPosition: ${iconPosition}`}

    +
    {icon}
    + +); + +export const ButtonVariant = { plain: 'plain', link: 'link' }; diff --git a/packages/react-core/src/components/Button/__mocks__/index.ts b/packages/react-core/src/components/Button/__mocks__/index.ts new file mode 100644 index 00000000000..8b166a86e4d --- /dev/null +++ b/packages/react-core/src/components/Button/__mocks__/index.ts @@ -0,0 +1 @@ +export * from './Button'; diff --git a/packages/react-core/src/components/Button/__tests__/Button.test.tsx b/packages/react-core/src/components/Button/__tests__/Button.test.tsx index b8d19a3472e..a293b4037ee 100644 --- a/packages/react-core/src/components/Button/__tests__/Button.test.tsx +++ b/packages/react-core/src/components/Button/__tests__/Button.test.tsx @@ -103,6 +103,22 @@ describe('Button', () => { expect(asFragment()).toMatchSnapshot(); }); + test('isLoading inline link', () => { + const { asFragment } = render( + + ); + expect(asFragment()).toMatchSnapshot(); + }); + + test('isLoading icon only', () => { + const { asFragment } = render( +
    } /> + ); + expect(asFragment()).toMatchSnapshot(); + }); + test('allows passing in a string as the component', () => { const component = 'a'; render(); @@ -130,11 +146,4 @@ describe('Button', () => { render(); expect(screen.getByRole('button')).toHaveAttribute('tabindex', '0'); }); - - test('isLoading icon only', () => { - const { asFragment } = render( -
    } /> - ); - expect(asFragment()).toMatchSnapshot(); - }); }); diff --git a/packages/react-core/src/components/Button/__tests__/__snapshots__/Button.test.tsx.snap b/packages/react-core/src/components/Button/__tests__/__snapshots__/Button.test.tsx.snap index 29332d1d569..5ee1ae20183 100644 --- a/packages/react-core/src/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +++ b/packages/react-core/src/components/Button/__tests__/__snapshots__/Button.test.tsx.snap @@ -240,6 +240,42 @@ exports[`Button isLoading icon only 1`] = ` `; +exports[`Button isLoading inline link 1`] = ` + + + +`; + exports[`Button isSmall 1`] = ` {' '} {' '} +
    +
    {' '} ); }; diff --git a/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx b/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx index 82186d297d9..996a2f88d12 100644 --- a/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx +++ b/packages/react-core/src/components/CalendarMonth/CalendarMonth.tsx @@ -8,6 +8,7 @@ import AngleRightIcon from '@patternfly/react-icons/dist/esm/icons/angle-right-i import { css } from '@patternfly/react-styles'; import styles from '@patternfly/react-styles/css/components/CalendarMonth/calendar-month'; import { getUniqueId } from '../../helpers/util'; +import { isValidDate } from '../../helpers/datetimeUtils'; export enum Weekday { Sunday = 0, @@ -19,6 +20,15 @@ export enum Weekday { Saturday } +export interface CalendarMonthInlineProps { + /** Component wrapping the calendar month when used inline. Recommended to be 'article'. */ + component?: keyof JSX.IntrinsicElements; + /** Title of the calendar rendered above the inline calendar month. Recommended to be a 'title' component. */ + title?: React.ReactNode; + /** Id of the accessible label of the calendar month. Recommended to map to the title. */ + ariaLabelledby?: string; +} + /** Additional properties that extend from and can be passed to the main component. These * properties allow customizing the calendar formatting and aria-labels. */ @@ -48,6 +58,8 @@ export interface CalendarFormat { weekStart?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | Weekday; /** Accessible label for the year input. */ yearInputAriaLabel?: string; + /** Props used to ensure accessibility when displaying the calendar month inline. */ + inlineProps?: CalendarMonthInlineProps; } export interface CalendarProps extends CalendarFormat, Omit, 'onChange'> { @@ -109,8 +121,6 @@ const buildCalendar = (year: number, month: number, weekStart: number, validator const isSameDate = (d1: Date, d2: Date) => d1.getFullYear() === d2.getFullYear() && d1.getMonth() === d2.getMonth() && d1.getDate() === d2.getDate(); -export const isValidDate = (date: Date) => Boolean(date && !isNaN(date as any)); - const today = new Date(); /** The main calendar month component. */ @@ -134,6 +144,7 @@ export const CalendarMonth = ({ yearInputAriaLabel = 'Select year', cellAriaLabel, isDateFocused = false, + inlineProps, ...props }: CalendarProps) => { const longMonths = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11].map(monthNum => new Date(1990, monthNum)).map(monthFormat); @@ -233,7 +244,8 @@ export const CalendarMonth = ({ const isHoveredDateValid = isValidated(hoveredDate); const monthFormatted = monthFormat(focusedDate); const yearFormatted = yearFormat(focusedDate); - return ( + + const calendarToRender = (
    @@ -387,4 +399,16 @@ export const CalendarMonth = ({
    ); + + if (inlineProps !== undefined) { + const Component = (inlineProps.component ? inlineProps.component : 'article') as any; + return ( + + {inlineProps.title} + {calendarToRender} + + ); + } + return calendarToRender; }; +CalendarMonth.displayName = 'CalendarMonth'; diff --git a/packages/react-core/src/components/CalendarMonth/__tests__/CalendarMonth.test.tsx b/packages/react-core/src/components/CalendarMonth/__tests__/CalendarMonth.test.tsx index a5d5214408e..4b70968618e 100644 --- a/packages/react-core/src/components/CalendarMonth/__tests__/CalendarMonth.test.tsx +++ b/packages/react-core/src/components/CalendarMonth/__tests__/CalendarMonth.test.tsx @@ -55,3 +55,12 @@ test('Next year dates have correct year in aria label', () => { const nextYearDate = screen.getByRole('button', { name: '1 January 2025' }); expect(nextYearDate).toBeVisible(); }); + +test('InlineProps render correct wrapper component and attributes', () => { + render(Title
    , ariaLabelledby: "hi"}} />); + + const article = screen.getByRole('article'); + expect(article).toHaveAttribute('aria-labelledby', 'hi'); + const title = screen.getByText('Title'); + expect(title).toBeVisible(); +}); diff --git a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonth.md b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonth.md index 377c9422f54..0c3b27f6938 100644 --- a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonth.md +++ b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonth.md @@ -2,8 +2,7 @@ id: Calendar month section: components cssPrefix: pf-c-calendar-month -propComponents: ['CalendarMonth', 'CalendarFormat'] -beta: true +propComponents: ['CalendarMonth', 'CalendarFormat', 'CalendarMonthInlineProps'] --- ## Examples diff --git a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDateRange.tsx b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDateRange.tsx index 1afd9cdbbc9..1bdfd79ea46 100644 --- a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDateRange.tsx +++ b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDateRange.tsx @@ -1,10 +1,27 @@ import React from 'react'; -import { CalendarMonth } from '@patternfly/react-core'; +import { CalendarMonth, Title, CalendarMonthInlineProps } from '@patternfly/react-core'; export const CalendarMonthDateRange: React.FunctionComponent = () => { const startDate = new Date(2020, 10, 11); const endDate = new Date(2020, 10, 24); const disablePreStartDates = (date: Date) => date >= startDate; - return ; + const inlineProps: CalendarMonthInlineProps = { + component: 'article', + title: ( + + Calendar month displaying a range + + ), + ariaLabelledby: 'display-range' + }; + + return ( + + ); }; diff --git a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthSelectableDate.tsx b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthSelectableDate.tsx index d61f03d889c..f9fe55fd318 100644 --- a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthSelectableDate.tsx +++ b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthSelectableDate.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { CalendarMonth } from '@patternfly/react-core'; +import { CalendarMonth, Title, CalendarMonthInlineProps } from '@patternfly/react-core'; export const CalendarMonthSelectableDate: React.FunctionComponent = () => { const [date, setDate] = React.useState(new Date(2020, 10, 24)); @@ -9,10 +9,20 @@ export const CalendarMonthSelectableDate: React.FunctionComponent = () => { console.log(`updated month: ${newDate.getMonth()}, updated year: ${newDate.getFullYear()}`); }; + const inlineProps: CalendarMonthInlineProps = { + component: 'article', + title: ( + + Select your favorite date + + ), + ariaLabelledby: 'favorite-date' + }; + return ( - + <> +
    Selected date: {date.toString()}
    - -
    + ); }; diff --git a/packages/react-core/src/components/Card/Card.tsx b/packages/react-core/src/components/Card/Card.tsx index 129cf1aee32..e13e322a2be 100644 --- a/packages/react-core/src/components/Card/Card.tsx +++ b/packages/react-core/src/components/Card/Card.tsx @@ -18,11 +18,11 @@ export interface CardProps extends React.HTMLProps, OUIAProps { isCompact?: boolean; /** Modifies the card to include selectable styling */ isSelectable?: boolean; - /** @beta Specifies the card is selectable, and applies the new raised styling on hover and select */ + /** Specifies the card is selectable, and applies the new raised styling on hover and select */ isSelectableRaised?: boolean; /** Modifies the card to include selected styling */ isSelected?: boolean; - /** @beta Modifies a raised selectable card to have disabled styling */ + /** Modifies a raised selectable card to have disabled styling */ isDisabledRaised?: boolean; /** Modifies the card to include flat styling */ isFlat?: boolean; diff --git a/packages/react-core/src/components/ClipboardCopy/ClipboardCopy.tsx b/packages/react-core/src/components/ClipboardCopy/ClipboardCopy.tsx index 08fe93a5c01..413fb53ec8e 100644 --- a/packages/react-core/src/components/ClipboardCopy/ClipboardCopy.tsx +++ b/packages/react-core/src/components/ClipboardCopy/ClipboardCopy.tsx @@ -9,15 +9,10 @@ import { GenerateId } from '../../helpers/GenerateId/GenerateId'; import { ClipboardCopyButton } from './ClipboardCopyButton'; import { ClipboardCopyToggle } from './ClipboardCopyToggle'; import { ClipboardCopyExpanded } from './ClipboardCopyExpanded'; +import { getOUIAProps, OUIAProps } from '../../helpers'; export const clipboardCopyFunc = (event: React.ClipboardEvent, text?: React.ReactNode) => { - const clipboard = event.currentTarget.parentElement; - const el = document.createElement('textarea'); - el.value = text.toString(); - clipboard.appendChild(el); - el.select(); - document.execCommand('copy'); - clipboard.removeChild(el); + navigator.clipboard.writeText(text.toString()); }; export enum ClipboardCopyVariant { @@ -32,7 +27,7 @@ export interface ClipboardCopyState { copied: boolean; } -export interface ClipboardCopyProps extends Omit, 'onChange'> { +export interface ClipboardCopyProps extends Omit, 'onChange'>, OUIAProps { /** Additional classes added to the clipboard copy container. */ className?: string; /** Tooltip message to display when hover the copy button */ @@ -70,13 +65,15 @@ export interface ClipboardCopyProps extends Omit | 'left-end' | 'right-start' | 'right-end'; + /** @beta Opt-in for updated popper that does not use findDOMNode. */ + removeFindDomNode?: boolean; /** Maximum width of the tooltip (default 150px). */ maxWidth?: string; /** Delay in ms before the tooltip disappears. */ exitDelay?: number; /** Delay in ms before the tooltip appears. */ entryDelay?: number; - /** Delay in ms before the tooltip message switch to hover tip. */ + /** @deprecated Delay in ms before the tooltip message switch to hover tip. */ switchDelay?: number; /** A function that is triggered on clicking the copy button. */ onCopy?: (event: React.ClipboardEvent, text?: React.ReactNode) => void; @@ -86,6 +83,10 @@ export interface ClipboardCopyProps extends Omit children: React.ReactNode; /** Additional actions for inline clipboard copy. Should be wrapped with ClipboardCopyAction. */ additionalActions?: React.ReactNode; + /** Value to overwrite the randomly generated data-ouia-component-id.*/ + ouiaId?: number | string; + /** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */ + ouiaSafe?: boolean; } export class ClipboardCopy extends React.Component { @@ -100,6 +101,14 @@ export class ClipboardCopy extends React.Component = { @@ -111,14 +120,15 @@ export class ClipboardCopy extends React.Component undefined, textAriaLabel: 'Copyable input', toggleAriaLabel: 'Show content', - additionalActions: null + additionalActions: null, + ouiaSafe: true, + removeFindDomNode: false }; // eslint-disable-next-line @typescript-eslint/no-unused-vars @@ -151,6 +161,7 @@ export class ClipboardCopy extends React.Component + switchDelay, /* eslint-enable @typescript-eslint/no-unused-vars */ isReadOnly, isCode, @@ -158,7 +169,6 @@ export class ClipboardCopy extends React.Component {variant === 'inline-compact' && ( @@ -210,18 +224,10 @@ export class ClipboardCopy extends React.Component { - if (this.timer) { - window.clearTimeout(this.timer); - this.setState({ copied: false }); - } onCopy(event, this.state.text); - this.setState({ copied: true }, () => { - this.timer = window.setTimeout(() => { - this.setState({ copied: false }); - this.timer = null; - }, switchDelay); - }); + this.setState({ copied: true }); }} + onTooltipHidden={() => this.setState({ copied: false })} > {this.state.copied ? clickTip : hoverTip} @@ -263,18 +269,11 @@ export class ClipboardCopy extends React.Component { - if (this.timer) { - window.clearTimeout(this.timer); - this.setState({ copied: false }); - } onCopy(event, this.state.text); - this.setState({ copied: true }, () => { - this.timer = window.setTimeout(() => { - this.setState({ copied: false }); - this.timer = null; - }, switchDelay); - }); + this.setState({ copied: true }); }} + onTooltipHidden={() => this.setState({ copied: false })} + removeFindDomNode={removeFindDomNode} > {this.state.copied ? clickTip : hoverTip} diff --git a/packages/react-core/src/components/ClipboardCopy/ClipboardCopyButton.tsx b/packages/react-core/src/components/ClipboardCopy/ClipboardCopyButton.tsx index 43c5718be9f..30a83eee447 100644 --- a/packages/react-core/src/components/ClipboardCopy/ClipboardCopyButton.tsx +++ b/packages/react-core/src/components/ClipboardCopy/ClipboardCopyButton.tsx @@ -39,10 +39,14 @@ export interface ClipboardCopyButtonProps | 'left-end' | 'right-start' | 'right-end'; + /** @beta Opt-in for updated popper that does not use findDOMNode. */ + removeFindDomNode?: boolean; /** Aria-label for the copy button */ 'aria-label'?: string; /** Variant of the copy button */ variant?: 'control' | 'plain'; + /** Callback when tooltip's hide transition has finished executing */ + onTooltipHidden?: () => void; } export const ClipboardCopyButton: React.FunctionComponent = ({ @@ -56,6 +60,8 @@ export const ClipboardCopyButton: React.FunctionComponent {}, + removeFindDomNode = false, ...props }: ClipboardCopyButtonProps) => ( {children}
    } + onTooltipHidden={onTooltipHidden} + removeFindDomNode={removeFindDomNode} > - setValue(value)} /> + setValue(value)} /> ); }; diff --git a/packages/react-core/src/components/Dropdown/Dropdown.tsx b/packages/react-core/src/components/Dropdown/Dropdown.tsx index 622b0cd7e96..6307d9b19b0 100644 --- a/packages/react-core/src/components/Dropdown/Dropdown.tsx +++ b/packages/react-core/src/components/Dropdown/Dropdown.tsx @@ -62,6 +62,8 @@ export interface DropdownProps isFlipEnabled?: boolean; /** @beta Opt-in for updated popper that does not use findDOMNode. */ removeFindDomNode?: boolean; + /** z-index of the dropdown when menuAppendTo is not inline. */ + zIndex?: number; /** Value to overwrite the randomly generated data-ouia-component-id.*/ ouiaId?: number | string; /** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */ @@ -77,8 +79,9 @@ export const Dropdown: React.FunctionComponent = ({ alignments, contextProps, menuAppendTo = 'inline', - isFlipEnabled = false, + isFlipEnabled = true, removeFindDomNode = false, + zIndex = 9999, ...props }: DropdownProps) => ( = ({ menuAppendTo={menuAppendTo} isFlipEnabled={isFlipEnabled} removeFindDomNode={removeFindDomNode} + zIndex={zIndex} {...props} /> diff --git a/packages/react-core/src/components/Dropdown/DropdownToggleCheckbox.tsx b/packages/react-core/src/components/Dropdown/DropdownToggleCheckbox.tsx index e5d97184d5a..b3b0f42dbca 100644 --- a/packages/react-core/src/components/Dropdown/DropdownToggleCheckbox.tsx +++ b/packages/react-core/src/components/Dropdown/DropdownToggleCheckbox.tsx @@ -3,6 +3,7 @@ import styles from '@patternfly/react-styles/css/components/Dropdown/dropdown'; import { css } from '@patternfly/react-styles'; import { PickOptional } from '../../helpers/typeUtils'; import { getOUIAProps, OUIAProps, getDefaultOUIAId } from '../../helpers'; +import { Spinner } from '../Spinner'; export interface DropdownToggleCheckboxProps extends Omit, 'type' | 'onChange' | 'disabled' | 'checked'>, @@ -15,6 +16,8 @@ export interface DropdownToggleCheckboxProps isDisabled?: boolean; /** Flag to show if the checkbox is checked */ isChecked?: boolean | null; + /** @beta Flag to show if the checkbox is in progress */ + isInProgress?: boolean | null; /** Alternate Flag to show if the checkbox is checked */ checked?: boolean | null; /** A callback for when the checkbox selection changes */ @@ -25,6 +28,10 @@ export interface DropdownToggleCheckboxProps id: string; /** Aria-label of the checkbox */ 'aria-label': string; + /** @beta Text describing current loading status or progress */ + defaultProgressAriaValueText?: string; + /** @beta Aria-label for the default progress icon to describe what is loading */ + defaultProgressAriaLabel?: string; /** Value to overwrite the randomly generated data-ouia-component-id.*/ ouiaId?: number | string; /** Set the value of data-ouia-safe. Only set to true when the component is in a static state, i.e. no animations are occurring. At all other times, this value must be false. */ @@ -68,6 +75,9 @@ export class DropdownToggleCheckbox extends React.Component + ); + const text = children && ( ); return ( -