Skip to content

fix(deps): update dependency primevue to v4.5.4#83

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/primevue-4.x
Open

fix(deps): update dependency primevue to v4.5.4#83
renovate[bot] wants to merge 1 commit intomainfrom
renovate/primevue-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

| Package | Change | Age | Confidence |
|


Generated Summary

  • Upgraded primevue dependency from 4.1.0 to 4.5.4 in packages/frontend/package.json.
  • Updated corresponding dependencies and resolutions in the pnpm-lock.yaml, including @primevue/core and @primevue/icons versions.
  • Aligned the versions of @primeuix/styled, @primeuix/utils, and introduced @primeuix/styles updates to match the primevue upgrade.
  • Ensured peer dependency requirements for vue are consistent with the new versions.

This summary was generated with ❤️ by rigging

Generated Summary

  • Upgraded primevue from version 4.1.0 to 4.5.4 in package.json and updated corresponding lockfile entries.
  • Updated associated dependencies for primevue: '@primevue/core' and '@primevue/icons' now use version 4.5.4.
  • Upgraded internal packages from '@primeuix/styled' 0.2.0 to 0.7.4 and '@primeuix/utils' from 0.2.0 to 0.6.3; added '@primeuix/styles' 2.0.2 for consistency.
  • Adjusted peer dependency for '@primevue/core' to require vue ^3.5.0.
  • Revised integrity hashes in pnpm-lock.yaml to reflect the new package versions.

This summary was generated with ❤️ by rigging

Generated Summary

  • Upgraded primevue from v4.1.0 to v4.5.4 in package.json and corresponding lockfile entries.
  • Updated dependent packages to align with primevue v4.5.4, including:
    • '@primevue/core' and '@primevue/icons' now at v4.5.4.
    • '@primeuix/styled' bumped from v0.2.0 to v0.7.4.
    • '@primeuix/utils' updated from v0.2.0 to v0.6.3.
    • Added '@primeuix/styles' at v2.0.2 to the dependency graph.
  • Adjusted peer dependency constraints for vue (updated to ^3.5.0) to match the new primevue version.

This summary was generated with ❤️ by rigging

| primevue (source) | 4.1.04.5.4 | age | confidence |


Release Notes

primefaces/primevue (primevue)

v4.5.4

Compare Source

Full Changelog

Fixed bugs:

v4.5.3

Compare Source

Full Changelog

Fixed bugs:

  • MeterGroup rendering bar not fully filled #​8327
  • AutoComplete: overlay visibility timing defect #​8324
  • ColorPicker: zIndex defect #​8323
  • BlockUI missing method import #​8321

v4.5.2

Compare Source

Full Changelog

Fixed bugs:

  • MeterGroup rendering bar not fully filled #​8327
  • AutoComplete: overlay visibility timing defect #​8324
  • ColorPicker: zIndex defect #​8323
  • BlockUI missing method import #​8321

v4.5.1

Compare Source

Full Changelog

Fixed bugs:

  • TreeSelect: tree state defects #​8315

v4.5.0

Compare Source

Full Changelog

Fixed bugs:

  • StepPanel - ptParams access warning #​8300
  • fix(step-panel): property "ptParams" was accessed during render #​8299
  • TreeSelect throws error when options prop is an empty array #​8290
  • Update DynamicDialogCloseOptions to use generic type #​8287
  • Select: label length check #​8259
  • SelectButtonChangeEvent Type mismatch #​8239

v4.4.1

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Improve drag and drop behaviour between multiple Tree's [#​8183](#​8183
  • DatePicker | new buttonbar slot #​8172
    )

Fixed bugs:

  • Typescript PrimeIconsOptions differs from PrimeIcons constants #​8181
  • Tree | draggableScope and droppableScope implementation fixes #​8175
  • DatePickerProps's updateModelType is being necessary instead of optional #​8169
  • Tree | controlled/uncontrolled updates #​8166
  • Duplicated Empty Mesage on TreeSelect #​8165
  • DatePicker | add seconds support to time parsing regex #​8163
  • Menu | itemClick means event.currentTarget is now always null #​8104
  • Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls #​8092
  • Accessibility Issue | role="complementary" used with aria-modal="true" in Drawer – conflicting roles #​7943

