Mert Sincan
|
8146b84880
|
refactor: #7049
|
2025-01-08 14:35:50 +00:00 |
Mert Sincan
|
99b5d73a7c
|
Fixed #6721 - Forms: InputNumber Field Not Showing Red Border on Error State
|
2025-01-08 10:55:38 +00:00 |
Mert Sincan
|
3b70777c90
|
Fixed #7046 and #7049 - Form: Request to expose functionality to code such as .reset() , .validate(), .submit(), etc
|
2025-01-08 10:40:56 +00:00 |
tugcekucukoglu
|
f5e43eb567
|
Fixed #7020 - InputMask: pt styles
|
2025-01-08 11:07:31 +03:00 |
tugcekucukoglu
|
cc4ace8877
|
Multipurpose word ui updates
|
2025-01-08 10:56:53 +03:00 |
tugcekucukoglu
|
337ef441cf
|
Fixed #7045 - InputNumber weird behavior when using min value & allow-empty=false together
|
2025-01-08 10:51:56 +03:00 |
Tuğçe Küçükoğlu
|
94dd70d5fb
|
Merge pull request #7044 from TheZlodziej/master
fix: InputNumber unexpected behavior when using allow-empty attribute…
|
2025-01-08 10:50:55 +03:00 |
GitHub Actions Bot
|
025d79d375
|
Update API doc
|
2025-01-07 11:29:31 +00:00 |
tugcekucukoglu
|
3f56ca656d
|
Fixed #7053
|
2025-01-07 14:28:22 +03:00 |
tugcekucukoglu
|
450a68787d
|
Merge branch 'master' of https://github.com/primefaces/primevue
|
2025-01-07 14:18:57 +03:00 |
tugcekucukoglu
|
d8483d6992
|
Format fixes
|
2025-01-07 14:18:49 +03:00 |
GitHub Actions Bot
|
b3807548f6
|
Update API doc
|
2025-01-07 11:18:06 +00:00 |
Tuğçe Küçükoğlu
|
8b24f256aa
|
Merge pull request #6844 from RickKukiela/master
Implements "pause on hover" Toast feature & exposes onMouseEnter and onMouseLeave callback props
|
2025-01-07 14:17:00 +03:00 |
GitHub Actions Bot
|
9d974f8fbc
|
Update API doc
|
2025-01-07 11:16:00 +00:00 |
Tuğçe Küçükoğlu
|
51ab19a263
|
Merge pull request #6838 from sivareddyuppathi/drawer-add-before
Drawer: Add before-hide event to Drawer component
|
2025-01-07 14:14:49 +03:00 |
GitHub Actions Bot
|
4c2d73cb78
|
Update API doc
|
2025-01-07 11:14:18 +00:00 |
tugcekucukoglu
|
1b1f988146
|
Fixed #7029 - Listbox and Select: checkmark different size
|
2025-01-07 14:12:54 +03:00 |
tugcekucukoglu
|
1699aa6bd4
|
Re-arrange changelog
|
2025-01-07 13:45:21 +03:00 |
Mert Sincan
|
631ca11102
|
Refactor #7049 - added findNonEmpty to track change detection
|
2025-01-07 10:16:02 +00:00 |
Tuğçe Küçükoğlu
|
0911e53973
|
Merge pull request #7037 from melloware/PV4214
Fix #4214: Screenreader improve hidden accessible
|
2025-01-07 11:47:07 +03:00 |
Mert Sincan
|
580a88455b
|
Fixed #6723 - Cannot read $form form field states with TypeScript
|
2025-01-06 14:52:13 +00:00 |
Mert Sincan
|
4c4996fb72
|
Fixed #7049 and #6755 - Update reset callback of <Form>
|
2025-01-06 14:22:01 +00:00 |
tugcekucukoglu
|
2f4e8d34ed
|
Fixed #7000 - CascadeSelect: When the first item has no sub items, hovering over it will automatically select it.
|
2025-01-06 15:43:25 +03:00 |
Damián Paranič
|
7925d86aa3
|
Form: reset not working, changed value not update input (#6767)
* 6755 - update input value after form reset
* code refactoring
* fix: select button
* cleanup
|
2025-01-06 11:24:26 +00:00 |
GitHub Actions Bot
|
32daa566d1
|
Update API doc
|
2025-01-06 09:36:17 +00:00 |
Tuğçe Küçükoğlu
|
9f64d2ed2c
|
Merge pull request #7038 from Winter979/column-slot-types
correct field type for column body slot
|
2025-01-06 12:35:07 +03:00 |
Tuğçe Küçükoğlu
|
ca9fd92896
|
Merge pull request #7034 from connorabbas/fix/pf2tw-docs
PrimeFlex to Tailwind CSS Docs Typo
|
2025-01-06 12:34:24 +03:00 |
GitHub Actions Bot
|
04ec7cedcf
|
Update API doc
|
2025-01-06 09:33:04 +00:00 |
tugcekucukoglu
|
699c248538
|
Fixed #6994 - DataTable: Frozen Column with Basic Filtering
|
2025-01-06 12:31:56 +03:00 |
tugcekucukoglu
|
1536d128ac
|
Fixed #7010
|
2025-01-06 09:56:46 +03:00 |
Cagatay Civici
|
c7f6148a7a
|
Add icons
|
2025-01-04 14:16:27 +03:00 |
Cagatay Civici
|
827fae8b50
|
Visual cosmetics for settings messages
|
2025-01-04 14:11:42 +03:00 |
Cagatay Civici
|
b34d32df14
|
Use custom select button and override fileupload
|
2025-01-04 13:59:48 +03:00 |
Cagatay Civici
|
20b4de467c
|
Add switchable prop to token field
|
2025-01-04 13:31:50 +03:00 |
minekuba
|
894779ba7c
|
fix: InputNumber cannot enter negative values 0 when using allow-empty=false
|
2025-01-04 01:52:53 +01:00 |
minekuba
|
600e36aab1
|
fix: InputNumber unexpected behavior when using allow-empty attribute combined with min attribute.
|
2025-01-04 01:38:41 +01:00 |
Cagatay Civici
|
81966b9b39
|
Use fieldsets in components token grouping
|
2025-01-04 00:27:29 +03:00 |
Cagatay Civici
|
28d5cf5ea0
|
Merge branch 'master' of https://github.com/primefaces/primevue
|
2025-01-04 00:16:35 +03:00 |
Cagatay Civici
|
16a2727b58
|
Prevent designer components to be changed
|
2025-01-04 00:16:33 +03:00 |
GitHub Actions Bot
|
0168a8a41e
|
Code Format
|
2025-01-03 17:00:07 +00:00 |
Cagatay Civici
|
afe9dc82e0
|
Color updates for labels
|
2025-01-03 19:56:06 +03:00 |
Cagatay Civici
|
d15023e1f0
|
Headless drawer for designer
|
2025-01-03 19:27:58 +03:00 |
Cagatay Civici
|
64316a1f3e
|
Flexible width for palette
|
2025-01-03 19:12:07 +03:00 |
Cagatay Civici
|
84673ed08a
|
UI Cosmetics
|
2025-01-03 19:06:56 +03:00 |
Cagatay Civici
|
72bf74a104
|
Add replaceColorPalette
|
2025-01-03 10:18:21 +03:00 |
Cagatay Civici
|
e7f602f843
|
Ability to transfer tokens between color scheme and common
|
2025-01-03 01:30:06 +03:00 |
melloware
|
96cfc97671
|
Fix #4214: Screenreader improve hidden accessible
|
2025-01-02 16:24:51 -05:00 |
Cagatay Civici
|
456a100cf1
|
Override tab styles
|
2025-01-02 12:24:53 +03:00 |
Cagatay Civici
|
6cf1886d66
|
More fonts
|
2025-01-02 12:07:50 +03:00 |
Cagatay Civici
|
87e6b35ce2
|
CSS component for buttons
|
2025-01-02 12:04:46 +03:00 |