Commit Graph

4003 Commits (2.x)

Author SHA1 Message Date
Felix Bernhard c0f99345a3
Fixed #5038 - v2 Menu | disabled property as a function is not working with command prop (#5039) 2024-01-16 11:20:44 +00:00
tugcekucukoglu 1a22f01600 Set new version 2023-12-06 10:11:46 +03:00
tugcekucukoglu 26652d245c Update FooterCell.vue 2023-12-06 09:49:36 +03:00
tugcekucukoglu 04520ee45e Fixed #4890 - v2 DataTable: Frozen column table left and right calculation defects 2023-11-28 18:16:26 +03:00
tugcekucukoglu e422a9b405 Set new version 2023-11-22 19:38:31 +03:00
Tuğçe Küçükoğlu 60f7cecaad
Merge pull request #4587 from chz/fix/4586
Fix #4586 Crashes when Tab pressed and calendar overlay is not showing
2023-11-21 20:49:56 +03:00
Tuğçe Küçükoğlu fb7a8a7bd3
Merge pull request #4701 from jeroenmuller/orderlist-keep-correct-order-when-moving-multiple-to-top-or-bottom
OrderList: keep correct order when moving multiple to top or bottom
2023-11-20 21:27:54 +03:00
tugcekucukoglu 6ac123cac1 Add missing isActive method 2023-11-20 21:03:00 +03:00
tugcekucukoglu 52f5c5a09a Fixed #4795 - v2 DataTable: Frozen column improvements 2023-11-10 14:18:19 +03:00
jeroenmuller 6a8f030206
Orderlist: keep the correct order when moving multiple items to top or bottom
When multiple items are selected and moved to the top or bottom of an OrderList at the same time, they are moved one by one in a loop until the entire selection has been moved.

To make sure that the item at the top of the selection (the selected item that is highest up in the current order) will still be at the top after the selection, we should move items in the right order: move the top item last when inserting at the top, and first when inserting at the bottom. Currently, this order is exactly reversed, meaning the selected items are reversed in those cases. 