v4.4.0

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Improve drag and drop behaviour between multiple Tree's [#​8183](#​8183
  • DatePicker | new buttonbar slot #​8172
    )

Fixed bugs:

  • Typescript PrimeIconsOptions differs from PrimeIcons constants #​8181
  • Tree | draggableScope and droppableScope implementation fixes #​8175
  • DatePickerProps's updateModelType is being necessary instead of optional #​8169
  • Tree | controlled/uncontrolled updates #​8166
  • Duplicated Empty Mesage on TreeSelect #​8165
  • DatePicker | add seconds support to time parsing regex #​8163
  • Menu | itemClick means event.currentTarget is now always null #​8104
  • Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: aria-controls #​8092
  • Accessibility Issue | role="complementary" used with aria-modal="true" in Drawer – conflicting roles #​7943

v4.3.9

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Tree | DnD Support #​8151
  • Panel | Add collapsed to panel header slot #​8136
  • ConfirmDialog | ConfirmDialog cannot be dragged when using container slot #​8134
  • Drawer | Add closeOnEscape prop to control closing on Escape Key #​8120
  • DatePicker | New showClear property #​8117
  • Select | Enhanced Primitive support for Selects #​8094
  • Volt Vue | Add support for the ProgressSpinner component #​7988
  • DatePicker | Add updateModelType prop to DatePicker #​6344

Fixed bugs:

  • MultiSelect | Component state does not reflect model value after using array push #​8153
  • ColorPicker | Fix: uncontrolled behavior in ColorPicker component #​8152
  • Checkbox | Incorrect use of aria-checked in Checkbox #​8142
  • Image | The Method section of the document is incorrect #​8140
  • InputOtp | Unable to edit single field input #​8131
  • ConfirmDialog | Wrong closeCallback Container Slot Property in ConfirmDialog #​8119
  • Drawer | Scroll lock tied incorrectly to dismissable #​8116
  • AutoComplete | AutoComplete with "multiple" broken when adding new items via shift + arrow keys #​8109
  • Multiselect | MultiSelect checkboxes disappear when optionGroupLabel is set without group data #​8100
  • InputOtp | KeyboardEvent.code --> KeyboardEvent.key (& fix bugs on Android browsers not supporting .code) #​8096
  • InputMask | Does not work on Samsung Android Chrome #​8088
  • TreeSelect | Cannot read properties of undefined (reading 'key') #​8087
  • Select | Auto filter focus ignores the first keypress when select is initially closed #​8082
  • Editor | Resetting the Form doesn't remove the input from the Editor #​8080
  • DatePicker | Manual Input is not functional #​8075
  • DatePicker | Double Click on Date causes Midnight Time to be displayed IF Input is in Form #​7995
  • DataTable | Unable to customize header checkbox icon via headercheckboxicon slot due to commented out template in HeaderCheckbox component #​7942
  • DatePicker | Clear button not working #​7737
  • AutoComplete | Easy to get AutoComplete stuck in a loading state #​5601
  • AutoComplete | Dropdowns and searching has buggy and unpredictable results #​5600
  • DataTable | Wrapper for custom columns not working when using slots #​5190

v4.3.8

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Select components | Hide clear icon while loading or disabled mode is on #​8078
  • Checkbox | fix style of checkbox icon when disabled (volt) #​8071
  • TreeTable | Missing data-p attributes #​8064
  • DataTable | Missing data-p="loading" attribute #​8062
  • TreeTable | paginatorcontainer slot missing required pagination props for customization #​8001
  • Dialog | loses draggable functionality when using headless mode with #container slot #​7892

