ToolJet/frontend
Arpit a1b38f4a2f
Hotfix [LTS] - Bugfixes (#10146)
* fixes: child components on listView are not updating correctly

* bumped version

* Special handling for 'window' keyword in multiline code editors

- Updated validation logic to allow 'window.x' while treating standalone 'window' as a reserved keyword.
- Refined keyword matching to ensure keywords are not part of a string or a comment and are exact matches.
- Applied a hotfix to both CE-LTS and the latest non-LTS CE versions, effective by end of day.
- Note: This update is specifically for multiline code editors; single line editors will continue to support 'window.x' or any usage of 'window' as it breaks the app otherwise.

* fixes: update the query refs for failed query

* fixes: on form submit the children's data should be accessable from queries events

* fixes: event execution

* adds a debounce for form reset on submit

* for onPageLoad events, we need to execute the actions after the page is loaded
2024-06-24 20:22:23 +05:30
..
.storybook Feat :: Editor UI revamp (#7275) 2023-09-04 13:30:39 +05:30
__mocks__ Test: add app-util test setup (#2326) 2022-02-23 09:48:05 +05:30
assets Merge branch 'main' of https://github.com/ToolJet/ToolJet into feat/grid-appbuilder-improvement 2024-05-20 10:46:19 +05:30
config added size limit of 100MB for http and https requests (#5606) 2023-02-23 18:28:54 +05:30
ee/components Styling fixes for UI comps (#9752) 2024-05-16 15:49:58 +05:30
src Hotfix [LTS] - Bugfixes (#10146) 2024-06-24 20:22:23 +05:30
.dockerignore Setup docker-compose for local development 2021-04-29 15:29:25 +05:30
.eslintignore add eslintignore for frontend (#4669) 2022-10-31 15:38:38 +05:30
.eslintrc.js [chore] Node-module vulnerabilities (#8226) 2023-12-21 11:55:35 +05:30
.gitignore Initial commit for react app 2021-03-31 19:31:01 +05:30
.version Hotfix [LTS] - Bugfixes (#10146) 2024-06-24 20:22:23 +05:30
babel.config.js [Hotfix]: Action button event is not getting triggered (#8480) 2024-01-04 11:53:04 +05:30
firebase.json Firebase deploy config 2021-04-16 10:47:42 +05:30
jsconfig.json Release Platform v17 (v2.39.0) (#9502) 2024-04-30 21:49:37 +05:30
package-lock.json Performance release 0.1 (#9922) 2024-06-19 14:36:09 +05:30
package.json Performance release 0.1 (#9922) 2024-06-19 14:36:09 +05:30
webpack.config.js Update webpack config only to include sentry when env APM VENDOR is 'sentry' (#8888) 2024-02-22 16:52:34 +05:30