@patternfly/react-docs 5.27.0 → 5.29.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +145 -0
  2. package/package.json +15 -15
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.7 (2021-10-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * change transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/issues/6515)) ([efcb357](https://github.com/patternfly/patternfly-react/commit/efcb3573b71541328ce2b16caa80ce33b2a62131))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.29.6 (2021-10-26)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-docs
20
+
21
+
22
+
23
+
24
+
25
+ ## 5.29.5 (2021-10-26)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **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))
31
+
32
+
33
+
34
+
35
+
36
+ ## 5.29.4 (2021-10-26)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209))
42
+
43
+
44
+
45
+
46
+
47
+ ## 5.29.3 (2021-10-26)
48
+
49
+
50
+ ### Bug Fixes
51
+
52
+ * **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e))
53
+
54
+
55
+
56
+
57
+
58
+ ## 5.29.2 (2021-10-26)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b))
64
+
65
+
66
+
67
+
68
+
69
+ ## 5.29.1 (2021-10-26)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012))
75
+
76
+
77
+
78
+
79
+
80
+ # 5.29.0 (2021-10-26)
81
+
82
+
83
+ ### Features
84
+
85
+ * **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))
86
+
87
+
88
+
89
+
90
+
91
+ ## 5.28.1 (2021-10-26)
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c))
97
+
98
+
99
+
100
+
101
+
102
+ # 5.28.0 (2021-10-26)
103
+
104
+
105
+ ### Features
106
+
107
+ * **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)
108
+
109
+
110
+
111
+
112
+
113
+ ## 5.27.4 (2021-10-26)
114
+
115
+
116
+ ### Bug Fixes
117
+
118
+ * **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088))
119
+
120
+
121
+
122
+
123
+
124
+ ## 5.27.3 (2021-10-26)
125
+
126
+
127
+ ### Bug Fixes
128
+
129
+ * **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2))
130
+
131
+
132
+
133
+
134
+
135
+ ## 5.27.2 (2021-10-25)
136
+
137
+ **Note:** Version bump only for package @patternfly/react-docs
138
+
139
+
140
+
141
+
142
+
143
+ ## 5.27.1 (2021-10-25)
144
+
145
+ **Note:** Version bump only for package @patternfly/react-docs
146
+
147
+
148
+
149
+
150
+
6
151
  # 5.27.0 (2021-10-25)
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.27.0",
4
+ "version": "5.29.7",
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.17.0",
27
- "@patternfly/react-charts": "^6.19.0",
28
- "@patternfly/react-code-editor": "^4.7.0",
29
- "@patternfly/react-core": "^4.166.0",
30
- "@patternfly/react-icons": "^4.17.0",
31
- "@patternfly/react-inline-edit-extension": "^4.11.0",
32
- "@patternfly/react-log-viewer": "^4.11.0",
33
- "@patternfly/react-styles": "^4.16.0",
34
- "@patternfly/react-table": "^4.35.0",
35
- "@patternfly/react-tokens": "^4.18.0",
36
- "@patternfly/react-topology": "^4.13.0",
37
- "@patternfly/react-virtualized-extension": "^4.13.0"
25
+ "@patternfly/patternfly": "4.151.3",
26
+ "@patternfly/react-catalog-view-extension": "^4.19.7",
27
+ "@patternfly/react-charts": "^6.21.7",
28
+ "@patternfly/react-code-editor": "^4.9.7",
29
+ "@patternfly/react-core": "^4.168.7",
30
+ "@patternfly/react-icons": "^4.19.7",
31
+ "@patternfly/react-inline-edit-extension": "^4.13.7",
32
+ "@patternfly/react-log-viewer": "^4.13.7",
33
+ "@patternfly/react-styles": "^4.18.7",
34
+ "@patternfly/react-table": "^4.37.7",
35
+ "@patternfly/react-tokens": "^4.20.7",
36
+ "@patternfly/react-topology": "^4.15.7",
37
+ "@patternfly/react-virtualized-extension": "^4.15.7"
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": "764f2e5fc14e50e0fd2613400ecdf360ae500acd"
56
+ "gitHead": "eade4414d728bd8e6dae15d7c668894086335c30"
57
57
  }