Fixed bugs:

  • Listbox | pt parameter header is not applied when using header slot #​8079
  • ColorPicker | When changing hue, saturation and brightness will be lost #​8069
  • Fileupload | can drop multiple files even when :multiple="false" #​8068
  • ColumnFilter | Incorrect locale references and reversed logic in columnFilterButtonAriaLabel #​8060
  • Tooltip | Remains in DOM When Target Element Is Removed Before Delay Completes #​8026
  • Galleria | full screen thumbnails shifting in (RTL) is not appropriate #​8025
  • Datepicker | issue with wrong values in the input field #​8014
  • MultiSelect | Options with duplicate label but different values do not work properly when clearing #​8011
  • Datatable | Expand aria-label wrong #​7997
  • KeyFilter | let wrong characters be typed in #​7989
  • InputNumber | of type integeronly accepts floating point number in Copy&Paste actions #​7986
  • PTab | Button cannot be activated with keyboard enter key when inside a tab #​7983
  • Select | Regression with empty string value #​7909
  • Listbox | Incorrectly scrolls on select #​7862
  • Select component | default value template doesn't show the selected value if it's not found in the option list #​7833

v4.3.7

Compare Source

Full Changelog

Implemented New Features and Enhancements:

Fixed bugs:

  • InputNumber step 0.01 not working #​8054
  • Select list is focusable with filter #​8048
  • InputNumber Component does not block composition input (IME - Korean, Japanese) #​8039
  • Datatable #rowreordericon slot breaks reorder functionality #​8032
  • DatePicker: date range has until date time value stuck on from date time value #​8027
  • Nuxt module throws exception when @​primevue/forms is missing #​7967

v4.3.6

Compare Source

Full Changelog

Implemented New Features and Enhancements:

Fixed bugs:

  • Tabs not displaying correctly on mobile screen #​7965
  • Fix expand button aria label #​7960
  • Typo at apidoc, ']] instead of '] #​7954
  • DatePicker setting seconds when showTime is true and showSeconds is false #​7946
  • Colorpicker selection gets wrong color in inline mode #​7933
  • InputNumber: wrong internal value for decimal numbers #​7926
  • TypeScript bug: Wrong type for parameter in Slider event interfaces. #​7924
  • MultiSelect: onClear sets to null and not an empty array #​7908
  • Tree accessibility issues #​7899
  • Made InputIcon aria-hidden #​7898
  • $dt('blue.500').value is undefined #​7787
  • DataTable: Filtering (menu) not working with ColumnGroup #​6313
  • TextArea: autoRresize moves the scroll position up #​4189

v4.3.5

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Why are the Size in the documentation different from the actual code? #​7855
  • Rating: pass toggleCallback for slots #​7854
  • Fluid support for ToggleButton, SelectButton and Listbox #​7835
  • Accept readonly value in DataTable #​7803
  • Fix DataTable expander button triggering unwanted row-click events #​7799
  • "Select" problem: select a options with empty string value be determinded as nothing selected #​7740
  • Problem with DataTable cell edit and DatePicker #​7710
  • Calendar: Inline Calendar is jumping when selected mode is range and number of months is more then 1 #​7691

Fixed bugs:

  • Dialog: closeOnEscape is not working when closable is false #​7867
  • DataTable (Virtual Scroll): Cannot set properties of undefined (setting 'tabIndex') #​7859
  • Volt MultiSelect: add clearCallback #​7845
  • Volt DataTable: fix backdrop-blur #​7844
  • InputNumber with vertical showButtons receives negative margin #​7840
  • InputNumber : Disable Ctrl+V Input in Component when readonly is set to true #​7823
  • groupRowsBy - prop type error #​7819
  • ScrollPanel: vertical scroll bar goes outside the content div when scrollYRatio too small (<0.1) #​7818
  • Button - missing type declarations with asChild prop #​7795
  • Datepicker - "invalid" prop is not working correctly #​7794
  • Datatable component documentation (v4) scrolling was uncontrollable when scroll reached to 'Scroll' topic #​7779
  • Accordion computed id always undefined. #​7776
  • PickList: Reordering multiple elements breaks #​7750
  • DatePicker: does not have "p-invalid" class on invalid #​7743
  • Toast onClick never fires #​7732
  • AutoComplete: Enter should not submit form if :typeahead="false" #​7729
  • InputNumber - when allowEmpty="false" component is unusable #​7725
  • InputNumber - suffix problems after selecting all text #​7724
  • Title: context missing from SelectButtonPassThroughMethodOptions type in TypeScript #​7718
  • AutoComplete: autoOptionFocus and space #​7711
  • TreeTable - Accessibility issue with role of table #​7708
  • Editor: Cannot see the placeholder text in dark theme #​7705
  • MenuBar - Accessibility issue on menu items #​7704
  • multiple Autocomplete Chip not showing label for numeric value "0" #​7699
  • FormField is missing types for $field.onInput, $field.onBlur, and $field.onChange #​7697
  • DatePicker & MultiSelect: esc keypress propagates and triggers close in dialogs #​7661
  • Volt - Use slot naming shorthand to avoid eslint warnings #​7550
  • Toast: Invalid emits typing #​5737

