* 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