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
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
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
melohagan
6c89f67b9d
Make looping arrow point in right direction ( #9053 )
2022-12-15 15:13:12 +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
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
Rory Powell
779ab325ae
Remove new ( #8994 )
2022-12-09 14:25:11 +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
2c276816ab
Ensure filters are reset when changing table in the data section
2022-12-07 13:08:58 +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
melohagan
a3d3e492f0
Merge pull request #8886 from Budibase/bug/sev3/query-bindings-drawer
...
Query bindings drawer fixes
2022-12-07 11:06:19 +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
e9f7fc9714
Merge branch 'cheeks-fixes' of github.com:Budibase/budibase into cheeks-fixes
2022-12-07 09:54:47 +00:00
Andrew Kingston
0b9dd37870
Remove console log
2022-12-07 09:02:31 +00:00
Andrew Kingston
9315cb9af7
Update filter labels to reflect that more than and less than also include equal to
2022-12-07 09:00:29 +00:00
Andrew Kingston
eca7af83f4
Fix filter drawer and filtering in general across data, design and automate and update to support keyed fields and 'match any'
2022-12-07 08:57:17 +00:00
mike12345567
9054de4e3c
Minor fix for #8843 - the binding input drawer was using the format helper. rather than helpers. when generating JS helpers.
2022-12-06 18:21:54 +00:00
Budibase Staging Release Bot
6834a7435a
v2.1.43-alpha.10
2022-12-06 16:29:26 +00:00
Andrew Kingston
c6172ccd2d
Fix issue with not being able to update component names
2022-12-06 15:32:50 +00:00
Andrew Kingston
cf02e88885
Fix issue with extremely long select values!
2022-12-06 15:13:12 +00:00
dependabot[bot]
f76de58514
Bump qs from 6.5.2 to 6.5.3 in /packages/builder
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 15:06:26 +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
Mitch-Budibase
54a5461e5f
Merge pull request #8945 from Budibase/cypress-app-overview
...
appOverview Cypress Test Update
2022-12-06 13:01:09 +00:00
Budibase Staging Release Bot
136a206a11
v2.1.43-alpha.8
2022-12-06 12:41:31 +00:00
Mitch-Budibase
45d0f52e79
Skipping User Management tests - Covered Elsewhere
...
Skipping the full User Management test file
- We have coverage of these tests via QA Wolf
2022-12-06 12:04:36 +00:00
Mitch-Budibase
9337d9fbf4
appOverview Cypress Test Update
...
The test 'Should reflect an application that has been unpublished' failed on last nights build. This is likely a timing issue.
I have included a wait and timeout within the test. It passes locally, just not on the nightly build
2022-12-06 11:01:25 +00:00
Budibase Staging Release Bot
a93cb69b4e
v2.1.43-alpha.7
2022-12-06 10:59:45 +00:00