mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| .storybook | ||
| __mocks__ | ||
| assets | ||
| config | ||
| ee/components | ||
| src | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .version | ||
| babel.config.js | ||
| firebase.json | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| webpack.config.js | ||