v4.3.4

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Select: hitting ENTER when filter focused and no results breaks focus #​7613

Fixed bugs:

  • VirtualScroller: bind resize event defect #​7694
  • Splitter: resetState not working with size == 0 #​7687
  • Toast message disappears as soon as mouse leaves #​7683
  • DataTable: Adding columns causes a double render #​7677
  • VirtualScroller items not visible using v-show #​7666
  • Forms: add setFieldValue null check #​7479
  • Can't delete password from Password field when InitialValue is present #​7331
  • Theme prefix config not applying CSS variables as expected #​7258

v4.3.3

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Select Editable: Add Backspace and Enter key support for mobile #​7676
  • Incorrect ARIA Attribute Usage in Password Input and Strength Panel #​7544
  • Overlay design tokens for Input components has no effect #​7508

Fixed bugs:

  • Typos on constraint keys #​7679
  • Listbox: can not scroll when focused #​7675
  • Tooltip Remains in DOM When Target Element Is Removed Before Delay Completes #​7673
  • FileUpload clears files immediately after customUpload handler is triggered #​7664
  • Keydown events cause error in Panel toggle button #​7656
  • Regression bug for tooltip with 4.3.3 #​7646
  • InputNumber: internal ModelValue not being tracked correctly when value changed by user #​7622
  • Multiselect slot schema #​7610
  • AccordionHeader type definition .d.ts does not declare the active prop #​7591
  • BaseInput - Falsy defaultValue in uncontrolled mode doesn't work #​7589
  • Volt Theme - Select Component Clear Icon Issue #​7586
  • MegaMenuProps model type is invalid #​7585
  • SelectButton: pt->pcToggleButton->root-> missing option in context #​7584
  • ColorPicker hue selector, selecting background elements/text#​7579
  • Missing clear callback in Volt select (with showClear)#​7574
  • Datepicker - Using prevbutton and nextbutton slots result in TypeErrors #​7573
  • DatePicker - Date formatting doesn’t work when selecting the same date again #​7569
  • Menu components documents invalid template name #​7657
  • Image component: previewIcon prop has no effect #​7652
  • Tooltip: memory leak #​7649
  • Password Input: Using slots "maskicon" and "unmaskicon" causes the icon to appear outside of the input box and the click toggle to no longer work #​7543
  • radio button component docs are not mentioning an important import #​7639
  • Wrong id of the stepper component #​7635
  • No loading animation on volt buttons #​7526
  • FloatLabel: Float Label Doesn't Reset When Autocomplete Component is Cleared Programmatically #​7617
  • About Menu Component's Async Popup Mode #​7556
  • Files variable not available in filelabel slot of a FileUpload component #​7552
  • MultiSelect: autoOptionFocus behavior is broken #​7549
  • Error occurs when mask prop not set for the InputMask component #​7539
  • Tooltip: shifts left #​7532
  • Input components remove props from public API #​7530
  • Select: broke appendTo="self" #​7526
  • PrimeVue Forms + Datepicker: "Clear" button sets date to initial value date-string - breaks input-format #​7515
  • Accordion: Using selectOnFocus Causes Value to Reset to Previous State #​7509
  • OrgChart @​node-select is triggered even if a node has selectable=false #​7501
  • CascadeSelect: type check failed for prop "optionLabel". #​5534

v4.3.2

Compare Source

Full Changelog

