* Fix infinite render in dropdown when value changed to array
* Update versions
* Alphabetically sort the queries when sorted by query type
* Sort alphabettically first when within same kind of query
* Modify platfrom cypress test cases (#9208)
---------
Co-authored-by: Ajith KV <ajith.jaban@gmail.com>
* fixes: on cloning apps should not transform the data or do backward compatibility
as cloning is only possible from the same tj version
---------
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* Extended chart support on chart component
* render fix
* Bumped version and fixed eslint error
---------
Co-authored-by: Adish M <adish.madhu@gmail.com>
* updated package.json
* removed socket check from the release button
* Changed web-socket connection to Singleton class
* reverted unwanted changes
* Refactored the code. added appId check too
* fix: render pdf component conditionally in supported browsers
* refactor: added additonal comments
* feat: conditional render of widget in view page
* refactor: removed unused packages
* refactor: removed unused packages
* refactor: removed unused code
* refactor: remove dead code
* refactor: minor formatting
* refactor: minor formatting
* feat: hide pdf in edit as well for older browsers
* chore: minor release version bump
* fix: make visibility none only when its set to false
* add visibility only for components which have visibility in styles
* making logic for visibility central
* transformation not working for nested column
* remove unwanted changes
---------
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
* fixed user search
* fixed trim for search input for user search in group permission
* Modify cypress config
---------
Co-authored-by: Kritagya <kriks.iitk@.com>
Co-authored-by: Ajith KV <ajith.jaban@gmail.com>
* fix: create new table query parameterised and default value of a column now allows special character
* fix: tjdb add-column operation allows special characters in default values
* fix: tjdb edit-column operation allows special characters in default values
* fix: removed validators for special characters
* fix: quotes will be added to default values only if its a character varying datatype
* fix: make visibility none only when its set to false
* add visibility only for components which have visibility in styles
* making logic for visibility central
* version bump
* Fix : default value is necessary only if there is one or more rows and NOT NULL constraint is added
* changed the error message text for edit and create column
* revert back change in EditColumnForm.jsx file for some enhancements
* removed validation for default value for edit column as well as added one helper text for changing already existing default value
* Fix : unable to open a create column drawer
* Fix : default value is necessary only if there is one or more rows and NOT NULL constraint is added
* changed the error message text for edit and create column
* revert back change in EditColumnForm.jsx file for some enhancements
* Fix : unable to open create column drawer
* ToolJet database empty state design draft
* Added loading state for ToolJet database
* Fixed stylings
* completed loading and empty state and as well as added proper text for empty state and for filtered results empty state as well
* Fixed the create new table drawer transition issue
* docker update
* Fixed active tab for default value in ToolJe database edit row
* Added missed edgecases for the data types except varchar
* docker update
* fixed the edit row button issue
---------
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
* added serial datatype icon
* Added serial datatype icon
* checked with serial dattype condition function
* Added serial datatype icon in create table component as well
* removed console logs
* fix: save event is triggered even when we dont change the values of a cell
* fix: tjdb table column header name transformation is removed
* fix: Add ability to remove default value of a new column that is created after n rows were present in the table
* removed the code comments