Commit a7d3ada
fix(DatePicker): resolved page scrolling bug (patternfly#9401)
* Rebase postv5 (patternfly#9393)
* chore(deps): bump docs framework (patternfly#9370)
* chore(docs): Updated screenshots (patternfly#9337)
* chore(docs): Updated screenshots
* updated screenshots after logo update
---------
Co-authored-by: Titani <tlabaj@redaht.com>
* chore(release): releasing packages [ci skip]
- @patternfly/react-docs@6.0.0-prerelease.26
* chore(deps): bump to latest chore version (patternfly#9389)
* chore(deps): bump to latest chore version
* bump to 16
* chore(release): releasing packages [ci skip]
- @patternfly/react-charts@7.0.0-prerelease.12
- @patternfly/react-code-editor@5.0.0-prerelease.24
- @patternfly/react-core@5.0.0-prerelease.24
- @patternfly/react-docs@6.0.0-prerelease.27
- @patternfly/react-icons@5.0.0-prerelease.9
- demo-app-ts@5.0.0-prerelease.22
- @patternfly/react-styles@5.0.0-prerelease.7
- @patternfly/react-table@5.0.0-prerelease.24
- @patternfly/react-tokens@5.0.0-prerelease.9
* fix(fileupload): use default readonly text input instead of plain (patternfly#9387)
* fix(fileupload): use default readonly text input instead of plain
* chore(build): snaps
* fix(CodeEditor): prevent clicks in textarea from opening fileupload (patternfly#9385)
* fix(toolbar): added chip container class to toolbar content (patternfly#9379)
* feat(Menu): added support for tooltips to menu (patternfly#9382)
* fix(whitespace): Update readme to trigger release
* chore(release): releasing packages [ci skip]
- @patternfly/react-code-editor@5.0.0-prerelease.25
- @patternfly/react-core@5.0.0-prerelease.25
- @patternfly/react-docs@6.0.0-prerelease.28
- demo-app-ts@5.0.0-prerelease.23
- @patternfly/react-table@5.0.0-prerelease.25
* fix(Toolbar): resolved typeerror on full page demo (patternfly#9355)
* chore(TreeView): converted examples to TS (patternfly#9286)
* fix(ExpandableSection): added ARIA attributes (patternfly#9303)
* fix(ExpandableSection): added ARIA attributes
* Updated failing snapshots due to mismatching generated ID
* chore(Tooltip): updated unit tests (patternfly#9295)
* chore(Tooltip): updated unit tests
* Updated mock and tests
* Updated based on Austin feedback
* Updated integration tests
* Removed unused imports
* Updated remaining tests using Popper mock
* Removed extraenous snapshot test
* Removed test
* Split out onTooltipHidden test
* chore(Card): added tests for new clickable/selectable (patternfly#9262)
* chore(Card): added tests for new clickable/selectable
* Added tests for clickable cards
* Updated card with actions test
* fix(Slider): reverted taborder (patternfly#9293)
* fix(chore): Fix deprecated wizard integration tests (patternfly#9312)
* fix(chore): Fix deprecated wizard integration tests
* updated non deprecated test as well
---------
Co-authored-by: Titani <tlabaj@redaht.com>
---------
Co-authored-by: Titani <tlabaj@redaht.com>
Co-authored-by: patternfly-build <patternfly-build@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Dallas <dallas.nicol@gmail.com>
Co-authored-by: Dana Gutride <dgutride@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
* fix(DatePicker): resolved page scrolling bug
* Updated snapshots after rebase
* Fixed wrong date being focused after selection
* Fixed linting errors
---------
Co-authored-by: Titani Labaj <39532947+tlabaj@users.noreply.github.com>
Co-authored-by: Titani <tlabaj@redaht.com>
Co-authored-by: patternfly-build <patternfly-build@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Dallas <dallas.nicol@gmail.com>
Co-authored-by: Dana Gutride <dgutride@gmail.com>1 parent f0c5c9a commit a7d3ada
File tree
5 files changed
+67
-5
lines changed- packages/react-core/src/components
- CalendarMonth
- DatePicker
- Popover
- examples
5 files changed
+67
-5
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | 183 | | |
185 | 184 | | |
186 | | - | |
187 | | - | |
188 | 185 | | |
189 | 186 | | |
190 | 187 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
217 | 223 | | |
218 | 224 | | |
219 | 225 | | |
| 226 | + | |
220 | 227 | | |
221 | 228 | | |
222 | 229 | | |
| |||
232 | 239 | | |
233 | 240 | | |
234 | 241 | | |
235 | | - | |
236 | 242 | | |
237 | 243 | | |
238 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
| |||
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
288 | | - | |
| 293 | + | |
289 | 294 | | |
290 | 295 | | |
291 | 296 | | |
| |||
404 | 409 | | |
405 | 410 | | |
406 | 411 | | |
| 412 | + | |
407 | 413 | | |
408 | 414 | | |
409 | 415 | | |
410 | 416 | | |
411 | 417 | | |
412 | 418 | | |
413 | 419 | | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
414 | 432 | | |
415 | 433 | | |
416 | 434 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments