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 |
||
|---|---|---|
| .. | ||
| data-migrations | ||
| ee | ||
| lib | ||
| migrations | ||
| scripts | ||
| src | ||
| templates | ||
| test | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .node-version | ||
| .npmrc | ||
| .version | ||
| data-migration-config.ts | ||
| entrypoint.sh | ||
| jest.config.ts | ||
| nest-cli.json | ||
| ormconfig.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
A progressive Node.js framework for building efficient and scalable server-side applications.
Description
Nest framework TypeScript starter repository.
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Support
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Stay in touch
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
License
Nest is MIT licensed.