PromucFlow_constructor/app/client/src/widgets
2022-04-01 05:25:20 +01:00
..
AudioRecorderWidget fix: Replace GREY_4 with GREY_8 2022-03-18 16:23:02 +05:30
AudioWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
BaseInputWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
ButtonGroupWidget fix: Button group widget's pop-over/drop-down enlarged along the width of the parent (#11804) 2022-03-28 12:44:40 +05:30
ButtonWidget fix: Even disabled button tooltip should show (#12186) 2022-03-24 15:18:05 +08:00
CameraWidget fix: Aspect ratio of video changes when Camera widget is longer in width than the aspect ratio (#11453) 2022-03-04 12:21:10 +05:30
ChartWidget chore: Replace require with import statements (#8121) 2022-02-28 14:53:19 +05:30
CheckboxGroupWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
CheckboxWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
CircularProgressWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
ContainerWidget feat: Sliding Canvas for Dragging and Selection (#9983) 2022-01-25 20:58:31 +05:30
CurrencyInputWidget fix: Currency input widget rounding off value if there is a trailing zero a… (#12325) 2022-03-31 08:31:04 +05:30
DatePickerWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
DatePickerWidget2 fix: updated internal selectedDate condition (#12268) 2022-03-30 13:11:10 +00:00
DividerWidget fix: changed cap default to fix ux issue on js toggle (#10424) 2022-01-25 13:54:36 +00:00
DocumentViewerWidget Revert "fix: Added iFrame to load Base64 PDF data in document viewer widget (#10770)" (#10786) 2022-02-01 15:43:20 +05:30
DropdownWidget feat: Select and Multiselect V2 (#10359) 2022-02-02 06:15:07 -08:00
FilepickerWidget chore: remove defaultSelectedFiles (#10586) 2022-01-27 09:40:51 +00:00
FilePickerWidgetV2 chore: remove defaultSelectedFiles (#10586) 2022-01-27 09:40:51 +00:00
FormButtonWidget Remove all references to WidgetIcons, as the icons now come from the individual widget folders (#12334) 2022-03-31 10:07:37 +00:00
FormWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
IconButtonWidget fix: Fixed Icon Button onClick in disabled state. 2022-03-18 14:59:34 +05:30
IconWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
IframeWidget fix: iframe srcDoc was not able to postMessage that can be received by onMessageReceived event. Match iframe by object not origin (#11809) 2022-03-28 13:12:12 +05:30
ImageWidget fix: Reset image error flag when imageUrl or defaultImageUrl is changed in Image widget (#11790) 2022-03-16 06:10:20 +00:00
InputWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
InputWidgetV2 fix: numeric type input widget should accept zero after decimal point (#11923) 2022-03-18 22:18:16 +05:30
JSONFormWidget JSON form autogenerate control tooltip content changes (#12208) 2022-03-31 11:36:26 +05:30
ListWidget fix: old list widgets incorrect page size (#12443) 2022-03-31 17:09:21 +02:00
MapChartWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
MapWidget fix: Map pin does not center when location is changed and centering option is turned on (#10296) 2022-02-09 18:39:07 +08:00
MenuButtonWidget fix: Added Button Container for the firefox drag issue (#11627) 2022-03-13 22:51:04 +05:30
ModalWidget feat: changed icon widget to icon btn for modal widget (#11508) 2022-03-11 23:58:17 +05:30
MultiSelectTreeWidget fix: css specitifity in MultiTreeSelect 2022-04-01 05:11:37 +01:00
MultiSelectWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
MultiSelectWidgetV2 revert css fix 2022-04-01 05:00:19 +01:00
PhoneInputWidget fix: numeric type input widget should accept zero after decimal point (#11923) 2022-03-18 22:18:16 +05:30
ProgressBarWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
RadioGroupWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
RateWidget Merge pull request #10935 from appsmithorg/fix/10766-rating-inactive-color 2022-02-18 17:54:44 +05:30
RichTextEditorWidget chore: Replace require with import statements (#8121) 2022-02-28 14:53:19 +05:30
SelectWidget create an object for inline style 2022-03-28 11:33:43 +05:30
SingleSelectTreeWidget fix: inconsistency in select and treeselect widgets behaviours (#11462) 2022-03-10 21:35:05 -08:00
StatboxWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
SwitchGroupWidget fix: Switch group widget is crashed when selectedValues is undefined (#12095) 2022-03-24 15:16:18 +08:00
SwitchWidget feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
TableWidget fix: trigger fields linting issue (#11875) 2022-03-31 17:07:18 +05:30
TabsMigrator fix: 8336 updated isLoading property in all widgets (#9409) 2021-12-14 07:55:58 +00:00
TabsWidget fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
TextWidget fix: add overflow property in text-widget (#12160) 2022-03-31 10:18:51 +05:30
VideoWidget refactor: admin settings (#9906) 2022-02-11 23:38:46 +05:30
BaseComponent.tsx
BaseWidget.tsx fix: trigger fields linting issue (#11875) 2022-03-31 17:07:18 +05:30
CanvasWidget.tsx feat: Hide shadows of hiddens objects during page loading in deploy view (#12184) 2022-03-30 21:22:01 +08:00
constants.ts fix: popups same width as parent (#7499) 2021-11-30 02:38:46 -08:00
MetaHOC.tsx fix: meta changes (non-default) also update metaHOC state (#10734) 2022-02-26 02:16:04 +05:30
SkeletonWidget.tsx fix: Fixing GRID_DENSITY_MIGRATION_V1 based configs and adding test cases. (#10488) 2022-01-21 15:49:10 +05:30
WidgetUtils.test.ts feat: JSON Form widget (#8472) 2022-03-24 12:43:25 +05:30
WidgetUtils.ts fix: replace memoised value with state 2022-03-31 19:19:58 +01:00