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