Skip to content

Latest commit

 

History

History
2496 lines (2310 loc) · 188 KB

RELEASE-NOTES.md

File metadata and controls

2496 lines (2310 loc) · 188 KB
id section
Release notes
developer-resources

2021.08 release notes (2021-06-22)

Components

  • Breadcrumb:
    • Moved divider outside of header element (#5870)
  • Card:
    • Added horizontal card grid demo (#5907)
    • Added support to remove offset from actions (#5887)
  • Date picker:
    • Updated to pass additional props to input (#5848)
  • Description list:
    • Added responsive layout breakpoint property (#5885)
  • Dual list selector:
    • Added tooltips to control buttons (#5914)
    • Updated so add/remove all respects filtering (#5884)
  • Helper text:
    • Added helper text component (#5903)
  • Menu:
    • Added scrollable support (#5667)
    • Updated tabIndex when children change (#5923)
  • Select:
    • Added some safety accessors (#5902)
  • Slider:
    • Updated so scenarios that we show boundaries but not ticks don't pollute the DOM with steps (#5878)
  • Split layout:
    • Added prop to allow children to wrap (#5892)
  • Text:
    • Added support for visited link styling (#5917)
    • Added OUIA props into text component (#5881)
  • Time picker:
    • Updated to pass additional props to input (#5848)
    • Fixed the returned values of the onChange method. (#5868)

Charts

  • Added left and right triangle legend symbols (#5869)

Log Viewer

  • Made log viewer responsive and changed search result styling (#5927)

Table

  • Added composable draggable table rows demo (#5921)
  • Updated so empty state cell does not have data-label (#5886)

Other

  • Chore:
    • Promoted beta components (#5929)
  • Docs:
    • Updated docs so code editor peer dependencies are clearer (#5919)

2021.07 release notes (2021-06-04)

Components

  • Button:
    • Added danger modifier to link/secondary buttons (#5808)
  • Data list:
    • Update draggable data list example to functional component (#5783)
  • Description list:
    • Added support for help text (#5837)
  • Flex layout:
    • Added ability to specify order (#5274)
  • Grid layout:
    • Added ability to specify order (#5274)
  • Jump links:
    • Added check for stale DOM node (#5812)
  • List:
    • Added icons, plain and bordered (#5796)
  • Menu:
    • Added drilldown composable menu demo back (#5807)
    • Added footer and view more demo (#5791)
    • Added filter tree demo (#5824)
  • Search input:
    • Updated to stop capturing browser focus on mount (#5823)
  • Select:
    • Allowed filtering in single variant (#5793)
    • Fixed custom Filtering demo (#5829)
  • Slider:
    • Updated to make showBoundaries independent from showTicks prop (#5740)
  • Tabs:
    • Added support for uncontrolled tabs (#5831)
  • Time picker:
    • Updated to not spread validateTime (#5850)
    • Updated to use exact match instead of includes (#5841)
  • Tooltip:
    • Changed default entry and exit delay (#5746)
  • Wizard:
    • Updated to allow for expandable nav items (#5842)

Charts

  • Fix to ensure ChartPie uses non-negative default radius (#5822)
  • Added interactive legend example for pie chart (#5795)
  • Cleaned up interactive legend pie example (#5798)

Table

  • Changed checkbox behavior in tree table examples (#5827)
  • Removed data-label from expanded row 0 (#5844)

Other

  • Chore:
    • Updated component scaffolding (#5777)
    • Fixed incorrect/missing import statements (#5786)
  • Demos:
    • Fixed card shadow on hover for primary details demo (#5790)
  • Deps:
    • Updated dependency theme-patternfly-org to v0.4.78 (#5778)

2021.06 release notes (2021-05-14)

Components

  • Accordion:
    • Updated to set button type, and updated prop extension (#5688)
  • Application launcher:
    • Added ApplicationLauncherContent to documentation (#5719)
  • Card:
    • Added isToggleRightAligned prop (#5723)
  • Dropdown:
    • Fixed scrollbar click closing menu (#5766)
    • Added alignment breakpoints, fix ref console warning (#5734)
  • Dual list selector:
    • Fixed bug with selecting single node in nested folder (#5763)
  • Empty state:
    • Updated empty state "no match found" example text (#5715)
  • File upload:
    • Fixed to allow user to override onClick (#5689)
  • Gallery:
    • Added min/max widths at breakpoints (#5735)
  • Jump links:
    • Added check for null scrollItems (#5754)
  • Menu toggle:
    • Added menu toggle component and composable menu POCs (#5722)
  • Select:
    • Added flag to accept input values even if not in menu (#5751)
    • Fixed scrollbar click closing menu (#5766)
    • Added footer and view more options (#5736)
  • Slider:
    • Added showBoundaries property to the min/max slider variant (#5710)
  • Toggle group:
    • Removed dividers, light variation, added compact support (#5762)
  • Toolbar:
    • Added widths on breakpoints for toolbar items (#5727)
  • Tree view:
    • Changed key generation field for tree view (#5730)

Access console extension

  • Updated to hide placeholder option after first selection (#5693)

Log viewer

  • Added log viewer component (#5657)
  • Refactor toolbar functionality (#5769)

Table

  • Updated to allow for more customizable Table actions (#5744)
  • Added a prop to forward additional props to select rowData (#5770)

Other

  • Chore:
    • Added delay to table sticky header integration test (#5713)
    • Added check for canUseDOM before using DOM (#5733)
  • Deps:
    • Update dependency theme-patternfly-org to v0.4.59 (#5706)
  • Docs:
    • Fixed example capitalization (#5724)

2021.05 release notes (2021-04-21)

Components

  • Card:
    • Added empty state to card demo (#5605)
    • Added full-height and plain variation (#5632)
    • Moved card view to demos section (#5671)
  • Clipboard copy:
    • Added inline variant (#5629)
  • Code editor:
    • Fixed React peer dependency (#5618)
  • Code block:
    • Added code block component (#5656)
  • Context selector:
    • Updated footer button to inline (#5676)
  • Date picker:
    • Added date and time range demo (#5666)
  • Expandable section:
    • Added detached variant, updated tests (#5643)
  • Form:
    • Added stacked variant and section title (#5621)
  • Navigation:
    • Added missing pf-c-nav__list class to grouped nav items wrapper (#5589)
  • Select:
    • Added optional item count (#5677)
    • Removed panel from select variants (#5600)
    • Changed arguments of the onFilter callback (#5631)
    • Added invalid state to select (#5675)
  • Slider:
    • Updated Slider API to be more like the range input API (#5669)
  • Tree view:
    • Added classname (#5608)
  • Toolbar:
    • Added ToolbarGroup to docs (#5665)
    • Fixed to collapse expandable content when crossing breakpoint (#5692)
  • Wizard:
    • Disabled back button on first step for keyboard users (#5623)

Access console extension

  • Updated to clear selection when the selected option is a placeholder (#5678)

Icons

  • Removed star reexport (#5662)

Inline edit extension

  • Removed unused dependency (#5645)

Tokens

  • Removed star reexport (#5662)
  • Fixed duplicate entries (#5697)

Table

  • Added optional icons to tree table rows, add responsive view (#5672)
  • Allow passing tooltipProps to TableText (#5654)

Virtualized extension

  • Fixed render of demo data so the table cells don't repeat static text (#5627)

Other

  • Chore:
    • Added closeComment to Stalebot (#5651)
    • Removed codecov (#5683)
    • Added delay to table sticky header integration test (#5713)
  • Deps:
    • Updated dependency theme-patternfly-org to v0.4.53 (#5684)

2021.04 release notes (2021-04-01)

Components

  • Alert:
    • Fixed to not return false in useEffect (#5575)
    • Updated to not timeout if isMouseOver (#5566)
  • Application launcher:
    • Made application launcher demo keyboard accessible (#5550)
  • Background image:
    • Updated to use useEffect for the id (#5541)
  • Checkbox:
    • Added support for custom body content (#5559)
  • Code editor:
    • Fixed flaky integration test (#5531)
  • Drawer:
    • Updated to not initially render DrawerPanelContent (#5543)
  • Dropdown:
    • Added badge toggle variant (#5548)
  • Form:
    • Added support for field groups (#5569)
  • Jump links:
    • Added className prop (#5553)
  • Menu:
    • Added Keyboard interaction support (#5570)
  • Navigation:
    • Fixed so that the onExpand callback is fired (#5595)
    • Updated NavItem so TabIndex is passed to cloned children (#5562)
    • Updated to not call onExpand twice (#5611)
  • Pagination:
    • Added ofWord prop for localization and accessibility (#5563)
  • Radio:
    • Added support for custom body content (#5559)
  • Slider:
    • Added isDisabled property (#5524)
  • Switch:
    • Fixed error message regarding accessibility usage (#5522)
  • Textarea:
    • Added auto resizing (#5568)
  • Tooltip:
    • Made icon example accessible (#5588)

Table

  • Added tree table variant (#5573)

Topology

  • Updated to allow applications to choose using resizable drawer for topology side bar (#5572)
  • Made fix for context sub menu placement (#5546)
  • Used drawer for topology side panel and allow resizing (#5533)
  • Used disabled background for control buttons when disabled (#5538)

Other

  • Deps:
    • Updated dependency theme-patternfly-org to v0.4.33 (#5587)
  • Docs:*
    • Added OUIA documentation (#5511)

2021.03 release notes (2021-03-10)

Components

  • Application launcher:
    • Enabled keyboard accessibility when using component prop (#5492)
  • Calendar month:
    • Fixed selecting month in popover for React 17 (#5517)
  • Code editor:
    • Made 'code' prop controlled (#5465)
  • Checkbox:
    • Added standalone modifier when no label is provided (#5513)
  • Data list:
    • Fixed dragging in firefox (#5505)
  • Date picker:
    • Updated to only show non-whitespace error text (#5487)
  • Drawer:
    • Added gray and white panel background variants (#5479)
  • Dual list selector:
    • Added onAvailableOptionsSelectInputChanged and onChosenOptionsSelectInputChanged (#5469)
  • Form:
    • Added grid form example (#5495)
  • Input group:
    • Added plain input group text variant (#5478)
  • Login page:
    • Enabled show or hide password (#5481)
  • Menu:
    • Addded drilldown menu (#5485)
  • Progress:
    • Made proper usage of accessibility properties (#5470)
  • Radio:
    • Added standalone modifier when no label is provided (#5513)
  • Search input:
    • Add isDisabled and cleaned up focus handling (#5468)
    • Add searchInputMenuBody class (#5518)
  • Time picker:
    • Updated to use different am/pm suffixes (#5504)
  • Tree view:
    • Added support for custom badge content (#5512)
    • Added flag for expand/collapse all (#5503)

Other

  • Deps:
    • Removed unused dep (#5507)

2021.02 release notes (2021-02-17)

Components

  • Calendar month:
    • Added type="button" to CalendarMonth to prevent page refresh (#5440)
  • Card:
    • Added pf-m-display-lg and pf-m-rounded (#5389)
  • Code editor:
    • Updated so copy to clipboard button can now be enabled solo (#5411)
    • Fixed to display empty state if one is supplied (#5413)
  • Data list:
    • Used drag-over modifier instead of css style (#5119)
  • Date picker:
    • Fixed to not rely on toISOString (#5369)
  • Drawer:
    • Enabled touch controls for resizable drawer (#5357)
    • Updated transitions and content mounting (#5426)
  • Form select:
    • Added support for placeholder styled option (#5428)
  • Jump links:
    • Added jumplinks subsections (#5314)
  • Navigation:
    • Added support for spreading props to the NavExpandable button (#5438)
  • Progress:
    • Added warning when title and aria-label are not present (#5415)
  • Search input:
    • Added advanced search feature (#5454)
    • Added support to passing a ref (#5215)
    • Added bar class (#5425)
  • Select:
    • Adjusted Select component so that it also works with children changes while it's mounted (#5375)
    • Updated to not use focus trap when no tabbable children (#5427)
    • Removed onFilter function from example with custom objects (#5450)
  • Slider:
    • Added touch support (#5453)
  • Spinner:
    • Added isSVG prop (#5390)
  • Time picker:
    • Fixed issue when clicking dropdown menu does not trigger onChange function (#5399)
  • Tooltip:
    • Updated to only add aria when tooltip is visible/in the DOM (#5382)
  • TreeView:
    • Added keyboard interactions (#5439)
    • Fixed expand/collapse on filtering (#5414)
  • Wizard:
    • Added cancel button class (#5391)

Charts

  • Fixed bar chart remaining muted with interactive legend (#5378)

Table

  • Added decorators index file (#5366)
  • Updated column management demo to include label (#5431)
  • Added dataLabel property to composable table (#5406)

Topology

  • Fixed if statement (#5409)

Virtualized extension

  • Revert some changes to VirtualTableBody (#5434)

Other

  • Deps:
    • Updated dependency theme-patternfly-org to v0.4.12 (#5457)

2021.01 release notes (2021-01-27)

Components

  • Alert
    • Cleaned up errors in tests (#5302)
  • Application launcher:
    • Used common favorites util, moved util to helpers (#5267)
  • Breadcrumb:
    • Added render prop to breadcrumb item (#5189)
  • Calendar month:
    • Updated to rely on base styles from react-core/dist/styles/base.css (#5251)
  • Checkbox:
    • Updated to show error message if id is missing (#5292)
  • Chip group:
    • Added event handler prop for overflow-chip click (#5272)
  • Code editor:
    • Added new code editor component (#5294)
  • Context selector:
    • Removed isHovered from item unit tests (#5306)
  • Drawer:
    • Added resize callback (#5319)
    • Fixed dragging problem on iframe when resizing drawer (#5331)
    • Improved cursor responsiveness (#5328)
    • Fixed initial width not respecting min/max widths (#5313)
    • Fixed to stop panel content unmounting before collapse (#5330)
  • Dual list selector:
    • Added type=button to DualListSelectorListItem button (#5266)
    • Fixed to not pass custom handlers to root div (#5308)
  • Empty state
    • Cleaned up errors in tests (#5302)
  • Jump links:
    • Updated to allow hrefs with spaces (#5223)
  • Menu:
    • Fixed sentence case for menu example (#5262)
  • Navigation:
    • Made nav items keyboard and screen reader accessible (#5312)
  • Number input:
    • Renamed Touchspin to NumberInput (#5338)
  • Popover:
    • Updated to hide Popover when its trigger is scrolled out of view (#5318)
  • Radio:
    • Updated to show error message if id is missing (#5292)
  • Search input:
    • Updated to hide clear button when onClear function is not set (#5230)
  • Select:
    • Fixed crash when opened using enter with disabled options (#5258)
    • Cleaned up errors in tests (#5302)
  • Simple list:
    • Added uncontrolled Simple list support (#5134)
  • Slider:
    • Added new slider component (#5358)
  • Toggle group:
    • Fixed bug with ToggleGroupItem button being clicked in form in modal closing modal (#5259)
  • Toolbar:
    • Added log viewer toolbar example (#5196)
  • Wizard:
    • Updated to allow setting a custom width to the wizard modal (#5256)

Access console extension

  • Some minor CSS improvements (#5247)

Charts

  • Annotated Victory types for example docs (#5315)
  • Fixed chart legend tooltip shown with no data (#5296)
  • Fixed incorrect colorScale prop type (#5303)
  • Updated so theme font must use token value (#5301)
  • Fixed tooltip pointerLength error (#5245)

Table

  • Updated to make empty state consistent across demos and examples (#5298)
  • Fixed scope axe issue (#5253)

Topology

  • Adjusted topology node layout when new nodes are added (#5249)
  • Prevented context sub menus from overflowing viewport (#5271)

Other

  • Chore:
    • Added linting rule to disallow nested ternaries (#5255)
  • Demos:
    • Enabled static drawer open on mobile view in primary detail demo (#5311)
    • Added wizard demos to match core (#5325)
  • Deps:
    • Updated dependency theme-patternfly-org to v0.3.5 (#5228)
    • Updated to use react 17 (#5111)

2020.16 release notes (2020-12-11)

Components

  • Alert:
    • Added support for custom icon (#5140)
  • Application launcher:
    • Made options menu and application launcher accessible in JAWS (#5136)
  • Calendar month:
    • Fixed to rely on base styles from react-core/dist/styles/base.css (#5251)
  • Clipboard copy:
    • Fixed arrow orientation for expanded clipboard copy (#5191)
  • Date picker:
    • Fixed bugs and added range picker demo (#5184)
    • Updated to Forward popover props (#5160)
    • Removed date-fns and allow more customization (#5161)
  • Description list:
    • Added support for auto fit (#5113)
    • Changed autoMinFitModifier to autoFitMinModifier (#5227)
  • Drawer:
    • Added splitter feature (#5193)
  • Dual list selector:
    • Added support for trees and checkboxes (#5207)
  • Form:
    • Tidied form examples (#5172)
  • Jump links:
    • Added offset prop (#5233)
  • Menu:
    • Added cypress tests and integration demos (#5202)
    • Updated cypress tests (#5225)
    • Updated to allow consumer to add search input/text input (#5211)
  • Popover:
    • Updated to allow close from content (#5173)
  • Options menu:
    • Made options menu and application launcher accessible in JAWS (#5136)
  • Text area:
    • Added support for isDisabled (#5107)
  • Text input:
    • Removed button and React.Fragment from the ref example (#5176)
  • Time picker:
    • Added basic time picker (#5216)
  • Tree view:
    • Fixed various bugs (#5128)

Access console extension

  • Replaced novnc-core usage with the original @novnc/novnc (#5208)

Chart

  • Replaced victory with victory-zoom-container (#5179)
  • Fixed interactive legend example tooltips (#5204)
  • Bumped victory and moved victory dependency to demo app (#5178)
  • Fixed tooltip pointer length error (#5245)

Table

  • Added table favorites feature (#5213)
  • Added cypress tests for favorites (#5222)

Topology

  • Adjusted topology node layout when new nodes are added (#5249)

Other

  • Chore:
    • Updated dependency theme-patternfly-org to v0.2.11 (#5080)
    • Fixed @patternfly/react-icons/createIcon import issue (#5163)
    • Moved react-datetime to react-core (#5201)
    • Updated react-core copyStyles.js (#5166)
    • Fixed focus trap dependency (#5236)

2020.15 release notes (2020-11-17)

Components

  • Action list:
    • Added action list component (#5112)
  • Card:
    • Added expandable card, move tests (#5093)
    • Added keyboard interaction a11y test, clean up docs (#5082)
  • Checkbox:
    • Fixed Typescript type for isChecked prop so it allows null (indeterminate) (#5148)
  • Data list:
    • Fixed to respect isDisabled for dragging (#5052)
  • Dual list selector:
    • Added new component (#5120)
  • Dropdown:
    • Update disabled dropdown items for accessability (#5044)
  • Form:
    • Added more tests around keyboard interactivity in forms (#5083)
  • Jump links:
    • Added jump links component (#5089)
  • Menu:
    • Added new menu component (#4847)
  • Modal:
    • Added/updated cypress tests for modal (#5081)
  • Navigation:
    • Moved page html demos to navigation component (#5109)
  • Page:
    • Moved page html demos to navigation component (#5109)
  • Skeleton:
    • Updated skeleton examples (#5072)
  • Splitter:
    • Removed splitter component (#5105)
  • Tree view:
    • Added support for indeterminate checkboxes without requiring consumer to use refs (#5150)
  • Toolbar:
    • Added flag to match page insets (#5098)
    • Updated breakpoints and formatting examples. Created collapsed variant. (#5123)
  • Touchspin:
    • Added touchspin component (#5115)

Access console extension

  • Ported react-console from PF3 branch - move to typescript and utilize PF4 components (#4907)
  • Removed css imports (#5147)

Catalog view extension

  • Fixed typings in filter side panel category item (#5145)

Date time

  • Date picker:
    • Add calendar component (#5026)
  • Calendar month:
    • Handle undefined onToggle and add docs note (#5143)

Table

  • Added composable table components (#4950)
  • Added table info transform (#5075)
  • Fixed to set button type on compoundExpand transform button (#5058)
  • Fixed issues related to tables with an ID column (#5152)

Virtualized extension

  • Added virtualized examples with composable components (#5122)

Other

  • Chore:
    • Cleanup dependencies (#5060)
    • Bumped Victory package (#5116)
    • Fixed circular deps (#5086)
    • Fixed example codesandbox (#5065)
  • Demos:
    • Added sticky bottom pagination to the card demo (#5000)
  • Docs:
    • Add missing fieldId prop in sample code (#5059)
    • Update getting-started.md (#5062)
    • Removed get started, add developer resources, moved release notes & upgrade guide (#5091)

2020.14 release notes (2020-10-27)

Components

  • Alert:
    • Added tooltips to truncated titles (#5043)
    • Added support for callback on alert timeout (#5014)
  • Backdrop:
    • Added backdrop examples (#5009)
  • Button:
    • Fixed sandbox for button examples with tooltips (#5033)
  • Context selector:
    • Added footer to selector (#4976)
  • Data list:
    • Added documentation for properties of DataListDragButton (#5047)
    • Added expand/collapse all (#5034)
    • Exposed grid modifiers as properties (#4969)
    • Fixed to cancel moving for invalid drops (#4996)
    • Converted DataListAction to functional component (#4947)
  • Date picker:
    • Exposed date picker input (#5011)
  • Dropdown:
    • Tested and update dropdown to work better in JAWS (#4951)
  • Empty state:
    • Added extra small variation (#5012)
    • Removed duplicate example, use title case (#4954)
  • Form:
    • Added FormAlert, isLimitWidth, and allowed helper text above field (#5036)
    • Added FormSection component (#4971)
  • Input group:
    • Updated to allow string children (#4963)
  • Label:
    • Added tooltip to truncated text (#5007)
  • Label group:
    • Updated to always contain pf-c-label-group__main (#4970)
  • Modal:
    • Added help section to the modal header (#5002)
    • Removed duplicate pf-c-modal-box__title from ModalContent (#4980)
    • Added alert variation (#4939)
  • Navigation:
    • Fixed aria label not getting applied (#4944)
    • Fixed selectors for dark background (#4952)
    • Added OUIA props into NavExpandable (#4930)
  • Notification drawer:
    • Added tooltips to truncated titles (#5043)
  • Page:
    • Updated for page section enhancements (#5025)
  • Pagination:
    • Added sticky modifier flag (#4977)
  • Select:
    • Updated to display label and not value in typeahead (#4916)
    • Fixed to skip the divider children in getDisplay (#4998)
    • Updated to allow custom chip render props in the multi typeahead select (#5031)
  • Skeleton:
    • Added screen reader text to skeleton (#5032)
  • Splitter:
    • Added Splitter component (#5051)
  • Tab:
    • Fixed so tab component properties show in the docs (#4851)
  • Text area:
    • Added support for passing a ref (#4953)
  • Toggle group:
    • Added support for text and icon (#4999)
  • Tree view:
    • Replaced button wrapper around actions with a div (#4967)
  • Wizard:
    • Updated to export WizardContext (#4933)

Catalog view extension

  • Fixed example css selectors (#4966)

Chart

  • Fixed example button location (#4993)
  • Fixed legend example size (#4995)
  • Fixed stack chart example size (#4994)
  • Fixed legend tooltip example (#5006)

Table

  • Fixed compound expandable data labels (#5017)
  • Updated demo to show expand/collapse all examples (#5030)
  • Reverted table type definitions (#5158)

Topology

  • Added notification on graph position/scale/extent changes (#5004)
  • Updated to not update nodes on layout when fixed (#4978)
  • Fixed for issue when dragging nodes that get re-created (#4975)

Other

  • Chore:
    • Fixed linting errors in nav and modal demos (#5015)
    • Added keyboard interactivity test for button (#5037)
    • Added git hook for linting (#5003)
    • Fixed typescript complaining about missing default export when importing React (#4938)
  • Deps:
    • Pinned dependency theme-patternfly-org to 0.1.25 (#4986)
    • Locked tslib to 1.13.0 for consumers (#4981)
    • Bumped Victory pkgs (#4992)
  • Docs:
    • Bumped theme (#4984)
    • Added virtualized extension back to site (#4972)

2020.13 release notes (2020-10-06)

Components

  • Button:
    • Added support for spinner in button (#4837)
    • Added support for warning variant (#4829)
    • Added support for inline link variation that acts like a link (#4859)
  • Chip group:
    • Added main div to chip group to fix close button wrapping (#4873)
  • Data list:
    • Added draggable feature for basic list (#4852)
    • Added support for text modifiers (#4846)
    • Added ref to omit list (#4948)
    • Updated aria of data list (#4913)
  • Date picker:
    • Added basic date picker (#4888)
  • Dropdown:
    • Fixed indeterminate warning in dropdown toggle checkbox(#4844)
    • Added more OUIA props into dropdown component (#4754)
    • Deprecated the unused openOnEnter prop and removed unused isFocused and isHovered from the dropdown toggle (#4843)
  • Label:
    • Added support for React router (#4934)
  • Label group:
    • Added label group main div for categories (#4923)
  • Modal:
    • Added top align to modal (#4871)
  • Nav:
    • Added OUIA support into nav item (#4769)
  • Notification drawer:
    • Added default variation to notification items (#4792)
    • Removed unused import (#4843)
  • Page:
    • Replaced hasNoPadding property in the documentation example (#4848)
    • Fixed handleMainClick function signature (#4843)
  • Progress:
    • Added warning variant (#4834)
    • Added truncation (#4842)
  • Select:
    • Added support for divider in select (#4772)
    • Cleaned up some typeahead behaviors (#4864)
    • Fixed grouped Select generating invalid HTML (#4919)
    • Added support to pass chip group props on typeaheadmulti variant (#4855)
    • Updated to return the string value for select chips (#4915)
    • Passed aria-label / aria-labelledby to the <ul role="listbox"> to prevent axe issues (#4931)
    • Updated to remove the clear button button when onClear function is not specified for typeahead (#4887)
  • Tabs:
    • Added support for light scheme variant in Tabs && TabContent (#4832)
    • Conditionally render aria-controls when mountOnEnter (#4796)
  • Tooltip
    • Updated to export TooltipProps as a type to help babel (#4854)

Catalog view extension

  • Added back catalogue items (#4940)

Charts

  • Replaced or used exact lodash imports (#4830)

Icons

  • Reverted support for svg alt tags (#4935)

Table

  • Fixed expandable cell content always being on <td> (#4899)
  • Added support for single row radio select (#4925)
  • Replaced or used exact lodash imports (#4830)

Topology

  • Fixed exports (#4927)
  • Fixed selector for cancelling dnd (#4850)
  • Updated to wrap drag event handlers in actions (#4826)

Other

  • Chore:
    • Configured Renovate (#4889)
    • Fixed and re-added PatternFly a11y to CI (#4879)
    • Removed most warnings generated when building the docs (#4911)
    • Use new doc theme in workspace (#4840)
    • Added transformer-cjs-imports (#4910)
    • Upgrade react-hooks (#4857)
    • Removed config from dependabot (#4908)
    • Fixed build to use same patternfly versions (#4928)
  • Demos:
    • Fixed component padding in primary detail demo (#4808)
  • Demo app:
    • Replaced CRA with webpack and ts-loader (#4877)
  • Deps:
    • Pinned dependency @patternfly/patternfly-a11y to 2.0.10 (#4895)
    • Updated dependency @patternfly/patternfly-a11y to v2.0.11 (#4898)
    • Bumped security deps and regenerate lockfile (#4794)
  • Docs:
    • Changed overview to get-started (#4862)
    • Removed out of date links from the readme (#4921)
    • Fixed broken links (#4870)

PF3

  • Vertical nav:
    • Updates to not handle modified clicks on VerticalNav links (#4747)

2020.12 release notes (2020-09-17)

Components

  • Card:
    • Added ability to customize card title and support heading element (#4761)
  • Chip Group:
    • Added OUIA props into chip group (#4749)
  • Drawer:
    • Added bottom panel variation (#4771)
  • Dropdown:
    • Fixed indeterminate warning in dropdown toggle checkbox (#4844)
  • Label group:
    • Added label group component (#4775)
  • Nav:
    • Added href to nav examples (#4789)
  • Notification drawer:
    • Added x close button to notification drawer (#4739)
  • Page:
    • Hid PageSideBar onClick on mobile when isManagedSidebar is true (#4781)
  • Popover:
    • Added header cell information for tooltip/popover (#4778)
  • Select:
    • Added support for favorites (#4642)
  • Skeleton:
    • Added skeleton component (#4755)
  • Tabs:
    • Handled activeKey props and update with mountOnEnter on tabs (#4806)
    • Updated TabButton and TabContent with OUIA (#4743)
  • Tests:
    • Updated drawer snapshots (#4814)
  • Toolbar:
    • Added insets property (#4757)
  • Tooltip:
    • Added aria-labels to tooltip example checkboxes (#4788)
    • Added header cell information for tooltip/popover (#4778)

Topology

  • Enabled saving current topology graph model (#4690)
  • Wrapped drag event handlers in actions (#4826)

Other

  • Chore:
    • Used updated icons (#4764)
    • Added better ouia defaults (#4746)
  • Deps:
    • Bump prismjs from 1.17.1 to 1.21.0 (#4675)
  • Docs:
    • Marked search input as beta (#4774)
  • Demos:
    • Changed double dashes to single in examples in master detail demo (#4804)

2020.11 release notes (2020-08-26)

Components

  • Alert:
    • Added support to truncate title (#4399)
  • Label:
    • Added no overflow prop (#4680)
  • Modal:
    • Added medium variant (#4678)
  • Notification drawer:
    • Added support to truncate title (#4399)
    • Added formatHeaderText prop to support customize notification drawer header text (#4684)
  • Page:
    • Added width limit prop (#4686)
    • Added missing tertiary nav demo, integration, and cypress test (#4707)
  • Search input:
    • Use title case id in docs (#4725)
  • Tabs:
    • Added classNames to tab (#4578)
  • Text input:
    • Added helper util for left trim (#4691)
  • Tile:
    • Added new tile component (#4610)
  • Toggle group:
    • Added new toggle group component (#4702)
  • Tree view:
    • Added new tree view component (#4701)

Catalog view extension

  • Catalog tile:
    • Added children prop (#4674)

Table

  • Fixed table showing cell tooltips on non text cells (#4689)

Other

  • Demos:
    • Renamed master detail demo to primary-detail (#4703)

2020.10 release notes (2020-08-17)

Components

  • Button:
    • Added isLarge modifier prop (call to action) (#4596)
  • Chip group:
    • Added type button to overflow chip button (#4608)
    • Changed TimesIcon to TimesCircleIcon in Chips (#4550)
  • Description list:
    • Added new description list component (#4586)
  • Clipboard copy:
    • Updated to maintain line breaks & spaces when copying text (#4619)
  • Dropdown
    • Updated dropdown with image example to use an avatar (#4566)
  • Expandable section:
    • Made children optional (#4621)
  • Hint:
    • Added hint components (#4595)
  • Modal:
    • Updated to ensure getElement does not return null (#4544)
  • Nav expandable:
    • Converted nav expandable to button (#4512)
  • Notification badge:
    • Added needs attention state and count (#4516)
  • Notification drawer:
    • Fixed accessibility issues and add accessibility test cases (#4466)
  • Overflow menu:
    • Updated to allow0 passing dropdown item props to overflow menu dropdown item (#4536)
  • Page
    • Fixed breakpoint typo in PageHeaderToolsItem: (#4634)
    • Used the correct type for the page context (#4576)
  • Popover:
    • Added reference prop (#4546)
    • Updated to propagate clicks (#4585)
  • Search input:
    • Added new search input component (#4588)
  • Select:
    • Fixed maximum call stack size exceeded in a read-only typeahead Select field when pressing enter (#4616)
    • Fixed type error on undefined valueToCheck.toString (#4603)
    • Allowed typeahead groups, fixed a few bugs around groups (#4622)
    • Fixed space/enter closing typeahead variants incorrectly (#4663)
    • Use width prop in select (#4579)
  • Toolbar:
    • Changed spelling of visiblity prop to visibility(#4560)
    • Fixed so delete chip does not expects categoryKey as string (#4553)
  • Tooltip:
    • Added reference prop (#4546)
  • Wizard:
    • Made wizard nav items more easily discoverable (#4425)

Charts

  • Updated chart imports (#4645)
  • Updated Victory packages to support OUIA props (#4633)

Table

  • Updated to custom properties for actions (#4559)

Tokens

  • Added component index (#4572)
  • Fixed .d.ts typo (#4669)

Topology

  • Moved @types to the dependencies list (#4569)
  • Re-parented nodes with invalid parents to graph (#4629)

Other

  • Chore:
    • Fixed sentence case in 2020.09 notes (#4571)
    • Bumped lodash to 4.17.19 (#4580)
    • Replaced classnames with css function (#4582)
  • Demos:
    • Fixed demo headers and imports (#4607)
    • Added notification drawer demo (#4640)
  • Docs:
    • Updated to use h3s for titles (#4570)
    • Added missing imports to React doc (#4627)
    • Moved non-patternfly deps to devDeps in React docs (#4584)
    • Fixed title syntax in react docs (#4628)
    • Fixed typos in upgrade guide (#4601)

2020.09 release notes (2020-07-17)

Components

  • Alert:
    • Added alert timeout functionality (#4510)
    • Added display name to the close action button (#4426)
  • Button:
    • Added support for small variation (#4433)
  • Data list:
    • Added support for action containers in data list (#4488)
  • Drawer:
    • Renamed onMount to onExpand and add animation timeout (#4508)
    • Fixed small mistake in the documentation for drawer (#4473)
  • Drawer panel content:
    • Update to not render children when hidden (#4500)
  • Dropdown:
    • Added description to Dropdown item (#4468)
    • Added support and documentation for styleChildren to dropdown item (#4476)
    • Made the interactions in the demo more life-like (#4492)
  • Expandable section:
    • Update to pass expandable value to onToggle (#4427)
  • Form:
    • Added warning state (#4554)
  • Form select:
    • Added warning state (#4554)
  • Options menu:
    • Fixed accessibility bug in plain with text disabled part (#4424)
  • Page header tools:
    • Updated to make page header tools item visibility props optional (#4486)
  • Popover:
    • Rewrote tooltip/popover to use popper (#4491)
    • Added tippyProps back so as not to cause breaking changes (#4543)
    • Updates to house popper dependencies, added tippy back as a dependency (#4565)
  • Select:
    • Added logic to handle SelectOptionObject in comparisons (#4469)
    • Added option description property (#4460)
    • Fixed typeahead button toggle propagation (#4472)
    • Updated to handle missing select group label (#4464)
    • Fixed option with description on active display only value (#4503)
  • Text area:
    • Added warning state (#4554)
  • Text input:
    • Added warning state (#4554)
  • Toolbar:
    • Used alignment prop instead of align in ToolbarItem (#4481)
    • Updated docs to use overflow menu components (#4459)
  • Tooltip:
    • Rewrote tooltip/popover to use popper (#4491)
    • Added tippyProps back so as not to cause breaking changes (#4543)
    • Updates to house popper dependencies, added tippy back as a dependency. Fixed pressing the enter key opens all tooltips on the page (#4565)

Table

  • Added sticky header prop and demo (#4417)
  • Published prop type interfaces in docs (#4461)

Topology

  • Added lost support for custom menu items in withCreateConnector (#4493)
  • Bumped mobx versions in react-topology (#4442)
  • Corrected mobx dependencies (#4487)
  • Created connector drag spec configuration (#4529)

Other

  • Chore:
    • Added dependabot.yml (#4484)
    • Added card OUIA attributes (#4479)
    • Added radio OUIA attributes (#4482)
    • Fixed build on windows (#4475)
    • Updated tag from prerelease-v4 to prerelease (#4539)
  • Demos:
    • Updated docs to use overflow menu components in bulk select table, card view, master detail, pagination and table column management demos (#4459)
  • Docs:
    • Removed theme="dark" from docs (#4485)

2020.08 release notes (2020-06-24)

Components

  • Application launcher:
    • Updates for menuAppendTo prop in several components (#4414)
  • Banner:
    • Added banner component (#4408)
    • Added beta bete flag to docs (#4439)
  • Breadcrumb:
    • Made temporary fix for spacing (#4368)
    • Fixed console.warn when using a BreadcrumbItem component (#4288)
  • Button:
    • Added isAriaDisabled prop (#3801)
  • Context selector:
    • Updates for menuAppendTo prop in several components (#4414)
  • Divider:
    • Added support for insets to the divider (#4410)
  • Drawer:
    • Updated so opening drawer can send focus to the drawer (#4328)
  • Dropdown:
    • Updated to allow dropdown to be appended to a higher DOM element (#4348)
    • Fixed split button styling (#4347)
    • Updated to use popper for dropdown and select when menu is appended to another element (#4403)
  • Flex layout:
    • Remove all references to FlexModifiers (#4384)
  • Form:
    • Added .pf-c-form__group-control wrapper to .pf-c-form__actions (#4405)
  • Modal:
    • Added tooltip to truncated modal titles (#4291)
    • Changed modal size in example to variant (#4385)
  • Nav expandable:
    • Added style.modifiers.expandable (#4362)
  • Notification drawer:
    • Added streamlined notification drawer example to docs (#4312)
  • Options menu:
    • Fixed accessibility issue in plain with text (#4352)
    • Updates for menuAppendTo prop in several components (#4414)
  • Overflow menu:
    • Fixed accessibility issue on kebab toggle button (#4353)
  • Page header tools:
    • Ensured PageHeaderToolsGroup visibility mods are optional (#4386)
  • Select:
    • Fixed filter clear button accessibility issue (#4331)
    • Fixed panel issue (#4340)
    • Replaced all uses of value as default id of SelectOption (#4308)
    • Updated to use popper for dropdown and select when menu is appended to another element (#4403)
  • Spinner:
    • Fixed className prop not getting applied properly (#4380)
  • Title:
    • Import TitleSizes in title example (#4387)
  • Toolbar
    • Reverted show to breakpoint (#4343)

Charts

  • Aligned legend tooltip with flyout edge (#4398)
  • Updated documentation. Replaced old DefinitelyTyped comments with links to victory types (#4376)
  • Added an example showing how to embed HTML in a chart tooltip (#4379)
  • Move dChartCursorTooltip to own directory (#4381)
  • Updated tooltip legend to use Victory's activePoints (#4409)
  • Added tooltip support for interactive legends (#4402)
  • Fixed line height for the labels shown with the chart's tooltip legend. (#4419)
  • Added support for a legend tooltip (#4371)
  • Updated chart tooltip legend (#4375)
  • Bumped Victory packages to version 34.3.12 (#4438)

Table

  • Added inline editable dropdown (#4262)
  • Removed data-label from expanded rows (#4307)
  • Specified button type to avoid unwanted form submits (#4252)
  • Updated property name to avoid error (#4320)

Topology

  • Added integration app examples for topology functionality (#4315)
  • Made APIs more react friendly with hooks (#4342)
  • Allowed a promise to be returned by the create connector callback (#4390)
  • Updated to sync with OpenShift Console (#4317)

Virtualized extension

  • Add filterable demo, fix for filtering+scrolling (#4389)

Other

  • Chore:
  • Publish to prerelease tag to NPM (#4355)
  • Publish v3 branch to v3 tag to NPM (#4354)
  • Removed call for yarn clean:pf3 fro package.json (#4356)
  • Fixed no anonymous functions (#4391)
  • Updates from OUIA audit (#4401)
  • Docs:
    • Updated the git workflow in CONTRIBUTING.md (#4319)
    • Added upgrade guide (#4298)
    • Removed footer from docs (#4327)
    • Removed training.md since it is moved to patternfly-org repo (#4382)
    • Fixed broken links and references in README files caused by moving patternfly-3 packages to their own branch (#4332)
  • Changelog:
    • Added bash script for git (#4300)

2020.07 release notes (2020-06-05)

Packages released:

This is our major release. Checkout our upgrade guide for a list of breaking changes!

2020.06 release notes (2020-05-12)

Packages released:

Components

  • Empty state:
    • Added xl empty state to demo app and integration tests. (#4200)
  • Notification drawer:
    • Added new Notification Drawer Component (#4137)
  • Page:
    • Made tabIndex optional (#4181)
  • Select:
    • Added placeholder text for inline filter (#4185)
    • Added missing import to docs (#4109)
    • Added "0" and "All" selected badging (#4186)
  • Tabs:
    • Updated to Properly handle null Tab and TabContent (#4211)
    • Added integration test for showing/hiding tab button (#4205)
    • Updated to properly check children before setting hidden (#4179)
    • Updated to allow hiding tab buttons (#4196)

Charts

  • Fixed ChartDonut subTitleComponent being ignored in some cases(#4206)

Other

  • Demos:
    • Added master detail demo (#4115)
  • Utilities:
    • Fixed fillTemplate ie11 compatibility (#4155)

2020.05 release notes (2020-04-21)

Packages released:

Components

  • Data toolbar:
    • Added prop to enable removal of all chips in a filter category. (#4060)
    • Fixed max depth (#4103)
  • Dropdown:
    • Fixed ref to show indeterminate checkbox in toggle (#3990)
    • Updated to respect already passed props (#4016)
  • Tooltip:
    • Fixed Codesandbox examples (#4088)

Other

  • Chore:
    • Removed promoted components from experimental index file (#4029)

2020.04 release notes (2020-03-31)

Packages released:

Components

  • About modal:
    • Allowed custom aria-label for the close button (#3877)
  • Alert:
    • Used context to set label (#3771)
  • Card:
    • Added Card View to demos (#3441)
    • Added wrapper to image to resize it properly (#3642)
  • Drawer:
    • Added width props, updated demo & integration test (#3979)
  • Dropdown:
    • Removed duplicate prop (#3923)
    • Cleaned console errors in Dropdown.test.tsx (#3861)
    • Supported router link as DropdownItems through component API (#3995)
  • Empty state:
    • Added support for extra-large empty state (#3844)
  • Select:
    • Fixed group select options in single variant (#3838)
    • Allowed count badge to be hidden in checkbox select (#3976)
    • Added logic for disabled default options for typeahead (#3895)

Table

  • Fixed forward ref types (#3919)
  • Added column management demo (#3942)

Other

  • Docs:
    • Released docs to NPM for patternfly-org (#3941)
  • Build:
    • Removed unused packages from repo (#3916)
    • Created unified react-core dist (#3971)
    • Created variables by file in react-tokens (#3896)
  • Types:
    • Fixed tippy types, remove copyTS (#3940)
    • Added in-house focusTrap (#3967)
    • Removed a few usages of prop-types (#3968)

2020.03 release notes (2020-03-10)

Packages released:

Components

  • Background image:
    • Removed width attr from background image filter element (#3758)
  • Data toolbar:
    • Cleaned up beta warning for data toolbar (#3755)
  • Drawer:
    • Added console warning to Drawer beta component (#3856)
    • Updated drawer for Master/Detail support (#3884)
  • Dropdown
    • Updated to Destructure bubbleEvent from props to avoid it passing to button el (#3894)
  • Button:
    • Added link icon position for link buttons (#3798)
  • Card:
    • Added selectable and selected variation (#3587)
  • Chip group:
    • Added a tooltip to the Chipgroup label (#3826)
  • Data list:
    • Added compact data list (#3807)
  • Data toolbar:
    • Added support for key with categoryName. (#3880)
  • Dropdown:
    • Fixed keyboard selection of toggle causing selection of parent (#3816)
  • File upload:
    • Added new beta file upload component (#3865)
  • Input group:
    • Updated docs to be more readable (#3839)
  • Modal:
    • Added description property (#3821)
    • Moved description to separate component (#3897)
  • Pagination:
    • Updated to calculate navigation input according to last page (#3534)
  • Select:
    • Added inline filtering to checkbox select (#3843)
    • Fix panel checkbox labels (#3820)
  • Switch:
    • Updated to avoid switch id override by props (#3706)
  • Tabs:
    • Updated tabs with nav examples + add Tab component to props docs (#3527)
  • Tooltip:
    • Removed TooltipContent from propComponents (#3800)
  • Wizard:
    • Used patternfly-styles to set the no padding modifier (#3871)

Catalog view extension

  • Catalog tile:
    • Removed truncation and maxLength props (#3830)

Other

  • Chore:
    • Added experimental exports (#3775)
    • Wrapped layout examples to fix codesandbox (#3818)
    • Tested prerelease workflow (#3868)
    • Removed exenv and lodash (#3882)
    • Added jest test generator (#3828)
    • Added experimental/components directory (#3764)
    • Improved promote script (#3812)
    • Fixed react-docs version (#3879)
    • Updated Gatsby theme for patternfly org (#3813)
    • Updated versions in react-core for react-icons (#3760)
    • Updated additional versions in react-core for react-icons (#3761)
  • Docs:
    • Updated readme to match new guidelines (#3837)
    • Added GDPR banner to all pages (#3831)
    • Added page titles for react docs & react icons pages (#3851)
    • Fixed typo in README (#3769)
  • Linting:
    • Fixed eslint recommendations (#3858)
    • Added linting to react styles (#3723)
    • Added linting react tokens (#3725)
  • Ouia:
    • Updated to not omit ouiaContext (#3872)

Virtualized extension

  • Resolved linter errors (#3726)

PF3

  • Chore:
    • Enabled releasing patternfly 3 (#3863)
    • Removed patternfly-3 packages (#3852)
    • Created patternfly-3 branch (#3846)

2020.02 release notes (2020-02-18)

Packages released:

Components

  • Context selector:
    • Updated signature for context selector (#3697)
  • Data toolbar:
    • Updated html structure to match core (#3701)
  • Popover:
    • Added min-width override property (#3601)
  • Radio:
    • Added support for optional description (#3621)
  • Select:
    • Handled undefined default for checkbox select (#3711)
  • Simple list:
    • Added Simple list component (#3645)
  • Wizard:
    • Added type to wizard context (#3572)

Catalog view extension

  • Catalog tile:
    • Adjusted max width of header image (#3628)
    • Reduced padding between badge and logo (#3644)
    • Fixed styles that stopped working (#3635)
    • Fixed linting errors (#3714)

Table

  • Added inline edit to table (#3058)
  • Reverted IHeaderRow interface change (#3746)
  • Fixed that column functions are not always equal (#3612)
  • Added support for truncated column headers (#3729)

Other

  • Build:
    • Updated CircleCi config for pricing (#3654)
    • Made change to use machine instance (#3712)
    • Fixed typo, added md lint to CircleCi (#3692)
  • Chore:
    • Phrased non production components as beta (#3663)
    • Linted React topology (#3721)
    • For icons made change to use absolute import paths (#3517)
    • Fixed broken link in issue template (#3634)
  • Ci:
    • Parallelized tests and run in PRs (#3627)
  • Demos:
    • Fixed the TextInput type in filter table demo (#3652)
  • Docs:
    • Updated table property descriptions (#3745)
    • Updated node version in readme (#3741)
    • Bumped Gatsby (#3657)
    • Merged branch gatsby-theme-patternfly-org (#3651)
    • Merged patternfly-org branch (#3619)
  • Linting:
    • Eslint react-table (#3693)
    • Fixed linting errors (#3717)
    • Resolved existing linting errors (#3715)
    • Added react-hooks to eslint-plugin-patternfly-react (#3636)
    • Fixed linting errors (#3713)

PF3

  • Slider:
    • Added limit for lowest possible value of slider (#3660)

2020.01 release notes (2020-01-28)

Packages released:

Components

  • About modal:
    • Added type safety to default props (#3536)
  • Alert:
    • Accessibility updates to alert for toast alerts (#3519)
    • Fixed integration test regression (#3594)
  • Alert group:
    • Added alert group component (#3531)
  • Chip group:
    • Added closable chip group (#3455)
  • Clipboard copy:
    • Set type of copy and toggle buttons to 'button' (#3444)
  • Data list:
    • Properly assigned selectable and selected classes (#3447)
    • Removed hook (#3434)
    • Reverted React.Component back to React.FunctionComponent (#3431)
  • Data toolbar:
    • Added and removed some modifiers to match core (#3422)
    • Reverted promotion of DataToolbar from experimental (#3580)
    • Updated example to not exclude previous filtered items (#3571)
  • Divider:
    • Promote Divider from experimental (#3516)
  • Dropdown:
    • Set a random id for dropdown item if id is not given (#3555)
  • Flex layout: Allowed string literals to be used for FlexItem modifiers (#3544)
  • Overflow menu:
    • Promote OverflowMenu from experimental (#3516)
  • Page:
    • Add ability to customize screen reader label (#3433)
  • Page header:
    • Removed redundant role="banner" attribute (#3499)
  • Page layout:
    • Fixed page layout imports for use with code sandbox.(#3461)
  • Pagination:
    • Disabled navigation input if page is equal to zero (#3472)
  • Select:
    • Add the type prop to the select toggle button (#3495)
    • Allowed custom option data comparison (#3491)
    • Updated so clear button appears with any type ahead input (#3502)
    • Set a unique id to the select toggle type ahead input (#3529)
  • Spinner:
    • Promote Spinner from experimental (#3516)

Catalog view extension

  • Catalog tile:
    • Removed truncation fade and fixed length (#3378)

Table

  • Fixed issue #3559, for table we now default to a div instead of anchor(#3567)
  • Made IAction onClick optional (#3558)
  • Fixed ActionsColumn import path for DropdownSeparator (#3578)

Other

  • Ci:
    • Stopped caching stale doc builds (#3582)
    • Added coverage reporting for cypress tests (#3295)
  • Chore:
    • Used absolute import paths for react core in pf4 packages. (#3525)
    • Fixed homepage URL (#3522)
    • Removed listing of icons while under construction (#3485)
    • Use direct paths to react-icons in production build (#3448)
  • Demos:
    • Upped version of gatsby-theme-patternfly-org (#3562)
  • Docs:
    • Added a link to icons docs (#3430)
  • Extensions:
    • Moved extensions to 'Extensions' in side nav category (#3453)
  • Integration:
    • Fixed selector in table simple actions (#3584)
  • Linting:
    • Made Eslint fixes for *.md file (#3493)
    • Made initial eslint fixes for react-core-style-system *.md file (#3505)
    • Made minor updates to TopologyView package, missing imports (#3510)
    • Made minor updates to VirtualizedTable examples (#3513)
    • Made minor updates to react-table package (#3509)
    • Turned on errors for markdown code block linting (#3515)
    • Added linting for md charts 3486 (#3496)
    • Added linting for md code blocks 3469 (#3474)
    • Fix linting for md react core example md files 3486 (#3500)
    • Updated *.md files in demos and verified they were working in code sandbox as well (#3504)

PF3

  • Date and time picker:
    • Use toLocaleTimeString to fix year 2020 bug (#3506)
    • Updated test snapshot due to new year (#3450)
  • React console:
    • Added additionalButtons prop to VncConsole (#3465)
  • Slider
    • Added onFormatChange handler (#3477)

2019.11 release notes (2019-12-18)

Packages released:

Charts

  • Updated interpolation examples to use monotoneX (#3372)
  • Update threshold props (#3414)

Components

  • Application launcher:
    • Application launcher enhancements (#3371)
  • Breadcrumb:
    • Set breadcrumb, nav and title texts to sentence case (#3387)
  • Data list:
    • Removed duplicate import from the docs (#3362)
    • Added selectable variant (#3404)
  • Dropdown:
    • Updated component to use input rather than PF checkbox (#3391)
  • Empty state icon:
    • Marked deprecated props (#3375)
  • Filter side panel:
    • Passed remaining props to checkbox component (#3374)
  • List:
    • Added the ordered variant (#3363)
  • Nav:
    • Removed basic nav example, switched to default variant, updated PF masthead logo (#3262)
  • Options menu:
    • Added support for groups and titles (#3360)
  • Page layout:
    • Removed basic nav example, switched to default variant, updated PF masthead logo (#3262)
    • Set breadcrumb, nav and title texts to sentence case (#3387)
  • Pagination:
    • Added optional offset prop (#3383)
    • Automated pagination and overflow logic (#3182)
    • Fixed prev arrows are active with 0 rows (#3384)
  • Popover:
    • Made text selectable (#3376)
  • Progress:
  • Select:
    • Made integration tests pass (#3359)
  • Text input:
    • Added support for passing a ref (#3168)

Table

  • Fixed the ActionColumn to allow a link in the actions menu (#3402)
  • Renamed visible/hiddenOn2Xl to visible/hiddenOn_2xl (#3365)

Other

  • Build:
    • Used patternfly-a11y (#3339)
    • Updates build to not cache stale doc build (#3424)
  • Chore:
    • Updated tippy.js dependency (#3370)
    • Fixed broken Katacoda tutorial links (#3408)
  • Demo:
    • Added various table state demos (#3352)
  • Docs:
    • Documented CJS tree shaking solution for icons and react-core (#3410)
  • Workspace:
    • Upgraded gatsby and org theme (#3386)

PF3

  • React console:
    • Added spacing between VncAction buttons (#3345)
  • Custom modal dialog:
    • Updated CustomModalDialog to match changes to original react-bootstrap ModalDialog (#3409)

2019.10 release notes (2019-11-25)

Packages released:

Charts

  • Put back the secondary title when showing percentage in the Donut Chart(#3299)
  • Added Interactive legend example (#3253)

Components

  • About modal:
    • Removed appendTo from props passed to div (#3239)
  • Accordion:
    • Added a prop to allow the box shadow to be removed (#3309)
  • Button:
    • Added support for setting tab index unless not button and disabled (#3240)
  • Data toolbar:
    • Moved and wrapped chips in expandable content (#3319)
  • Dropdown:
    • Added split button action variant (#3307)
    • Updated keyboard interaction (#3293)
  • Flex:
    • In breakpointMods, set the breakpoint as optional and added enums (#3258)
    • Fixed typo in align and justify modifiers (#3328)
  • Form:
    • Added validated variant to form inputs (#3220)
  • Options menu:
    • Removed the <i> element around selected item svg (#3238)
  • Pagination:
    • Fixed previous page navigation issues with 1 row per page (#3297)
  • Select:
    • Fixed displaying pre-selected input (#3305)
    • Added the ability to have custom content in the select menu (#3333)
    • Removed <form> from typeahead and checkbox selects (#3298)
  • Wizard:
    • Removed appendTo from props passed to div (#3239)

Catalog view extension

  • Chore:
    • Added @patternfly/react-catalog-view-extension package to release promotion script (#3260)
    • Removed unused packages (#3332)
    • fixed checbox margin on filter side panel (#3287)
    • fixed @types errors when using the extension (#3284)
    • Removed unused dev dependencies from package.json (#3275)
    • Added check for sass changes (#3271)
  • Catalog tile:
    • Removed unneeded selector (#3331)
    • Edited target selector (#3291)
    • Removed margin and fixed hidden text (#3285)
    • Updated scss and add class to image (#3282)
  • Properties side panel:
    • Aligned sass file with correct styles for properties panel (#3236)

Table

  • Added types, examples, and demo for onRowClick (#3265)
  • Fixed types for table transforms (#3203)

Topology

  • Set topology container to take full height of the view (#3314)

Other

  • Chore:
    • Updated gatsby-browser.js (#3313)
    • Added use of node 10, more resources for doc build (#3278)
    • Added new package to promotion script (#3260)
    • Updated github templates (#3261)
    • Upgraded react-bootstrap to fix React deprecated lifecycle method warnings (#3249)
  • Demo:
    • Updated Pagination Table demo to add Spinner and empty state (#3294)
  • Demo-app-ts:
    • Increased strict checks for react-integration (#3222)
  • Docs:
    • Bumped gatsby-theme-patternfly-org (#3269)
    • fix(README.md) (#3254)

PF3

  • Date and time picker:
    • Properly imported formatTime to DateTimePicker (#3303)

2019.09 release notes (2019-11-01)

Packages released:

Charts

  • Added legend examples (#3093)
  • Added chart scatter examples (#3086)
  • Updated ChartThreshold to use pf-core variable (#3085)
  • Updates to use markdown links (#3072)
  • Simplified legend tooltip example (#3069)
  • Added Responsive legend (#3067)
  • Added tooltip examples (#3061)
  • Added props to ChartLabel (#3028)
  • Fixed ChartThreshold props (#3024)
  • Added custom theme example (#3023)
  • Moved ChartThreshold to its own example (#3019)

Components

  • About Modal:
    • Append component to an element in DOM (#3102)
  • Application launcher:
  • Button:
    • Component type accepts react-router Link (#3077)
    • Added an example of a link button with anchor component (#3034)
  • Chip:
    • Added OUIA compatibility to Chip component (#2995)
  • Copy to clipboard:
    • Wrapped pre inside the expand element (#3169)
  • Data toolbar:
    • Implemented changes to match PF-Core (#3144)
    • Add unit and integration tests (#3201)
  • Divider:
    • Added divider component (#3125)
  • Dropdown:
    • Added OUIA compatibility for Dropdown (#3135)
    • Fix unit tests (#3107)
  • Empty state:
    • Removed debug message from tests (#3161)
  • Expandable:
    • Allowed for dynamic toggle text in uncontrolled version (#3068)
  • Login form:
    • Pass 'remember me' state to isChecked (#3056)
  • Options menu:
    • Fix unit tests and options menu(#3107)
  • Overflow menu:
    • Removed unnecessary class names (#3204)
  • Radio:
    • Pass checked either from isChecked or checked (#3066)
    • Fix console error (#3138)
    • Group radio inputs in docs (axe-core) (#2684)
  • React catalog view extension:
    • Added catalog view extension and three components (#3145)
  • Select:
    • Updated prop description for selections (#3183)
    • Set onFilter to null to run the default filter (#3158)
    • Added plain modifier to toggle button (#3140)
    • Use props children if custom on filter used (#3123)
    • Modifying selection outside Select component now works (#3096)
    • Allow custom component as select option (#3060)
    • Added OUIA compatibility to Select component (#2996)
  • Spinner:
    • Fixed alert type in docs (#3063)
  • Switch:
    • reverted defaultChecked to checked (#3037)
  • Tabs:
    • Move TabButton to new file (#3033)
  • Text area:
    • Added a prop to allow limiting the resize orientation of the Text are (#3180)
  • Tooltip:
    • Allow tooltip text to be left-aligned (#3053)
  • Virtualized extension
    • Added jest test (#2761)
  • Wizard:
    • Append component to an element in DOM (#3102

Table

  • Added custom row wrapper example for table (#3160)
  • Set height auto modifier on table row (#3133)
  • Added support for custom dataLabel prop on table header (#3040)
  • Disable header controls with empty table (#3008)
  • Added OUIA compatibility to Table component (#2964)

Other

  • Chore:
    • Add issue template (#2804)
    • Surrounded OUIA check with a try catch (#3178)
    • Use consumer context if specified for OUIA (#3149)
    • Updated webpack config to output source maps (#3115)
    • Fix warnings about use of deprecated lifecycle methods (#3098)
    • Added eslint-plugin-react-hooks (#3083)
    • Properly use this.setState in components (#3075)
    • Fixed sentence case for component titles (#3054)
    • Added tslint-plugin-prettier and apply code formatting (#2810)
  • Demo:
    • Added bulk select demo with table and toolbar (#3082)
    • Added table filter demo (#3127)
  • Docs:
    • Use gatsby-theme-patternfly-org (#3146)
    • Fixed regressions from gatsby-theme-patternfly-org (#3164)

PF3

  • Serial console:
  • Cards:
    • Refactored sub-component references (#2935)

2019.08 release notes (2019-10-01)

Packages released:

Charts

  • (BREAKING CHANGE) Updated Victory to 30.0.0
    • Replace labels={(d) => x: ${d.x}} with labels={({ datum }) => x: ${datum.x}}
    • ChartPie:
      • Removed pieHeight & pieWidth props -- use padding prop
      • Adjusted padding from 8px to 20px
    • ChartDonut:
      • Removed donutHeight & donutWidth props -- use padding prop
      • Adjusted padding from 8px to 20px
    • ChartDonutUtilization:
      • Removed donutHeight & donutWidth props -- use padding prop
      • Adjusted padding from 8px to 20px
    • ChartDonutThreshold:
      • Removed donutHeight & donutWidth props -- use padding prop
      • Adjusted padding from 8px to 20px
    • ChartBullet:
      • Removed bulletHeight & bulletWidth props -- use bulletSize prop
    • ChartContainer:
      • Renamed the VictoryContainer CSS selector as pf-c-chart for specificity
    • See the Github tag notes or #2883 for additional details
  • Added missing style and responsive props to ChartVoronoiContainer (#2977)
  • Updated chart tutorial paths (#2962)
  • Eliminate the "missing key prop" warning seen in the browser console for ChartPie (#2943)
  • Slightly modified how chart containers are cloned and added examples. This ensures charts can be wrapped with the Tippy tooltip component as an alternate way of providing custom tooltips. (#3048)
  • Area Chart:
    • Added stacked area chart demo and test (#2896)
    • Added Horizontal indicator example (#2796)
  • Sparkline: Added line border to ChartArea and move sparkline (#2887)
  • Donut chart: Added simple fix for the donut chart tutorial link (#2940)

Components

  • App launcher: Made dropdown/app launcher work better with router components (#3011)
  • Button:
    • Added control variant to button (#2983)
    • Set the disable modifier when component is not button (#2683)
  • Dropdown: Disabled button now only applies disabled attribute (#2989)
  • Chip group:
    • Allowed chip group toolbar item to handle single chip (#2882)
    • ChipGroupToolbarItem component was not propagating className despite having this prop in documentation and TS. This is a fix to ChipGroupToolbarItem className (#2881)
    • Allowed variable number of chips to be displayed (#2878)
  • Copy to clipboard:
    • Added prop for expanded by default (#2923)
    • Added an example of copy clipboard with array of objects (#2916)
  • Date and time picker component: Added Date and time picker component (#1420)
  • Data toolbar:
    • Added aria-haspopup to the toggle group (#3012)
    • Added chip groups to toolbar (#2888)
  • Dropdown split button: Added 3rd state to split button (#2842)
  • Empty state: Made it possible to support primary and icon as div elements (#2957)
  • Expandable: The controlled version of Expandable was not reacting to changes made to the isExpanded prop after initial creation. This PR fixed the issue. (#2955)
  • Flex: Added support for flex layout, tests, etc. (#2985)
  • LoginPage: Add attributes to the submit button (#2682)
  • Modal:
    • Simplified disabling of FocusTrap (#2862)
    • Changed the cancel button variant to link (#2979)
  • Nav: HorizontalNavMenuItem: Fixed onItemClick PropType (#2984)
  • Overflow: Introduced overflow component (#2819)
  • Pagination:
    • Added OUIA compatibility to Pagination component (#2960)
    • Fixed styling discrepancy with HTML version (#2904)
  • Select:
    • Added a maximum height property to select menu (#2946)
    • Displayed selections data properly (#2848)
    • Added props for hard coded strings (#2993)
  • Switch: Backward compatibility in case labelOff was not set, fixed the conditionals (#2816)
  • Tab: Added two new props: mountOnEnter and unmountOnExit (#2902)
  • Wizard: Added default function to onClose prop (#2863)

Table

  • Fixed cell title warning (#2967)
  • Support height auto modifier in tr (#2932)
  • Added flag to hide select all (#2926)
  • Improved the documentation for Table component from react-table (#3016)
  • Added tables to integration test demos and wrote unit tests (#2685)

Other

  • Docs: Fixed live edit caret color so it is visible (#2899)
  • PF3: Bumped PF3 deps including Storybook (#2985)

2019.07 release notes (2019-09-10)

Packages released:

Charts

  • Adjusted legend position for axis label (#2763)
  • Added new symbol for dash/threshold (#2884)
  • BulletChart: Added new BulletChart type! (#2708)
  • StackChart: Added monthly vertical stack example (#2625)

Components

  • Accordion: Allow JSX elements for content and toggle (#2713)
  • BackgroundImage: Fix bug on non-Chrome browsers regarding filter's width (#2742)
  • ChipGroup: Added defaultIsOpen prop to allow chip group to be initially expanded (#2651)
  • ClipboardCopy: Updated if children change (#2849)
  • Drawer: Expose DrawerContent components and remove panelContent prop (#2733)
  • Dropdown:
    • Added support for dropdown with primary button toggle (#2857)
    • Allow custom dropdown items (#2890)
  • EmptyState: Fixed a bug where the correct size modifier wasn't being passed (#2692)
  • Expandable: Support uncontrolled expandable (#2649)
  • FormGroup: Fixed a bug where className was not being propogated for non-inline forms (#2864)
  • LoginForm: Username input field is now autofocused (#2659)
  • Modal:
    • Added isFooterLeftAligned prop (#2835)
    • Added appendTo prop so component can render in element other than document.body (#2802)
    • FocusTrap works with showClose being false (#2774)
  • Nav: Added dark theme modifier flag (#2856)
  • OptionsMenu: Now uses our Dropdown component and is consistent with it (#2299)
  • Page: Added dark theme modifier flag (#2856)
  • Select:
    • Allow creating new select items (#2820)
    • Added support for toggle icon (#2748)
    • Added direction prop (#2611)
  • Spinner: Added new experimental Spinner component! (#2858)
  • Switch: Changed checked property in DOM (#2749)
  • Tab: Allow JSX elements for Tab title (#2681)
  • TextArea: Support defaultValue attribute for uncontrolled TextArea (#2712)
  • Toolbar: Added new experimental Toolbar component! (#2861)
  • Tooltip:
    • Allow passing properties through to PopoverBase and hence tippy.js (#2769)
    • Added the manual trigger option with the isVisible prop (#2769)
  • Wizard: Added support for in-page rendering (#2830)

Table

  • Added new visibleOn and hiddenOn breakpoint (#2676)

Icons

  • Added Path Missing Icon (#2817)
  • Added Azure and OpenStack icons (#2827)
  • Added Ansible Tower icon to custom icons definition (#2735)
  • Publish configs as well with icons (#2701)

Virtualized Extension

  • Debounce resize event to fix inconsistent grid sizing (#2754)

PF3

  • AsyncTypeAheadSelect: Forward ref for AsyncTypeAheadSelect (#2760)
  • CatalogTile:
    • Allow JSX element for CatalogTile's icon (#2771)
    • Added iconAlt property to use for alt text for icon image (#2715)
  • DatePicker: Added new date picker components (#1873)
  • HorizontalNavMenu: Allow HorizontalNavMenuItem's title to be a node (#2825)

2019.06 release notes (2019-08-13)

Packages released:

Charts

  • Used vars to enable Red Hat fonts. When the pf-m-redhat-font selector is added to the page, the Red Hat font is expected to be used instead of the default Overpass font. This change ensures that charts and its labels use the Red Hat font as expected (#2584)
  • The donut threshold chart used to generate a 'width must be a non-negative' warning when donutWidth values are zero. This change ensures the dynamic chart size is never less than zero (#2590)
  • Fixed missing fill and stroke colors for area and line charts. Set area.style.data.fill to first color scale value in colorTheme function. Set line.style.data.stroke to first color scale value in colorTheme function (#2626)

Components

  • Accordion: Added the html structure of Accordion to React (#2422)
  • Alert: Added default variant for Alert (#2648)
  • Button: Added 'reset' to types (#2622)
  • Checkbox Updated ids so none repeat. Prevents inconsistent checking behavior when labels are clicked for uncontrolled vs. controlled examples (#2663)
  • Drawer: Added the drawer component to experimental (#2633)
  • Dropdown:
    • Automatically focus first dropdown item when DropdownMenu mounts (#2355)
    • This PR adds an aria-label to the "icon only" example of Dropdown (#2517)
    • Fixed missing event passthrough on internal onSelect callback (#2657)
  • Form: Updated Form demo to use check over radio (#2567)
  • Modal: Allows for custom header and/or footer in Modal component Added the showClose prop, defaulted to true. Set to false to hide the close button (#2120)
  • Page:
    • Skip to content should point to primary content container (#2519)
    • Change the defaultManagedSidebarOpen prop name for consistency (#2664)
  • Pagination:
    • When there is 0 items or negative number for pagination show 0th page out of 0 and disable paginating (#2558)
    • Added a demo of table integrated with pagination (#2601)
    • Fixed pagination to update page count (#2639)
    • Added disabled flag for whole component (#2586)
  • Select:
    • Select menu now has consistent, open behavior on empty text input field (#2572)
    • Added a custom callback for the filtering function used in typeahead variants. This replaces the current search entirely, so the function must handle filtering the list of children/options and return the filtered results for the internal state to update (#2434)
    • Added isPlain variation/prop to Select.tsx, snapshot tests, and integration (#2588)
    • This enhancement allows a user to now pass in a user defined object to store additional data besides just the string value to a select option. The object must have a toString function that is responsible for returning the the localized string (#2612)
    • Disabled focus trap on checkbox select with no children. Focus Trap throws exception if no children to ref. In order to avoid this error, render the component with no Focus Trap when no children is passed (#2647)
    • Added disabled flag to select (#2678)
  • Switch: Added aria-labelledby to input (#2468)
  • Topology: Fixed paddings for topology control bar buttons. Removed css settings that override the paddings for the topology control bar buttons (#2635)

Table

  • Added the wrap modifier to react-table through transforms (#2615)
  • Replaced lodash-es with lodash (#2641)

TypeScript conversion

Docs

  • Made name column not wrap (#2583)
  • Small adjustment for Stack layout. Updated the doc to correctly read that isFilled is related to the vertical space occupied, not horizontal (#2605)
  • Link to react-tokens page was broken. Updated to point to the Global CSS Variables page (#2453)
  • Added extension notes to Gatsby docs to improve the Gatsby doc for table extensions and add disclaimer about extension status (#2637)
  • Fixed accessibility issues in Accordion, ClipboardCopy, and DataList (#2634)

Other

  • Chore:
    • Added curl command after release (#2547)
    • Invalidate all packages if yarn.lock changes (#2548)
    • Updated release notes to use uls (#2604)

2019.05 release notes (2019-07-24)

Packages released:

  • Fixed runtime errors related to theme padding (#2430)
  • Added charts to react-integration tests (#2354)
  • Updated chart theme to use pf-core variables (#2439)
  • Removed invalid pf-core var (#2463)
  • Adjusted pf-core vars & added tooltip examples (#2497)
  • Updated pf-core vars (#2480)
  • Provided an accessible title and description (#2500)
  • Added bottom-left legend position (#2442)
  • Tweaked aria title for area chart (#2510)
  • Replaced prop titleComponent by subTitleComponent on donut charts (#2488)
  • Added individual padding vars for donut charts (#2529)
  • Added new mutil-color theme for ordered charts (#2552)
  • Added fixed point notation into percentage donut charts (#2375)
  • Used vars to enable Red Hat fonts (#2584)
  • About modal: AboutModal and Modal both now trap focus in the browser (#2428)
  • Accordion: Added prop to heading level of parent component (#2290)
  • Application launcher: Allowed custom icon for application launcher toggle (#2492)
  • Badge:
    • Temporarily disabled problematic badges (#2530)
    • Added space between badges in the examples (#2556)
  • Breadcrumb switcher: Fixed Autocomplete camelCase (#2457)
  • Datalist: Added hidden and visible breakpoints (#2251)
  • Dropdown: Provided option to not autofocus on first item (#2473)
  • Empty state: Updated EmptyStateBody to use div instead of p (#2499)
  • Experimental features: Added POC for experimental button and badge (#2363)
  • Gallery: Converted gallery to TypeScript (#2432)
  • Login page: Removed ariaLabel from checkbox (#2455)
  • Modal: Modal now traps screen reader focus (#2406)
  • Options menu: Updated examples to trigger select on the whole item (#2513)
  • Pagination:
    • Dropdown closes on click outside of menu area (#2235)
    • Added ability to allow users to enter numbers into the input field (#2417)
  • Select:
    • Removed ariaLabel from grouped checkbox select (#2456)
    • Added optional display via children to option (#2419)
    • Updated typeahead filtered list when children change (#2518)
  • Switch: Added OUIA compatibility to Switch (#2304)
  • Tabs:
    • Allowed eventKey to accept a string (#2493)
    • Implemented overflow styles for secondary tabs (#2512)
  • Tooltip: Added support for aria prop from Tippy library (#2539)

TypeScript conversion

  • Checked empty array in areAllRowsSelected (#2527)
  • Added exports for compoundExpand (#2554)
  • Added pickProperties to react-styles utils exports (#2481)

Docs

  • Updated link to react-tokens page in the readme (#2453)

Other

  • Build:
    • Added PR comment on publishing to NPM (#2433)
    • Added Windows support (#2471)
  • Chore:
    • Removed tippy-react dependency (#2505)
    • Updated react-docs to use Red Hat font (#2563)
  • Unit tests: Fixed keyHandler tests in util.test.js (#2489)

2019.04 release notes (2019-07-02)

Packages released:

  • Added sparkline example and interpolation to area examples (#2373)
  • Fixed themes for bar chart default colors (#2112)
  • DonutThreshold: No longer show static threshold donut tooltips by default (#2270)
  • Added support for legends and grids (#2324)
  • About modal: Changed strapline element to paragraph (#2376)
  • Breadcrumb switcher: Disabled autocomplete (#2407)
  • Card: Addedcompacted card variation (#2399)
  • Checkbox: Added 3rd state to checkbox controlled by consumer (#2252)
  • Chip group: Added heading level prop to toolbar chip group label (#2278)
  • Data list: Added DataListRow to imports (#2353)
  • Dropdown: Automatically focused first dropdown item when DropdownMenu (#2355)
  • Expandable: Added button type to the expandable component (#2340)
  • Label: Added TypeScript flag to the label docs (#2343)
  • Notification badge: Added the notification badge component (#2342)
  • Options menu: Added disabled modifier to the toggle (#2401)
  • Page: Added page section main nav type variant (#2268)
  • Radio: Fixed warning from undefined starting params (#2292)
  • Form:
    • Updated text in form component (#2352)
    • Wrapped form label text in new element (#2322)
  • Grid:
    • Removed size props from ...props (#2404)
    • Updated grid layout to support new 2xl breakpoint (#2305)
  • Tabs:
    • Fixed TypeScript errors and revert TabContainer to a component (#2402)
    • Remove comment from code (#2351)
    • Made variant prop optional (#2348)

TypeScript conversion

2019.03 release notes (2019-06-11)

Packages released:

  • Major bump react-charts (#2143)
  • Changed default Chart padding property to show axis
  • Refactored ChartTheme colors and utils for donut utilization theme
  • ChartLegend now defaults to be responsive
  • Aligned label vertically and added donutHeight/Width defaults (#2193)
  • Added examples on how to use VictoryZoomContainer (#1879)
  • Apply defaults to custom legend (#2194)
  • Chart & ChartStack to use ReactNode as children type (#2155)
  • Remove ChartThemeDefinition export from index.ts (#2149)
  • About modal: Support isOpen initially set true in about modal. This ensures the about modal container exists on initial load if isOpen is passed true with children contents initially (#2153)
  • Navigation: On NavItems, Maintain className passed to custom NavItems. Keeps classNames set on the child of a custom NavItem (#2134)
  • Pagination: When empty array is sent to pagination now no per page is visible. It is now possible with Per page option to hide by passing empty array of per page options (#2175)
  • Select: Added keyboard interaction to typeahead variants, other variants remained unchanged. Enter, with select closed, toggles open the menu. Focus should now remains on input. Arrow up and down navigates the options with a focus styling. Enter, with select opened, selects the highlighted item (#2013)
  • Tabs: Fixed tabs ref proptype (#2158)
  • Added React-Virtualized PF4 tables (#2011)
  • Exported RowWrapper implementation (#2118)
  • Some props of IRow should not required Makes following props of IRow to optional isOpen parent props (#2196)
  • Fixed error Unknown event handler property onCollapse. Removed rows and onCollapse from ...props (#2195)
  • Added support for .pf-m-grid-2xl breakpoint. Added breakpoint to list of available breakpoints and updated snapshot (#2206)
  • Reverted bodywrapper conversion to stateless-function (#2161)

Topology (@patternfly/react-topology)

  • Added @patternfly/react-topology package (#2170)
  • Fixed esm output and converted react-virtualized-extension to TS (#2190)
  • Changed all the React css imports and added types for them. Instead of using a babel plugin to generate the JS at compile time for our CSS-in-JS solution, we statically generate it beforehand in react-styles (#2085)
  • Bumped jsdom (#2080)
  • Added sideeffects to react-styles (#2207)

TypeScript conversion

2019.02 release notes (2019-06-05)

Packages released:

  • About Modal: Provided a way to set the background using props (#1940)
  • Accordion: Added accordion component (#1511)
  • Background Image: Fixed background image spacing issue (#1923)
  • Card: Added card is-hoverable modifier prop (#1852)
  • Checkbox: Set checked value correctly (#1929)
  • Copy to Clipboard: Fixed docs (#1821)
    • Changed doc text (#1823)
    • Removed textarea from clipboard copy (#1840)
  • Dropdown: Renamed toggle export (#1861)
  • Grid: Added missing props in d.ts (#1749)
  • Icons: Added font awesome brands icons(#1669)
  • Popover:
    • Updated Popover max width. We made maxWidth optional (#2110)
    • Enabled highlighting and selecting text in popover (#1757)
    • Handled on enter focusing when options are disabled (#2025)
    • Changed PopoverPosition from a const to an enum. This allows users to specify their choice of a string or object property for the position property value on Popover component. Also adds a test that exercises this method to ensure it doesn't regress going forward (#2113)
  • Select:
    • Updated the SelectProps interface to avoid a type error when importing react-core into a TypeScript application. I also removed some unnecessary code in a couple of the demo's I followed recently. Copying the code as is was creating an error. I think they were safe deletions but worth double checking (#2107)
    • Fixed ListGroupItem import (#1867)
    • Added user personalized icon in Select component (#1768)
  • Introduced Donut utilization chart and thresholds (#2064)
  • Added example styles (#1889)
  • Fixed chart font stack to use PatternFly core sans-serif font stack (#1865)
  • Refactored themes for bar chart default colors (#2112)
  • Added default for component props (#2103)

Docs

  • Use frontmatter for what props to show in docs (#2072)
  • If you add new imports to your MDX file, rerun yarn develop which now clears the gatsby-mdx cache and lets you be on your merry way (#2059)
  • Hide inherited TypeScript props (#1866)
  • Use MDX for docs (#1753)
  • Reverted bodywrapper conversion to stateless-function (#2161)

TypeScript conversion

Packages released: We are in the process of converting all components to TypeScript to provide better types for consumers. The following components have been converted:

2019.01 release notes (2019-05-02)

We don't have notes for this release yet.