|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [10.9.8](https://github.com/primefaces/primereact/tree/10.9.8) (2026-05-14) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/primefaces/primereact/compare/10.9.7...10.9.8) |
| 6 | + |
| 7 | +**Enhancements:** |
| 8 | + |
| 9 | +- Enhancement: Prevent redundant state setter calls in Tooltip component [#8524](https://github.com/primefaces/primereact/issues/8524) |
| 10 | +- Calendar: show date-section on click [#8352](https://github.com/primefaces/primereact/issues/8352) |
| 11 | + |
| 12 | +**Fixed Bugs:** |
| 13 | + |
| 14 | +- ConfirmDialog: closing animation is replaced by secondary dialog animation [#8533](https://github.com/primefaces/primereact/issues/8533) |
| 15 | +- InputNumber: incorrect decimal point handling [#8511](https://github.com/primefaces/primereact/issues/8511) |
| 16 | +- OrderList: Wrong order after moving multiple-selected items to top or bottom under specific conditions [#8496](https://github.com/primefaces/primereact/issues/8496) |
| 17 | +- OrderList: Cannot reorder multi-selected items under specific condition [#8495](https://github.com/primefaces/primereact/issues/8495) |
| 18 | +- DataTable: locale string not applied [#8478](https://github.com/primefaces/primereact/issues/8478) |
| 19 | +- DataTable: cellMemo causes stale closures in event handlers [#8450](https://github.com/primefaces/primereact/issues/8450) |
| 20 | +- Splitter: Incorrect detection of nested SplitterPanel [#8449](https://github.com/primefaces/primereact/issues/8449) |
| 21 | +- Tree: Bad initialization of expanded keys when filter option is present [#8408](https://github.com/primefaces/primereact/issues/8408) |
| 22 | +- TieredMenu: Separator visibility ignored [#8383](https://github.com/primefaces/primereact/issues/8383) |
| 23 | +- InputNumber: step rounding to one decimal place [#8382](https://github.com/primefaces/primereact/issues/8382) |
| 24 | +- Tree: Node updates not immediately rendered when using filter + onToggle (v10.9.7 regression) [#8381](https://github.com/primefaces/primereact/issues/8381) |
| 25 | +- Calendar: When the calendar is open, and the screen is scrolled, the calendar does not close. JS error [#8357](https://github.com/primefaces/primereact/issues/8357) |
| 26 | +- SpeedDial: Linear invisible div overlay even when menu closed [#8353](https://github.com/primefaces/primereact/issues/8353) |
| 27 | +- InputNumber: Respect Global Locale [#8349](https://github.com/primefaces/primereact/issues/8349) |
| 28 | +- CascadeSelect: Cascade Submenu is not focusable with right and left arrow navigations [#8345](https://github.com/primefaces/primereact/issues/8345) |
| 29 | +- PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu [#8343](https://github.com/primefaces/primereact/issues/8343) |
| 30 | +- MenuBar: Up and down arrow key navigation not working with dropdown items in MenuBar [#8341](https://github.com/primefaces/primereact/issues/8341) |
| 31 | +- TieredMenu: Submenu 'popup' behavior different than PrimeVue [#5975](https://github.com/primefaces/primereact/issues/5975) |
| 32 | +- Menubar: missing properties in MenubarContext [#8334](https://github.com/primefaces/primereact/pull/8334) |
| 33 | +- Menubar: type for MenubarContext is missing properties present in documentation [#8330](https://github.com/primefaces/primereact/issues/8330) |
| 34 | +- DataTable: Column frozen is broken when DataTable is using headerColumnGroup (ColumnGroup) [#8320](https://github.com/primefaces/primereact/issues/8320) |
| 35 | +- Editor: showHeader default value is wrong [#8318](https://github.com/primefaces/primereact/issues/8318) |
| 36 | +- InputOtp: Unable to edit single field input [#8306](https://github.com/primefaces/primereact/issues/8306) |
| 37 | +- Calendar: Manual entry not possible if the entered date is the same as min date [#8304](https://github.com/primefaces/primereact/issues/8304) |
| 38 | +- Calendar: reFocusInputField on single selection [#8302](https://github.com/primefaces/primereact/issues/8302) |
| 39 | +- MultiStateCheckbox: A form field element has neither an id nor a name attribute [#8293](https://github.com/primefaces/primereact/issues/8293) |
| 40 | +- DataTable: loading prop true hides empty message [#8292](https://github.com/primefaces/primereact/issues/8292) |
| 41 | +- InputNumber: Setting value doesn't trigger onChange [#8274](https://github.com/primefaces/primereact/issues/8274) |
| 42 | +- PickList: Shift+Space range selection causes runtime error [#8272](https://github.com/primefaces/primereact/issues/8272) |
| 43 | +- TabView: scrollable + activeIndex should scroll to header item [#8259](https://github.com/primefaces/primereact/issues/8259) |
| 44 | +- DataTable MultiSelect: Accessibility - The 'aria-controls' or 'aria-owns' attribute of the expanded combobox must reference a valid popup 'id' value [#8239](https://github.com/primefaces/primereact/issues/8239) |
| 45 | +- DataTable Checkbox: Accessibility - ARIA attributes should be valid for the element and ARIA role to which they are assigned [#8227](https://github.com/primefaces/primereact/issues/8227) |
| 46 | +- InputNumber: Integeronly accepts floating point number onPaste [#8221](https://github.com/primefaces/primereact/issues/8221) |
| 47 | +- OverlayPanel: Clicking outside OverlayPanel doesn't close the panel with cssTransition: false [#8183](https://github.com/primefaces/primereact/issues/8183) |
| 48 | +- Input elements rendered by PrimeReact lack autocomplete attributes (e.g., "username", "tel") [#8151](https://github.com/primefaces/primereact/issues/8151) |
| 49 | +- Dropdown: Wrong behavior of `home`, `end`, `left arrow` and `right arrow` while `editable` [#8072](https://github.com/primefaces/primereact/issues/8072) |
| 50 | +- Calendar: With "mask", not work callback "onInput" [#7640](https://github.com/primefaces/primereact/issues/7640) |
| 51 | +- Calendar: Input Mask Requires Second Click to Activate on Input Fields [#7609](https://github.com/primefaces/primereact/issues/7609) |
| 52 | +- Menu: Visual glitches in hovering effect [#7506](https://github.com/primefaces/primereact/issues/7506) |
| 53 | +- OrganizationChart: if it has a large children number the lines are not connected properly [#7488](https://github.com/primefaces/primereact/issues/7488) |
| 54 | +- Calendar: incorrect value is displayed [#7428](https://github.com/primefaces/primereact/issues/7428) |
| 55 | + |
| 56 | +**Documentation:** |
| 57 | + |
| 58 | +- Datatable: Missing code in custom filter example [#8482](https://github.com/primefaces/primereact/issues/8482) |
| 59 | +- DataView: Types are not matched in TS template [#8528](https://github.com/primefaces/primereact/issues/8528) |
| 60 | +- Docs: hide API tab when apiDocs are not available [#8462](https://github.com/primefaces/primereact/pull/8462) |
| 61 | +- DataTable demo: noticeable lag and whole-table re-renders when increasing rows (demo reproduction) [#8460](https://github.com/primefaces/primereact/issues/8460) |
| 62 | +- DataTable: PDF Export doesn't work on documentation [#8366](https://github.com/primefaces/primereact/issues/8366) |
| 63 | + |
3 | 64 | ## [10.9.7](https://github.com/primefaces/primereact/tree/10.9.7) (2025-08-15) |
4 | 65 |
|
5 | 66 | [Full Changelog](https://github.com/primefaces/primereact/compare/10.9.6...10.9.7) |
|
0 commit comments