1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
budibase/packages
Andrew Kingston b06c6852a3 Optimise client library performance with skeleton loaders (#9256)
* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value

* Add flag to allow not loading data immediately upon creation of a data fetch object

* Use loading context inside forms to avoid wasted renders while form schema are loading

* Wait for parent data providers to finish loading before loading their own data

* Optimise data provider to reduce updates as much as possible

* Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them

* Remove fetchOnCreation flag for data fetches as now redundant

* Fix issue with deleting the selected button action when the next action has no parameters

* Lint
2023-01-11 08:01:41 +00:00
..
backend-core v2.2.13 2023-01-10 16:38:33 +00:00
bbui v2.2.13 2023-01-10 16:38:33 +00:00
builder Optimise client library performance with skeleton loaders (#9256) 2023-01-11 08:01:41 +00:00
cli v2.2.13 2023-01-10 16:38:33 +00:00
client Optimise client library performance with skeleton loaders (#9256) 2023-01-11 08:01:41 +00:00
frontend-core v2.2.13 2023-01-10 16:38:33 +00:00
sdk v2.2.13 2023-01-10 16:38:33 +00:00
server Update pro version to 2.2.13 2023-01-10 16:42:35 +00:00
string-templates v2.2.13 2023-01-10 16:38:33 +00:00
types v2.2.13 2023-01-10 16:38:33 +00:00
worker Update pro version to 2.2.13 2023-01-10 16:42:35 +00:00