From 71043ec6f6db03c243da3ede53e3c2b211e14d48 Mon Sep 17 00:00:00 2001 From: Titani Date: Wed, 5 Oct 2022 14:25:37 -0400 Subject: [PATCH] chore(docs): Release notes 2022.13 --- packages/react-docs/RELEASE-NOTES.md | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/packages/react-docs/RELEASE-NOTES.md b/packages/react-docs/RELEASE-NOTES.md index b29c8befc33..0b40701418d 100644 --- a/packages/react-docs/RELEASE-NOTES.md +++ b/packages/react-docs/RELEASE-NOTES.md @@ -3,6 +3,65 @@ id: Release notes section: developer-resources --- +## 2022.13 release notes (2022-10-06) + +### Components +- **Alert:** Updated tests to new standards ([#8114](https://github.com/patternfly/patternfly-react/pull/8114)) +- **Badge:** Update tests to new react testing library standards ([#8082](https://github.com/patternfly/patternfly-react/pull/8082)) +- **Breadcrumb:** Fixed type error ([#8038](https://github.com/patternfly/patternfly-react/pull/8038)) +- **Charts:** Interactive legend highlighting not working as expected ([#8035](https://github.com/patternfly/patternfly-react/pull/8035)) +- **Charts:** Update Victory dependencies ([#7986](https://github.com/patternfly/patternfly-react/pull/7986)) +- **Contributing guide:** Fixed broken links in contributing outline ([#8032](https://github.com/patternfly/patternfly-react/pull/8032)) +- **DashboardHeader:** Display full kebab at mobile breakpoint ([#8120](https://github.com/patternfly/patternfly-react/pull/8120)) +- **DatePicker:** Changed popoverProps type to partial ([#8002](https://github.com/patternfly/patternfly-react/pull/8002)) +- **Deps:** Update dependency @patternfly/documentation-framework to v1.2.34 ([#8128](https://github.com/patternfly/patternfly-react/pull/8128)) +- **Docs:** Added ouia props documentation to components that support them ([#8042](https://github.com/patternfly/patternfly-react/pull/8042)) +- **DualListSelector, SearchInput:** Use SearchInput in DLS, add type prop to SearchInput ([#8040](https://github.com/patternfly/patternfly-react/pull/8040)) +- **Expandable section, file upload, modal, pagination:** Add componeā€¦ ([#7979](https://github.com/patternfly/patternfly-react/pull/7979)) +- **Form:** Add support for forwardRef ([#7995](https://github.com/patternfly/patternfly-react/pull/7995)) +- **Icon:** Add Icon component ([#8050](https://github.com/patternfly/patternfly-react/pull/8050)) +- **Log viewer:** Add prop initialIndexWidth to support for custom line number col size ([#7939](https://github.com/patternfly/patternfly-react/pull/7939)) +- **Masthead:** Update demo to be fullscreen ([#7928](https://github.com/patternfly/patternfly-react/pull/7928)) +- **NotificationBadge:** Added expanded state ([#8010](https://github.com/patternfly/patternfly-react/pull/8010)) +- **Number Input:** Convert examples to TypeScript ([#7980](https://github.com/patternfly/patternfly-react/pull/7980)) +- **OverflowMenu:** Allow breakpoint on container width ([#7913](https://github.com/patternfly/patternfly-react/pull/7913)) +- **OverflowMenu:** Store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/pull/7975)) +- **Page:** Use DashboardWrapper in React demos ([#7927](https://github.com/patternfly/patternfly-react/pull/7927)) +- **ProgressStepper:** Updating description prop to ReactNode ([#8017](https://github.com/patternfly/patternfly-react/pull/8017)) +- **Search input:** Wrapped advanced search in div instead of span ([#8025](https://github.com/patternfly/patternfly-react/pull/8025)) +- **Select:** Add next version using menu components ([#8115](https://github.com/patternfly/patternfly-react/pull/8115)) +- **Table:** Add tooltip for truncated Td, docs(Filter) ([#8024](https://github.com/patternfly/patternfly-react/pull/8024)) +- **Table:** Fix occasional double tooltip on Th ([#8157](https://github.com/patternfly/patternfly-react/pull/8157)) +- **Table:** Implement sortable table with new data ([#7989](https://github.com/patternfly/patternfly-react/pull/7989)) +- **Table:** Update column management demo with new data ([#8044](https://github.com/patternfly/patternfly-react/pull/8044)) +- **Tabs:** Prevented scroll buttons from rendering when not needed ([#8011](https://github.com/patternfly/patternfly-react/pull/8011)) +- **Tabs:** Reenabled overflow scroll transition functionality ([#8022](https://github.com/patternfly/patternfly-react/pull/8022)) +- **Text:** Convert examples to typescript ([#8016](https://github.com/patternfly/patternfly-react/pull/8016)) +- **TextArea+TextInput:** Added plain read-only variant ([#7996](https://github.com/patternfly/patternfly-react/pull/7996)) +- **Tile:** Convert examples to typescript ([#8043](https://github.com/patternfly/patternfly-react/pull/8043)) +- **Title:** Convert examples to TypeScript ([#7999](https://github.com/patternfly/patternfly-react/pull/7999)) +- **Topology:** Fix for multiple popovers occurring for pipeline badges ([#8110](https://github.com/patternfly/patternfly-react/pull/8110)) +- **TreeView:** Update selectable keyboard interaction ([#8081](https://github.com/patternfly/patternfly-react/pull/8081)) +- **Undefined:** Add Alert Group demo ([#7843](https://github.com/patternfly/patternfly-react/pull/7843)) +- **Undefined:** Add Select dropdown icon change option ([#7988](https://github.com/patternfly/patternfly-react/pull/7988)) +- **Undefined:** Add github action for new issues ([#7983](https://github.com/patternfly/patternfly-react/pull/7983)) +- **Undefined:** Add support for version 18 of React ([#7146](https://github.com/patternfly/patternfly-react/pull/7146)) +- **Undefined:** Adds content to alert react examples ([#7782](https://github.com/patternfly/patternfly-react/pull/7782)) +- **Undefined:** Adds content to dropdown react examples. ([#7784](https://github.com/patternfly/patternfly-react/pull/7784)) +- **Undefined:** Docs(Alert, calendar month, code editor, date picker) - add sub component descriptions ([#7974](https://github.com/patternfly/patternfly-react/pull/7974)) +- **Undefined:** Docs(SearchInput, Slider, Treeview) - add subcomponent descriptions ([#8106](https://github.com/patternfly/patternfly-react/pull/8106)) +- **Undefined:** Fix lerna creating incorrect version bumps ([#8019](https://github.com/patternfly/patternfly-react/pull/8019)) +- **Undefined:** Fix lerna creating incorrect version bumps ([#8020](https://github.com/patternfly/patternfly-react/pull/8020)) +- **Undefined:** Fix(DatePicker) Invalid input with multiple validators ([#7992](https://github.com/patternfly/patternfly-react/pull/7992)) +- **Undefined:** Fix(DatePicker) clear validation error from outside ([#8036](https://github.com/patternfly/patternfly-react/pull/8036)) +- **Undefined:** Fix(Select) - updated logic to focus first nondisabled option ([#8111](https://github.com/patternfly/patternfly-react/pull/8111)) +- **Undefined:** Multiple typeahead select menu demo ([#7684](https://github.com/patternfly/patternfly-react/pull/7684)) +- **Undefined:** Release script stop assuming all packages changed ([#8006](https://github.com/patternfly/patternfly-react/pull/8006)) +- **Undefined:** Remove incorrect terminology in alert group example output ([#7956](https://github.com/patternfly/patternfly-react/pull/7956)) +- **Undefined:** Update deprecated babel-eslint to babel/eslint-parser ([#8139](https://github.com/patternfly/patternfly-react/pull/8139)) +- **Wizard next:** Enhancements & updated types ([#7915](https://github.com/patternfly/patternfly-react/pull/7915)) +- **Wizard next:** Supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/pull/7731)) + ## 2022.12 release notes (2022-09-15) - [@patternfly/react-catalog-view-extension@4.90.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.90.0) - [@patternfly/react-charts@6.92.0](https://www.npmjs.com/package/@patternfly/react-charts/v/6.92.0)