v5.2.0
What's Changed
- chore(DashboardWrapper + DashboardHeader) convert to TS by @Dominik-Petrik in #9618
- chore(CodeBlock): update tests by @jenny-s51 in #9546
- chore(Button): update tests by @kmcfaul in #9558
- fix(CodeEditor): hide button and link when read-only by @mfrances17 in #9668
- fix(build): Fixed version mismatch issue by @tlabaj in #9716
- chore(deps): update devdependencies by @renovate in #9573
- fix(charts): legendAllowWrap function generates an error by @dlabrecq in #9719
- chore(TextInputGroup): allow input in basic example by @mfrances17 in #9650
- fix(BackToTop): fix null exception on load by @mfrances17 in #9665
- docs(Text): add description by @kmcfaul in #9583
- chore(Wizard): updated integration tests to avoid PR failures by @thatblindgeye in #9631
- chore(deps): update devdependencies by @renovate in #9723
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.1 by @renovate in #9717
- chore: update references to new workspace URL by @nicolethoen in #9623
- docs(Wizard): remove "next" references by @gitdallas in #9720
- feat(Wizard): Add prop for nav aria label by @mfrances17 in #9730
- chore(deps): update devdependencies by @renovate in #9727
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.2 by @renovate in #9733
- chore(deps): update devdependencies by @renovate in #9734
- chore(deps): update devdependencies to v7.23.2 by @renovate in #9739
- refactor(misc): CSS harcoded variables and classes replaced with react-tokens and react-styles by @adamviktora in #9266
- chore(deps): update dependency @babel/core to v7.23.2 by @renovate in #9741
- chore(Card): convert Card react demos to TS by @jenny-s51 in #9561
- docs(Alert): update AlertActionLink props so they follow guidelines by @adamviktora in #9666
- chore(docs): fix link on button page by @evwilkin in #9746
- chore(Toolbar) convert demos to TS by @Dominik-Petrik in #9475
- fix(popper): update trigger element when content changes by @kmcfaul in #9738
- chore(deps): update devdependencies by @renovate in #9742
- chore(Wizard) convert demos to TS by @Dominik-Petrik in #9479
- feat(Search input): Added a prop to display utilities by @tlabaj in #9729
- fix(CalendarMonth): does not skip a month on arrow click by @adamviktora in #9722
- fix(popper): update popper when menu content changes by @kmcfaul in #9747
- chore(Nav): convert demos to TS by @adamviktora in #9487
- fix(InputGroup): don't add aria-describedby automatically by @dgdavid in #9670
- feat(Nav): Updated to add wrapper for nav link text by @tlabaj in #9740
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.3 by @renovate in #9762
- fix(react-icons): rename custom icons by @mfrances17 in #9759
- chore(ChipGroup): update tests by @jenny-s51 in #9547
- chore(Chip): updated unit tests by @thatblindgeye in #9572
- fix(popper): improve flip behavior in RTL by @wise-king-sullyman in #9640
- fix(Menu): allow caret to move in input under Menu on left/right arrow press by @adamviktora in #9751
- chore(RTL): move RTL helper to utils file, refactor components to use it by @wise-king-sullyman in #9766
- fix(ExpandableSection): show toggle button in truncate variant if content changes dynamically by @adamviktora in #9758
- chore(Checkbox): updated tests by @wise-king-sullyman in #9756
- chore(ClipboardCopy): updated tests by @thatblindgeye in #9574
- fix(RTL): added right-to-left page demo by @mcoker in #9694
- fix(Wizard): onStepChange - skip isDisabled & isHidden by @jpuzz0 in #9748
- fix(Text input): Added aria-expanded by @tlabaj in #9705
- fix(Notification Drawer): Added screen reader text for notification drawer item read state by @tlabaj in #9569
- feat(Wizard): ability to add props to WizardFooter buttons by @adamviktora in #9709
- chore(Divider): update tests to new standards by @mfrances17 in #9714
- fix(TreeView): define button type by @kmcfaul in #9770
- bug(build): fixed built ESM files importing CJS files from react-styles by @wise-king-sullyman in #9347
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.4 by @renovate in #9780
- feat(Datalist): implement full page Basic demo to match HTML #9048 by @Kells512 in #9087
- fix(ClipboardCopy): keep caret position when typing in expanded block by @adamviktora in #9772
- chore(deps): update devdependencies by @renovate in #9757
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.5 by @renovate in #9806
- chore(deps): update devdependencies by @renovate in #9800
- fix(DatePicker): updated logic for parsing and focus management by @thatblindgeye in #9794
- chore(PrimaryDetail): convert demos to TS by @jenny-s51 in #9787
- chore(misc): clean up instances of Array.apply by @jenny-s51 in #9798
- chore(eslint): Added React Testing Library linter plugin by @wise-king-sullyman in #9805
- chore(DataList): update tests by @kmcfaul in #9672
- bug(ClipboardCopy): change children type to string by @gitdallas in #9743
- chore(deps): update devdependencies by @renovate in #9817
- fix Search Input - composable advanced search demo by @MariaAga in #9484
- docs(custom menu): add example with search input inline filtering by @adamviktora in #9687
- chore(HelperText): update tests by @kmcfaul in #9761
- fix(Chip): update tooltip vis when chip updates by @kmcfaul in #9819
- chore(DescriptionList): update tests by @kmcfaul in #9753
- chore(TreeView): updated tests by @thatblindgeye in #9773
- chore(Table) convert demos to ts by @Dominik-Petrik in #9621
- chore(deps): update devdependencies by @renovate in #9829
- docs(select): Adds documentation to React examples. by @edonehoo in #9536
- chore(deps): update devdependencies by @renovate in #9833
- chore(deps): update devdependencies by @renovate in #9837
- fix link to patternfly community contributors document by @yurith-rubio in #9840
- chore(deps): update devdependencies by @renovate in #9846
- fix(Table): make tooltip prop consistent by @kmcfaul in #9803
- chore(DataList): convert data list react demo to TS by @jenny-s51 in #9818
- fix(AlertGroupDemo): crashed when adding default alerts by @MariaAga in #9826
- chore(deps): update dependency @types/jest to v29.5.11 by @renovate in #9854
- Popover FocusTrap returnFocusOnDeactivate prop dependent on withFocusTrap prop #9866 by @jschuler in #9865
- chore(deps): update dependency @patternfly/patternfly to v5.2.0-prerelease.7 by @renovate in #9867
- chore(deps): update devdependencies by @renovate in #9873
- Add download to MenuItem by @rhamilto in #9892
- feat(Accordion): added toggle alignment functionality by @thatblindgeye in #9877
- chore(deps): update devdependencies by @renovate in #9885
- Chore: add primary button with icon to button docs by @nicolethoen in #9871
- fix(Chip): prevented duplicate ID being applied by @thatblindgeye in #9886
- chore(expandablesection): Added a demo to show how to use expandable section to create an expandable text component. by @dlabaj in #9887
- feat(CodeEditor): use new monaco package by @kmcfaul in #9842
- feat(Modal next): Introduce a next composable Modal by @tlabaj in #9852
- chore(build): Fix lint issues by @tlabaj in #9938
- feat(DragDrop): new drag drop styling fixes by @kmcfaul in #9784
- Add support for isLabelWrapped and component in Checkbox / Radio by @adamviktora in #9830
- chore(build): Fix lint errors by @tlabaj in #9950
- chore(deps): update devdependencies by @renovate in #9932
- fix(Popover): click event trigger logic by @kmcfaul in #9952
- Update react-core dist/dynamic to include exported styles by @vojtechszocs in #9939
- chore(deps): update devdependencies by @renovate in #9955
- FileUploadField fix to set name attribute on input element by @jamestalton in #9941
- chore(deps): update devdependencies by @renovate in #9967
- Update Victory dependencies by @dlabrecq in #9963
- fix(Clipboard copy): Fixed regression with updating main content when… by @tlabaj in #9975
- fix(ClipboardCopy): update main content on children change when expanded by @adamviktora in #10015
- feat(DragDrop): fix import warning by @kmcfaul in #10023
- fix: prevent console warning in checkbox & radio by @nicolethoen in #10048
- Revert release attempt by @nicolethoen in #10062
- chore(build): add script to stop exporting demos in built files by @wise-king-sullyman in #10063
New Contributors
- @Kells512 made their first contribution in #9087
- @yurith-rubio made their first contribution in #9840
- @jamestalton made their first contribution in #9941
Full Changelog: v5.1.1...v5.2.0