Implemented New Features and Enhancements:

  • Improve Galleria component accessibility with escape to close #​7435
  • DataTable: The generic type parameter doesn't infer it's type from the data #​7426
  • VirtualScroller does not render the list when resized or when its visibility changes. #​7354
  • DatePicker and Select not working correctly inside a web component #​7161
  • fix(InputNumber): added "required" prop which is present in wrapped component (InputText) already #​7063

Fixed bugs:

  • VirtualScroller not working as expected #​7513
  • ColorPicker v-model change broken by #​7291 #​7503
  • DataTable: paginator container slot props #​7497
  • ScrollTop: global passthrough options not working (reopen) #​7477
  • AutoComplete: Invalid prop: type check failed for prop "label" (Chip) #​7476
  • KeyFilter does not consider caret position during input, leading to incorrect blocking of valid values #​7463
  • DataTable dynamic columns memory leak #​7448
  • Galleria cannot focus back to previous element after hiding #​7446
  • The PanelMenu component with the nested active items cannot render SSR correctly #​7441
  • Incorrect tabpanel ID in Tab Component #​7431
  • DataTable: DataTableStateEvent type is inaccurate #​7424
  • DataTable: Stateful Tables break when loading persisted data in an invalid format #​7422
  • Tabs: left arrow key navigation doesn't switch to the last tab #​7419
  • InputNumber: Wrong caret position when user locale or currency uses comma as decimal separator #​7413
  • Tabs: Cannot read properties of null (reading 'style') #​7410
  • DataTable: Multiple select mode with filterDisplay: row broken; select all checkbox does not work #​7409
  • Select: When Select is used in Datatable, the value cannot be modified by clicking #​7403
  • Deselect of columns doesn't work after columns reordering #​7399
  • Autocomplete allows empty items when press Enter or Space #​7396
  • DataTable: Reorder feature is broken #​7341
  • Overlay positions in RTL #​7340
  • DataTable - exportFilename property not working #​7305
  • Add type annotations to form submit event handlers #​7304
  • UseStyle.js: primitive-variables, semantic-variables and global-style don't mount to scope in Module Federation app rendering #​6453
  • Datatable should emit the restored multiSortMeta on a reload #​6325
  • PrimeVue Tooltip: memory leak #​5856
  • FileUpload: Files labeled as completed even when upload failed #​5738

v4.3.1

Compare Source

Full Changelog

Implemented New Features and Enhancements:

Fixed bugs:

  • Knob does not handle touch on mobile #​7387
  • Tablist prev/next button type #​7383
  • Stepper separator not stylable? #​7381
  • Toast: Message detail should be optional #​7379
  • InputMask: When use unmask and (empty string) will display the wrong value #​7378
  • When unstyled=true is set from the nuxt-module, all styles are loaded. #​7374
  • Popover takes 2 clicks to dismiss after giving focus - Nuxt #​7369
  • Select: unexpected horizontal scroll #​7364
  • Rating: add focus-visible after clicked and then shift-tab #​7361
  • Select: Style error when resize window. #​7360
  • SelectButton: multiple and allowEmpty not compaitble #​7358
  • TreeTable: Some Elements Are Missing Classes #​7346
  • AutoComplete: Cannot read properties of null (reading '$el') when forceSelection is active #​7342
  • DataTable: Table layout shifts when groupRowsBy is rowspan and row expansion is enabled #​7335
  • Toast not respecting countdown onMouseLeave, regression? #​7328
  • Button in input groups are not rendered properly #​7325
  • Button: TypeScript definiton defect for to #​7324
  • Tooltip misaligned after updating to PrimeVue 4.3.0 and 4.3.1 #​7323
  • Gallery: Item navigators are permanently disabled #​7321
  • Select: "name" attribute is not passed #​7306
  • BlockUI breaks when its mask is styled with an infinite animation #​7302
  • MultiSelect - autoFilterFocus and autoOptionFocus not working together #​7300
  • Primevue Datatable Column's template #rowtogglericon #​7297
  • AutoComplete: Space key prevents typing spaces in input field #​7294
  • Resolved value is incorrect for groups of multiple checkboxes in PrimeVue Forms #​7169
  • AutoComplete: Enter does not submit form (PrimeVue 4) #​6788
  • Color Picker #​4720

v4.3.0

