Commit Graph

3468 Commits

Author SHA1 Message Date
Budibase Release Bot 7204e7e452 v2.2.14 2023-01-11 08:14:02 +00:00
Andrew Kingston b9cb2d9e78
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
Budibase Release Bot 3d3c0d432f v2.2.13 2023-01-10 16:38:33 +00:00
Budibase Release Bot 01d4b731bf v2.2.12 2023-01-09 15:39:49 +00:00
deanhannigan 798138d357
Merge pull request #9220 from Budibase/fix/option-picker-sorting
Added sorting to the options field
2023-01-09 15:24:28 +00:00
Budibase Release Bot 0862c980b8 v2.2.11 2023-01-06 17:13:14 +00:00
Budibase Release Bot c49b081829 v2.2.10 2023-01-05 16:29:16 +00:00
Dean 0083dcc45f Added sorting to the options field 2023-01-04 13:08:28 +00:00
Martin McKeaveney b7e4047016
Updating the client overlay to use the right method when event type is unknown (#9192) 2023-01-03 13:40:37 +00:00
Budibase Release Bot 8ede6de345 v2.2.9 2022-12-19 18:25:02 +00:00
Budibase Release Bot ff40a71342 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Release Bot 112caa162a v2.2.7 2022-12-16 10:41:13 +00:00
Budibase Release Bot 302704cbf4 v2.2.6 2022-12-15 15:27:14 +00:00
Budibase Release Bot edae61a51b v2.2.5 2022-12-15 13:04:16 +00:00
Budibase Release Bot f1dea09042 v2.2.4 2022-12-15 09:37:40 +00:00
Andrew Kingston 4188754bbe
Fix SQL table `_id` filtering (#9030)
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field

* Remove like operator from internal tables and only allow basic operators on SQL table _id column

* Update data section filtering to respect new rules

* Update automation section filtering to respect new rules

* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Budibase Release Bot 1fee98510b v2.2.3 2022-12-14 00:52:41 +00:00
Budibase Release Bot dc11fd4d54 v2.2.2 2022-12-12 16:52:02 +00:00
Budibase Release Bot 04387191d9 v2.2.1 2022-12-12 13:13:05 +00:00
Andrew Kingston ab568a52c1 Fix side nav styles 2022-12-12 12:42:11 +00:00
Budibase Release Bot 736f36effc v2.2.0 2022-12-12 10:21:57 +00:00
Budibase Release Bot b99a3a3e9b v2.1.46 2022-12-12 09:02:12 +00:00
Budibase Staging Release Bot 91f7e2bcaf v2.1.46-alpha.3 2022-12-11 22:33:55 +00:00
Budibase Staging Release Bot 51b2958628 v2.1.46-alpha.2 2022-12-11 17:30:10 +00:00
Budibase Staging Release Bot 3daa583248 v2.1.46-alpha.1 2022-12-09 14:42:23 +00:00
Budibase Staging Release Bot 1c1f758ab9 v2.1.46-alpha.0 2022-12-09 13:52:03 +00:00
Martin McKeaveney 42bb6374f5 merge 2022-12-09 13:35:18 +00:00
Budibase Staging Release Bot ecc52184a7 v2.1.43-alpha.15 2022-12-08 11:36:58 +00:00
Budibase Staging Release Bot 8adcf81beb v2.1.43-alpha.14 2022-12-08 10:29:26 +00:00
Budibase Staging Release Bot 0e33c2a66e v2.1.43-alpha.13 2022-12-08 09:36:34 +00:00
Budibase Staging Release Bot 3a5e1b63a3 v2.1.43-alpha.12 2022-12-07 13:29:13 +00:00
Andrew Kingston 041f156754
Merge pull request #8965 from Budibase/cheeks-fixes
Misc fixes
2022-12-07 13:01:14 +00:00
Budibase Staging Release Bot 5e37b2273c v2.1.43-alpha.11 2022-12-07 11:19:14 +00:00
Andrew Kingston 75d48774f2 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-12-07 09:54:57 +00:00
Andrew Kingston 3c8464c155 Fix side panel ejection 2022-12-07 09:51:47 +00:00
Budibase Staging Release Bot 6834a7435a v2.1.43-alpha.10 2022-12-06 16:29:26 +00:00
Andrew Kingston a8d128ac26 Fix side panel issue where content from multiple side panels would be shown 2022-12-06 15:21:17 +00:00
Budibase Staging Release Bot b31cceb0f8 v2.1.43-alpha.9 2022-12-06 14:59:52 +00:00
Budibase Release Bot 4570e0cdf4 v2.1.45 2022-12-06 14:44:23 +00:00
Budibase Staging Release Bot 136a206a11 v2.1.43-alpha.8 2022-12-06 12:41:31 +00:00
Andrew Kingston 00594e723e
Merge pull request #8944 from Budibase/side-panel-tweaks
Side panel tweaks
2022-12-06 12:23:46 +00:00
Budibase Staging Release Bot a93cb69b4e v2.1.43-alpha.7 2022-12-06 10:59:45 +00:00
Andrew Kingston bcc0fe71da Debounce hiding side panel to avoid toggling visibility when cycling through records 2022-12-06 09:55:42 +00:00
Andrew Kingston e56b5cde90 Hide content when side panel is hidden to avoid stale data being shown when re-revealing side panel 2022-12-06 09:55:25 +00:00
Budibase Release Bot 025ddf65dd v2.1.44 2022-12-05 18:40:59 +00:00
Budibase Staging Release Bot 4eadbd1e1d v2.1.43-alpha.6 2022-12-05 18:25:31 +00:00
Andrew Kingston 9ede1a623a
Merge pull request #8934 from Budibase/fix-skeleton-jank
Fix Skeleton Loader Jumping
2022-12-05 18:12:16 +00:00
Gerard Burns 12fdbfafb6 pr feedback 2022-12-05 14:38:43 +00:00
Gerard Burns a75ec0d7ae Fix Skeleton Loader Jumping 2022-12-05 14:24:53 +00:00
Budibase Staging Release Bot 0a103a9a8a v2.1.43-alpha.5 2022-12-05 13:10:00 +00:00