primereact v6.0.0 Release Notes

Release Date: 2021-01-12 // over 3 years ago
  • Full Changelog

    ๐Ÿ’ฅ Breaking changes:

    • ๐Ÿ”„ Change the type of locale property on Calendar #1750
    • ๐Ÿ”„ Change the import of PrimeReact class #1751
    • ๐Ÿ“‡ Rename 'readonly' property with 'readOnly' on all components #1738
    • โœ‚ Remove onSourceSelect and onTargetSelect callbacks from PickList #1707
    • ๐Ÿ”„ Change the type of tabIndex property on all components #1566

    Implemented New Features and Enhancements:

    • Locale API #1749
    • ๐Ÿ†• New Component: CascadeSelect #1736
    • ๐Ÿ†• New Component: Chip #1734
    • ๐Ÿ†• New Component: ScrollTop #1733
    • ๐Ÿ†• New Component: ConfirmPopup #1731
    • ๐Ÿ†• New Component: ConfirmDialog #1730
    • ๐Ÿ†• New Component: Splitter #1729
    • ๐Ÿ†• New Component: Knob #1727
    • ๐Ÿ†• New Component: Divider #1726
    • ๐Ÿ†• New Component: Skeleton #1725
    • ๐Ÿ†• New Component: Tag #1723
    • ๐Ÿ†• New Component: Badge #1719
    • ๐Ÿ†• New Component: Avatar #1717
    • โž• Add icons property to Panel #1748
    • ๐Ÿ”„ Change the type of header property on Panel #1747
    • Dialog dismissableMask didn't work if hide the close icon #1745
    • ๐Ÿ‘ Chips and AutoComplete(multiple mode) support multiline input mode #1740
    • Improving the initial focus of the Dialog #1737
    • ๐Ÿ‘Œ Improve Dialog implementation for ConfirmDialog #1732
    • โž• Add tabIndex property to Checkbox #1716
    • โž• Add sourceSelection and targetSelection properties to PickList #1708
    • โž• Add filterValue and onFilterValueChange properties to ListBox #1706
    • โž• Add onKeyDown event to InputNumber #1695
    • Constants for PrimeIcons #1625

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ‘ป Chips throws a JS exception #1754
    • Typo in tabIndex property name #1710
    • ๐Ÿ‘ป DataTable with empty frozen column throws a JS exception #1703
    • Prop type incorrect for Timeline #1700
    • โœ… Datatable with stateStorage property saves filterheader as extra columnwidth #1697
    • DataTable edit not work (Input disappears immediately after clicking cell) in [email protected] #1685