What's Changed
- Fix typo in Tree.d.ts by @jacobtylerwalls in #5428
- Fix typo by @chanwukim in #5430
- Fix #3928: InputNumber allow cut and paste by @melloware in #5456
- (fix)Tree: Pass class to TreeNodes nodeIcon slot by @ig-onoffice-de in #5453
- doc(splitbutton): fix composition API composable use by @metanas in #5467
- fix(Calendar): when inline, do not apply fixed width to overlay by @DamianGlowala in #5300
- fix(types): augment
GlobalComponent
interface invue
module by @BobbieGoede in #5419 - Fixes #3609 - Update Calendar typings to be precise by @Magiczne in #4972
- Update StyledDoc.vue by @claushellsing in #5482
- fix: duplicate values on search in multiselect by @navedqb in #5458
- Carousel - Empty Slot by @RodTGG in #5432
- fix(Doc): Update DarkModeToggleDoc.vue - class selector needs dot by @m-meier in #5514
- Fix #5320 – Carousel blocking touch scroll by @lukereative in #5513
- Fix #5412 - Twice render if attribute id not defined by @i7slegend in #5486
- fix(FileUpload): pass disable prop to Button in basic mode, fixes #5529 by @m-meier in #5530
- Fix #5508: InputNumber allow AZERTY keyboards by @melloware in #5560
- fix(#5577): Use event.key instead of event.code for determining digits by @csaba215 in #5578
- Update StyledDoc.vue by @claushellsing in #5556
- fix: pass passthrough options to the nodeicon slot by @ig-onoffice-de in #5575
- Fixed #1027 - Knob: Allow a label function for greater flexibility by @dispatchrabbi in #5569
- Explain the default exclude option in the Nuxt module configuration docs. by @RustyRaptor in #5584
- fix #5518: prevent erros thrown by ScrollPanel loading by @autoboxer in #5519
- fix: #5433 add formattedValue type by @xxx123123 in #5617
- fix(#5562): support style for submenuHeader in Menu by @i7slegend in #5564
- Fix TreeTable not using filterField by @franklx in #5523
- fix(sidebar): dismissable property should still be reactive after mount by @XavierChevalier in #5568
- Fixed #5596 - Calendar: Hours are set to 00 when clicking the "Today" button by @thristov78 in #5607
- #5618 - Updated AutoComplete to allow form submission using return by @carldenigma in #5619
- [FileUpload] Remove incorrect sentence in customUpload prop docs by @jacobtylerwalls in #5632
- Fixed #5372: DataTable: Modifying value of expendedRow is n… by @bdh92123 in #5637
- fix(DataTable): fix rowClass type definition and improve usage documentation for rowClass and rowStyle. Fixes #5498 by @m-meier in #5638
- docs(DirectivesDoc.vue): typo by @mustafa60x in #5725
- docs(LoadingDoc.vue): Fixed incorrect icon name from 'check' to 'search'. by @mustafa60x in #5712
- Fix #5671: Unused codes removed by @Rekl0w in #5672
- fix(InputNumber): add button type attribute, fixes #5700 by @m-meier in #5701
- fix: disable paste functionality in readonly mode by @navedqb in #5730
- fix: pasting on readonly InputNumber by @simplyratl in #5731
- Fix #5687: delete month parameter on onMonthSelect by @KumJungMin in #5688
- fix(DatePicker): set hour on 24h mode on date select, fixes #5596 by @m-meier in #5702
- fix: primevue #5740, InputOtp: Able to paste otp in readonly and disabled modes by @akshayaqburst in #5741
- DatePicker - V4: focus blink fix by @antlionguard in #5677
- Popover: use correct design token for arrow positioning, fixes #5755 by @m-meier in #5756
- doc(Tabs/TabMenu): add missing Tabs component to sample code by @m-meier in #5806
- Fix typo in editorInitCallback docstring by @jacobtylerwalls in #5796
- docs(TemplateDoc.vue) Remove unused Tailwind CSS class by @mustafa60x in #5766
- Sass, not SASS by @TheJaredWilcurt in #5795
- fix(DataTable): allow control c key for copy a table content. (#5757) by @KumJungMin in #5759
- fix: change uninstally to uninstall by @mbaljeetsingh in #5838
- fix: paste function bug in integerOnly mode by @navedqb in #5798
- types: Make TreeNode.key required by @jacobtylerwalls in #5835
- fix: tiered menu popup not closing on escape by @sruthyqb in #5827
- fix(Dropdown): prevent horizontal scroll, when dropdown item selecting by @KumJungMin in #5758
- fix: focus trap issue in Inplace by @navedqb in #5772
- fix: Dialog/Confirm re-focus original element on close by @jiverson in #5778
- fix: incorrect default value for minFractionDigits when set to null by @navedqb in #5819
- Fix documented default for emptyMessage on several components by @neilpadfield in #5850
- fix(types): DataTable: add function support to DataTableSortMeta field by @MalikBen in #5863
- remove extraneous . by @rizen in #5940
- fix(docs): update changelog url by @sceee in #5880
- fix(docs): Update primevue version and add missing @primevue/themes package in codeeditor by @sceee in #5927
- fix(Checkbox): use correct design token for checkbox height by @m-meier in #5941
- refactor: update Badge URL of packages version in README.md by @mahmudunnabikajal in #5896
- feat(Checkbox): add indeterminate state to icon slot, fixes #5942 by @m-meier in #5943
- doc: Fix toggleColorScheme function in theming by @vruello in #5966
- fix(Tooltip): apply color in bottom arrow by @KumJungMin in #5917
- docs(BasicFilterDoc.vue) Remove unused format functions by @mustafa60x in #5970
- fix(DatePicker): highlight range of month in monthMode by @KumJungMin in #5887
- fix(DatePicker): highlight range of year in yearMode by @KumJungMin in #5884
New Contributors
- @jacobtylerwalls made their first contribution in #5428
- @chanwukim made their first contribution in #5430
- @metanas made their first contribution in #5467
- @BobbieGoede made their first contribution in #5419
- @claushellsing made their first contribution in #5482
- @RodTGG made their first contribution in #5432
- @m-meier made their first contribution in #5514
- @lukereative made their first contribution in #5513
- @csaba215 made their first contribution in #5578
- @dispatchrabbi made their first contribution in #5569
- @RustyRaptor made their first contribution in #5584
- @xxx123123 made their first contribution in #5617
- @XavierChevalier made their first contribution in #5568
- @thristov78 made their first contribution in #5607
- @carldenigma made their first contribution in #5619
- @bdh92123 made their first contribution in #5637
- @mustafa60x made their first contribution in #5725
- @Rekl0w made their first contribution in #5672
- @simplyratl made their first contribution in #5731
- @KumJungMin made their first contribution in #5688
- @TheJaredWilcurt made their first contribution in #5795
- @mbaljeetsingh made their first contribution in #5838
- @sruthyqb made their first contribution in #5827
- @neilpadfield made their first contribution in #5850
- @MalikBen made their first contribution in #5863
- @rizen made their first contribution in #5940
- @sceee made their first contribution in #5880
- @mahmudunnabikajal made their first contribution in #5896
- @vruello made their first contribution in #5966
Full Changelog: 3.50.0...4.0.0