1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
Commit graph

3320 commits

Author SHA1 Message Date
Budibase Release Bot
ab494256fb v2.0.33 2022-10-19 11:15:01 +00:00
Andrew Kingston
a367863d43 Allow normal DND in and out of grid children 2022-10-18 18:49:24 +01:00
Budibase Staging Release Bot
3a26af1ed4 v2.0.30-alpha.8 2022-10-18 17:43:08 +00:00
Andrew Kingston
a870d2473d Allow grid DND without selecting components 2022-10-18 18:29:21 +01:00
mike12345567
caa4954d8e Updating export/import to include the budibase client and manifest. 2022-10-18 16:42:25 +01:00
Dean
7ccf29bff7 Pushed default parsing up into the InnerForm component to ensure that invalid default values are removed entirely. Fixes for custom validation for array types 2022-10-18 16:24:36 +01:00
Andrew Kingston
15bbc78847 Add grid functionality separately to DND 2022-10-18 16:18:22 +01:00
Dean
36307ccff7 Refactor for multiselect value parsing and a fix to ensure default values are parsed before reaching the picker 2022-10-18 11:06:18 +01:00
Gerard Burns
c6fd6699db Stop Screen Store Double Updating on Screen Change 2022-10-18 10:10:46 +01:00
Andrew Kingston
774566d03b Merge branch 'dnd-improvements' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-18 08:12:11 +01:00
Budibase Release Bot
873b20219c v2.0.32 2022-10-17 16:43:56 +00:00
Andrew Kingston
b7bfb861db Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-17 16:31:39 +01:00
Andrew Kingston
682203fbda Only transition padding when expanding components during DND, but remove it immediately on drop to avoid layout thrashing 2022-10-17 09:00:55 +01:00
Andrew Kingston
8c1c84e9aa Use requestAnimationFrame for DND overlay placeholder updates to further improve performance 2022-10-17 08:48:32 +01:00
Andrew Kingston
0e83bcfe9e Update styles of padded DND components 2022-10-14 20:30:58 +01:00
Andrew Kingston
3f429ff3ce Lint and prevent scrolling to selected component when starting dragging 2022-10-14 19:45:47 +01:00
Andrew Kingston
dabc93e1b6 Fix unused plugins not being able to be dragged into the preview 2022-10-14 19:39:38 +01:00
Andrew Kingston
fecb8bb1a6 Fix DND not working in field groups and any other component where children are not rendered inside the first DOM node 2022-10-14 19:34:23 +01:00
Andrew Kingston
3fd7952a17 Use block name in placeholders inside blocks 2022-10-14 19:13:44 +01:00
Andrew Kingston
ef28b10def Prevent showing placeholder dot when placeholder is invisible 2022-10-14 19:04:05 +01:00
Andrew Kingston
1b08e88c6f Fix double empty state around blocks 2022-10-14 18:59:32 +01:00
Andrew Kingston
4c2a0028d6 Add default size for every component type 2022-10-14 18:59:23 +01:00
Andrew Kingston
1a210e3ee6 Fix issues dropping components from new component panel 2022-10-14 18:24:47 +01:00
Andrew Kingston
2ffb29dddf Invert some client store dependencies to improve performance and prevent dependency cycles 2022-10-14 18:16:19 +01:00
Andrew Kingston
4e94b6633f Don't reset component padded state for DND until dragging stops, to prevent jankiness due to losing space 2022-10-14 15:45:02 +01:00
Andrew Kingston
a71a553ee6 Add ability to drag new components into the preview 2022-10-14 13:37:14 +01:00
Budibase Release Bot
dea4338d54 v2.0.31 2022-10-14 09:26:51 +00:00
Budibase Staging Release Bot
76fabb81f6 v2.0.30-alpha.7 2022-10-14 09:26:33 +00:00
Gerard Burns
0f642f37f4 Page load actions now fire on parameter change as well as on mount (#8240)
* Page load actions now fire on parameter change as well as on mount

* PR Feedback

Co-authored-by: ger <ger@gers-MacBook-Pro.local>
2022-10-14 10:10:06 +01:00
Budibase Staging Release Bot
6511a5460c v2.0.30-alpha.6 2022-10-14 09:04:02 +00:00
Andrew Kingston
29fdaab5fd Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-14 08:54:47 +01:00
Budibase Staging Release Bot
39a72968b3 v2.0.30-alpha.5 2022-10-13 16:34:26 +00:00
deanhannigan
fefd6ba018 Merge pull request #8219 from Budibase/feature/blocks-in-auto-screens
Component Blocks in CRUD Auto-screens
2022-10-13 17:18:53 +01:00
Dean
3f434f7410 Removed commented out barcode scanner config 2022-10-13 17:06:04 +01:00
Dean
909a8b7074 Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-13 16:54:55 +01:00
Budibase Staging Release Bot
4625ee10ee v2.0.30-alpha.4 2022-10-13 15:54:42 +00:00
Dean
cb071096e1 Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-13 16:49:10 +01:00
Dean
7125e3f6e3 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-13 16:16:28 +01:00
Andrew Kingston
167f8f368b Only show sortable fields for sort column settings 2022-10-13 15:58:44 +01:00
Budibase Staging Release Bot
cfeffad3c2 v2.0.30-alpha.3 2022-10-13 09:11:09 +00:00
Budibase Staging Release Bot
f5f6a46784 v2.0.30-alpha.2 2022-10-12 19:07:36 +00:00
Budibase Release Bot
bd52533f01 v2.0.30 2022-10-12 16:58:49 +00:00
Budibase Staging Release Bot
1d886f244a v2.0.30-alpha.1 2022-10-12 11:46:45 +00:00
Budibase Staging Release Bot
54a11c6218 v2.0.30-alpha.0 2022-10-12 10:30:23 +00:00
Rory Powell
2f0f36e635 Merge branch 'master' into merge-master 2022-10-12 10:19:46 +01:00
Budibase Release Bot
24679ceb84 v2.0.29 2022-10-12 08:22:33 +00:00
Dean
f5edeb5ddc Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-12 09:12:09 +01:00
Dean
7f73d9defa Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-12 09:04:05 +01:00
Budibase Release Bot
19e2a76125 v2.0.28 2022-10-12 07:33:11 +00:00
Budibase Release Bot
951fd48ebc v2.0.27 2022-10-11 18:11:05 +00:00
Budibase Staging Release Bot
d6e91ca153 v2.0.24-alpha.4 2022-10-11 16:41:24 +00:00
Dean
2bff6254de Initial commit, refactoring of autoscreens to incorporate blocks 2022-10-11 17:05:19 +01:00
Andrew Kingston
f7d6e8db60 Improve DND experience, use correct size of drop placeholder and don't drop if the position is unchanged 2022-10-11 16:02:09 +01:00
Andrew Kingston
efe9425d3d Improve column/row detection by appending an ephemeral child component and tune timings 2022-10-11 08:52:45 +01:00
Dean
299122324e Ensure field type is preserved if it contains a slash. Some additional refactoring 2022-10-10 14:20:06 +01:00
Budibase Release Bot
bc5bf284cf v2.0.26 2022-10-10 13:01:46 +00:00
Andrew Kingston
e90a79257f Remove dragged component from consideration of drop target 2022-10-10 14:00:37 +01:00
Mel O'Hagan
5b9befcefe Allow deleteComponent from settings bar 2022-10-10 13:36:32 +01:00
Dean
c5b16fe47e Minor labelling change for field type 2022-10-10 11:40:34 +01:00
Budibase Release Bot
18a93ddc79 v2.0.25 2022-10-10 10:13:09 +00:00
Dean
43befea5e9 Code review updates 2022-10-10 10:39:34 +01:00
Andrew Kingston
73a206e2f1 Fully remove source component from client tree while dragging 2022-10-10 09:51:13 +01:00
Andrew Kingston
b2be069ef1 Make DND work again by converting new parent+index params into old target+mode 2022-10-10 09:36:17 +01:00
Andrew Kingston
7d72cee304 Tune DND throttle rate 2022-10-10 09:22:47 +01:00
Dean
07be0208e5 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-10 09:08:48 +01:00
Andrew Kingston
608e41277a Reduce padding when dragging over a component tree and remove unused component class names 2022-10-08 15:32:36 +01:00
Andrew Kingston
0d35e03bdf Rename DND state variables for clarity 2022-10-08 15:28:22 +01:00
Andrew Kingston
234d8953f2 Fix row/column detection, add comments and remove old code 2022-10-08 15:18:05 +01:00
Andrew Kingston
c2b32f8c5e Throttle updates to prevent all jank and revert to component center breakboints for DND candidates 2022-10-08 15:04:18 +01:00
Andrew Kingston
09f2cc1f72 Reduce jank by computing symmetrical component breakpoint whens considering DND candidate positions and ignoring the hidden selected component 2022-10-07 20:00:25 +01:00
Budibase Release Bot
15723e38d8 v2.0.24 2022-10-07 17:16:16 +00:00
Budibase Staging Release Bot
3616bfd297 v2.0.24-alpha.3 2022-10-07 16:45:27 +00:00
Andrew Kingston
eb1dbc7302 Hide the selected component when dragging 2022-10-07 14:34:47 +01:00
Andrew Kingston
a0ab832995 Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-07 14:16:24 +01:00
Budibase Staging Release Bot
52ab10971c v2.0.24-alpha.2 2022-10-07 12:28:52 +00:00
Andrew Kingston
354817dbf3 Merge pull request #7456 from Budibase/form-block
Form block
2022-10-07 13:14:13 +01:00
Budibase Staging Release Bot
c2eaffcd39 v2.0.24-alpha.1 2022-10-07 11:56:02 +00:00
Andrew Kingston
f27704ccf6 Merge branch 'develop' of github.com:Budibase/budibase into form-block 2022-10-07 12:45:53 +01:00
Andrew Kingston
5beb6819ec Fix issue with layout determination 2022-10-07 12:45:22 +01:00
Andrew Kingston
bdce3fc9fc Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-10-07 11:31:32 +01:00
Dean
c09154b03e Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list 2022-10-07 11:00:25 +01:00
Andrew Kingston
d4a767f93e Improve row vs column detection to fix any edge cases 2022-10-07 08:46:38 +01:00
Andrew Kingston
c4bb3ac014 Only explode components when dragging over them 2022-10-07 08:20:51 +01:00
Andrew Kingston
bb8388133a Rewrite drag and drop from scratch using mouse position heuristics 2022-10-07 08:05:44 +01:00
Budibase Staging Release Bot
6c6001692c v2.0.24-alpha.0 2022-10-06 16:40:43 +00:00
mike12345567
2421f16a8c Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-10-06 16:58:33 +01:00
Budibase Release Bot
b961887b6c v2.0.23 2022-10-06 14:26:45 +00:00
Dean
e251c914ff Review feedback changes. Changed 'Code' labelling to 'Scanned Code' 2022-10-06 13:02:17 +01:00
Dean
617d443890 UX/UI updates and rollup config changes to exclude common warnings 2022-10-06 09:54:43 +01:00
Andrew Kingston
9c82a9d073 Don't clear drop target on invalid selection 2022-10-06 09:17:26 +01:00
Andrew Kingston
a6802e921f Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-05 17:31:01 +01:00
Budibase Release Bot
dff64a1b62 v2.0.22 2022-10-05 15:44:22 +00:00
Mel O'Hagan
969c67f767 Use OG class properties for iOS13 support 2022-10-05 15:53:06 +01:00
Budibase Release Bot
d8452a92e1 v2.0.21 2022-10-05 12:17:39 +00:00
Budibase Release Bot
c2a9e32be7 v2.0.20 2022-10-05 09:23:48 +00:00
Andrew Kingston
84626294fd Merge pull request #8124 from Budibase/plugin-url-updates
Plugin url updates
2022-10-05 09:57:22 +01:00
Dean
1626338b15 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-05 09:29:32 +01:00
Dean
2ec21741d1 Initial commit of QR Reader field 2022-10-05 09:28:07 +01:00
Budibase Release Bot
a3cbb85dce v2.0.19 2022-10-04 16:57:55 +00:00
Andrew Kingston
1abdc12681 Remove log 2022-10-04 16:33:27 +01:00
Andrew Kingston
69988aabc3 Always use the raw server plugin JS URL 2022-10-04 16:27:15 +01:00
Budibase Release Bot
14552dce87 v2.0.18 2022-10-04 14:10:26 +00:00
Andrew Kingston
c986fb164e Use raw server jsUrl when rendering plugins 2022-10-04 15:01:18 +01:00
Budibase Release Bot
b4ef4e528a v2.0.17 2022-10-04 13:20:54 +00:00
Budibase Staging Release Bot
868016b448 v2.0.14-alpha.4 2022-10-04 12:03:00 +00:00
Budibase Release Bot
fdd9423b71 v2.0.16 2022-10-04 11:04:16 +00:00
Budibase Staging Release Bot
79455a63e4 v2.0.14-alpha.3 2022-10-04 09:55:49 +00:00
Budibase Release Bot
7115da91e2 v2.0.15 2022-10-04 09:48:22 +00:00
Budibase Staging Release Bot
2c2afeb729 v2.0.14-alpha.2 2022-10-03 10:01:53 +00:00
deanhannigan
3520843e4a Merge pull request #8014 from Budibase/feature/automation-log-filter-by-license
Feature/automation log filter by license
2022-10-03 10:49:24 +01:00
Budibase Staging Release Bot
ed8fccd3c4 v2.0.14-alpha.1 2022-10-03 09:34:56 +00:00
Budibase Release Bot
3fe0a90823 v2.0.14 2022-10-03 09:02:31 +00:00
Andrew Kingston
feaa8f9184 Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-03 09:53:53 +01:00
Budibase Staging Release Bot
7adb860898 v2.0.14-alpha.0 2022-10-01 14:59:33 +00:00
Budibase Release Bot
63bdc2072c v2.0.13 2022-09-30 16:48:54 +00:00
Budibase Release Bot
97b85531cc v2.0.12 2022-09-30 15:51:16 +00:00
Andrew Kingston
568af7bb7a Ensure only one instance of the client websocket exists and reduce reconnection attemps 2022-09-30 16:26:19 +01:00
Andrew Kingston
ef9650136a Hot reload custom component settings in the builder 2022-09-30 16:26:15 +01:00
Andrew Kingston
b3a3cec40a Show notification when a plugin is hot reloaded 2022-09-30 16:26:07 +01:00
Budibase Release Bot
9bd60ab448 v2.0.11 2022-09-30 14:59:22 +00:00
Budibase Release Bot
0212e9ef15 v2.0.10 2022-09-30 14:18:54 +00:00
Budibase Release Bot
0803534e74 v2.0.9 2022-09-30 12:02:17 +00:00
Andrew Kingston
1cc6cf39ac Merge pull request #8060 from Budibase/fix/client-env-awareness
Fetch environment info early in the client app initialisation process
2022-09-30 12:52:02 +01:00
Andrew Kingston
3b4027b873 Fetch environment info early in the client app initialisation process 2022-09-30 12:31:16 +01:00
Budibase Release Bot
696a709c15 v2.0.8 2022-09-30 11:22:29 +00:00
Budibase Release Bot
defb56d868 v2.0.7 2022-09-30 10:44:12 +00:00
Mel O'Hagan
380d9580af Navigate in PeekScreenDisplay 2022-09-29 14:10:34 +01:00
Dean
67437c3db1 Centralised licensing types to frontend-core contants. Some minor refactoring 2022-09-29 09:17:22 +01:00
Budibase Release Bot
332a8ad26f v2.0.6 2022-09-28 15:34:09 +00:00
Andrew Kingston
e0fcb20fbe Expand component trees with padding when dragging and dropping 2022-09-28 14:16:09 +01:00
Mel O'Hagan
5e5b0955dd Handle navigation on close modal 2022-09-28 13:50:23 +01:00
Budibase Release Bot
c25ab26305 v2.0.5 2022-09-27 18:15:36 +00:00
Andrew Kingston
eba71be742 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-09-27 15:57:27 +01:00
Andrew Kingston
4c8f52adbe Use CDN when fetching plugins in cloud 2022-09-27 15:56:51 +01:00
Budibase Release Bot
5abe0f6e66 v2.0.4 2022-09-27 09:43:49 +00:00
Budibase Release Bot
7d0afce9cb v2.0.3 2022-09-26 22:59:26 +00:00
Budibase Release Bot
5cb5eff391 v2.0.2 2022-09-26 22:11:02 +00:00
Budibase Release Bot
faa2ecb008 v2.0.1 2022-09-26 20:26:27 +00:00
Budibase Release Bot
0760322d8b v2.0.0 2022-09-26 19:44:31 +00:00
Budibase Release Bot
cbe6628776 v1.4.19 2022-09-26 18:29:06 +00:00
Budibase Staging Release Bot
4eb27f64bb v1.4.18-alpha.1 2022-09-26 17:58:22 +00:00
Budibase Release Bot
a460752061 v1.4.18 2022-09-26 17:57:51 +00:00
Budibase Staging Release Bot
a55ed07d42 v1.4.18-alpha.0 2022-09-26 17:14:45 +00:00
Martin McKeaveney
57bbf28119 merge with master 2022-09-26 17:57:23 +01:00
Budibase Staging Release Bot
ad8f097339 v1.4.8-alpha.13 2022-09-26 15:35:59 +00:00
Andrew Kingston
0a80947b51 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-09-26 16:22:13 +01:00
Budibase Release Bot
2eec1ecf79 v1.4.17 2022-09-26 15:20:46 +00:00
Budibase Staging Release Bot
4d153653ef v1.4.8-alpha.12 2022-09-26 14:57:45 +00:00
Martin McKeaveney
514a857dd9 Merge pull request #7866 from Budibase/public-api-sdk
Public API SDK
2022-09-26 15:34:58 +01:00
Budibase Staging Release Bot
126c7737ab v1.4.8-alpha.11 2022-09-26 14:19:47 +00:00
Andrew Kingston
e3bb57b97a Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-26 14:15:25 +01:00
Budibase Release Bot
ee0714b57f v1.4.16 2022-09-26 11:20:52 +00:00
Budibase Staging Release Bot
468368ca1b v1.4.8-alpha.10 2022-09-26 10:20:31 +00:00
Budibase Release Bot
e03e7428f8 v1.4.15 2022-09-26 07:50:16 +00:00
Budibase Release Bot
57a1de1d66 v1.4.14 2022-09-25 13:02:11 +00:00
Budibase Staging Release Bot
02a5a52486 v1.4.8-alpha.9 2022-09-25 12:54:02 +00:00
Budibase Release Bot
17fd30c943 v1.4.13 2022-09-24 19:22:02 +00:00
Budibase Staging Release Bot
756f5169f1 v1.4.8-alpha.8 2022-09-24 18:35:02 +00:00
Budibase Staging Release Bot
f0371fbca4 v1.4.8-alpha.7 2022-09-24 13:18:45 +00:00
Budibase Release Bot
2647845931 v1.4.12 2022-09-23 16:55:06 +00:00
Budibase Release Bot
1bf08a9604 v1.4.11 2022-09-23 15:39:48 +00:00
Budibase Staging Release Bot
aa097d907f v1.4.8-alpha.6 2022-09-23 15:36:03 +00:00
Budibase Staging Release Bot
4ae8804225 v1.4.8-alpha.5 2022-09-23 12:53:06 +00:00
Budibase Staging Release Bot
deaff0ac11 v1.4.8-alpha.4 2022-09-23 11:18:55 +00:00
Budibase Release Bot
09d7d31c2b v1.4.10 2022-09-22 16:06:01 +00:00
Andrew Kingston
ff8c09141c Reduce websocket polling frequency and cap reconnection attemps 2022-09-22 15:52:46 +01:00
Budibase Staging Release Bot
7741030b4c v1.4.8-alpha.3 2022-09-22 14:37:09 +00:00
Budibase Release Bot
d27ab7c828 v1.4.9 2022-09-22 14:28:02 +00:00
Martin McKeaveney
9583db47c8 turn off websockets in client lib in cloud 2022-09-22 15:04:20 +01:00
Budibase Staging Release Bot
805fdd94e4 v1.4.8-alpha.2 2022-09-22 09:07:01 +00:00
Rory Powell
f0f4b8342d Re-enable logo 2022-09-22 09:49:39 +01:00
Budibase Release Bot
4c84ca7db2 v1.4.8 2022-09-22 08:15:50 +00:00
Budibase Staging Release Bot
fb9f16c2d3 v1.4.8-alpha.1 2022-09-21 21:22:04 +00:00
Budibase Staging Release Bot
bf101a6530 v1.4.8-alpha.0 2022-09-21 19:35:13 +00:00
Rory Powell
37fdad7cd9 Merge branch 'master' into develop 2022-09-21 20:16:54 +01:00
Budibase Release Bot
ec39608947 v1.4.7 2022-09-21 16:14:11 +00:00
Budibase Release Bot
76c2c89c07 v1.4.6 2022-09-21 15:46:23 +00:00
Budibase Staging Release Bot
a9efc88f74 v1.4.3-alpha.3 2022-09-21 14:57:19 +00:00
Budibase Release Bot
1f955513b1 v1.4.5 2022-09-21 14:45:11 +00:00
Martin McKeaveney
45e9da64e2 Merge pull request #7644 from Budibase/custom-css-upgrades
Custom CSS upgrades
2022-09-21 15:35:42 +01:00
Martin McKeaveney
b6ab3bbc19 Merge pull request #7869 from Budibase/fix/map-button-icon-alignment
Minor alignment fix for the embedded map button icons
2022-09-21 15:35:09 +01:00
Budibase Release Bot
1117ab80b3 v1.4.4 2022-09-21 12:56:47 +00:00
Dean
5b4ab95b0b Minor alignment fix for the embedded map button icons 2022-09-21 11:58:57 +01:00
Andrew Kingston
e2982e1454 Add helper util for authenticating the public API SDK in component plugins 2022-09-21 09:49:33 +01:00
Andrew Kingston
398a65c821 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-21 09:09:27 +01:00
Budibase Staging Release Bot
4d29fa6896 v1.4.3-alpha.2 2022-09-21 06:59:46 +00:00
Andrew Kingston
45627661f1 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-09-20 17:23:52 +01:00
Budibase Staging Release Bot
9bf1a943d4 v1.4.3-alpha.1 2022-09-20 15:04:46 +00:00
Andrew Kingston
3fd54967d9 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-20 15:29:39 +01:00
Budibase Staging Release Bot
4cd288158a v1.4.3-alpha.0 2022-09-20 14:21:27 +00:00
Budibase Release Bot
786adb4a9a v1.4.3 2022-09-20 14:07:55 +00:00
Budibase Release Bot
a9f051703e v1.4.2 2022-09-20 13:25:12 +00:00
Budibase Release Bot
a1d014a358 v1.4.1 2022-09-20 13:10:51 +00:00
Budibase Release Bot
e09ad51c72 v1.4.0 2022-09-20 12:49:14 +00:00
Budibase Release Bot
b81615b3b0 v1.3.22 2022-09-20 12:29:11 +00:00
Rory Powell
9704238ab4 Merge branch 'develop' into release-fixes 2022-09-20 12:29:29 +01:00
Budibase Staging Release Bot
a430f01916 v1.3.22-alpha.4 2022-09-20 11:09:59 +00:00
Andrew Kingston
ce1c801ff0 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-20 11:25:54 +01:00
Rory Powell
2a3c18a59e Merge branch 'develop' into release-fixes 2022-09-20 11:08:54 +01:00
Budibase Staging Release Bot
46d51b6a0c v1.3.22-alpha.3 2022-09-20 09:52:49 +00:00