Compare Source

Full Changelog

Implemented New Features and Enhancements:

Fixed bugs:

  • Knob does not handle touch on mobile #​7387
  • Tablist prev/next button type #​7383
  • Stepper separator not stylable? #​7381
  • Toast: Message detail should be optional #​7379
  • InputMask: When use unmask and (empty string) will display the wrong value #​7378
  • When unstyled=true is set from the nuxt-module, all styles are loaded. #​7374
  • Popover takes 2 clicks to dismiss after giving focus - Nuxt #​7369
  • Select: unexpected horizontal scroll #​7364
  • Rating: add focus-visible after clicked and then shift-tab #​7361
  • Select: Style error when resize window. #​7360
  • SelectButton: multiple and allowEmpty not compaitble #​7358
  • TreeTable: Some Elements Are Missing Classes #​7346
  • AutoComplete: Cannot read properties of null (reading '$el') when forceSelection is active #​7342
  • DataTable: Table layout shifts when groupRowsBy is rowspan and row expansion is enabled #​7335
  • Toast not respecting countdown onMouseLeave, regression? #​7328
  • Button in input groups are not rendered properly #​7325
  • Button: TypeScript definiton defect for to #​7324
  • Tooltip misaligned after updating to PrimeVue 4.3.0 and 4.3.1 #​7323
  • Gallery: Item navigators are permanently disabled #​7321
  • Select: "name" attribute is not passed #​7306
  • BlockUI breaks when its mask is styled with an infinite animation #​7302
  • MultiSelect - autoFilterFocus and autoOptionFocus not working together #​7300
  • Primevue Datatable Column's template #rowtogglericon #​7297
  • AutoComplete: Space key prevents typing spaces in input field #​7294
  • Resolved value is incorrect for groups of multiple checkboxes in PrimeVue Forms #​7169
  • AutoComplete: Enter does not submit form (PrimeVue 4) #​6788
  • Color Picker #​4720

v4.2.5

Compare Source

Full Changelog

Breaking Changes:

  • DataTable: Change showClearButton as false and use FilterFillIcon for row filtering #​7092

Deprecated:

  • Deprecate UniqueComponentId method in core utils #​7089
  • Remove directives key from theme presets #​7076

Implemented New Features and Enhancements:

  • Eslint 9 version update changes #​7173
  • Port all styles to @primeuix/styles #​7153
  • Port all themes to @primeuix/themes #​7152
  • TreeTable: node added to column context options #​7150
  • Select and DatePicker is missing resize event #​7104
  • Improve BaseDirective structure #​7096
  • Editor: Improve quill 2 support #​7093
  • New FilterFillIcon added #​7091
  • Improve generated id structure on components/directives #​7090
  • Upgrade vue dependency to >=3.5.0 #​7088
  • Add useId and useAttrSelector composables to core #​7087
  • Refactor ToggleButton Implementation and Design Tokens #​7086
  • ProgressSpinner Token Names Invalid #​7085
  • Add getFieldState method to Form instance #​7075
  • AutoComplete: context option updates #​7073
  • Toast: onClick, onMouseEnter and onMouseLeave callback props added #​7053
  • Add reset event and submit callback to Form #​7049
  • Form: Request to expose functionality to code such as .reset() , .validate(), .submit(), etc #​7046
  • Doc: no values param in onFormSubmit callback if not return in resolver #​7031
  • Size support for Icon Only Buttons #​7017
  • Form: TypeScript doesn't know about the Form function validate #​6980
  • Forms/FormField: The form does not seem to support nested data. #​6939
  • Form: v-slot="$form" doesn't handle nested array of objects #​6924
  • Form: yupResolver could not resolve nested object correctly #​6883
  • Improve colum filter UI and UX #​6834
  • Select: aria-invalid attribute missing in non-editable mode #​6813
  • Form: API Loaded data not passing to $form.[field].value #​6801
  • Drawer: no before-hide emit #​6770
  • DataTable: Can't copy text with control + c when Table has selectable rows #​6740
  • DataTable: size variant still using hardcode size #​6738
  • Primevue 4 Design Tokens: Bug when transpile Build #​6217
  • Checkbox, Radio Button, Multiselect: CSS Style of ".p-hidden-accessible select/input" Non-compliant with NVDA/Firefox AccessibilityComponent Name: Issue Title #​4214
  • AutoComplete: Shift key not working for selecting #​2930

