* 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>
* 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
* 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
* fixes: validate instance version and update the component label property
* version bump
* fixes: backward compaitobolity
- cases where app is being imported before appdefinitiion normalisation
- cases from current version whwere user do not want to display label
---------
Co-authored-by: stepinfwd <stepinfwd@gmail.com>
* Fix editor crash when resolving lodash import without method usage
This commit addresses an issue where the editor would crash if lodash ('_') was imported without directly using any of its methods. Previously, attempting to resolve only '_' without any subsequent method call, such as '_.camelCase('hello_world')', resulted in a crash. This has been fixed by enhancing the resolution logic to handle standalone lodash imports correctly, ensuring the editor remains stable regardless of how lodash is used within the code
* bumping version
* added window and this as reserved keywords
* fixes: 'this._' and 'window._' cases where it points to circular
* fix :: bottom resizer not showing
* fix :: issue with auto width not getting applied
* fix :: size diff updated btw dropdown and developed components
* remove default value migration
* update border color , fix for width resize during auto
* make label as a separate component
* updated text input
* updated every input to make it consistent
* make label as a separate component
* removed unwanted code
* fix :: added datacy
* padding fix
* check padding
* updating padding as 0px for none and 1px for default and other
* fixes for maigration and resizer alignment issue
* updates
* size fix
* lint fixes
* fix migration
* text loader fix
* migration for older text component alignment
* fix :: migration and number input arrows
* fix :: custom schema form
* fix :: custom schema for text
* migration for vertically aligning text
* migration update
* changed vertical alignment to center default
* asterisk fix , mozilla number input ui issue
* fix :: icon issue
* fix number input
* bugfix
* remove unwanted code
* fix :: asterisk
* fixes: mobile view rendering of components
* fixes: current layout selection on mount
* fixes: fixes: mobile view rendering of components
* bumping version