arunvjn
arunvjn
## Description The usage of single quote to parse the field values in a list widget opened up the possibility of XSS in list widget. The line `{{((currentItem) => {...
## Description All logs are stored in an array and processed at once. If a data is logged twice in a function and the data is manipulated in the steps...
## Description - Copy and paste the URL of a library of your choice into Appsmith to have the library downloaded and ready to use. This statement comes with some...
## Description Batch store ops (storeValue, removeValue and clearStore) requests for performance. Existing implementation of these store functions make a request to the main thread per invocation. All occurrences of...
## Description Ask AI trigger from slash commands requires the expected type and example structure of response to generate better results. This PR ensures that we send this info from...
## Description This PR contains some UI changes for code in Appsmith. - Sets font-family as ui-monospace for text in code editors and JSON viewer (used in evaluated value popup...
## Description Adds null check before logging "EDITOR_OPEN" analytics event. #### PR fixes following issue(s) Fixes #15220 #### Media > A video or a GIF is preferred. when using Loom,...
## Description - Changes to codeEditor/index.ts to support AI integration. - Added AIAssisted prop to code editor component. - Added AIWindow interface to support AI popover in business edition. ####...
If you're facing issues related to Custom JS Libraries, please leave a comment along with a detailed description, screenshots, or a Loom video. Certain libraries will not work due to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Installation order libraries in an application changes on page reload when a...