v5.0.0
What's Changed
- feat(simple list): removed deprecated prop by @gefgu in #8132
- chore: remove keycodes definition by @gitdallas in #8174
- chore(FileUpload): remove deprecated onChange prop by @gitdallas in #8155
- chore(Spinner): updated isSVG prop default value by @wise-king-sullyman in #8183
- chore(pagination): rename
ToggleTemplateProps
toPaginationToggleTemplateProps
in pagination component by @KhanShaheb34 in #8134 - feat(button): combine isSmall and isLarge into size by @gitdallas in #8144
- fix(Page): updated onPageResize prop to undefined default by @andyyvo in #8203
- Chore(divider): Remove isVertical prop by @tompsota in #8199
- chore(Card): removed isHoverable prop by @jenny-s51 in #8196
- chore(Page) remove deprecated props by @Dominik-Petrik in #8220
- fix(Toolbar): remove deprecated visiblity by @gitdallas in #8212
- chore(Dropdown): remove deprecated props by @andyyvo in #8179
- fix(ClipboardCopy): remove popoverposition by @gitdallas in #8226
- Chore: Rebase v5 by @tlabaj in #8227
- Upgrade 'react-dropzone' to latest version by @jonkoops in #7926
- fix(Nav): horizontalsubnav aria label default to Local by @gitdallas in #8213
- Removed deprecated prop interface ToggleMenuBaseProps by @jenny-s51 in #8235
- feat(Tabs): enforce restricted type for children by @jonkoops in #8217
- chore(Popover): remove deprecated props by @tompsota in #8201
- chore(Tooltip) remove deprecated props by @Dominik-Petrik in #8231
- chore(Accordion, ExpandableSection, DescriptionList): update displaySize prop values by @jenny-s51 in #8206
- chore: V5 rebase by @tlabaj in #8323
- chore(Skeleton): update examples to typescript by @kmcfaul in #8251
- chore(resizeObserver): refactored use of useRequestAnimationFrame by @thatblindgeye in #8324
- feat(applauncher): replaced favorites input with search input by @jenny-s51 in #8293
- feat(TableComposable): remove hasSelectableRowCaption prop by @tompsota in #8352
- feat(Popper, misc): remove removeFindDomNode flag and set to default by @kmcfaul in #8316
- chore(wizard): updated button order by @jenny-s51 in #8409
- chore(DataList): removed deprecated props and logic by @thatblindgeye in #8388
- feat(Pagination): refactored to use menu/menu toggle by @thatblindgeye in #8319
- feat(context selector): replaced input group with search input by @gefgu in #8045
- V5 rebase by @tlabaj in #8460
- fix(core-version): bump to use core 5.0.0-alpha.3 by @nicolethoen in #8469
- chore(hasCheckbox): rename hasCheck to hasCheckbox by @bonjo7 in #8403
- chore(packages): removed extensions from monorepo by @nicolethoen in #8488
- chore: clean up more extensions code by @nicolethoen in #8503
- chore: update verions to 5.0.0-alpha.0 by @nicolethoen in #8511
- chore: update lerna version to release alpha versions by @nicolethoen in #8524
- chore(accordion): rename "expanded" references by @jenny-s51 in #8525
- chore(tabs): change border bottom API by @jenny-s51 in #8517
- Charts - replace getResizeObserver by @dlabrecq in #8533
- "Chore(Deps): Updated rollup, octokit, prettier and lerna dependencies" by @tlabaj in #8566
- chore(deps): Removed tippy dependency by @tlabaj in #8618
- chore(Dropdown next): add testing by @Dominik-Petrik in #8640
- chore(Rebase V5): Merged main into V5 branch by @tlabaj in #8653
- fix(MenuItemAction): updated aria-label prop to be required by @thatblindgeye in #8617
- feat(ClipboardCopy): remove deprecated switchDelay by @gitdallas in #8619
- fix(Table): fix ThExpandType label type by @kmcfaul in #8634
- Charts - update Victory dependencies for v5 by @dlabrecq in #8606
- fix(Card): set default component to "div" to match core by @jenny-s51 in #8601
- feat(Spinner): remove legacy variant and svg prop by @gitdallas in #8616
- chore(CodeEditorControl): remove deprecated props by @gitdallas in #8624
- fix(innerRefs): hid innerRef props from various component docs by @nicolethoen in #8648
- fix(Code block): Fixed to only render the header when actions are defined by @tlabaj in #8622
- Charts - remove theme variant for v5 by @dlabrecq in #8590
- chore(NotificationBadge): remove deprecated isread prop by @gitdallas in #8626
- fix(deps): updated deps to fix peer conflict in eslint-plugin-pf-react by @wise-king-sullyman in #8656
- fix(WizardContext - next): Don't initialize 'currentFooter' to avoid stale props by @jpuzz0 in #8647
- fix(Wizard - next): Show parent name instead of child step name as first label when Wizard is in collapsed mode by @jpuzz0 in #8663
- chore(Nav): appended flyout nav within nav element by @wise-king-sullyman in #8628
- fix(composable typeahead select): updated accessibility by @thatblindgeye in #8633
- feat(Masthead, PageHeader): update component logic by @kmcfaul in #8655
- feat(Popper): made inline logic internal to Popper by @thatblindgeye in #8669
- feat(Table): update ActionsColumn to use Dropdown next by @kmcfaul in #8629
- chore(LabelGroup): updated editable label dropdown demo to append inline by @wise-king-sullyman in #8630
- fix(Popover): updated appendTo to inline by default by @thatblindgeye in #8621
- chore(composable menu demos): updated appendTo by @thatblindgeye in #8623
- feat(AboutModal): added event parameter to onClose by @jenny-s51 in #8615
- feat(misc): update onToggle params by @kmcfaul in #8667
- Charts - fix broken tooltip examples for v5 by @dlabrecq in #8592
- feat(Toolbar): support for vertical alignments by @gitdallas in #8563
- chore(DatePicker): updated popover to append inline by @wise-king-sullyman in #8636
- fix(deps): updated to the latest core alpha by @nicolethoen in #8688
- fix(MenuGroup): do not set id when titleId prop isn't passed by @adamviktora in #8675
- fix(build): Removed pacakage-lock.json file from source control by @tlabaj in #8703
- chore(demo-app) fix react-core dependency by @dlabrecq in #8710
- Clean up comments in patternfly-docs.source.js by @jenny-s51 in #8726
- chore(multiple components): updated arialabel on unsupported divs by @thatblindgeye in #8649
- chore(NumberInput): remove allowEmptyInput prop by @gitdallas in #8715
- Charts - add unique IDs to labels by @dlabrecq in #8732
- fix(DataListItem): made items selectable via space key by @thatblindgeye in #8729
- Charts - fix broken tooltip examples by @dlabrecq in #8707
- fix(About modal): Refactor about modal to reuse the modal component by @tlabaj in #8674
- feat(DataList): added event param to callback by @thatblindgeye in #8723
- chore(linting): updated linting script to ignore built/generated files by @wise-king-sullyman in #8728
- fix(demo-app): update version to alpha by @nicolethoen in #8748
- feat(Popper, misc): update reference to triggerRef, components to use popperRef/triggerRef by @kmcfaul in #8733
- fix(Menu): hid innerRef prop from docs by @nicolethoen in #8746
- fix(Drawer): added event param to onResize callback by @thatblindgeye in #8736
- fix(SkipToContent): Updated markup by @nicolethoen in #8650
- fix(integration): update package.json by @nicolethoen in #8763
- feat(ApplicationLauncher): added event param to callbacks by @wise-king-sullyman in #8756
- feat(Checkbox): changed order of onChange params by @wise-king-sullyman in #8750
- feat(ClipboardCopy): added event to onChange prop by @wise-king-sullyman in #8747
- Charts - add legendAllowWrap callback by @dlabrecq in #8706
- fix(core): update core to alpha.24 by @nicolethoen in #8768
- feat(CalendarMonth): event param updates by @wise-king-sullyman in #8753
- fix(DataListCheck): updated onChange param order by @thatblindgeye in #8735
- feat(Card): changed order of onSelectableInputChange params by @wise-king-sullyman in #8752
- chore(table): move legacy examples to deprecated tab by @jenny-s51 in #8741
- fix(Chip/Label): update structure to work with core updates by @gitdallas in #8773
- feat(Label): truncate by default by @gitdallas in #8771
- chore(CI): updated node version used for gh actions by @wise-king-sullyman in #8766
- Fix type definition for
ContextSelectorItemProps
by @jonkoops in #8670 - fix(Popover): Refactor popover header by @tlabaj in #8774
- chore(tests) fixate time format by @Dominik-Petrik in #8691
- fix(tests, scripts): fixed dev server issues/tests related to node 18 by @wise-king-sullyman in #8788
- Revert "chore(tests) fixate time format" by @tlabaj in #8790
- fix(lists): added role to list elements within components by @thatblindgeye in #8702
- fix(test): update script by @nicolethoen in #8791
- feat(Card): Refactor card header by @tlabaj in #8759
- Adds content to select component examples. by @edonehoo in #8399
- chore(timestamp test): disable failing snapshot test by @tlabaj in #8804
- fix(Alert): remove deprecated titleHeadingLevel prop by @adamviktora in #8795
- EmptyState component cleanup to match core implementation by @adamviktora in #8737
- feat(Popper): add width props, remove popperMatchesTriggerWidth by @kmcfaul in #8724
- fix(Card): fixed card view demo by @thatblindgeye in #8806
- fix(brand): spread styles when there are no children by @tlabaj in #8811
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.10 by @renovate in #8814
- chore(deps):Removed react 16 support by @tlabaj in #8817
- fix(Modal): Add close button wrapper div by @tlabaj in #8800
- feat(OverflowMenu): Use next dropdown and dropdownItems by @tlabaj in #8359
- chore(OptionsMenu): deprecate by @gitdallas in #8798
- fix(DataList):removed Selectable row object by @nicolethoen in #8827
- chore(deps): Bump core version by @tlabaj in #8830
- fix(Drawer): expand only onTransitionEnd of the drawer by @MariaAga in #8801
- chore(deps): update various dependencies by @tlabaj in #8819
- Switch to
createRoot
API for rendering by @jonkoops in #8027 - feat(Banner): updated variants to colors by @thatblindgeye in #8808
- fix(infrastructure): Clean build prior to building by @dlabaj in #8841
- fix(DropdownToggleCheckbox): updated onChange param order by @Dominik-Petrik in #8787
- chore(Context selector): deprecate the Context Selector component by @tlabaj in #8840
- chore(DualListSelectorListItem) change the parameter name from e to event in onOptionSelect by @Dominik-Petrik in #8792
- chore(DualListSelector) verify selected params have event param in the first place by @Dominik-Petrik in #8793
- feat(Table): allow action tooltip by @kmcfaul in #8838
- chore(deps): Update babel dependencies by @tlabaj in #8844
- fix(Modal): updated position prop to have 'default' option by @wise-king-sullyman in #8855
- chore(subpaths): updated subpath creation to re-export rather than copy by @wise-king-sullyman in #8848
- bug(Wizard) close Wizard Modal on Escape/cancel + close buttons by @Dominik-Petrik in #8851
- fix(CodeEditor): fix typo in README by @nicolethoen in #8849
- feat(Dropdown): deprecated old and promoted Next by @thatblindgeye in #8835
- Rename composable examples by @jenny-s51 in #8754
- docs(Backdrop): remove "with spinner" example by @adamviktora in #8860
- fix(Progress): prevented empty elements from rendering by @thatblindgeye in #8809
- Move items in main nav by @mcarrano in #8828
- chore(deps): Updated focus trap dependency by @tlabaj in #8845
- chore(deps): updated tslib dependencies by @tlabaj in #8846
- chore(ApplicationLauncher): deprecate by @gitdallas in #8836
- chore(deps): Bump core to 5.0.0-alpha.37 by @tlabaj in #8891
- chore: V4 cherry pick by @tlabaj in #8910
- Begin deprecate table by @nicolethoen in #8892
- feat(Page): Deprecate PageHeader component by @nicolethoen in #8854
- docs(charts): remove references to broken katacoda trainings by @nicolethoen in #8903
- feat(FormGroup): use HelperText by @kmcfaul in #8810
- Charts - clean up exports for v5 by @dlabrecq in #8869
- fix(Wizard): add type to nav item buttons by @rottencandy in #8876
- fix(Menu/Dropdown): updated external link and focus management by @thatblindgeye in #8879
- chore(NavExpandable): Change e to event in onExpand by @jenny-s51 in #8897
- chore(Pagination): Change e to event in onPerPageSelect, onSetPage by @jenny-s51 in #8898
- fix(icons): removing inline styles from SVG icons by @wojta in #5275
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.15 by @renovate in #8889
- fix(Table): rename TdSelectType 'disable' prop to 'isDisabled' by @adamviktora in #8861
- fix(Table): rename TdActionsType 'disable' prop to 'isDisabled' by @adamviktora in #8904
- feat(Datepicker, Timepicker): use HelperText by @kmcfaul in #8833
- feat(Menu): match css structure by @kmcfaul in #8820
- fix(demo): fixed MastheadWithUtilitiesAndUserDropdownMenu demo by @tlabaj in #8935
- fix(icons): fixed pficons naming overrides by @evwilkin in #8932
- Add OUIA IDs for some components testing page by @LightOfHeaven1994 in #8893
- feat(Select): Deprecated old select and promoted select next by @nicolethoen in #8825
- fix(docs-framework): add back props tables and fix errors by @nicolethoen in #8937
- Adds content to menu toggle component examples. by @edonehoo in #8500
- Charts: box plot by @dlabrecq in #8900
- feat(Sidebar): add border and padding by @kmcfaul in #8918
- feat(infrastructure): Added ability import components directly to support fed modules tree-shaking of shared packages. by @dlabaj in #8832
- docs full page mastheads toolbar formatting fix by @MariaAga in #8826
- fix: general clean up by @nicolethoen in #8944
- fix(data-grid): remove css duplication of data-list-grid.css by @KKoukiou in #8864
- feat(DropdownItem): add missing props to prop table by @adamviktora in #8946
- feat(FormContext): Add context for Form to manage input state by @jpuzz0 in #8716
- chore(BackgroundImage/AboutModal): updated usage of bg image by @thatblindgeye in #8931
- chore(Wizard): deprecate old wizard, promote next wizard by @wise-king-sullyman in #8821
- Alert - move files and combine docs for Alert and AlertGroup by @mcarrano in #8930
- feat(Modal): added event to onClose by @wise-king-sullyman in #8956
- fix(Radio): updated param order for onChange by @thatblindgeye in #8965
- chore(Wizard): updated demos to use new Wizard by @thatblindgeye in #8981
- chore(SearchInput): remove type attribute, use default text type by @gitdallas in #8957
- feat(FileUpload): added event to onTextChange by @wise-king-sullyman in #8955
- fix: bump dependencies and remove ssl option by @nicolethoen in #8984
- fix(Table): update sticky css props by @kmcfaul in #8928
- Bug - Fileupload - Fix browse by @MariaAga in #8987
- fix(CardTitle): apply pf-c-card__title-text class by @KKoukiou in #8949
- feat(Alert, Icon, Modal, NotificationDrawer): use custom CSS for default by @kmcfaul in #8924
- fix(createIcon): Spread className to svg to fix broken images by @tlabaj in #8954
- feat(ExpandableSection): Add event to onToggle by @wise-king-sullyman in #8991
- feat(FileUpload): added event params to callbacks by @wise-king-sullyman in #8960
- fix(FormSelect): updated order of onChange params by @thatblindgeye in #8998
- feat(PageSidebar): added SidebarBody component by @thatblindgeye in #8942
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.31 by @renovate in #8945
- chore(NotificationDrawerHeader): add event param to onClose by @jenny-s51 in #9010
- chore(Page): add event param to onNotificationDrawerExpand and onPageResize. by @jenny-s51 in #9011
- Combine chip and chipGroup docs by @mcarrano in #8968
- feat(MultiFileUpload): added event param to onFileDrop by @thatblindgeye in #8995
- fix(Slider): added event param to onChange by @thatblindgeye in #8970
- chore(Table): updated Empty State react demos to use composable table by @jenny-s51 in #9009
- Victory package update by @dlabrecq in #9021
- Adds content to toolbar examples by @edonehoo in #8906
- Chore(deps): (1) Updated minor dependencies and added them to renovate by @tlabaj in #9019
- Adds content to tabs component examples. by @edonehoo in #8678
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.32 by @renovate in #9028
- chore(Dropdown): updated deprecated usage to new dropdown by @thatblindgeye in #8868
- Move Date Range Picker demo back to Date picker by @mcarrano in #9027
- fix(deps): update dependency eslint-plugin-prettier to v4 by @renovate in #9047
- fix(deps): update dependency eslint-plugin-jest to v27 by @renovate in #9045
- fix(deps): update dependency eslint-config-standard-react to v13 by @renovate in #9044
- fix(deps): update dependency eslint-config-standard-jsx to v11 by @renovate in #9043
- fix(deps): update dependency eslint-plugin-rulesdir to ^0.2.0 by @renovate in #9039
- fix(deps): update dependency eslint-config-prettier to v8.8.0 by @renovate in #9036
- fix(deps): update dependency eslint-plugin-node to v11 by @renovate in #9046
- fix(deps): update dependency eslint-config-standard to v17 by @renovate in #9042
- fix(deps): update dependency eslint-plugin-promise to v6 by @renovate in #9049
- fix(deps): update dependency eslint-plugin-standard to v4 by @renovate in #9050
- chore(deps): update babel monorepo to v7.21.8 by @renovate in #9035
- chore(deps): update dependency eslint-plugin-markdown to v3 by @renovate in #9040
- fix(SearchInput demos): add event by @kmcfaul in #8999
- fix(Nav): updated onSelect and onToggle param order by @thatblindgeye in #8997
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.33 by @renovate in #9069
- chore(deps): (2) bump minor deps and add to renovate by @tlabaj in #9063
- fix(deps): updated Core for v5 versioning by @thatblindgeye in #9075
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.34 by @renovate in #9081
- fix(Table) Table tooltips not triggered via keyboard by @Dominik-Petrik in #8758
- chore(deps): update dependency fs-extra to v11 by @renovate in #9079
- chore(deps): update dependency @types/react-router to v5.1.20 by @renovate in #9072
- feat(ToggleGroupItem): swapped onChange params by @wise-king-sullyman in #9067
- feat(TextArea): swapped onChange params by @wise-king-sullyman in #9061
- feat(Tabs): added event to onToggle by @wise-king-sullyman in #9059
- chore(deps): update dependency rollup to v3.21.5 by @renovate in #9073
- fix(DashboardWrapper): updated passing of onPageResize by @thatblindgeye in #9053
- feat(Popover): added event to onHide and onShow callback params by @wise-king-sullyman in #9024
- feat(Popover): Swap params of shouldClose and shouldOpen by @wise-king-sullyman in #9054
- feat(Table): swapped param order of onSelect and clearSelection by @wise-king-sullyman in #9057
- feat(TextInput): swapped onChange params by @wise-king-sullyman in #9064
- feat(Switch): make event first param for onChange prop by @gitdallas in #9037
- Fix ToggleGroup children prop handling to avoid crashing with non-element children by @dvail in #8986
- docs(Page): remove height note by @kmcfaul in #9091
- chore(PageHeader): add event param to onNavToggle by @jenny-s51 in #9094
- fix(keyboard): Notification drawer and tree view keyboard handling bug fixes by @nicolethoen in #9071
- fix(LoginForm): updated param order by @thatblindgeye in #8996
- feat(misc): dark theme docs fixes by @kmcfaul in #9084
- feat(Dropdown): fix focusing, add popper props by @kmcfaul in #9005
- fix(ToggleGroup): rebuild outdated snapshots by @nicolethoen in #9102
- chore(table demos): update auto pagination demo from deprecated to new table by @jenny-s51 in #9065
- chore(table demos): update filterable demo from deprecated to new table by @jenny-s51 in #9055
- Combine Label and Label Group docs by @mcarrano in #9002
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.39 by @renovate in #9097
- chore(deps): update typescript-eslint monorepo to v5.59.5 by @renovate in #9085
- fix(DataList, Table): update hoverable reference to clickable by @nicolethoen in #9083
- chore(deps): update dependency eslint to v8.40.0 by @renovate in #9082
- docs(popover): fix appendTo where popovers are hidden by @MariaAga in #8802
- fix(Label): updated label content to trigger tooltip on keyboard focus by @thatblindgeye in #9107
- chore(deps): update dependency rollup to v3.21.6 by @renovate in #9098
- fix(deps): update dependency focus-trap to v7.4.1 by @renovate in #9104
- chore(deps): Removed @testing-library/react-hooks dep by @tlabaj in #9105
- fix(Tabs): fixed keyboard use and positioning of TabsAndTable dropdowns by @wise-king-sullyman in #9093
- chore(deps): update pf core dep by @gitdallas in #9108
- chore(deps): (3) Update @testing-library/react by @tlabaj in #9034
- chore(deps): update dependency @octokit/rest to v19.0.8 by @renovate in #9114
- fix(Popper): prevented forceUpdate from firing when not necessary by @thatblindgeye in #9088
- chore(deps): update dependency rollup to v3.21.7 by @renovate in #9113
- Revert "chore(deps): (3) Update @testing-library/react" by @tlabaj in #9126
- chore(deps): update dependency @rollup/plugin-commonjs to v25 by @renovate in #9112
- fix(FileUpload): added DropEvent as a type exported from react-core by @wise-king-sullyman in #9120
- fix(About Modal): Update about modal to set background image pf5 var and updated examples by @tlabaj in #9134
- fix(Wizard): update close button and title structures by @nicolethoen in #9041
- chore(deps): update dependency rollup to v3.22.0 by @renovate in #9125
- inputGroup - add InputGroupItem by @MariaAga in #9074
- chore(deps): update typescript-eslint monorepo to v5.59.6 by @renovate in #9121
- chore(Card): Add card data to fix card view demos by @jenny-s51 in #9123
- feat(Flex): add gap support by @kmcfaul in #9122
- fix(beta): promote components + features out of beta for v5 by @nicolethoen in #8912
- chore(Table) bulk select demo cleanup by @Dominik-Petrik in #9095
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.41 by @renovate in #9118
- feat(Select): add examples, add popper interface, fix focus by @kmcfaul in #8992
- feat(Card) implement new selectable/clickable card design by @Dominik-Petrik in #9092
- feat(FormControls): updated logic for rendering icons by @thatblindgeye in #9132
- feat(menus): custom menus updates by @kmcfaul in #9014
- feat(Table): added class names for table elements by @wise-king-sullyman in #9133
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.42 by @renovate in #9145
- fix(Input group): Removed variant prop from input group text by @tlabaj in #9147
- feat(Flex): add plain gap spacing by @kmcfaul in #9143
- fix(Multiple): update old component classnames by @gitdallas in #9139
- fix(deps): update dependency focus-trap to v7.4.2 by @renovate in #9142
- chore(deps): bump core alpha to 64 by @tlabaj in #9153
- fix(Table) clean up 'Expand collapse all' demo by @Dominik-Petrik in #8988
- fix(Select deprecated): updated markup for correct styling by @thatblindgeye in #9172
- Charts: Update to use v5 prefix by @dlabrecq in #9159
- Pagination - accept only positive whole numbers by @MariaAga in #9160
- fix(Alert): update examples className to v5 so that custom spacing is applied by @jpuzz0 in #9186
- feat(Select,Dropdown): renamed itemId prop to value by @thatblindgeye in #9175
- fix(FormSelect): updated classname for toggle icon by @thatblindgeye in #9168
- Fix(AlertGroup) - dont pass appendTo to ul tag by @MariaAga in #9204
- fix(Pagination) - render toggleTemplate custom component by @MariaAga in #9203
- fix(TextInput): swap onChange params in demos by @MariaAga in #9196
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.45 by @renovate in #9189
- fix(DatePicker): display errorText instead of helperText when both exist by @jpuzz0 in #9195
- chore(deps): update typescript-eslint monorepo to v5.59.8 by @renovate in #9167
- fix(deps): update dependency focus-trap to v7.4.3 by @renovate in #9155
- feat(Input group): Simplified API by @tlabaj in #9176
- chore(deps): Bumped to latest core and docs framework deps by @tlabaj in #9211
- chore(Table): Update sticky header demo to use latest Table component by @jpuzz0 in #9185
- chore(deps): update dependency rollup to v3.23.0 by @renovate in #9164
- chore(deps): update dependency @rollup/plugin-node-resolve to v15.1.0 by @renovate in #9207
- fix(deps): update dependency eslint-config-standard to v17.1.0 by @renovate in #9206
- fix(react-core): updated class names to include versions by @wise-king-sullyman in #9174
- chore(deps): update dependency eslint to v8.41.0 by @renovate in #9162
- fix(Table): removed invalid output element by @thatblindgeye in #9193
- chore(DatePicker): updated controlled examples by @thatblindgeye in #9171
- chore(PrimaryDetail): Update demos with deprecated Select to use latest Select by @jpuzz0 in #9178
- chore(deps): update dependency @types/jest to v29.5.2 by @renovate in #9212
- fix(BackgroundImage): Added src URL back, improved unit tests, updated screenshot by @jpuzz0 in #9199
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.49 by @renovate in #9220
- fix(TimePicker): resolved border styling on open menu by @thatblindgeye in #9214
- fix(react-styles): updated class names to include versions by @wise-king-sullyman in #9173
- chore(deps): Bumped the latest version of core. by @tlabaj in #9225
- fix(Pagination): default page should be 1 by @MariaAga in #9201
- fix(release): trigger alpha releases from main branch with dry run by @nicolethoen in #9239
- fix(release): dryrun publishing prereleases by @nicolethoen in #9242
- fix(Select deprecated): added width auto to prevent menu overflow in modal by @thatblindgeye in #9247
- fix(versions): bump core and fix demo-app versions by @nicolethoen in #9248
- fix(Pagination): remove spin buttons by @adamviktora in #9219
- chore(docs): Updated the Navigation demos to use the masthead instead of the page header by @tlabaj in #9223
- fix(Popover): reverted appendTo to document body by @thatblindgeye in #9252
- fix(Nav): updated drilldown navigation heights by @thatblindgeye in #9255
- chore(Drawer): Updated example name to be applicable for dark theme" by @tlabaj in #9254
- chore(ouia) Updated prefix to PF5 by @tlabaj in #9250
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.54 by @renovate in #9221
- fix(react-icons): Added fallback width and height attributes to icons by @wise-king-sullyman in #9257
- chore(promote): build workflow to promote quarterly releases by @nicolethoen in #9253
- fix(packaging): export ESM and CJS modules from convenience directories by @wise-king-sullyman in #9260
- fix(CalendarMonth): switch to a correct month by @adamviktora in #9226
- fix(docs): update use of deprecated tag and clean up changelogs by @nicolethoen in #9259
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.57 by @renovate in #9265
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.60 by @renovate in #9270
- fix(release): ensure component package.json file has correct data by @Hyperkid123 in #9272
- "chore(deps): Updated core dep to prerelease 8" by @tlabaj in #9269
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.63 by @renovate in #9273
- feat(charts): Update Victory packages to latest version by @dlabrecq in #9276
- fix(react-core): fix dynamic helpers modules output by @Hyperkid123 in #9287
- chore(deps): bumped to core pre release 10 by @tlabaj in #9291
- Bug - v5 preview testing - chart legend tooltip spacing by @dlabrecq in #9323
- fix(Popover): apply minWidth by @kmcfaul in #9321
- fix(Number Input): Fixed the readOnly not being applied when no onchange passed by @tlabaj in #9318
- Update broken links. by @edonehoo in #9310
- chore(deps): update dependency @patternfly/documentation-framework to v2.0.0-alpha.75 by @renovate in #9277
- chore(deps): update dependency @patternfly/patternfly to v5.0.0-prerelease.13 by @renovate in #9330
- fix(SelectDeprecated): use textinput component for typeahead by @gitdallas in #9317
- fix(charts): export getThemeColors by @dlabrecq in #9338
- fix(TextInput,TextArea, FormSelect): changed form control div to a span by @tlabaj in #9334
- feat(Toolbar): update/add alignItems + alignSelf by @kmcfaul in #9325
- fix(build): transform icons and react core dependencies imports by @Hyperkid123 in #9298
- chore(deps): bump docs-framework by @tlabaj in #9344
- fix(brand): allowed heights/widths to be set together and be used when no children are passed by @mcoker in #9342
- chore(docs): Update pf logos in masthead and full page demos by @tlabaj in #9348
- Add transformation fallback by @Hyperkid123 in #9353
- Revert "Add transformation fallback" by @tlabaj in #9365
- Revert "fix(build): transform icons and react core dependencies imports" by @tlabaj in #9366
- chore(deps): bump docs framework by @tlabaj in #9370
- chore(docs): Updated screenshots by @tlabaj in #9337
- chore(deps): bump to latest chore version by @tlabaj in #9389
- fix(fileupload): use default readonly text input instead of plain by @mcoker in #9387
- fix(CodeEditor): prevent clicks in textarea from opening fileupload by @gitdallas in #9385
- fix(toolbar): added chip container class to toolbar content by @mcoker in #9379
- feat(Menu): Added support for tooltips to menu by @tlabaj in #9382
- fix(Toolbar): applied chip container class only if it's not hidden by @wise-king-sullyman in #9398
- fix(MultipleFileUpload): Prevent file upload from opening incorrectly by @wise-king-sullyman in #9403
- chore: clean up promote script" by @nicolethoen in #9409
- chore: private dynamic packages with dry run by @nicolethoen in #9410
- Reset branch and prepare for 5.0.0 release successfully by @dgutride in #9412
New Contributors
- @KhanShaheb34 made their first contribution in #8134
- @bonjo7 made their first contribution in #8403
- @adamviktora made their first contribution in #8675
- @mcarrano made their first contribution in #8828
- @LightOfHeaven1994 made their first contribution in #8893
- @dvail made their first contribution in #8986
Full Changelog: https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]