Skip to content

Latest commit

 

History

History
147 lines (144 loc) · 11.2 KB

RELEASE-NOTES.md

File metadata and controls

147 lines (144 loc) · 11.2 KB

2019.04 release notes (2019-07-24)

Packages released:

Components

  • About modal: Updated break-word on content area instead of break-all (#2035)
  • App launcher:
    • Added button example to menu item (#2006)
    • Added support for right and top alignment (#2081)
  • Charts:
    • Adjusted chart vars for react-charts (#2020, #2024)
    • Adjusted 3 chart tooltip color vars and adds two new ones. This will ensure tooltips can be seen over the current background color. (#2038)
    • Added individual padding vars for donut charts (#2068)
  • Chip: updated padding on chip label (#2063)
  • Divider: Added divider component (#2080)
  • Drawer: Added drawer component (#2069)
  • Dropdown:
    • Added space-between when width of dropdown grows (#2050)
    • Centered plain button content (#2071)
  • Icons: Changed selector that wraps extend for lower specificity (#2018)
  • Login: Unset the link color text so that its white. (#2032)
  • Navigation: Changed max-height to 100% for subnav (#2061)
  • Options menu: Centered plain button content (#2071)
  • Page: Removed toggle from horizontal nav page demo (#2004)
  • Pagination: Added disabled variation (#2015)
  • Select:
    • Added plain variation (#2053)
    • Updated class selector, stacking context for typeahead input (#2075)
  • Switch: Removed dependency on font-size for switch's height (#2049)
  • Table:
    • Renamed data table to table (#2051)
    • Wrapped button icons in demo with button icon class to add space (#1978)
    • Fixed data-label attr in table demos (#2060)
    • Added example of pf-m-wrap modifier for use in thead cells (#2065)
  • Tooltip: Broke words in a place to fit in tooltip (#2033)

Other

  • Red Hat font: Added opt-in option to use Red Hat font (#1813)
  • Experimental features: Added experimental feature support (#2031)

2019.03 release notes (2019-07-02)

Packages released:

Components

  • About modal box: Removed the title classes from the strapline paragraph. Changed strapline font-size to 14px. (#1951)
  • About modal, app launcher, backdrop, context selector, datalist, dropdown, form control, input group, modal, nav, options menu, select, table, tabs, wizard:
    • Re-do z-index system so components overlap one another properly (#1901)
  • Accordion, clipboard copy, data list, dropdown, expandable, nav, options menu, select, table, wizard:
    • Added expanded/collapsed arrow rotation in components (#1932)
  • Accordion:
    • Add variation of accordion that uses divs and headings instead of definition list (#1990)
  • Alert group:
    • Renamed example and reworded docs (#1930)
  • App launcher:
    • Used --pf-global--icon--FontSize--lg for the icon size. Reduced height of expanded demo (#1935)
    • Added support for sections/icons/divider (#1916)
  • Background image:
    • Reduce size of background image (#1936)
  • Card:
    • Added compact variation (#1975)
  • Charts:
    • Added remaining variables (#1863)
  • Copy to Clipboard:
    • fixed focus ring and add content editable to expanded (#1896)
  • Datalist:
    • Added an example using a heading in the primary content section. (#1870)
  • Dropdown:
    • Increased height of examples that overflow (#1965)
  • Expandable:
    • Added type to the button (#1982)
  • Form:
    • Added element for form label text, make it bold (#1952)
  • Form, login, wizard:
    • Fixed order of variables which was causing the IE conversion script to generate undefined. Also removed a login variable that was not needed. This was also causing the IE scripts to generate undefined. (#1871).
  • Nav:
    • Changed breakpoint to fix bug (#1918)
  • Options menu:
    • Added disabled variation (#1973)
  • Progress:
    • Changed the font weight on sm variation (#1974)
  • Table:
    • Added an extra breakpoint. In the data table sortable demo the table needed a larger breakpoint, so that the rows don't overflow outside of their container (#1880)
    • Added word-wrap to td's in table, now wraps when on mobile size. (#1928)
    • Made column headers bold (#1949)

Other

  • Added ie11 to build (#1876)
  • Updated the window size used for the browser that our a11y audit is run against (#1911)

2019.02 RC2.1 release notes (2019-06-11)

Packages released:

Components

  • About Modal Box:
    • Addressed overflow of about modal (#1902)
  • Accordion:
    • Removed need for class on toggle icon (#1889)
  • Button:
    • Added class around the icon to fix bug (#1890)
  • Charts:
  • Datalist:
    • Added breakpoints for actions (#1886)
  • Inline alert:
    • We had previously applied font-size to the inline alerts via .pf-c-alert__icon > i, which didn’t work in React since the icon is an svg. We applied font-size to .pf-c-alert__icon instead. Also, the inline warning icon was fixed because it was wider than the others (#1909)
  • Notification Badge:
    • Added notification badge (#1862)
  • Switch:
    • Added focus indicator (#1874)
  • Table:
    • Media query now matches border. Fixed the table so that when the table breaks to grid form, the border width changes to 8px, and the border color matches the background color. (#1881)

2019.02 release notes (2019-05-28)

Packages released:

Components

  • Alert:
    • Adjusted warning alert webfont icon font-size (#1805)
    • Added in-line modifier (#1775)
  • Card:
    • Added a wrapper for the Actions in the top right, so that content wraps around it - similar to the Popover component. Added a logo/img wrapper that is always left aligned. (#1745)
    • Removed flex from header (#1817)
    • Updated font sizes. Card body and footer text size were changed to be 14px by default and header was changed to 16px. (#2103)
    • Card Demo: Added demo (#1716)
  • Content:
    • Changed margin bottom for small element (#1843)
  • Form/login/wizard:
    • Fixed undefined issues with IE11 script (#1871)
  • Nav:
    • Fixed horizontal nav spacing, background color (#1798)
    • Updated aria-label in examples (#1783)
  • Pagination:
    • Updated options menu aria-label (#1782)
  • Popover:
    • Scoped title class to popover component (#1857)
  • Table:
    • Remove min-height from buttons in expansion toggle (#1818)
  • Wizard:
    • Fixed wizard closing tag (#1803)
    • Set pf-c-wizard__main to grow and fill available height (#1781)

Layouts

  • Gutter:
    • Updated mobile gutter spacing in layouts that have gutters (#1829)

Other

  • Charts:
    • Added CSS Variables for Charts (#1846)
  • Docs (global):
    • Updated docs and examples to use sentence case (#1796)
  • Guidelines:
    • Added punctuation, formatting (#1810)