Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 5, 2022
1 parent 2c54f31 commit bcaf359
Show file tree
Hide file tree
Showing 3 changed files with 1,926 additions and 1,656 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# Changelog

## [8.7.3](https://github.com/primefaces/primereact/tree/8.7.3) (2022-12-05)

[Full Changelog](https://github.com/primefaces/primereact/compare/8.7.2...8.7.3)

**Implemented New Features and Enhancements:**

- MultiSelect vs Dropdown has different focus behaviour [\#3721](https://github.com/primefaces/primereact/issues/3721)
- Datatable: Get the values from the table when the filter is done [\#3720](https://github.com/primefaces/primereact/issues/3720)
- Carousel: Marquee animation [\#3710](https://github.com/primefaces/primereact/issues/3710)
- Datatable: onRowMouseEnter callback [\#3703](https://github.com/primefaces/primereact/issues/3703)
- DataTable: createResponsiveStyle not called on scrollable property change [\#3694](https://github.com/primefaces/primereact/issues/3694)
- TreeSelect: allow focus in React Hook Form [\#3685](https://github.com/primefaces/primereact/issues/3685)
- BlockUI: Add `style` and `className` to container [\#3683](https://github.com/primefaces/primereact/issues/3683)
- Image: imageStyle prop is of type string instead of React.CSSProperties [\#3668](https://github.com/primefaces/primereact/issues/3668)
- Datatable FilterDisplay as menu: Apply with 'Enter' [\#3655](https://github.com/primefaces/primereact/issues/3655)
- ColorPicker: Allow to set the panel's className [\#3654](https://github.com/primefaces/primereact/issues/3654)
- Listbox: Add emptyMessage like in Dropdown [\#3649](https://github.com/primefaces/primereact/issues/3649)
- Avatar: Fallback to label or icon variant when image loading fails [\#3647](https://github.com/primefaces/primereact/issues/3647)
- DataTable: RowGrouping Header Template allow control of colspan [\#3643](https://github.com/primefaces/primereact/issues/3643)
- TreeNode: Add `id` property [\#3616](https://github.com/primefaces/primereact/issues/3616)
- MultiSelect: not selecting correct value when "options" objects contain property "value" [\#3392](https://github.com/primefaces/primereact/issues/3392)
- MultiSelect: Add "overlayVisible" property [\#3302](https://github.com/primefaces/primereact/issues/3302)
- InputNumber just perform the onChange when blur [\#3003](https://github.com/primefaces/primereact/issues/3003)
- Tooltip: incorrectly positioned [\#2796](https://github.com/primefaces/primereact/issues/2796)
- MultiSelect: Enable more display options [\#2745](https://github.com/primefaces/primereact/issues/2745)
- Showcase: Save theme setting in localStorage [\#2671](https://github.com/primefaces/primereact/issues/2671)
- Tooltip: show at mouse position without following the mouse [\#2588](https://github.com/primefaces/primereact/issues/2588)
- Multiple groupField issue [\#2333](https://github.com/primefaces/primereact/issues/2333)
- ContextMenu: Submenu overflowing the page [\#2318](https://github.com/primefaces/primereact/issues/2318)
- DataTable onRowBlur and onRowMouseLeave events [\#1945](https://github.com/primefaces/primereact/issues/1945)
- DataTable grouping rows with similar names, more than one field at a time [\#1039](https://github.com/primefaces/primereact/issues/1039)
- Multi Row Grouping for DataTable [\#728](https://github.com/primefaces/primereact/issues/728)

**Fixed bugs:**

- Slider with range and max=10 - initial right slider position is 1000 [\#3738](https://github.com/primefaces/primereact/issues/3738)
- Chart initialized in unmounted component [\#3725](https://github.com/primefaces/primereact/issues/3725)
- Messages/Toast: The messages.current.show\(\[\]\) method causes the browser to crash [\#3716](https://github.com/primefaces/primereact/issues/3716)
- Core: PrimeReact.nullSortOrder not working correctly [\#3712](https://github.com/primefaces/primereact/issues/3712)
- Button: Tooltip remains displayed after button is disabled [\#3692](https://github.com/primefaces/primereact/issues/3692)
- TreeTable: cellClose throwing error [\#3689](https://github.com/primefaces/primereact/issues/3689)
- Tooltip: Vertical scrollbar appears when tooltip shows the first time [\#3687](https://github.com/primefaces/primereact/issues/3687)
- Dropdown: Expose focusInputRef for React Hook Form [\#3662](https://github.com/primefaces/primereact/issues/3662)
- AutoComplete: Reusing references for suggestions prop bug [\#3659](https://github.com/primefaces/primereact/issues/3659)
- Tristate and Multicheckbox: Unable to change disabled checkbox cursor [\#3641](https://github.com/primefaces/primereact/issues/3641)
- RadioButton: onChange event is called for each click [\#3636](https://github.com/primefaces/primereact/issues/3636)
- nmp run dev fails under Linux [\#3631](https://github.com/primefaces/primereact/issues/3631)
- DataTable: TypeError when adding and starting editing a new row [\#3476](https://github.com/primefaces/primereact/issues/3476)
- Dialog/Overlay: Flickering in Vite [\#3122](https://github.com/primefaces/primereact/issues/3122)
- InputNumber: Value typed by the user is not entered, when suffix used [\#3029](https://github.com/primefaces/primereact/issues/3029)
- TieredMenu: sub-items are not visible when there's not enough space at the bottom [\#2837](https://github.com/primefaces/primereact/issues/2837)
- InputNumber: input content can desync from value prop after blur [\#2527](https://github.com/primefaces/primereact/issues/2527)
- DataTable: ContextMenu showcase/theme doesn't highlight selection [\#2526](https://github.com/primefaces/primereact/issues/2526)
- OrderList: Drag & drop is not working [\#1883](https://github.com/primefaces/primereact/issues/1883)
- InputNumber: Arrow keys not working properly [\#1866](https://github.com/primefaces/primereact/issues/1866)
- DataTable: onValueChange not called when setting filter state programmatically [\#1396](https://github.com/primefaces/primereact/issues/1396)
- Cell editor with sort-filter fails [\#1257](https://github.com/primefaces/primereact/issues/1257)
- Cell Editor reapplies focus to invalid field [\#1247](https://github.com/primefaces/primereact/issues/1247)

## [8.7.2](https://github.com/primefaces/primereact/tree/8.7.2) (2022-11-10)

[Full Changelog](https://github.com/primefaces/primereact/compare/8.7.1...8.7.2)
Expand Down
Loading

0 comments on commit bcaf359

Please sign in to comment.