What's Changed
Enhancements
- Enhancement #6503: remove unused codes by @Rekl0w in #6504
- Enhancement #6489: add menu context to menu by @peconomou929 in #6488
- Enhancement #6451: OverlayPanel add isVisible method to external API by @melloware in #6453
Bug Fixes
- Fix unit tests by @melloware in #6348
- fix: #6312 #6346 Tailwind classes for inputswitch and checkbox as styling is broken by @gcko in #6347
- Locale update to use ariaLabel method by @melloware in #6313
- Fix #6353: Sidebar doc fix by @melloware in #6354
- Fix #6358: InputOtp fix typescript case by @melloware in #6361
- Fix #6359: Stepper proper forwardRef by @melloware in #6362
- Fix Stepper demos by @melloware in #6363
- Revert typedoc by @melloware in #6368
- Bump chart.js from 4.4.1 to 4.4.2 by @dependabot in #6282
- Bump @testing-library/user-event from 14.5.1 to 14.5.2 by @dependabot in #6280
- Bump prettier from 3.1.0 to 3.2.5 by @dependabot in #6372
- Bump @types/react-transition-group from 4.4.9 to 4.4.10 by @dependabot in #6373
- Bump eslint-config-next from 14.1.0 to 14.1.4 by @dependabot in #6369
- Fix #6382: InputOtp wrong import by @melloware in #6383
- Add missing children prop in FloatLabel.d.ts by @NiclasvanEyk in #6388
- Fix/#6216 MultiSelect - SelectionLimit issue by @charithAmila in #6218
- Fix #6316: fixed issue on selecting option by key event when using optionValue prop by @shubhsaur in #6374
- Fix #6357: typescript definition for ButtonGroup by @dvpritzbuer in #6360
- Fix #6393: Locale prevent prototype pollution by @melloware in #6395
- Fix #6379: Showcase examples use IconField by @melloware in #6386
- Fix #6397: Calendar inputClassName missing by @nivivive in #6398
- FileUpload: add missing type definition for cancelIcon by @vaelu in #6400
- Fix #6399: DataTable custom filter example by @melloware in #6401
- Fix #6402 - DataTable - onContextMenu does not return row data by @gucal in #6403
- Fix #6334: typescript definition for Stepper and StepperPanel by @dvpritzbuer in #6356
- AutoComplete: Fix the issue of passing an undefined key while rendering lists. by @CodeElixir in #6365
- fix: #6405 Fix Tailwind theme for TriStateCheckbox by @gcko in #6406
- Fix #6404: Password removed invalid props from PT by @melloware in #6409
- Fix #6404: Password fix invalid/variant props by @melloware in #6412
- Fix#6415: Megamenu single array fix by @Rekl0w in #6416
- Fix #6420: Added Fragment at doc by @Rekl0w in #6421
- Fix #6422: Calendar updateViewDate fix by @Rekl0w in #6425
- Fix #6432: InputOtp updateTokens fix by @AndrewMamdouh in #6433
- Fix #6439: InputOtp import fix by @Rekl0w in #6441
- Fix#6438: FloatLabel prop fix by @Rekl0w in #6440
- Fix#6443 : Variable names fix by @Rekl0w in #6444
- Fix #6442: TabView round scrollLeft like PrimeVue by @melloware in #6449
- TreeTable: call customer sortFunction for column set as sortField by @MBelniak in #6436
- Fix #6376: Typescript boolean instead of false by @melloware in #6378
- Fix #6456 : Toast close by id fix by @Rekl0w in #6457
- added data-pc-section="toggler" to the toggler relates to #6307 by @sja-cslab in #6460
- Fix #6448: Dialog onHide prop call by @Rekl0w in #6458
- Fix #6464: PrimeIcons v7 constants by @melloware in #6465
- Fix #6464: PrimeIcons v7 constants (#6465) by @melloware in #6466
- Fix #6464: PrimeIcons v7 constants by @melloware in #6467
- Fix #6469: Ripple doc fix by @Rekl0w in #6470
- VirtualScroller/Ripple TS updates by @melloware in #6472
- Fix #6468: TreeSelect header fix by @Rekl0w in #6471
- Fix #6462: StepperHeader add type button by @espezaliate in #6463
- Fix #6427: Chips respect removable function by @melloware in #6428
- Fix #6408: TreeSelect pass emptyMessage to Tree by @melloware in #6411
- Fix #6389: Passthrough accordiontab not tab by @melloware in #6390
- Fix #6366: ColumnFilter proper ID handling by @melloware in #6367
- Fix #6340: MeterGroup minor refactor similar to other components by @melloware in #6355
- Fix #6479: DataScroller pt doc img fix by @Rekl0w in #6480
- Fix #6231: Checkbox onClick TS def by @melloware in #6485
- Fix #6339: Stepper add p-component to Stepper action by @melloware in #6350
- Fix/date picker value entering by @KirilCycle in #6478
- Fix #6481: KeyFilter handle AZERTY and dead keys by @melloware in #6484
- Fix #6148: fixed the issue with the home separator if home prop is null/undefined by @shubhsaur in #6375
- Fix #6324: InputNumber allowing accent/dead characters by @melloware in #6352
- Fix #5960: Quill 2.0.0 support by @melloware in #6429
- Fix #6124 : Dropdown navigation like PrimeVue by @KirilCycle in #6430
- Fix #6123: Dropdown scroll into view on focus by @melloware in #6452
- Fix #5858: Menu align focus with PrimeVue by @melloware in #6381
- Fix #6445: Calendar updateViewDate fix by @Rekl0w in #6447
- Autocomplete Not able to delete a manually added chip by @nitrogenous in #6474
- fix: primefaces #6234, TreeSelect: (accessiblility) cannot access and clear the selected input using using keyboard by @akshayaqburst in #6235
- Fix #6475: Stepper add get/set active step by @melloware in #6486
- Update templatedoc.js with correct reference by @StevenPG in #6495
- Fix #6095: Dialog refactor using FocusTrap by @melloware in #6435
- Fix #6499: Listbox focused option index fix by @Rekl0w in #6500
- Fix: #6487 Splitter can work with multiple panels by @KirilCycle in #6490
- Fix #6396: Password use IconField for toggle mask by @melloware in #6493
- Fix #6497: PanelMenu isItemActive Update by @Rekl0w in #6502
- Fix formatting by @melloware in #6505
New Contributors
- @NiclasvanEyk made their first contribution in #6388
- @dvpritzbuer made their first contribution in #6360
- @nivivive made their first contribution in #6398
- @CodeElixir made their first contribution in #6365
- @Rekl0w made their first contribution in #6416
- @AndrewMamdouh made their first contribution in #6433
- @espezaliate made their first contribution in #6463
- @KirilCycle made their first contribution in #6478
- @StevenPG made their first contribution in #6495
- @peconomou929 made their first contribution in #6488
Full Changelog: 10.6.3...10.6.4