tugcekucukoglu
|
d61c9f5e61
|
Merge branch 'master' into v4
|
2024-05-03 09:51:16 +03:00 |
tugcekucukoglu
|
ac8aeac72f
|
MultiSelect: chip container fixes
|
2024-05-02 14:58:26 +03:00 |
Mert Sincan
|
b7caa4e442
|
Fixed #5668 - Add sideEffects: false to nested package.json files on components
|
2024-05-01 09:32:12 +01:00 |
Mert Sincan
|
0979dde96d
|
Fixed #5667 - Remove base option from theme config
|
2024-05-01 09:26:48 +01:00 |
mertsincan
|
d9712379e9
|
Add $pc[ComponentName] provider to all components
|
2024-04-25 02:26:06 +01:00 |
tugcekucukoglu
|
c390ba7270
|
Fixed #5277 - Dropdown: aria-label missing from inner ul element
|
2024-04-24 09:03:12 +03:00 |
tugcekucukoglu
|
7055387be4
|
Merge branch 'master' into v4
|
2024-04-16 12:35:35 +03:00 |
tugcekucukoglu
|
6615f31d8a
|
Fixed #5593 - Hydration defects
|
2024-04-16 12:35:02 +03:00 |
tugcekucukoglu
|
6a4ed8d57a
|
Unstyled updates
|
2024-04-09 09:41:29 +03:00 |
tugcekucukoglu
|
81383c0f0c
|
Refactor #5548 - For MultiSelect
|
2024-04-08 15:21:00 +03:00 |
tugcekucukoglu
|
7681760b77
|
Merge branch 'master' into v4
|
2024-04-08 08:31:59 +03:00 |
Cagatay Civici
|
b82cd4ead4
|
Refactored MultiSelect
|
2024-04-07 13:35:07 +03:00 |
Tuğçe Küçükoğlu
|
52fc48780a
|
Merge pull request #5486 from i7slegend/fix/5412-twice-render
Fix #5412 - Twice render if attribute id not defined
|
2024-04-03 17:45:37 +03:00 |
mertsincan
|
f496c2669f
|
Fixed #5506 - Add `dt` props to all components and directives
|
2024-04-02 09:24:31 +01:00 |
Cagatay Civici
|
5700f617cd
|
Merge branch 'master' into v4
|
2024-04-01 01:39:50 +03:00 |
Tuğçe Küçükoğlu
|
45a4b259da
|
Merge pull request #5458 from qburst/fix--5455
fix: duplicate values on search in multiselect
|
2024-03-28 15:55:05 +03:00 |
i7slegend
|
85a9455c84
|
PR checker #5412 - prettier warns
|
2024-03-28 02:27:46 +03:00 |
i7slegend
|
3a134dd561
|
Fix #5412 - Twice render if attribute id not defined
|
2024-03-27 05:37:32 +03:00 |
tugcekucukoglu
|
0b5ac272ef
|
Refactor #5437 - For scrollHeight
|
2024-03-26 17:21:39 +03:00 |
tugcekucukoglu
|
4f9fe2491b
|
Merge branch 'master' into v4
|
2024-03-25 14:17:53 +03:00 |
navedqb
|
4d942f4e02
|
fixes duplicate keys on search in multiselect
|
2024-03-22 00:47:11 +05:30 |
tugcekucukoglu
|
680e5147f2
|
String search updates
|
2024-03-21 16:28:00 +03:00 |
tugcekucukoglu
|
5250943440
|
Refactor
|
2024-03-19 17:14:13 +03:00 |
tugcekucukoglu
|
89e01ffe77
|
Refactor #5426 - For MultiSelect
|
2024-03-18 13:02:32 +03:00 |
Bobbie Goede
|
d7000e41eb
|
fix(types): augment `GlobalComponent` interface in `vue` module
|
2024-03-14 23:58:11 +01:00 |
tugcekucukoglu
|
8696e672bb
|
Fixed #5411 - Multiselect: Wrong position of the panel with appendTo="self"
|
2024-03-13 14:18:31 +03:00 |
Fahad
|
8f0d3188cd
|
feat(dx): Improve hinted string types (#5286)
|
2024-02-23 08:38:50 +00:00 |
tugcekucukoglu
|
2a657bc85b
|
Fixed #5293 - aria-invalid state added to Input components
|
2024-02-16 14:42:42 +03:00 |
mertsincan
|
0c6a35d280
|
Refactor #5257
|
2024-02-11 23:48:09 +00:00 |
tugcekucukoglu
|
6b02c7db37
|
Fixed #5215 - Dropdown / MultiSelect : Incorrect alignment on filtering
|
2024-02-07 15:59:20 +03:00 |
mertsincan
|
60f08422e6
|
Fixed #5214 - Move core alignment styles to theme files
|
2024-02-05 10:44:41 +00:00 |
tugcekucukoglu
|
45a23e9211
|
Refactor #5176
|
2024-02-02 14:46:26 +03:00 |
Cagatay Civici
|
cbaca0cd0e
|
Refactor filled variant
|
2024-02-01 15:39:56 +03:00 |
tugcekucukoglu
|
ff22cfe15e
|
Fixed #5176 - variant added
|
2024-01-31 11:02:53 +03:00 |
mertsincan
|
4836654f7b
|
Fixed #5179 - Improve `data-pc-` structure in components
|
2024-01-30 14:35:32 +00:00 |
tugcekucukoglu
|
a9a254915c
|
Refactor #5176 - invalid property added
|
2024-01-30 14:27:56 +03:00 |
tugcekucukoglu
|
ea75e45b3f
|
Fixed #5140 - Search with `null`/`undefined` values breaks rendering
|
2024-01-24 14:54:14 +03:00 |
Haoqun Jiang
|
0b185e2b49
|
test(MultiSelect): update tests according to #5105
|
2024-01-24 14:34:24 +08:00 |
mertsincan
|
8f7ee3ac33
|
Reverted #4953
|
2024-01-23 18:06:31 +00:00 |
mertsincan
|
2072631cda
|
Fixed #5130 - Add focusOnHover props to some components
|
2024-01-23 13:08:06 +00:00 |
tugcekucukoglu
|
32fe57be3a
|
Update MultiSelect.spec.js
|
2024-01-23 13:04:03 +03:00 |
mertsincan
|
bed58e4f80
|
Fixed #5106 - Change visual focus behavior for UI/UX enhancement on some components
|
2024-01-18 13:44:20 +00:00 |
tugcekucukoglu
|
3d43ab506f
|
Refactor #5105
|
2024-01-18 16:11:07 +03:00 |
tugcekucukoglu
|
19f9813d16
|
Fixed #5105 - Highlight state changes on Checkbox selection mode
|
2024-01-18 16:05:30 +03:00 |
mertsincan
|
8945d848d1
|
Refactor #5071
|
2024-01-18 12:16:58 +00:00 |
tugcekucukoglu
|
1a048a0fd1
|
Fixed #5096 - autoOptionFocus default type is changed as false
|
2024-01-17 12:44:08 +03:00 |
Alexander
|
e8b5b8f3e3
|
fix(#4953): use beforeMount to generate unique component id (#4954)
|
2024-01-16 11:28:03 +00:00 |
mertsincan
|
54ea411d76
|
Refactor #5071
|
2024-01-14 14:09:03 +00:00 |
mertsincan
|
bd5b3f7c6a
|
Refactor #5071
|
2024-01-14 13:38:51 +00:00 |
tugcekucukoglu
|
6d07500c64
|
Fixed #4905 - wrong type appendTo props
|
2024-01-08 12:33:05 +03:00 |