Commit Graph

196 Commits (4e17ef2588759c02f81e0767b7759b097b51d588)

Author SHA1 Message Date
tugcekucukoglu ca543a5540 Fixed #6064 - Paginator: v4 page buttons still have PrimeVue classes in unstyled mode 2024-07-22 16:22:38 +03:00
tugcekucukoglu 37fedd0426 Refactor #6084 2024-07-22 16:10:09 +03:00
Tuğçe Küçükoğlu c02defa960
Merge pull request #6085 from qburst/master
fix: #6084, SELECT: hide clear button when options is empty in Dropdown
2024-07-22 16:08:47 +03:00
Tuğçe Küçükoğlu 14e1f6f0cd
Merge pull request #6011 from jacobtylerwalls/require-key-treenode-v4
types: Make TreeNode.key required
2024-07-22 14:04:20 +03:00
tugcekucukoglu de7773ab37 Fixed #6017 - TABS: Globally enabling Ripple breaks Scrollable Tabs 2024-07-22 12:48:47 +03:00
Tuğçe Küçükoğlu fab0c62dd5
Merge pull request #6029 from marlonbahniuk/fix-autocomplete-multiple-dropdown
Fix combination of multiple and dropdown
2024-07-22 11:14:52 +03:00
Tuğçe Küçükoğlu 9312fbab5c
Merge pull request #6037 from yzzting/issue-6036
Fix: DataTable Frozen Columns the headers of fixed columns will overlap.
2024-07-22 11:03:47 +03:00
Tuğçe Küçükoğlu 3c67dd4558
Merge pull request #6054 from rickngo/patch-1
Update StepPanel.vue with v-show rather than v-if for horizontal steps.
2024-07-22 10:38:07 +03:00
tugcekucukoglu 00e879e304 Fixed #6025 - InputMask: Passed props are not set 2024-07-22 09:17:31 +03:00
Tuğçe Küçükoğlu f26bb8d023
Merge pull request #6035 from maspetsberger/fix-iconfield-multi-icons
Fix IconField when icons should appear at beginning and end.
2024-07-22 09:07:11 +03:00
Tuğçe Küçükoğlu 54071ba45c
Merge pull request #6078 from eneeio-nm/patch-1
fix: typo in theme presets (chip/index.js)
2024-07-22 09:02:40 +03:00
Tuğçe Küçükoğlu b7b98d48fa
Merge pull request #6058 from byronogis/master
fix: avoid `v-ripple` missing warn when Ripple is not been registered
2024-07-19 16:28:58 +03:00
ANTONA09 79537911b3 fix: #6084, SELECT: hide clear button when options is empty in Dropdown 2024-07-19 14:35:37 +05:30
ANTONA09 5c461c9aec fix: #6084, SELECT: hide clear button when options is empty in Dropdown 2024-07-19 14:32:35 +05:30
tugcekucukoglu 08a8e3070f Tablist PT name updates 2024-07-18 10:22:08 +03:00
tugcekucukoglu e6cfae2860 Step disabled mode updates 2024-07-18 10:15:32 +03:00
tugcekucukoglu 22802c00a3 StepPanel variable fixes 2024-07-18 10:09:40 +03:00
tugcekucukoglu 9d55f04629 Galleria PT name updates 2024-07-18 10:04:59 +03:00
Neil Merton afb5a03b92
Update nora/chip/index.js
fix typo
2024-07-17 15:41:33 +01:00
Neil Merton 436437ba2a
Update lara/chip/index.js
fix typo
2024-07-17 15:41:02 +01:00
Neil Merton fb3fa1be49
Update aura/chip/index.js
fix typo
2024-07-17 15:38:35 +01:00
tugcekucukoglu 77927e251e Correctly bind pt options 2024-07-17 15:46:30 +03:00
tugcekucukoglu 9be0f4c5ad Pass fluid as prop 2024-07-17 15:44:58 +03:00
tugcekucukoglu f31de3ce32 PT name correction 2024-07-17 15:44:09 +03:00
tugcekucukoglu 17a6338154 Duplicate styles 2024-07-17 15:43:27 +03:00
Mike Kutnik 3851e6f06a fix: missing default labels in ConfirmDialog and ConfirmPopup 2024-07-17 14:24:49 +02:00
cmdltt@mail.ru 27e8caa17b fix: add @keydown emit event in DatePicker component 2024-07-16 15:06:07 +03:00
tugcekucukoglu 82da12f42c Typo 2024-07-16 09:24:01 +03:00
Byron 24fc80e980
fix: avoid `v-ripple` missing warn when `config.ripple` is disabled 2024-07-14 11:46:57 +08:00
tugcekucukoglu 8759ce3c66 PT name updates 2024-07-12 13:58:11 +03:00
tugcekucukoglu 596c3a2d84 PT name updates 2024-07-12 13:58:02 +03:00
rickngo e2abf5f974
Update StepPanel.vue with v-show rather than v-if for horizontal steps.
Bug fix for StepPanel.vue so that v-show is used rather than v-if. v-show is desired as the Stepper should not be re-rendering components.
2024-07-12 00:33:09 -06:00
tugcekucukoglu 1b2f58c19a Format fixes 2024-07-10 15:51:22 +03:00
tugcekucukoglu 96790e2469 Fixed #6043 - Tree: filter pt implementation defect 2024-07-10 15:50:43 +03:00
tugcekucukoglu 689a53d461 PickList button pt name updates 2024-07-10 15:47:31 +03:00
tugcekucukoglu 459aa7ff92 Checkbox pt indeterminate context added 2024-07-10 15:43:59 +03:00
杨滋滋 5caed1ce40 Fix: DataTable Frozen Columns the headers of fixed columns will overlap. 2024-07-09 22:03:28 +08:00
Michael Aspetsberger ce330bf762 Fix IconField when icons should appear at beginning and end. 2024-07-09 12:05:59 +02:00
Neil Merton cfe2b0cf9f
fix(accordioncontent): ensure `background-color` is declared properly (#6032)
* fix for #5997

This is a fix for #5997

* Update packages/primevue/src/accordion/style/AccordionStyle.js
2024-07-09 09:44:27 +01:00
Mert Sincan 0c168516b0 Fixed #6020 - Failed to use Primevue 4 with yarn 2024-07-09 09:40:37 +01:00
tugcekucukoglu 862c277472 PT option updates 2024-07-09 10:46:56 +03:00
Marlon Santana e8a80ff576 Fix combination of multiple and dropdown 2024-07-08 11:58:16 -03:00
Mert Sincan 2d05803e6b Fixed #6024 - BaseComponent: Missing import 'isFunction' 2024-07-08 10:38:35 +01:00
Jacob Walls 2feea6cdfb
types: Make TreeNode.key required
Forwardport of c05c42d
2024-07-04 10:10:39 -04:00
tugcekucukoglu f73e98d243 4.0.0 release 2024-07-03 14:08:39 +03:00
Cagatay Civici ca2201742f Merge branch 'master' of https://github.com/primefaces/primevue 2024-07-03 13:06:10 +03:00
Cagatay Civici 309c665bb1 Update nuxt doc 2024-07-03 13:06:06 +03:00
GitHub Actions Bot b07f825abe Update API doc 2024-07-03 09:31:47 +00:00
tugcekucukoglu 85c6bdbe8f Update MegaMenu.d.ts 2024-07-03 12:30:39 +03:00
tugcekucukoglu 9856fad3fc Update MegaMenu.d.ts 2024-07-03 12:21:56 +03:00
Cagatay Civici bb483ef4a6 Disabled style for toggle switch 2024-07-03 12:00:25 +03:00
Cagatay Civici 78ae452134 Disabled checked token for radio button 2024-07-03 11:49:36 +03:00
Cagatay Civici 2966a83ffd Disabled and checked token for checkbox 2024-07-03 11:44:06 +03:00
tugcekucukoglu ee171b5c86 Fixed #5991 - OverlayBadge: Failed to resolve component: Badge 2024-07-03 10:18:06 +03:00
Mert Sincan 007d2c472f Fixed #6003 - options.resolve is not a function in auto-import-resolver package 2024-07-02 13:31:07 +01:00
tugcekucukoglu 8d501b9aa8 Fixed #6002 - DataTable: highlightOnSelect single selection defect 2024-07-02 13:28:03 +03:00
tugcekucukoglu 57f037c906 Fixed #6001 - Stepper: linear mode disabled header defect 2024-07-02 13:13:35 +03:00
tugcekucukoglu 020749f4e9 Fixed #5978 - MultiSelect: 'v-if="filter"' erroneously removed in v4 2024-07-02 12:55:03 +03:00
tugcekucukoglu 544fe3fbb5 Fixed #6000 - Remove .p-fluid and add new fluid property 2024-07-02 12:53:07 +03:00
Cagatay Civici fd5e30da33 Add content wrapper to paginator 2024-07-02 11:19:32 +03:00
Cagatay Civici 2a63f6fcb9 Init fluid refactor 2024-07-02 11:09:44 +03:00
Cagatay Civici a6547b5e32 Update stepper token 2024-07-02 10:56:49 +03:00
tugcekucukoglu ef5e707940 Update DatePicker.d.ts 2024-07-02 09:38:40 +03:00
Cagatay Civici d06c51c328 Defect fixes for QA 2024-07-01 17:23:54 +03:00
Cagatay Civici d0b3208ab7 Corrected border radius of input number 2024-07-01 17:07:31 +03:00
Cagatay Civici 9352edaf51 Add missing type 2024-07-01 16:54:53 +03:00
Cagatay Civici d992509165 Token refactor 2024-07-01 16:51:09 +03:00
Cagatay Civici 09e1273571 Visual cosmetics 2024-07-01 16:32:14 +03:00
Mert Sincan dffe8cb36f Merge branch 'master' of https://github.com/primefaces/primevue 2024-07-01 13:03:14 +01:00
Mert Sincan c2d8c17082 Fixed #5996 - Add as and asChild property to Button 2024-07-01 13:03:12 +01:00
Cagatay Civici ec0349202d Updated tokens 2024-07-01 15:01:28 +03:00
Cagatay Civici cb0b6979e9 Fixed tab shadow 2024-07-01 15:00:31 +03:00
Cagatay Civici d8e9fa75d0 Fixed tokens 2024-07-01 14:30:47 +03:00
Cagatay Civici 87507c0dab Tokens for VirtualScroller 2024-07-01 14:08:59 +03:00
Mert Sincan ff96f62e7a Fixed #5980 - Nuxt module component autoImport in v4 rc3 doesn't work with component prefixes 2024-06-30 21:33:35 +01:00
tugcekucukoglu 3d6275aebd Update Password.d.ts 2024-06-28 10:29:12 +03:00
tugcekucukoglu 919be0f56b Release 4.0.0-rc.3 2024-06-27 16:00:44 +03:00
tugcekucukoglu 6f3874a8c0 Changelog refactor 2024-06-27 15:52:02 +03:00
tugcekucukoglu 99486712bf Update CHANGELOG.md 2024-06-27 15:50:55 +03:00
Mert Sincan c78afb0767 Fixed #5957 - [Core]: PrimeVue 4 is causing a memory leak 2024-06-27 12:21:38 +01:00
Tuğçe Küçükoğlu 064e172520
Merge pull request #5884 from KumJungMin/fix/range-picker-year
fix(DatePicker): highlight range of year in yearMode
2024-06-27 14:11:44 +03:00
tugcekucukoglu c70a9e82f5 Refactor #5886 2024-06-27 14:05:56 +03:00
Tuğçe Küçükoğlu 8416ec6bfc
Merge pull request #5887 from KumJungMin/fix/range-picker-month
fix(DatePicker): highlight range of month in monthMode
2024-06-27 14:04:48 +03:00
Mert Sincan 2eb5b4aa3b Fixed #5912 - BlockUI bug SSR: when I reload the page I get the following error 2024-06-27 11:07:11 +01:00
Mert Sincan 16822d4cd8 Update primeuix version 2024-06-27 11:02:42 +01:00
Alex McNerney 2a4625780a
Fix positioning of overlay arrows 2024-06-26 20:11:44 -07:00
Tuğçe Küçükoğlu 9d107f56ae
Merge pull request #5917 from KumJungMin/fix/issue-4387
fix(Tooltip): apply color in bottom arrow
2024-06-26 14:53:42 +03:00
tugcekucukoglu 4ae2e25f0c Fixed #5908 - InputMask: v4 no classes are passed to target inpud component 2024-06-26 14:49:14 +03:00
tugcekucukoglu c96405ef56 Fixed #5964 -MultiSelect: missing loadingIcon passthrough 2024-06-26 13:42:37 +03:00
tugcekucukoglu 1845932fba Merge branch 'master' of https://github.com/primefaces/primevue 2024-06-26 13:17:26 +03:00
tugcekucukoglu 4304819991 Refactor #5936 2024-06-26 13:17:21 +03:00
Mert Sincan fc7704d3bc Merge branch 'master' of https://github.com/primefaces/primevue 2024-06-26 11:01:40 +01:00
Mert Sincan 154edbf4d3 Refactor on dependencies 2024-06-26 11:01:34 +01:00
tugcekucukoglu 00d37a2c6f Fixed #5956 - InputMask: FloatLabel defects 2024-06-26 12:46:45 +03:00
Mert Sincan 6d74929580 Update package.json 2024-06-26 08:53:09 +01:00
Mert Sincan 796edf4c11 Fixed #5968 - Improve utils methods in all packages 2024-06-26 08:46:26 +01:00
Mert Sincan be18995c42 Fixed #5945 - CSS not Server Side Rendered with PrimeVue 4 / Nuxt 3 2024-06-24 12:27:34 +01:00
Tuğçe Küçükoğlu 337485de90
Merge pull request #5943 from m-meier/patch-8
feat(Checkbox): add indeterminate state to icon slot, fixes #5942
2024-06-24 10:59:40 +03:00
Tuğçe Küçükoğlu e921695c78
Merge pull request #5941 from m-meier/patch-6
fix(Checkbox): use correct design token for checkbox height
2024-06-24 10:55:14 +03:00
Tuğçe Küçükoğlu f9cf392d8a
Merge pull request #5940 from rizen/patch-1
remove extraneous .
2024-06-24 10:04:59 +03:00