Commit Graph

1382 Commits (367d4a5f14cfe5d67651b6aacf260fa1a04e6ed5)

Author SHA1 Message Date
mertsincan 367d4a5f14 Fixed #1093 - Anonymous Component in vue-devtools 2021-05-11 12:11:49 +03:00
Cagatay Civici aac1e1ceb7 Cosmetics 2021-05-10 19:06:39 +03:00
mertsincan 843742cdaa Refactor #719 2021-05-10 14:47:40 +03:00
Tuğçe Küçükoğlu 39b5d8c415 reorder func edited 2021-05-10 11:22:27 +03:00
mertsincan b328ea952c Fixed #955 - Chart.js gives Chart is not a contructor 2021-05-05 12:34:24 +03:00
Tuğçe Küçükoğlu e230370091 Fixed #1205 - AutoComplete forceSelection with Multiple overwrites selection 2021-04-30 18:08:23 +03:00
mertsincan 888eb54a4c Fixed #719 - Conditonally rendering columns in DataTable with v-if is throwing error 2021-04-30 17:42:00 +03:00
Tuğçe Küçükoğlu 064c647b7b Fixed #1180 - Dropdown and Multiselect with filter fails in Android 2021-04-28 10:35:18 +03:00
Tuğçe Küçükoğlu c5650518fa android, ios check 2021-04-28 10:34:17 +03:00
Tuğçe Küçükoğlu 09f104536a typo fix chip remove icon 2021-04-22 12:45:15 +03:00
Tuğçe Küçükoğlu 96439017cc Fixed #1175 - Sidebar content overflows its container 2021-04-19 20:16:42 +03:00
Cagatay Civici c99e242eb7 Fixed button loading animation 2021-04-16 14:51:20 +03:00
Cagatay Civici a3a2f7a361 Fixed teleport 2021-04-16 13:04:45 +03:00
Cagatay Civici c170d3ab7c Fixed #1185 - Fixed #1185 - 2021-04-16 12:17:19 +03:00
Cagatay Civici 3e9cf7b746 Animation for button loading 2021-04-16 11:36:04 +03:00
Cagatay Civici 3e29cec8f3 Disable button when loading 2021-04-16 11:06:52 +03:00
Cagatay Civici ead74b07c3 Fixed #1160 - [Feature-Request] Add "loading" prop to Buttons 2021-04-16 10:55:07 +03:00
Cagatay Civici 8a5731757d Fixed typo 2021-04-15 18:02:02 +03:00
Cagatay Civici 4128992708 Merge branch 'master' of https://github.com/primefaces/primevue 2021-04-15 17:53:36 +03:00
Cagatay Civici f200fc102e Fixed #1181 - Reimplement EventBus 2021-04-15 17:53:33 +03:00
Yiğit FINDIKLI 78c09590be Fixed #1173 - Color Picker Touch Support 2021-04-15 16:41:26 +03:00
Cagatay Civici f586985d4d Fixed #1150 - DataTable : Selection multiple with checkbox didn't appear with filter row 2021-04-15 15:35:24 +03:00
Cagatay Civici 1efe8f27f1 Fixed #1158 - Datatable - Subheader Grouping with button, button comes over the subheader 2021-04-15 15:23:45 +03:00
Cagatay Civici 133f36045f Fixed whitespace 2021-04-15 15:09:36 +03:00
Cagatay Civici 1405a14768 Fixed #1083 - Added panelClass where necessary 2021-04-15 15:06:20 +03:00
Cagatay Civici 9875abb85d Fixed #1076 - DataTable Filter Menu insertBefore defect 2021-04-15 14:43:55 +03:00
Cagatay Civici 97256988a9 Fixed reference 2021-04-14 22:01:39 +03:00
Cagatay Civici 6bf5736060 Fixed zindex issue 2021-04-14 16:42:38 +03:00
Cagatay Civici 32389aea17 Fixed #1146 - Allow Adding Classes to Dialog Content 2021-04-14 16:27:16 +03:00
Cagatay Civici 6bd39b173d Merge branch 'master' of https://github.com/primefaces/primevue 2021-04-14 16:08:08 +03:00
Cagatay Civici 1d1be6b4d0 Fixed #1161 - OverlayPanel throws an error if still open when a new route is pushed 2021-04-14 16:08:04 +03:00
Cagatay Civici 2684f075f3
Merge pull request #1165 from zmwangx/config-fix-ts
Fix plugin type in config/PrimeVue.d.ts
2021-04-14 16:01:56 +03:00
Cagatay Civici 5a5111e021
Merge pull request #1155 from zmwangx/api-fix-ts-declarations
Fix type declarations in Api.d.ts
2021-04-14 15:22:25 +03:00
Cagatay Civici 343e9a896e Fixed #1108 - Add maximize event to Dialog 2021-04-14 15:13:48 +03:00
Cagatay Civici b910825a84 Fixed #1169 - Customizable ZIndex Layering 2021-04-13 16:59:08 +03:00
Zhiming Wang dfe7d3f891
Fix plugin type in config/PrimeVue.d.ts
vue 3 does not export a PluginFunction type. The install function should be of
type PluginInstallFunction, but even that isn't exported. Instead we declare
the type of the default export as Plugin.

See
f0cf14bcc5/packages/runtime-core/src/apiCreateApp.ts (L90-L96).

Fixes #1164.
2021-04-11 01:33:00 +08:00
Cagatay Civici 3d72768811 Update state based on selection 2021-04-09 17:26:23 +03:00
Cagatay Civici 86221e419d Fixed #1159 - New TreeSelect Component 2021-04-09 15:04:11 +03:00
Zhiming Wang 941cc2b9d9
Fix type declarations in Api.d.ts
Fixes #1154.
2021-04-08 16:50:24 +08:00
mertsincan f61b77ceef Add reset method to EventBus in core 2021-04-06 12:49:34 +03:00
Tuğçe Küçükoğlu 52429b0efe Fixed #1037 - Dropdown optionDisabled is not working 2021-03-25 14:34:14 +03:00
Tuğçe Küçükoğlu 146cc6b70d Fixed #1114 - Circle shape is broken for Avatar 2021-03-25 12:13:29 +03:00
Yiğit FINDIKLI 5f9bc71d3d Fixed #1103 - Animation "none" not working for Skeleton 2021-03-22 13:27:44 +03:00
mertsincan 025214889f Refactor on LiveEditor 2021-03-17 14:29:01 +03:00
Tuğçe Küçükoğlu 79421cd6f5 Fixed #1071 - Calendar showOtherMonths = false does not hide neighbour months 2021-03-11 09:24:11 +03:00
Cagatay Civici b917e11672 Better alignment for header content 2021-03-10 13:33:21 +03:00
Cagatay Civici e29928b520 Fixed #1050 - [Enhancement] - For editor component 2021-03-10 12:37:58 +03:00
Cagatay Civici 7c9e6234c7 Fixed #1042 - DataTable "select all checkbox" and "export csv" exclude frozen rows 2021-03-10 12:36:09 +03:00
Cagatay Civici 301781e3e0 Fixed #1048 - Date Filter Error on DataTable 2021-03-10 12:01:36 +03:00
Tuğçe Küçükoğlu 29ab8456a8 Fix 1060 - Inline Calendar Teleport defect 2021-03-08 10:13:13 +03:00