Rimil Dey
9edc361a16
Solved typescript errors
2022-06-24 09:20:13 +05:30
Rimil Dey
f2b5a65f9b
Add more tests
2022-06-24 09:20:10 +05:30
Rimil Dey
242dc7cca2
Add tests
2022-06-24 09:20:10 +05:30
Arsalan Yaldram
f58451aa5f
feat: upgrade to create react app 5 ( #14000 )
...
* Updated Typescript types.
* Typefixes after merge with release.
* chore: GenericApiResponse Removed alltogether.
* chore: resolved ApiResponse unknown errors removed PageListPayload.
* Added shouldBeDefined.
* fix: Resolved type errors.
* fix: Typescript upgrade to 4.5 and type fixes.
* feat: upgrade to cra 5
* feat: uncomment service worker registeration
* force secure websocket protocol
* jest test fixes
* fix: react function lint rule removed
* fix: klona test case.
* fix: typescirpt issues resolved
* fix: timeout for colorpicker test and change env.
* feat: update client-build.yml file
* fix: remove brotliplugin use compression plugin
* fix: build config fixed
* fix: upgrade webpack plugin
* fix: add branchbutton test to todo.
* fix: remove branch button test.
* fix: Add tailwind theme values, fix cypress tests
* fix: Typescript type fixes.
* feat: run jest tests in silent mode
* fix: cypress rgb values add branchbutton jest test
* fix: review comments, fixes for error.message
* fix: increase cache size for the workbox
* fix: remove OrgApi.ts file
* fix: cypress.json file remove credentials
* fix: downgrade react and react-dom packages
Co-authored-by: rahulramesha <rahul@appsmith.com>
2022-06-21 19:27:34 +05:30
Rishabh Rathod
f7b2c17136
fix: storeValue functionality & handle multiple action completion ( #14658 )
...
Instead of waiting for the specific `storeValue` action completion, earlier we were waiting for any storeValue action to complete. It means when running multiple storeValue, completion of 1st action will resolve promise for all the storeValue triggered.
Now, we track completion of each storeValue action separately.
2022-06-20 13:35:14 +05:30
Rishabh Rathod
136308fd7c
fix: table search text dependency deletion ( #11608 )
...
* Replace BindingPaths with ReactivePaths and remove non-bindable property path from bindingPaths to reduce confusion.
2022-04-12 13:09:26 +00:00
Apeksha Bhosale
980c8cbf57
fix: added new library and reduced function calls for global data ( #11001 )
2022-02-11 16:22:27 +05:30
Hetu Nandu
656c9a5fa5
Fix action.run signature check ( #10214 )
2022-01-06 13:51:53 +00:00
Hetu Nandu
39b0a4e5a6
feat: Native promises support in Appsmith ( #8988 )
...
Co-authored-by: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com>
2021-12-23 14:17:20 +00:00
Hetu Nandu
2c3a0991f7
feat: setInterval and clearInterval support ( #8158 )
2021-10-11 12:55:03 +00:00
Hetu Nandu
f95f550721
fix: Promise action backwards compatibility ( #7052 )
2021-09-03 16:32:28 +05:30
Hetu Nandu
3380227cbb
feat: Enable Promises in Appsmith ( #6253 )
2021-08-27 14:55:28 +05:30