@patternfly/react-docs 5.42.1 → 5.42.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 5.42.5 (2021-12-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.42.4 (2021-12-14)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-docs
20
+
21
+
22
+
23
+
24
+
25
+ ## 5.42.3 (2021-12-13)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-docs
28
+
29
+
30
+
31
+
32
+
33
+ ## 5.42.2 (2021-12-13)
34
+
35
+ **Note:** Version bump only for package @patternfly/react-docs
36
+
37
+
38
+
39
+
40
+
6
41
  ## 5.42.1 (2021-12-09)
7
42
 
8
43
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,72 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ ## 2021.16 release notes (2021-12-13)
7
+ - [@patternfly/react-catalog-view-extension@4.32.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.32.1)
8
+ - [@patternfly/react-charts@6.34.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.34.1)
9
+ - [@patternfly/react-code-editor@4.22.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.22.1)
10
+ - [@patternfly/react-core@4.181.1](https://www.npmjs.com/package/@patternfly/react-core/v/4.181.1)
11
+ - [@patternfly/react-icons@4.32.1](https://www.npmjs.com/package/@patternfly/react-icons/v/4.32.1)
12
+ - [@patternfly/react-inline-edit-extension@4.26.1](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.26.1)
13
+ - [@patternfly/react-log-viewer@4.26.1](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.26.1)
14
+ - [@patternfly/react-styles@4.31.1](https://www.npmjs.com/package/@patternfly/react-styles/v/4.31.1)
15
+ - [@patternfly/react-table@4.50.1](https://www.npmjs.com/package/@patternfly/react-table/v/4.50.1)
16
+ - [@patternfly/react-tokens@4.33.1](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.33.1)
17
+ - [@patternfly/react-topology@4.28.1](https://www.npmjs.com/package/@patternfly/react-topology/v/4.28.1)
18
+ - [@patternfly/react-virtualized-extension@4.28.1](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.28.1)
19
+
20
+ ### Components
21
+ - **Action list:**
22
+ - Added support for classname ([#6647](https://github.com/patternfly/patternfly-react/pull/6647))
23
+ - **Alert:**
24
+ - Allowed all heading levels for title ([#6628](https://github.com/patternfly/patternfly-react/pull/6628))
25
+ - **Alert:**
26
+ - Converted examples to functional with typescript ([#6634](https://github.com/patternfly/patternfly-react/pull/6634))
27
+ - **Card:**
28
+ - Added disabled card and cleaned up props ([#6659](https://github.com/patternfly/patternfly-react/pull/6659))
29
+ - Updated card demos to use select instead of dropdown ([#6639](https://github.com/patternfly/patternfly-react/pull/6639))
30
+ - **Context selector:**
31
+ - Added support for focus trap to be made inactive ([#6638](https://github.com/patternfly/patternfly-react/pull/6638))
32
+ - **Date picker:**
33
+ - Updated to allow date picker users to open the calendar programatically ([#6632](https://github.com/patternfly/patternfly-react/pull/6632))
34
+ - **Drag drop:**
35
+ - Fixed to not overwrite children class with droppable class ([#6672](https://github.com/patternfly/patternfly-react/pull/6672))
36
+ - **Dropdown:**
37
+ - Added toggle variants ([#6651](https://github.com/patternfly/patternfly-react/pull/6651))
38
+ - **Dual list selector:**
39
+ - Added composable tree example ([#6652](https://github.com/patternfly/patternfly-react/pull/6652))
40
+ - **Menu toggle:**
41
+ - Added plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/pull/6627))
42
+ - **Pagination:**
43
+ - Updated `toggleTemplate` description to include `ofWord` prop ([#6622](https://github.com/patternfly/patternfly-react/pull/6622))
44
+ - **Popover:**
45
+ - Added alert variants ([#6664](https://github.com/patternfly/patternfly-react/pull/6664))
46
+ - Forwarded focus to close button with voice over click ([#6660](https://github.com/patternfly/patternfly-react/pull/6660))
47
+ - **Select:**
48
+ - Added ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/pull/6670))
49
+ - Fixed no autocomplete for typeahead select ([#6623](https://github.com/patternfly/patternfly-react/pull/6623))
50
+ - **Slider:**
51
+ - Fixed examples with custom steps and input ([#6662](https://github.com/patternfly/patternfly-react/pull/6662))
52
+ - Aded input resizing ([#6612](https://github.com/patternfly/patternfly-react/pull/6612))
53
+ - **Tabs:**
54
+ - Added nested Tabs demo ([#6645](https://github.com/patternfly/patternfly-react/pull/6645))
55
+ - **Text input group:**
56
+ - Added auto-complete search demo ([#6661](https://github.com/patternfly/patternfly-react/pull/6661))
57
+ - **Tile:**
58
+ - Fixed selecting tile in tile demo ([#6653](https://github.com/patternfly/patternfly-react/pull/6653))
59
+ - **Toolbar:**
60
+ - Fixed toolbar links under props in jump links ([#6675](https://github.com/patternfly/patternfly-react/pull/6675))
61
+
62
+ ### Table
63
+ - Rewrote examples using TypeScript, hooks. Row data decoupled from PF structure. Deduplicated state ([#6168](https://github.com/patternfly/patternfly-react/pull/6168))
64
+
65
+ ### Other
66
+ - **Chore:**
67
+ - Made OUIA counter update for node/SSR/NextJS ([#6668](https://github.com/patternfly/patternfly-react/pull/6668))
68
+ - Updated react and react-dom types ([#6583](https://github.com/patternfly/patternfly-react/pull/6583))
69
+ - Updated to use JSDoc comments for all deprecations ([#6613](https://github.com/patternfly/patternfly-react/pull/6613))
70
+ - **Deps:** Update dependency theme-patternfly-org to v0.8.12 ([#6640](https://github.com/patternfly/patternfly-react/pull/6640))
71
+
6
72
  ## 2021.15 release notes (2021-11-17)
7
73
  - [@patternfly/react-catalog-view-extension@4.26.4](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.26.4)
8
74
  - [@patternfly/react-charts@6.28.4](https://www.npmjs.com/package/@patternfly/react-charts/v/6.28.4)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/react-docs",
3
3
  "description": "PatternFly React Docs",
4
- "version": "5.42.1",
4
+ "version": "5.42.5",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@patternfly/patternfly": "4.164.2",
26
- "@patternfly/react-catalog-view-extension": "^4.32.1",
27
- "@patternfly/react-charts": "^6.34.1",
28
- "@patternfly/react-code-editor": "^4.22.1",
29
- "@patternfly/react-core": "^4.181.1",
30
- "@patternfly/react-icons": "^4.32.1",
31
- "@patternfly/react-inline-edit-extension": "^4.26.1",
32
- "@patternfly/react-log-viewer": "^4.26.1",
33
- "@patternfly/react-styles": "^4.31.1",
34
- "@patternfly/react-table": "^4.50.1",
35
- "@patternfly/react-tokens": "^4.33.1",
36
- "@patternfly/react-topology": "^4.28.1",
37
- "@patternfly/react-virtualized-extension": "^4.28.1"
26
+ "@patternfly/react-catalog-view-extension": "^4.32.5",
27
+ "@patternfly/react-charts": "^6.34.5",
28
+ "@patternfly/react-code-editor": "^4.22.5",
29
+ "@patternfly/react-core": "^4.181.5",
30
+ "@patternfly/react-icons": "^4.32.5",
31
+ "@patternfly/react-inline-edit-extension": "^4.26.5",
32
+ "@patternfly/react-log-viewer": "^4.26.5",
33
+ "@patternfly/react-styles": "^4.31.5",
34
+ "@patternfly/react-table": "^4.50.5",
35
+ "@patternfly/react-tokens": "^4.33.5",
36
+ "@patternfly/react-topology": "^4.28.5",
37
+ "@patternfly/react-virtualized-extension": "^4.28.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "bc3dc77b8d33e06e58b2273bc85c2b87e6bda3b5"
56
+ "gitHead": "23202e2b45e7538d5c0e6516c8b3f65431968a0a"
57
57
  }