This commit reverses both loop orders to fix this problem
2023-10-26 18:56:26 +02:00
Chingiz Mammadov 3f6dee1e1e
Fix #4586 Crashes when Tab pressed and calendar overlay is not showing - primevue2 2023-10-11 01:04:04 +04:00
Vinccool96 4dd5b46a2f
Add modules to Editor (#4452) 2023-10-05 14:09:34 +01:00
Kirill Uryvaev 1598c11055
TreeTable: Slot for custom column header in 2.x (#2942)
* Added slot for custom header

* Updated treetable doc

---------

Co-authored-by: Kirill Uryvaev <kirill.u@nsysgroup.com>
2023-10-05 13:45:55 +01:00
Alexander Rozhkov 5c727bb7a7
Calendar: Months are not highlighted with selection-mode="multiple" (#3989)
* Fix Calendar month selection

* fix: highlight for selection mode only
2023-09-05 02:23:07 +01:00
Tuğçe Küçükoğlu e259b9510d Version update 2023-08-15 11:34:59 +03:00
Tuğçe Küçükoğlu a708ab9080 Fixed #3962 - Calendar: updateFocus called on unmounted instance 2023-08-15 10:49:50 +03:00
Tuğçe Küçükoğlu c68ceee2ac Fixed #3529 - [2.] Tooltip: "escape" option is always false when tooltip is updated 2023-08-14 18:32:16 +03:00
Tuğçe Küçükoğlu 9b326cbb19 Fixed #3685 - DataTable: row group header colspan doesn't span full row when table has selection column 2023-08-14 18:29:33 +03:00
Tuğçe Küçükoğlu 9fcfeb1029 Fixed #3368 - TabMenu: First tab is always highlighted even when selected other tabs 2023-08-14 18:18:43 +03:00
Tuğçe Küçükoğlu 4090ecf803 Fixed #3479 - CascadeSelect: "TypeError: Cannot set properties of undefined (setting 'minWidth')" when using appendTo=body 2023-08-14 18:04:06 +03:00
Tuğçe Küçükoğlu ffae2d4131 Update MultiSelect.vue 2023-08-14 17:34:15 +03:00
Tuğçe Küçükoğlu ca210e69a9 Fixed #3733 - OverlayPanel: Backport events to v2.x 2023-08-14 14:58:38 +03:00
Tuğçe Küçükoğlu 45caf7d78e Fixed #4143 - Password: id props is passed to container 2023-08-14 14:50:50 +03:00
Tuğçe Küçükoğlu f8ddfd10fb set new version 2022-11-18 13:28:30 +03:00
Tuğçe Küçükoğlu 747fdf0ad9 Update ToastDoc.vue 2022-11-18 11:18:48 +03:00
Tuğçe Küçükoğlu aa0dc3f3d8 refactor 2022-11-18 10:58:32 +03:00
Tuğçe Küçükoğlu 313407d67f
Merge pull request #2933 from bahadirsofuoglu/Password-default-value-bug
Password component default value display issue fixed
2022-11-18 10:56:32 +03:00
Tuğçe Küçükoğlu 96d28bc642
Merge pull request #3290 from primefaces/issue-3217
Sidebar: Header slot added
2022-11-18 10:51:34 +03:00
Tuğçe Küçükoğlu 8064dd6e81 Fixed #3217 2022-11-18 10:51:11 +03:00
Tuğçe Küçükoğlu b0a23a93ca Update Setup.vue 2022-11-18 10:40:32 +03:00
Tuğçe Küçükoğlu 3230c390ff Fixed #3291 - PrimeFlex & PrimeIcons version update v2 2022-11-18 10:17:46 +03:00
Bahadır 73b87577ca
Merge pull request #2981 from maikehenrique/patch-1
Issue correction #2980
2022-11-17 16:32:17 +03:00
Bahadır Sofuoğlu 15e56bdec0 Header slot added to sidebar component 2022-11-17 15:11:01 +03:00
Alexys Guerin a6326b4cb4 fix undefined modelValue in slider 2022-11-14 16:42:55 +01:00
Tuğçe Küçükoğlu c839e2eab8 lint fix 2022-09-25 15:17:04 +03:00
Bahadır ab1a1ae217
Merge branch '2.x' into steps-demo-issue 2022-09-23 18:45:48 +03:00
Bahadir Sofuoglu 14ae2f9e47 Demo issue fixed 2022-09-23 18:42:46 +03:00
Maike 7ca1efd8c0
Issue correction #2980
https://github.com/primefaces/primevue/issues/2980
2022-09-15 21:41:07 -03:00
Tuğçe Küçükoğlu 20c1febcef Refactor #2919 2022-09-05 17:09:18 +03:00
Bahadir Sofuoglu 6dd43d9d1e Open on mounted problem solved 2022-09-04 18:55:21 +03:00
Bahadir Sofuoglu 537552e1f4 Password component default value display issue fixed 2022-09-04 18:08:55 +03:00
Tuğçe Küçükoğlu ceecdf97d8 refactor 2022-09-02 13:22:24 +03:00
Tuğçe Küçükoğlu 3a36d4f6ab remove sfc warnings 2022-09-02 12:32:34 +03:00
Tuğçe Küçükoğlu 8246bec387 Refactor #2889 2022-09-02 12:06:58 +03:00
Tuğçe Küçükoğlu 7c44d04c17
Merge pull request #2890 from primefaces/speeddial-slot-bug
scopedslot check added
2022-09-02 12:02:19 +03:00
Tuğçe Küçükoğlu dde6925d15 Fixed #2919 - Textarea: resize height when window resized if autoResize is true 2022-09-02 11:08:33 +03:00
Bahadir Sofuoglu fa08915f75 scopedslot check added 2022-08-25 11:56:47 +03:00
Tuğçe Küçükoğlu 36f3e3f20e change PrimeVue 3 version 2022-08-23 14:35:34 +03:00
mertsincan e604d238ee Update DropdownDemo.vue 2022-08-22 16:42:02 +01:00
mertsincan 83f63f2ea8 Use beforeDestroy instead of beforeUnmount in Vue2 2022-08-22 16:39:15 +01:00