Fixed bugs:

  • Select - autoFilterFocus and autoOptionFocus not working together #​7283
  • Clear icon shows in MultiSelect when value is empty array #​7265
  • Fix InputNumber clearTimer: clearInterval -> clearTimeout #​7261
  • Slider yields float values when not dragging handles beforehand #​7257
  • DataTable's filterButtonProps prop should accept a partial #​7248
  • CascadeSelect breaks when modelValue doesn't exist in the options #​7246
  • Slider tracker missing left border radius #​7242
  • Autocomplete : Chip slot is missing index and removeCallback in .d.ts #​7235
  • Overlay Components : hide on click outside does not work if clicked element have a stopPropagation #​7234
  • Disabled InputNumber buttons are still hoverable #​7229
  • Range selection is broken on non-first-pages for lazily-paginated multi-selection datatables #​7227
  • Tabs do not fit the title size #​7224
  • DataTable: Colspan not working correctly when selectionMode='single' in Column #​7222
  • Dock: Blocked aria-hidden on an element error #​7221
  • Multiselect unnecessarily scrolling to bottom of options on open #​7219
  • Form components: wrong default value of variant prop in .d.ts files #​7209
  • VirtualScroller: long waiting time when replacing an array with a smaller size #​7208
  • miss the pass-though prop named mask in the ConfirmDialog component #​7204
  • miss the pass-though prop named dropdownIcon in the Select component #​7202
  • Add generics to type data and newData in DataTableRowEditSaveEvent, DataTableRowEditCancelEvent and DataTableRowEditInitEvent interfaces. DataTable component #​7194
  • Wrong types of the content slot in the fileupload component #​7189
  • Select autoFilterFocus error #​7185
  • FileUpload shouldn't post to url if none is provided #​7180
  • DataTable: missing types on paginatorcontainer slot props #​7174
  • feat(InputNumber): French keyboard decimal support #​7157
  • FormField: Missing attribute "name" in FormFieldProps #​7145
  • keepInViewPort for Dialog does nothing? #​7141
  • FloatLabel: correct font.weight style key weight for active label #​7139
  • Missing exposed methods in types #​7130
  • Accordion - Swapped direction of chevron #​7128
  • [TS] Select missing exposed methods in types #​7126
  • [TS] MultiSelect missing exposed methods in types #​7124
  • Dialog close button when label is empty #​7123
  • MultiSelect's chip slot is missing the removeCallback prop in type definition #​7121
  • Uncaught ResizeObserver loop completed with undelivered notifications. #​7117
  • InputMask: Problem with input prompt cursor on Windows #​7110
  • InputMask clears the initial value when the unmask attribute is active and disabled is set to active #​7107
  • Virtual Scroller: Event first and last behave differently #​7095
  • docs(menu): add show/hide events to types and docs #​7080
  • feat(button): add a11yAttrs to slot types #​7078
  • Tooltip: overflows window boundaries #​7071
  • DatePicker: inline used together with range and time options #​7067
  • Calendar | Date Picker | Cannot read properties of undefined ( reading 'focus') #​7062
  • TreeTable: Custom node toggle icon does not apply #​7058
  • Select filter in forms (FormField): The filter input is also invalid when select is invalid. #​7052
  • Using FloatLabel within InputGroup and Using Password within IconField occur CSS

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Dec 19, 2025
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from 103f0f5 to 1398080 Compare December 19, 2025 10:24
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from 1398080 to 99af87d Compare December 31, 2025 12:57
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from 99af87d to be15d77 Compare January 8, 2026 20:24
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from be15d77 to f203bf1 Compare January 19, 2026 19:15
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from f203bf1 to d26effd Compare February 2, 2026 20:01
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| npm        | primevue | 4.1.0 | 4.5.4 |
@renovate renovate bot force-pushed the renovate/primevue-4.x branch from d26effd to 4372c67 Compare February 12, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants