|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [4.4.0](https://github.com/primefaces/primevue/tree/4.4.0) (2025-10-01) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/primefaces/primevue/compare/4.3.9...4.4.0) |
| 6 | + |
| 7 | +**Implemented New Features and Enhancements:** |
| 8 | + |
| 9 | +- Tree | DnD Support [\#8151](https://github.com/primefaces/primevue/issues/8151) |
| 10 | +- Panel | Add collapsed to panel header slot [\#8136](https://github.com/primefaces/primevue/issues/8136) |
| 11 | +- ConfirmDialog | ConfirmDialog cannot be dragged when using container slot [\#8134](https://github.com/primefaces/primevue/issues/8134) |
| 12 | +- Drawer | Add closeOnEscape prop to control closing on Escape Key [\#8120](https://github.com/primefaces/primevue/issues/8120) |
| 13 | +- DatePicker | New showClear property [\#8117](https://github.com/primefaces/primevue/issues/8117) |
| 14 | +- Select | Enhanced Primitive support for Selects [\#8094](https://github.com/primefaces/primevue/issues/8094) |
| 15 | +- Volt Vue | Add support for the ProgressSpinner component [\#7988](https://github.com/primefaces/primevue/issues/7988) |
| 16 | +- DatePicker | Add updateModelType prop to DatePicker [\#6344](https://github.com/primefaces/primevue/issues/6344) |
| 17 | + |
| 18 | +**Fixed bugs:** |
| 19 | + |
| 20 | +- MultiSelect | Component state does not reflect model value after using array push [\#8153](https://github.com/primefaces/primevue/issues/8153) |
| 21 | +- ColorPicker | Fix: uncontrolled behavior in ColorPicker component [\#8152](https://github.com/primefaces/primevue/issues/8152) |
| 22 | +- Checkbox | Incorrect use of aria-checked in Checkbox [\#8142](https://github.com/primefaces/primevue/issues/8142) |
| 23 | +- Image | The Method section of the document is incorrect [\#8140](https://github.com/primefaces/primevue/issues/8140) |
| 24 | +- InputOtp | Unable to edit single field input [\#8131](https://github.com/primefaces/primevue/issues/8131) |
| 25 | +- ConfirmDialog | Wrong closeCallback Container Slot Property in ConfirmDialog [\#8119](https://github.com/primefaces/primevue/issues/8119) |
| 26 | +- Drawer | Scroll lock tied incorrectly to dismissable [\#8116](https://github.com/primefaces/primevue/issues/8116) |
| 27 | +- AutoComplete | AutoComplete with "multiple" broken when adding new items via shift + arrow keys [\#8109](https://github.com/primefaces/primevue/issues/8109) |
| 28 | +- Multiselect | MultiSelect checkboxes disappear when optionGroupLabel is set without group data [\#8100](https://github.com/primefaces/primevue/issues/8100) |
| 29 | +- InputOtp | KeyboardEvent.code --> KeyboardEvent.key (& fix bugs on Android browsers not supporting .code) [\#8096](https://github.com/primefaces/primevue/issues/8096) |
| 30 | +- InputMask | Does not work on Samsung Android Chrome [\#8088](https://github.com/primefaces/primevue/issues/8088) |
| 31 | +- TreeSelect | Cannot read properties of undefined (reading 'key') [\#8087](https://github.com/primefaces/primevue/issues/8087) |
| 32 | +- Select | Auto filter focus ignores the first keypress when select is initially closed [\#8082](https://github.com/primefaces/primevue/issues/8082) |
| 33 | +- Editor | Resetting the Form doesn't remove the input from the Editor [\#8080](https://github.com/primefaces/primevue/issues/8080) |
| 34 | +- DatePicker | Manual Input is not functional [\#8075](https://github.com/primefaces/primevue/issues/8075) |
| 35 | +- DatePicker | Double Click on Date causes Midnight Time to be displayed IF Input is in Form [\#7995](https://github.com/primefaces/primevue/issues/7995) |
| 36 | +- DataTable | Unable to customize header checkbox icon via headercheckboxicon slot due to commented out template in HeaderCheckbox component [\#7942](https://github.com/primefaces/primevue/issues/7942) |
| 37 | +- DatePicker | Clear button not working [\#7737](https://github.com/primefaces/primevue/issues/7737) |
| 38 | +- AutoComplete | Easy to get AutoComplete stuck in a loading state [\#5601](https://github.com/primefaces/primevue/issues/5601) |
| 39 | +- AutoComplete | Dropdowns and searching has buggy and unpredictable results [\#5600](https://github.com/primefaces/primevue/issues/5600) |
| 40 | +- DataTable | Wrapper for custom columns not working when using slots [\#5190](https://github.com/primefaces/primevue/issues/5190) |
| 41 | + |
3 | 42 | ## [4.3.9](https://github.com/primefaces/primevue/tree/4.3.9) (2025-09-05)
|
4 | 43 |
|
5 | 44 | [Full Changelog](https://github.com/primefaces/primevue/compare/4.3.8...4.3.9)
|
|
0 commit comments