v5.3.0
What's Changed
- fix: demo-app version bump issue by @nicolethoen in #10072
- fix(charts): adjust for Victory type changes by @dlabrecq in #10082
- feat(CodeEditor): pass additional props to monaco-editor, update readme by @kmcfaul in #10080
- feat(JumpLinks): support passing a reference to scroll element by @adamviktora in #9961
- fix(Menu toggle): Passed aria label prop value to typeahead variant by @tlabaj in #10084
- Revert "bug(ClipboardCopy): change children type to string" by @tlabaj in #9895
- feat(DualListSelector next): Add next composable Dual List Selector by @mfrances17 in #9901
- fix(Popper): check for undefined by @adamviktora in #10086
- Chore - Chart - Clean up tooltip examples by @dlabrecq in #10094
- bug(Select): expose height and max height props for Menu content by @tlabaj in #10075
- feat(SearchInput): Add ability to add id to input in SearchInput component by @jessiehuff in #9974
- chore(DashboardWrapper,DashboardHeader): fix for table imports by @kmcfaul in #10114
- chore(deps): bump to latest core by @tlabaj in #10116
- fix(charts) - ChartLegendTooltip.title has wrong type by @dlabrecq in #10129
- fix(Select): focus first item when opened by click by @wise-king-sullyman in #10125
- fix(Menu): Fix crash in menu referencing invalid array index by @jamestalton in #10153
- fix(DatePicker) Address datepicker crashing when manually entering year by @ibolton336 in #10134
- fix(Table): remove demos from package exports by @wise-king-sullyman in #10165
- chore(Drag and drop): Marked old implementation as deprecated by @tlabaj in #10145
- chore(CI): reenable release dist caching by @wise-king-sullyman in #10148
- chore(deps): update dependency @patternfly/patternfly to v5.3.0-prerelease.4 by @renovate in #10147
- fix(docs): fix undefined dashboard wrapper error in demos by @wise-king-sullyman in #10191
- chore(react-code-editor): add missing
monaco-editor
dependency by @jonkoops in #10198 - chore(deps): update dependency @patternfly/patternfly to v5.3.0-prerelease.5 by @renovate in #10200
- fix(ClipboardCopy): warn when clipboard API is unavailable by @wise-king-sullyman in #10186
- bug(Select): Remove checkbox from no results found option by @ibolton336 in #10163
- fix(Table): updated a11y for empty/nontext Th components by @thatblindgeye in #10152
- fix(Table): added ActionsColumn prop to control close on click by @thatblindgeye in #10179
- fix(TableSortableResponsive demo): end page number by @adamviktora in #10170
- fix(MenuToggle): fix indeterminate checkbox error, toggle click behavior by @kmcfaul in #10066
- chore: simplify Babel configuration by @jonkoops in #10189
- fix(misc): demos not working due to variables not defined by @adamviktora in #10169
- feat(Dropdown): Added support for setting height for dropdown by @tlabaj in #10149
- fix(GenerateId): add randomness to id generator to prevent id collisions by @wise-king-sullyman in #10178
- feat(templates): add templates package by @kmcfaul in #10110
- feat(MenuToggle/Select): add status by @kmcfaul in #10209
- fix(TextArea): remove invalid
onFocus
andonBlur
props by @jonkoops in #10193 - fix(Card): updated v5 logic to prevent unclickable cards by @thatblindgeye in #10202
- Convert right-to-left demo to TS by @ajaypratap003 in #10164
- feat(Select): add checkbox variant of the simple select template by @wise-king-sullyman in #10159
- chore(Table): added more arialabeling for empty/nontext Table headers by @thatblindgeye in #10205
- feat(Label): allow clickable labels to be disabled by @adamviktora in #10199
- fix(GenerateId): revert default behavior change by @wise-king-sullyman in #10232
- feat(MenuToggle): allow split action toggle text by @kmcfaul in #10256
- fix(demos): Fixed the broken alert and navigation demos by @tlabaj in #10286
New Contributors
- @ajaypratap003 made their first contribution in #10164
Full Changelog: v5.2.0...v5.3.0