@patternfly/react-docs 5.25.1 → 5.29.4

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,151 @@
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.29.4 (2021-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.29.3 (2021-10-26)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.29.2 (2021-10-26)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b))
34
+
35
+
36
+
37
+
38
+
39
+ ## 5.29.1 (2021-10-26)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012))
45
+
46
+
47
+
48
+
49
+
50
+ # 5.29.0 (2021-10-26)
51
+
52
+
53
+ ### Features
54
+
55
+ * **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))
56
+
57
+
58
+
59
+
60
+
61
+ ## 5.28.1 (2021-10-26)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c))
67
+
68
+
69
+
70
+
71
+
72
+ # 5.28.0 (2021-10-26)
73
+
74
+
75
+ ### Features
76
+
77
+ * **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)
78
+
79
+
80
+
81
+
82
+
83
+ ## 5.27.4 (2021-10-26)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088))
89
+
90
+
91
+
92
+
93
+
94
+ ## 5.27.3 (2021-10-26)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2))
100
+
101
+
102
+
103
+
104
+
105
+ ## 5.27.2 (2021-10-25)
106
+
107
+ **Note:** Version bump only for package @patternfly/react-docs
108
+
109
+
110
+
111
+
112
+
113
+ ## 5.27.1 (2021-10-25)
114
+
115
+ **Note:** Version bump only for package @patternfly/react-docs
116
+
117
+
118
+
119
+
120
+
121
+ # 5.27.0 (2021-10-25)
122
+
123
+
124
+ ### Features
125
+
126
+ * **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))
127
+
128
+
129
+
130
+
131
+
132
+ ## 5.26.1 (2021-10-21)
133
+
134
+ **Note:** Version bump only for package @patternfly/react-docs
135
+
136
+
137
+
138
+
139
+
140
+ # 5.26.0 (2021-10-21)
141
+
142
+
143
+ ### Features
144
+
145
+ * **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))
146
+
147
+
148
+
149
+
150
+
6
151
  ## 5.25.1 (2021-10-21)
7
152
 
8
153
 
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.25.1",
4
+ "version": "5.29.4",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -22,19 +22,19 @@
22
22
  "test:a11y": "patternfly-a11y --config patternfly-a11y.config"
23
23
  },
24
24
  "dependencies": {
25
- "@patternfly/patternfly": "4.147.1",
26
- "@patternfly/react-catalog-view-extension": "^4.15.1",
27
- "@patternfly/react-charts": "^6.17.1",
28
- "@patternfly/react-code-editor": "^4.5.1",
29
- "@patternfly/react-core": "^4.164.1",
30
- "@patternfly/react-icons": "^4.15.1",
31
- "@patternfly/react-inline-edit-extension": "^4.9.1",
32
- "@patternfly/react-log-viewer": "^4.9.1",
33
- "@patternfly/react-styles": "^4.14.1",
34
- "@patternfly/react-table": "^4.33.1",
35
- "@patternfly/react-tokens": "^4.16.1",
36
- "@patternfly/react-topology": "^4.11.1",
37
- "@patternfly/react-virtualized-extension": "^4.11.1"
25
+ "@patternfly/patternfly": "4.151.3",
26
+ "@patternfly/react-catalog-view-extension": "^4.19.4",
27
+ "@patternfly/react-charts": "^6.21.4",
28
+ "@patternfly/react-code-editor": "^4.9.4",
29
+ "@patternfly/react-core": "^4.168.4",
30
+ "@patternfly/react-icons": "^4.19.4",
31
+ "@patternfly/react-inline-edit-extension": "^4.13.4",
32
+ "@patternfly/react-log-viewer": "^4.13.4",
33
+ "@patternfly/react-styles": "^4.18.4",
34
+ "@patternfly/react-table": "^4.37.4",
35
+ "@patternfly/react-tokens": "^4.20.4",
36
+ "@patternfly/react-topology": "^4.15.4",
37
+ "@patternfly/react-virtualized-extension": "^4.15.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -44,7 +44,7 @@
44
44
  "react-dom": "^17.0.0",
45
45
  "rimraf": "^2.6.3",
46
46
  "shx": "^0.3.2",
47
- "theme-patternfly-org": "0.7.12"
47
+ "theme-patternfly-org": "0.7.13"
48
48
  },
49
49
  "keywords": [
50
50
  "gatsby"
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "ee038be10e2fb095affe47c5a31af65564fd2442"
56
+ "gitHead": "84c2450e8f45e7807dc1e35a09dbb399d2aa282e"
57
57
  }