Commit graph

5496 commits

Author SHA1 Message Date
Kiran Ashok
f6f1d301d5
bugfixes form child csa and form listing twice in inspector (#8283) 2023-12-12 09:55:25 +05:30
Midhun Kumar E
e180a7beb9
Fix table failure (#8286) 2023-12-12 09:54:25 +05:30
Kavin Venkatachalam
d04ee8ff18 Bumped version 2023-12-11 15:54:58 +05:30
Kavin Venkatachalam
6cc57e704b Merge branch 'main' of https://github.com/ToolJet/ToolJet into appbuilder-1.4 2023-12-11 15:54:08 +05:30
Kiran Ashok
ca47e14c13
Bugfix :: Resolving Issue with comments not displaying during walkthrough (#8153)
* bugfix :: walthrough for comments missing

* removed datasources step
2023-12-11 15:53:50 +05:30
Manish Kushare
fbb350cba9
bug fixed : selectedRow is getting discarded upon changing the dark theme (#8167) 2023-12-11 15:19:13 +05:30
Nakul Nagargade
63c0682a55
Allow esm.sh as a allowed source for importing ES6 modules from a URL in script-src (#7499) 2023-12-11 15:18:33 +05:30
Syed Abdul Rahman
9c317d4283
Fixed Number Input Field Issue. (#7415)
* Fixed Number Input Field Issue

* Fixed Number Input Field Issue

* Fixed Number Input Field Issue

* fixed not showing the value 0 in control component

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:17:30 +05:30
Manish Kushare
c94a085951
removing cell max cell width style to allow cell to take maximum available width (#8001) 2023-12-11 15:16:58 +05:30
Syed Abdul Rahman
c897274371
Fixed form component position (#7490)
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
2023-12-11 15:16:03 +05:30
Kiran Ashok
7c9b6f31da
Bugfix :: Listview pagination not showing correct pagination details (#8081)
* fix :: issue regarding listview pagination not showing correct paggination details

* Add placeholder div for listview
2023-12-11 15:15:41 +05:30
Manish Kushare
964ac313d0
Query preview is updating whenever a query is run (#7442)
* preview the query upon clicking run button as well

* reverting back prev changes

* preview query is updating whenever query is executed

* avoiding unwanted changes

* update preview query only when query is executed by run button

* Update the executeRunQueryFromRunButton to shouldSetPreviewData

* setting previewData to null if already present and clicked on run button again

* setting preview data to empty string on click of preview button

* when query fails, set preview loading to false and set preview data with error data

* When queryPreviewData is null, display empty string to avoid displaying null on the preview panel
2023-12-11 15:15:12 +05:30
Syed Abdul Rahman
750dae00dd
removed fade animation on app cards (#7487)
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:14:49 +05:30
Syed Abdul Rahman
e3e56e18c2
Fixed undo app name issue (#7451)
* Fixed undo app name issue

* removed useEffect

* calling the function after the component is mounted

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:14:13 +05:30
Syed Abdul Rahman
f1d35b0a49
Fixed empty error logs on debugger (#7437)
* Fixed empty error logs on debugger

* checking other falsy values

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:13:25 +05:30
Syed Abdul Rahman
b59ebebbd0
fixed query failed empty toast issue (#7381)
* fixed query failed empty toast issue

* Fixed runpy empty toast issue

* removed unwanted function call isEmpty

* checking other falsy values

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:12:46 +05:30
Kiran Ashok
a7092c6580
Feat :: Reducing no of rerenders due to exposed variables (#7473)
* csa reducing rerenders

* perf optimisation : reducing rerenders for rest of the components

* cleanup

* fix :: child components exposed variables

* fix :: table breaking in subcontainer , review fixes

* fix :: modal bug

* fix :: clear text not working for textarea
2023-12-11 15:11:00 +05:30
Syed Abdul Rahman
ccc7a69f3d
Fixed page options clicks issue (#7395)
* Fixed page options clicks issue

* Fixed suggested changes

* Fixed suggested changes

* removed onClick event and added onMouseDown event

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-11 15:10:25 +05:30
Manish Kushare
1a76cefd68
discarding the searched term when clicked on cross icon in search box element in the table (#8033) 2023-12-11 15:09:52 +05:30
Manish Kushare
30bdc77837
Made column header positioning consistent while dragging the header to change its order in table (#7856)
* drag positioning is mis matched while dragging column header

* column header position is not proper while dropping it to the destination when re-ordering its position : fixed

* making the width of dragging header to 60px to make user experience better because if  destination column width is smaller than the dragging column width , at such cases user experince is bad
2023-12-11 15:08:41 +05:30
Kiran Ashok
c2852525c5
Show listItem in suggestions and interpret it in event handler codehinter previews (#7516)
* feat :: add custom resolvable to suggestion list

* bugfix

* fix :: app breaking on using functions in codehinter
2023-12-11 15:06:03 +05:30
Akshay
d075143fba
Merge pull request #8113 from ToolJet/release/marketplace-1.5
Release: Marketplace 1.5
2023-12-08 20:18:28 +05:30
Akshay Sasidharan
92df78bd1a fix type errors on mocked got on package update 2023-12-08 19:41:12 +05:30
Akshay Sasidharan
827a9e333e update jest and mock for failing specs 2023-12-08 18:21:08 +05:30
Kiran Ashok
3f67b07061
Feature :: Controlling form children through CSA (#7505)
* feat :: added option to control child widgets of form using csa

* fix :: update

* update

* removed logs

* bugfix
2023-12-08 18:00:11 +05:30
Kiran Ashok
b1d9820a75
make default border radius as 4px (#7446) 2023-12-08 17:57:00 +05:30
Manish Kushare
22fb0f1946
discard add new row csa not discarding new row from current state after clicking save button, fixed (#7439) 2023-12-08 17:56:03 +05:30
Manish Kushare
2ba20a2303
Show type error message in codehinter preview if any (#7462)
* show error message in codehinter preview if any

* check type error in run time

* on component will unmount stage , sets resolvedValue and resolvingError to null

* show border danger for invalid field values

* shifted function declaration up before calling it

* tooltip in general properties was always showing red-border : fixed

fixed: all props showing red border

* tooltip codehinter is empty string in the first render

* checking syntax error is any
2023-12-08 17:55:22 +05:30
Syed Abdul Rahman
8d51588e6b
Fix search box component close icon (#7304)
Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
2023-12-08 17:54:37 +05:30
Nakul Nagargade
c6ef28ad89
[Refactor]7380 - Improve performance by preventing states used as prop when not necessary (#7412)
* [Refactor]7380 - Improve performance by preventing states used as prop when not necessary

* Fix selected component being returned as undefined in sidebar inspector

* reduce Container re-render

* reduce Container re-render and bug fix

* Remove ununsed state

* initial commit

* Clean code

* Fix selecting component

* Refactor code

* Refactor code

* Resolve code comments

* Fix Subcontainer not being able to have drag ability for childrens

* Resolve code comments

* Fix cypress maximum state update issue

* Fixes editor render on canvas click, on hover and component click

* Fix extra renders on dragging components

* remove commit

* Remove console

* Fix editing version being undefined

* Fix

* Fix events being not updated

* Fix bugs

* Fix version not changing

* Remove console

* remove editor old
2023-12-08 15:35:30 +05:30
Midhun Kumar E
f2f078da0a
Merge branch 'develop' into appbuilder-1.4 2023-12-08 15:32:41 +05:30
Akshay Sasidharan
4d627de0c3 fix import error on test suite 2023-12-08 13:11:07 +05:30
Akshay
f5a51512f7
Merge branch 'main' into release/marketplace-1.5 2023-12-07 19:45:01 +05:30
Akshay Sasidharan
96f56ff5c0 bump to v2.25.0 2023-12-07 19:43:31 +05:30
Akshay Sasidharan
52162f75a4 Merge branch 'develop' into release/marketplace-1.5 2023-12-07 19:42:23 +05:30
Sherfin Shamsudeen
83b53c949b
[hotfix ]fix: event mapping query race condition (#8258) (#8261)
* [hotfix ]fix: event mapping query race condition (#8258)

* fix: event mapping query race condition

* fixes: duplication dq from lds and gds

* Bump version (#8262)

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-12-07 19:17:03 +05:30
Sherfin Shamsudeen
a21ac951ca
Bump version (#8262) 2023-12-07 19:03:38 +05:30
Arpit
17983ffb04
[hotfix ]fix: event mapping query race condition (#8258)
* fix: event mapping query race condition

* fixes: duplication dq from lds and gds
2023-12-07 18:54:05 +05:30
Akshay Sasidharan
20f78c7ca1 update package lock files 2023-12-07 18:33:54 +05:30
Akshay
5b5b354842
Chore: Snowflake sdk update (#8179)
* update snowflake sdk
2023-12-07 18:00:35 +05:30
Midhun Kumar E
5317466cc5
Marketplace 1.5 automation fix for Appbuilder (#8257)
* Fix labels of component properties

* Fix labels of component properties (table)

* Fix inspector urlparms creation

* Revert button spec changes

* Fix table regression
2023-12-07 17:56:00 +05:30
Midhun G S
10e798db84
Merge pull request #8252 from ToolJet/main
Merge main to develop
2023-12-07 11:31:58 +05:30
Midhun G S
c20ec780d7
Merge pull request #8251 from ToolJet/release/v2.24.4
Release v2.24.4
2023-12-06 19:10:03 +05:30
Muhsin Shah
8bb26f27a1 PR change: refactored 2023-12-06 18:57:46 +05:30
Muhsin Shah C P
3734e6fc00
fix: public apps are not loading (#8247) 2023-12-06 17:29:38 +05:30
gsmithun4
839bca2c25 bump version 2023-12-06 17:28:18 +05:30
Akshay Sasidharan
46baf378c3 Merge branch 'develop' into release/marketplace-1.5 2023-12-06 12:09:31 +05:30
Karan Rathod
3e5955258a
[docs]:update workspace overview page (#8158)
* update workspace overview page

* remove outdated points
2023-12-05 14:48:53 +05:30
Karan Rathod
c970200974
add connection string method (#8233) 2023-12-05 14:48:40 +05:30
Karan Rathod
555953db6d
[docs]:add migration guide for v 2.24.3 (#8236) 2023-12-05 13:50:37 +05:30