PrimeVue 4.3.3
- Fixed "multiple select" checkbox wrong listener in TableHeader by @mrmt00 in https://github.com/primefaces/primevue/pull/7439
- test(primevue): fix the failure about the
maximizable
of theDialog
component by @wangziling in https://github.com/primefaces/primevue/pull/7438 - fix(dynamic-dialog): use v-on instead of v-bind for emits by @J-Michalek in https://github.com/primefaces/primevue/pull/7428
- Infer the DataTable generic type from the value prop by @EwenDC in https://github.com/primefaces/primevue/pull/7427
- fix(tooltip): fix memory leak by storing bound event handler references by @islamsaka in https://github.com/primefaces/primevue/pull/7412
- fixes(TabList): Do not update inkbar if element doesn't exists by @SamuelWei in https://github.com/primefaces/primevue/pull/7411
- fix: Select cannot update(clicking) in Datatable(celledit mode) #7403 by @wuc656 in https://github.com/primefaces/primevue/pull/7404
- fix(primevue): fix the issue that
panel menu
cannot render the correctSSR dom
that contains nested active list items by @wangziling in https://github.com/primefaces/primevue/pull/7442 - fix(primevue): fix the issue that wrong
id
of thetab panel
component by @wangziling in https://github.com/primefaces/primevue/pull/7444 - chore(primevue): enable to focus back after
galleria
component hiding by @wangziling in https://github.com/primefaces/primevue/pull/7447 - Add type guards to DataTable restoreState to prevent errors & state corruption by @EwenDC in https://github.com/primefaces/primevue/pull/7423
- chore(primevue): enable to hide the fullscreen
galleria
component byEscape
by @wangziling in https://github.com/primefaces/primevue/pull/7449 - fix(primevue): only add file to uploaded files if upload successful by @LudHag in https://github.com/primefaces/primevue/pull/7459
- Fixed issue in Select.vue by @eyal-egf in https://github.com/primefaces/primevue/pull/7170
- fix: add resize observer on VirtualScroller component by @erwanlfrt in https://github.com/primefaces/primevue/pull/7353
- Refactor KeyFilter to improve value validation during key and paste events by @YannisJustine in https://github.com/primefaces/primevue/pull/7464
- fix(primevue): try to fix the memory leak of the
datatable
component by @wangziling in https://github.com/primefaces/primevue/pull/7450 - fix(form): make FormSubmitEvent generic for better type safety by @xl495 in https://github.com/primefaces/primevue/pull/7287
- fix: DatePicker/Select fix outsideClickListener inside web components by @abaumg in https://github.com/primefaces/primevue/pull/7160
- fix(InputNumber): added "required" prop which is present in wrapped component (InputText) already by @wasiqwiqar in https://github.com/primefaces/primevue/pull/7063
- fix(primevue): fix the issue that cannot correctly get the last
tab
item by @wangziling in https://github.com/primefaces/primevue/pull/7469 - fix: add an extra condition for tryOnMounted method by @andrew-cmdltt in https://github.com/primefaces/primevue/pull/6454
- fix: exception after reordering columns and removing columns in select by @Unatart in https://github.com/primefaces/primevue/pull/7487
- Fix paginator container slot props in DataTable component by @YannisJustine in https://github.com/primefaces/primevue/pull/7489
- Fix regression inserted by #7291 on ColorPicker by @waldeck-dev in https://github.com/primefaces/primevue/pull/7511
- @mrmt00 made their first contribution in https://github.com/primefaces/primevue/pull/7439
- @EwenDC made their first contribution in https://github.com/primefaces/primevue/pull/7427
- @islamsaka made their first contribution in https://github.com/primefaces/primevue/pull/7412
- @SamuelWei made their first contribution in https://github.com/primefaces/primevue/pull/7411
- @LudHag made their first contribution in https://github.com/primefaces/primevue/pull/7459
- @eyal-egf made their first contribution in https://github.com/primefaces/primevue/pull/7170
- @abaumg made their first contribution in https://github.com/primefaces/primevue/pull/7160
- @wasiqwiqar made their first contribution in https://github.com/primefaces/primevue/pull/7063
- @Unatart made their first contribution in https://github.com/primefaces/primevue/pull/7487
Full Changelog: https://github.com/primefaces/primevue/compare/4.3.2...4.3.3
PrimeVue 4.3.2
- Update OverrideDoc.vue by @Tamas-hi in https://github.com/primefaces/primevue/pull/7320
- fix: #7360 - Select: style error when resize window by @sivareddyuppathi in https://github.com/primefaces/primevue/pull/7362
- Button with icon onyl - Rollback change from #7123 by @rgrosjean in https://github.com/primefaces/primevue/pull/7326
- make allowEmpty compatible with multiple on SelectButton by @Winter979 in https://github.com/primefaces/primevue/pull/7357
- fix: galleria item navigators disable state by @ekh-anadeainc in https://github.com/primefaces/primevue/pull/7319
- fix: add name attribute in select by @navedqb in https://github.com/primefaces/primevue/pull/7314
- fix(multi-select): autoFilterFocus and autoOptionFocus working together by @J-Michalek in https://github.com/primefaces/primevue/pull/7299
- Cache hue value locally on ColorPicker by @waldeck-dev in https://github.com/primefaces/primevue/pull/7291
- fix(DataTable): #7335 by @AkifAycicek in https://github.com/primefaces/primevue/pull/7352
- Fix: Make message detail optional in toast message by @jhoermann in https://github.com/primefaces/primevue/pull/7336
- fix #7294: AutoComplete - don't block default behaviour for Space key (writing a space) if no focused option by @MildConcussion in https://github.com/primefaces/primevue/pull/7365
- fix: tablist prev/next button type by @quantumwebco in https://github.com/primefaces/primevue/pull/7382
- fix: InputMask #7378 by @wuc656 in https://github.com/primefaces/primevue/pull/7377
- Fix DatePicker parsing ISO string by @gkolotelo in https://github.com/primefaces/primevue/pull/7398
- @rgrosjean made their first contribution in https://github.com/primefaces/primevue/pull/7326
- @ekh-anadeainc made their first contribution in https://github.com/primefaces/primevue/pull/7319
- @waldeck-dev made their first contribution in https://github.com/primefaces/primevue/pull/7291
- @AkifAycicek made their first contribution in https://github.com/primefaces/primevue/pull/7352
- @jhoermann made their first contribution in https://github.com/primefaces/primevue/pull/7336
- @MildConcussion made their first contribution in https://github.com/primefaces/primevue/pull/7365
- @quantumwebco made their first contribution in https://github.com/primefaces/primevue/pull/7382
- @gkolotelo made their first contribution in https://github.com/primefaces/primevue/pull/7398
Full Changelog: https://github.com/primefaces/primevue/compare/4.3.1...4.3.2
PrimeVue 4.2.5
- fix(component): [input-mask] same value triggers update by @betavs in https://github.com/primefaces/primevue/pull/6886
- Slider: Handle drag fix by @Stawlie in https://github.com/primefaces/primevue/pull/6885
- Theme designer content create fix by @AnastasiaTsi in https://github.com/primefaces/primevue/pull/6893
- Fix #6896. Select: fluid doesnt apply properly by @is-paranoia in https://github.com/primefaces/primevue/pull/6897
- Add isFileLimitExceeded before file is pushed in FileUpload by @sdkirlak in https://github.com/primefaces/primevue/pull/6901
- fix(Carousel): allow autoplay when value has valid count by @KumJungMin in https://github.com/primefaces/primevue/pull/6902
- fix(DataTable): update tabIndex when targetRow exists by @KumJungMin in https://github.com/primefaces/primevue/pull/6920
- fix(TreeTable): Row selected on click at node toggle icon by @KriXPello in https://github.com/primefaces/primevue/pull/6933
- Fix $form type error by @alirni in https://github.com/primefaces/primevue/pull/6941
- fix: format date intially by @sivareddyuppathi in https://github.com/primefaces/primevue/pull/6931
- @AnastasiaTsi made their first contribution in https://github.com/primefaces/primevue/pull/6893
- @is-paranoia made their first contribution in https://github.com/primefaces/primevue/pull/6897
- @sdkirlak made their first contribution in https://github.com/primefaces/primevue/pull/6901
- @KriXPello made their first contribution in https://github.com/primefaces/primevue/pull/6933
- @alirni made their first contribution in https://github.com/primefaces/primevue/pull/6941
Full Changelog: https://github.com/primefaces/primevue/compare/4.2.4...4.2.5
PrimeVue 4.2.4
- Knob (Typescript): Fix valueTemplate prop type definition by @StealthC in https://github.com/primefaces/primevue/pull/6842
- Fix #6837 - Updated onInputKeyDown() on InputNumber so that it works as expected by @Abassion in https://github.com/primefaces/primevue/pull/6845
- fix (ToggleSwitch): Fixed #6859 by @Stawlie in https://github.com/primefaces/primevue/pull/6860
- fix(TreeTable): prevent selection when selectable is set to false (checkbox mode) by @KumJungMin in https://github.com/primefaces/primevue/pull/6855
- #6776 fix: Virtual scroller: step prop in delay mode breaks the component by @avramz in https://github.com/primefaces/primevue/pull/6862
- @StealthC made their first contribution in https://github.com/primefaces/primevue/pull/6842
Full Changelog: https://github.com/primefaces/primevue/compare/4.2.3...4.2.4
PrimeVue 4.2.3
- fix: prevent text cursor and typing in colorpicker by @navedqb in https://github.com/primefaces/primevue/pull/6800
- Tabs: @update:value parameter in function definition should be string… by @RBedbur in https://github.com/primefaces/primevue/pull/6817
- fix: correct empty label rendering to display non-breaking space by @navedqb in https://github.com/primefaces/primevue/pull/6819
- fix: update time format in 12 hrs format if hourFormat is 12hrs by @sivareddyuppathi in https://github.com/primefaces/primevue/pull/6831
- @RBedbur made their first contribution in https://github.com/primefaces/primevue/pull/6817
Full Changelog: https://github.com/primefaces/primevue/compare/4.2.2...4.2.3
PrimeVue 4.2.2
- Docs: Update ResolversDoc.vue by @sivareddyuppathi in https://github.com/primefaces/primevue/pull/6711
- fix(Checkbox): Added "update:indeterminate" emit. by @Stawlie in https://github.com/primefaces/primevue/pull/6714
- test(multi-select): update unit tests by @betavs in https://github.com/primefaces/primevue/pull/6705
- fix: Slider: "Unable to preventDefault inside passive event listener invocation" in primevue_slider.js (touchmove) by @caryhgq in https://github.com/primefaces/primevue/pull/6537
- Update DrawerEmitsOptions by @evovas in https://github.com/primefaces/primevue/pull/6622
- fix(slider): correct range operation bug by @j0rgedev in https://github.com/primefaces/primevue/pull/6674
- fix(Select): resolve $el undefined error by @KumJungMin in https://github.com/primefaces/primevue/pull/6541
- fix: Destroy dialog instance on close to release unused memory by @YannisJustine in https://github.com/primefaces/primevue/pull/6597
- Fix/datepicker changes 12am to 12pm on date selection by @Alex-Grimes in https://github.com/primefaces/primevue/pull/6687
- Fix #6317 InputOtp by @brtinney in https://github.com/primefaces/primevue/pull/6596
- fix(ConfirmPopup): set this.target to document.activeElement when this.target is empty by @KumJungMin in https://github.com/primefaces/primevue/pull/6591
- fix(TextArea): autoResize issue with v-show by implementing ResizeObserver by @KumJungMin in https://github.com/primefaces/primevue/pull/6630
- fix(date-picker): prevent events from bubbling when overlay is clicked by @betavs in https://github.com/primefaces/primevue/pull/6703
- fix(TreeSelect): prevent event propagation when clicking overlay by @KumJungMin in https://github.com/primefaces/primevue/pull/6758
- Button: Added "loadingIcon" and "icon" pt options to its slots by @Stawlie in https://github.com/primefaces/primevue/pull/6765
- fix: InputNumber does not work on Android devices fix by @sivareddyuppathi in https://github.com/primefaces/primevue/pull/6768
- fix(toggleswitch): ensure visual switch with Material theme by @j0rgedev in https://github.com/primefaces/primevue/pull/6769
- #6233 - Listbox: Preserve option groups while filtering. by @avramz in https://github.com/primefaces/primevue/pull/6275
- Fix #5606: Adding support for Quill V2 by @Abassion in https://github.com/primefaces/primevue/pull/6620
- @sivareddyuppathi made their first contribution in https://github.com/primefaces/primevue/pull/6711
- @Stawlie made their first contribution in https://github.com/primefaces/primevue/pull/6714
- @caryhgq made their first contribution in https://github.com/primefaces/primevue/pull/6537
- @evovas made their first contribution in https://github.com/primefaces/primevue/pull/6622
- @j0rgedev made their first contribution in https://github.com/primefaces/primevue/pull/6674
- @YannisJustine made their first contribution in https://github.com/primefaces/primevue/pull/6597
- @Alex-Grimes made their first contribution in https://github.com/primefaces/primevue/pull/6687
- @brtinney made their first contribution in https://github.com/primefaces/primevue/pull/6596
- @Abassion made their first contribution in https://github.com/primefaces/primevue/pull/6620
Full Changelog: https://github.com/primefaces/primevue/compare/4.2.1...4.2.2