Commit Graph

4802 Commits

Author SHA1 Message Date
Andrew Kingston 3951550074 Make grid rows and columns configurable and simplify grid style application 2022-10-24 12:05:59 +01:00
Budibase Release Bot fe3a8ea1d9 v2.0.35 2022-10-24 09:55:12 +00:00
mike12345567 41c68ae891 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 09:55:49 +01:00
Andrew Kingston fb0866f0d9 Tidy up 2022-10-24 09:43:45 +01:00
Andrew Kingston c111f02e70 Improve client grid DND event handling 2022-10-24 09:38:07 +01:00
Dean 078b1df1d6 Merge remote-tracking branch 'origin/develop' into feature/chart-block-component 2022-10-24 09:32:52 +01:00
Andrew Kingston a11854d957 Fix issue with getting environment details 2022-10-24 09:13:05 +01:00
Andrew Kingston 32bac91dc7 Remove spam of environment API calls 2022-10-24 09:03:50 +01:00
Andrew Kingston ce78c5ecb9 Refactor app preview event sending to support async callbacks in client library 2022-10-24 09:02:50 +01:00
Budibase Staging Release Bot 3864295eea v2.0.30-alpha.12 2022-10-24 08:01:46 +00:00
Budibase Staging Release Bot f64834300c v2.0.30-alpha.11 2022-10-21 19:44:23 +00:00
mike12345567 74484fc054 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-21 18:41:25 +01:00
Andrew Kingston b26ab6f8b3 Fix flashing settings bar in stale position 2022-10-21 17:51:35 +01:00
Andrew Kingston 24cc71267c Fix stale hover indiciator 2022-10-21 17:51:25 +01:00
Andrew Kingston 4dc6b869a8 Lint and improve comments 2022-10-21 16:59:26 +01:00
Andrew Kingston 794db1a7db Make DND feel much smoother by persisting the end position of drops, and more performance by properly memoizing some state values 2022-10-21 16:54:34 +01:00
Andrew Kingston 67b6821b37 Fix components being selected when starting dragging 2022-10-21 16:52:46 +01:00
Dean 88a2439beb Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour 2022-10-21 15:36:16 +01:00
Dean 952b6ddb30 Merge remote-tracking branch 'origin/develop' into feature/chart-block-component 2022-10-21 14:21:25 +01:00
Dean cdcfbc6dce Initial commit for chart block component 2022-10-21 14:20:40 +01:00
Andrew Kingston 358e5996f5 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-21 10:59:47 +01:00
Budibase Release Bot b2869f23d0 v2.0.34 2022-10-21 09:58:52 +00:00
Martin McKeaveney 69775a0324 Merge pull request #8016 from Budibase/feature/redirect-after-modal-close
Allow screen redirect after modal close
2022-10-21 08:58:21 +01:00
Budibase Staging Release Bot c5c3036f44 v2.0.30-alpha.10 2022-10-20 21:11:31 +00:00
Budibase Staging Release Bot 49c1126fc9 v2.0.30-alpha.9 2022-10-20 20:01:10 +00:00
Martin McKeaveney 7d8d0f5026 Merge pull request #8307 from Budibase/fix/stop-screen-store-double-updating-on-page-change
Stop Screen Store Double Updating on Screen Change
2022-10-20 20:35:18 +01:00
Andrew Kingston d1228a5fe6 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-20 19:49:34 +01:00
Andrew Kingston 73a229b9ec Add proper validation for nesting illegal combinations of components 2022-10-20 16:03:53 +01:00
Andrew Kingston 2e09dcbe03 Ensure a fixed height is set on grid by default 2022-10-20 08:46:42 +01:00
Andrew Kingston 1dffcd8d6c Update how grid DND styles are applied to remove flashing 2022-10-20 08:43:33 +01:00
Andrew Kingston 9a94e9da7c Use a container as the DND placeholder and use approx size when dragging into grids 2022-10-19 14:39:28 +01:00
Andrew Kingston 645235be96 Fix resizing not working inside grids 2022-10-19 13:16:42 +01:00
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
Rory Powell f699bf1b56 Wrap licensing banners and modals in feature flag, disable logo 2022-09-20 10:15:28 +01:00
Budibase Staging Release Bot 38650d5d68 v1.3.22-alpha.2 2022-09-19 11:47:32 +00:00
Budibase Staging Release Bot 0165802b59 v1.3.22-alpha.1 2022-09-18 17:07:07 +00:00
Budibase Staging Release Bot d10a3d2b63 v1.3.22-alpha.0 2022-09-18 12:43:54 +00:00
Martin McKeaveney 915405275d merge 2022-09-18 13:30:16 +01:00
Budibase Staging Release Bot 7186c83197 v1.3.21-alpha.2 2022-09-18 09:48:19 +00:00
Budibase Release Bot 451c0ae468 v1.3.21 2022-09-17 10:41:13 +00:00
Budibase Staging Release Bot 18cff49cfc v1.3.21-alpha.1 2022-09-16 17:36:27 +00:00
Budibase Staging Release Bot d6c7d0be7f v1.3.21-alpha.0 2022-09-16 15:30:27 +00:00
mike12345567 ee40819c9e Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-16 16:13:20 +01:00
Budibase Staging Release Bot e6cd8bc99a v1.3.19-alpha.7 2022-09-16 11:33:30 +00:00
Budibase Release Bot b4b228c6fa v1.3.20 2022-09-16 11:33:12 +00:00
Andrew Kingston 338287c602 Merge branch 'develop' of github.com:Budibase/budibase into public-api-sdk 2022-09-16 11:54:18 +01:00
Budibase Staging Release Bot 2bf74722e0 v1.3.19-alpha.6 2022-09-16 10:41:17 +00:00
Budibase Staging Release Bot a886fb8693 v1.3.19-alpha.5 2022-09-16 08:35:09 +00:00
Budibase Staging Release Bot 7afac4f4f1 v1.3.19-alpha.4 2022-09-15 20:22:50 +00:00
Budibase Staging Release Bot 2e7fe4b41d v1.3.19-alpha.3 2022-09-15 17:18:38 +00:00
Budibase Release Bot c5c45f81bd v1.3.19 2022-09-15 16:40:41 +00:00
Andrew Kingston 586f97d74f Move rollup plugin to dev dependency 2022-09-15 15:42:36 +01:00
Budibase Staging Release Bot f88c8511a4 v1.3.19-alpha.2 2022-09-15 14:19:01 +00:00
Rory Powell 080f46b828 Merge pull request #7788 from Budibase/update-app-name
Ignore empty name validation on app update and change free logo text
2022-09-15 15:06:31 +01:00
Rory Powell a8747a0b6d Ignore empty name validation on app update and change free logo text 2022-09-15 14:23:25 +01:00
Budibase Staging Release Bot 071001aeaf v1.3.19-alpha.1 2022-09-15 12:46:10 +00:00
Rory Powell 060251ab03 Merge pull request #7782 from Budibase/feature/day-pass-pricing
Day pass pricing
2022-09-15 13:36:10 +01:00
Rory Powell 00cef3a047 Don't show budibase logo on free plan in self hosted installations 2022-09-15 13:22:17 +01:00
Rory Powell a691f4035f Merge branch 'feature/day-pass-pricing' into feature/bb-logo 2022-09-15 13:03:53 +01:00
Budibase Staging Release Bot 8e429a8de2 v1.3.19-alpha.0 2022-09-15 09:34:28 +00:00
Rory Powell 0f98f2fcaa Merge branch 'master' into develop 2022-09-15 10:19:56 +01:00
Budibase Staging Release Bot 5b61a8a3ea v1.3.15-alpha.9 2022-09-14 16:58:05 +00:00
Michael Drury f18a865d53 Merge pull request #7770 from Budibase/fix/datasource-rename
Data source -> datasource throughout code - plus friendly plugin name displayed
2022-09-14 18:47:54 +02:00
Budibase Release Bot 24f492cbfd v1.3.18 2022-09-14 15:21:19 +00:00
Budibase Staging Release Bot 441851883a v1.3.15-alpha.8 2022-09-14 14:00:26 +00:00
mike12345567 632d0e6e1a Merge branch 'develop' of github.com:Budibase/budibase into fix/datasource-rename 2022-09-14 14:06:38 +01:00
mike12345567 8744d0a86c Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
Budibase Staging Release Bot ac4e502bf9 v1.3.15-alpha.7 2022-09-14 10:56:15 +00:00
Budibase Staging Release Bot 60b153809d v1.3.15-alpha.6 2022-09-14 09:52:46 +00:00
Budibase Staging Release Bot 9ee5d2b0d0 v1.3.15-alpha.5 2022-09-13 11:27:21 +00:00
Andrew Kingston c873a4d965 Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block 2022-09-13 11:32:04 +01:00
Andrew Kingston 3283a0ab5a Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-09-13 11:31:45 +01:00
Budibase Staging Release Bot 171e5926d3 v1.3.15-alpha.4 2022-09-13 10:29:40 +00:00
Budibase Release Bot 898a199d6a v1.3.17 2022-09-13 09:52:59 +00:00
Budibase Staging Release Bot 9375a685ff v1.3.15-alpha.3 2022-09-13 09:48:22 +00:00
Budibase Staging Release Bot 2e1dd12e45 v1.3.15-alpha.2 2022-09-13 09:24:01 +00:00
Andrew Kingston 80babd1b3d Merge pull request #7588 from Budibase/plugins-dev-experience-websocket
Hot reloading of custom components via websocket
2022-09-13 10:14:03 +01:00
Budibase Release Bot e16e1423eb v1.3.16 2022-09-13 07:39:52 +00:00
Budibase Staging Release Bot c46604a26e v1.3.15-alpha.1 2022-09-12 19:09:31 +00:00
Andrew Kingston be15aff40f Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-09-12 20:00:32 +01:00
Budibase Release Bot bd0b5c433a v1.3.15 2022-09-12 14:51:31 +00:00
Budibase Staging Release Bot 2f02d47126 v1.3.15-alpha.0 2022-09-12 13:16:58 +00:00
Rory Powell 45a43baee2 Merge branch 'master' into develop 2022-09-12 14:05:36 +01:00
Budibase Release Bot 45264c409f v1.3.14 2022-09-12 11:46:36 +00:00
Martin McKeaveney 4891943f53 Merge pull request #7729 from Budibase/cheeks-fixes
Fix client side lucene filtering
2022-09-12 12:22:51 +01:00
Budibase Release Bot 94caa376b3 v1.3.13 2022-09-12 08:31:58 +00:00
Andrew Kingston e4f6c2b6f5 Lint 2022-09-12 09:20:25 +01:00
Andrew Kingston 1bc6f30b6c Fix component empty state and invalid state styling 2022-09-12 08:50:22 +01:00
Budibase Staging Release Bot 931bca92f3 v1.3.12-alpha.3 2022-09-07 15:10:29 +00:00
Budibase Staging Release Bot 145eb775ce v1.3.12-alpha.2 2022-09-07 13:27:13 +00:00
mike12345567 ca749aed86 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-07 12:40:45 +01:00
Budibase Release Bot 88daf4a762 v1.3.12 2022-09-07 11:33:35 +00:00
Andrew Kingston 2e72eb4f2e Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-09-07 12:07:25 +01:00
Budibase Staging Release Bot f856524d43 v1.3.12-alpha.1 2022-09-07 10:16:09 +00:00
Budibase Staging Release Bot e5564f06a9 v1.3.12-alpha.0 2022-09-06 13:36:58 +00:00
mike12345567 bc9686d470 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-06 14:09:26 +01:00
Andrew Kingston e07cffbc59 Remove log 2022-09-06 12:26:56 +01:00
Budibase Release Bot 2931e5aee8 v1.3.11 2022-09-06 10:39:42 +00:00
Budibase Release Bot 1d580f27c2 v1.3.10 2022-09-06 08:01:24 +00:00
Andrew Kingston 5577f31a17 Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block 2022-09-06 09:00:21 +01:00
Budibase Staging Release Bot 244f7a36eb v1.3.4-alpha.3 2022-09-06 07:54:34 +00:00
Andrew Kingston 3088616c47 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-09-06 08:53:10 +01:00
Budibase Release Bot 495a81cd48 v1.3.9 2022-09-06 07:35:26 +00:00
Budibase Release Bot de4800a05f v1.3.8 2022-09-05 18:00:50 +00:00
Budibase Release Bot 65635cc237 v1.3.7 2022-09-05 17:01:52 +00:00
Andrew Kingston d6d26e126c Allow custom CSS to be bindable and allow overriding via conditional UI 2022-09-05 16:35:25 +01:00
Budibase Staging Release Bot 9f49f7b356 v1.3.4-alpha.2 2022-09-05 14:29:05 +00:00
Andrew Kingston 443c763602 Merge branch 'develop' of github.com:Budibase/budibase into feature/custom-css-conditional-ui 2022-09-05 14:55:58 +01:00
Budibase Release Bot 58f389b0ed v1.3.6 2022-09-05 13:19:34 +00:00
mike12345567 5c62bdac2e Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-05 14:14:47 +01:00
Budibase Staging Release Bot 3f3f792c65 v1.3.4-alpha.1 2022-09-05 11:27:59 +00:00
Martin McKeaveney 5087f74808 Merge pull request #7504 from Budibase/revert-7503-revert-7414-feature/binding-ux-update
Binding V2 re-revert
2022-09-05 12:13:55 +01:00
Budibase Release Bot 60bff45551 v1.3.5 2022-09-05 10:40:03 +00:00
Budibase Release Bot 6173ba5064 v1.3.4 2022-09-02 19:25:19 +00:00
Budibase Staging Release Bot e057dffb62 v1.3.4-alpha.0 2022-09-02 19:23:41 +00:00
mike12345567 f54a30556f Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-02 20:11:57 +01:00
Budibase Release Bot 8d00233db4 v1.3.3 2022-09-02 18:59:39 +00:00
Andrew Kingston 1f1f482f9d Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-09-02 19:53:49 +01:00
Andrew Kingston 881024ca60 Remove further usages of plugin versions 2022-09-02 19:52:52 +01:00
Budibase Release Bot 0e915746aa v1.3.2 2022-09-02 17:56:19 +00:00
Martin McKeaveney e4a9b684c7 Merge branch 'develop' of github.com:Budibase/budibase into revert-7503-revert-7414-feature/binding-ux-update 2022-09-02 18:45:00 +01:00
mike12345567 3ba2aaf567 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-02 18:21:50 +01:00
mike12345567 f9224df941 Adding in a check for when there are no screen actions that need to be performed - #7592. 2022-09-02 18:14:08 +01:00
Budibase Release Bot 2cbacb266e v1.3.1 2022-09-02 11:23:26 +00:00
Budibase Release Bot 6bd942840d v1.3.0 2022-09-02 11:10:25 +00:00
Andrew Kingston cc50f696ff Remove logs 2022-09-02 12:04:18 +01:00
Budibase Release Bot e79d414bd4 v1.2.59 2022-09-02 09:52:52 +00:00
Budibase Staging Release Bot a274f78885 v1.2.59-alpha.0 2022-09-02 09:19:07 +00:00
Martin McKeaveney 6cf5c7dd76 merge 2022-09-02 09:22:36 +01:00
Budibase Staging Release Bot 8350653dc7 v1.2.58-alpha.7 2022-09-01 14:31:49 +00:00
Andrew Kingston d989e346ca Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-09-01 14:39:30 +01:00
Andrew Kingston 812304fd93 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-01 14:38:36 +01:00
Budibase Staging Release Bot 5be9679434 v1.2.58-alpha.6 2022-09-01 13:02:02 +00:00
Budibase Release Bot 3590b6e2c9 v1.2.58 2022-09-01 12:49:54 +00:00
Martin McKeaveney 4c32ac04e3 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-09-01 13:38:11 +01:00
Martin McKeaveney 502294555a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-09-01 13:37:56 +01:00
mike12345567 27be6507a8 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-09-01 11:31:50 +01:00
Budibase Staging Release Bot 4ba0b6f194 v1.2.58-alpha.5 2022-09-01 08:30:35 +00:00
mike12345567 e149b3d807 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-31 16:24:10 +01:00
mike12345567 320cbfada3 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-31 15:53:32 +01:00
Budibase Staging Release Bot 5b03cc26ab v1.2.58-alpha.4 2022-08-31 14:39:18 +00:00
Budibase Staging Release Bot 61070e9dfa v1.2.58-alpha.3 2022-08-31 13:29:34 +00:00
Budibase Staging Release Bot 2952c976e8 v1.2.58-alpha.2 2022-08-31 12:42:49 +00:00
Martin McKeaveney e6eb1687d2 Merge pull request #6640 from mslourens/pass_untruncated_title_to_radiogroup
Pass a title property with untruncated text to the RadioGroup
2022-08-31 13:32:33 +01:00
Budibase Staging Release Bot e0115d39e4 v1.2.58-alpha.1 2022-08-31 12:17:36 +00:00
Budibase Staging Release Bot 15e8eccf93 v1.2.58-alpha.0 2022-08-31 10:45:50 +00:00
Andrew Kingston 371f5bf2a8 Only fire onchange events from form fields when values change to a new valid value 2022-08-31 11:39:04 +01:00
Rory Powell 32c26709fc Merge branch 'master' into develop 2022-08-31 11:35:07 +01:00
Budibase Release Bot 734476c979 v1.2.57 2022-08-30 15:37:17 +00:00
Budibase Release Bot eea9fe90b4 v1.2.56 2022-08-30 15:08:07 +00:00
Budibase Release Bot f5be1c27d6 v1.2.55 2022-08-30 13:05:19 +00:00
Budibase Release Bot aa1eef1fd7 v1.2.54 2022-08-30 12:26:19 +00:00
Budibase Release Bot 0083c426de v1.2.53 2022-08-30 10:27:30 +00:00
Budibase Staging Release Bot e59949fcfa v1.2.44-alpha.11 2022-08-30 09:56:11 +00:00
Andrew Kingston b86bd5bf03 Add setting button for ejecting blocks. Update manifest to show info beside relevant settings 2022-08-30 10:53:58 +01:00
Martin McKeaveney b49fcca27f merge 2022-08-30 10:44:58 +01:00
Martin McKeaveney 02c93071ee merge 2022-08-30 10:33:37 +01:00
Budibase Staging Release Bot db54ba5a30 v1.2.44-alpha.11 2022-08-30 09:26:10 +00:00
Martin McKeaveney 3f26c411c9 Revert "Revert "Feature/binding ux update"" 2022-08-30 10:16:15 +01:00
Martin McKeaveney 65bf17b87c Revert "Feature/binding ux update" 2022-08-30 10:16:01 +01:00
Andrew Kingston 166064f6df Don't clear grid dnd state when loading client library 2022-08-26 14:47:29 +01:00
Budibase Staging Release Bot 0dd1286d72 v1.2.44-alpha.10 2022-08-26 13:27:00 +00:00
deanhannigan 1403c66021 Merge pull request #7414 from Budibase/feature/binding-ux-update
Feature/binding ux update
2022-08-26 14:16:47 +01:00
Andrew Kingston b839325a86 Add initial work on grid layout 2022-08-26 08:47:50 +01:00
Budibase Staging Release Bot 33892ba55d v1.2.44-alpha.9 2022-08-25 18:40:42 +00:00
Budibase Release Bot cb618cd276 v1.2.52 2022-08-25 17:25:15 +00:00
Budibase Staging Release Bot 88c92cee2a v1.2.44-alpha.8 2022-08-25 12:01:32 +00:00
Budibase Release Bot a8b0895777 v1.2.51 2022-08-25 10:29:45 +00:00
Andrew Kingston 0fd4912e5b Lint 2022-08-25 11:12:36 +01:00
Budibase Staging Release Bot d330dcb02c v1.2.44-alpha.7 2022-08-25 08:46:18 +00:00
Andrew Kingston 0fe73e3b4d Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block 2022-08-25 09:37:45 +01:00
Andrew Kingston f8c005631d Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-08-25 09:37:26 +01:00
Andrew Kingston 3aa73869de Update form block info 2022-08-25 09:29:47 +01:00
Andrew Kingston daff5b173e Update form block styles to expect a header when buttons are defined 2022-08-25 09:25:30 +01:00
Andrew Kingston 10a251f1f6 Update form block to be ejectable 2022-08-25 09:24:27 +01:00
Dean cbd154d304 Added uncommitted change to component manifest.json 2022-08-25 09:17:02 +01:00
Andrew Kingston 8d76959f88 Merge branch 'cheeks-lab-day-eject-blocks' of github.com:Budibase/budibase into form-block 2022-08-25 08:53:07 +01:00
Andrew Kingston 5f94892b3d Ensure block components have a proper style structure defined after ejection 2022-08-24 09:44:33 +01:00
Andrew Kingston bedcde20f6 Remove merge conflict lines from client yarn.lock 2022-08-24 09:30:56 +01:00
Andrew Kingston 722d2e09f0 Properly flag repeater block as a block and update ejection icon 2022-08-24 09:23:35 +01:00
Andrew Kingston b66ef636ac Allow block ejection to properly apply all styles from blocks 2022-08-24 09:05:08 +01:00
Andrew Kingston 98b6bbb039 Update block ejection to account for children of blocks 2022-08-24 08:37:53 +01:00
Andrew Kingston 83afbf0778 Update block map structure for better ejection 2022-08-24 08:21:57 +01:00
Andrew Kingston 27ab8b8e82 Use order as key when registering block components rather than ID 2022-08-23 19:37:38 +01:00
Andrew Kingston 6d77b67cfa Update ejectable table block to be more responsive 2022-08-23 19:31:48 +01:00
Andrew Kingston 5286cbf214 Update cards block to be ejectable 2022-08-23 19:30:35 +01:00
Andrew Kingston ea9eb1c056 Tidy up table block and remove unused styles 2022-08-23 19:13:40 +01:00
Andrew Kingston c43cec2b2b Remove client app button for ejecting blocks 2022-08-23 19:08:59 +01:00
Andrew Kingston 06eee0d386 Make block ejection work properly via the builder rather than client app button hack 2022-08-23 19:05:38 +01:00
Budibase Staging Release Bot 7de3f5b68b v1.2.44-alpha.6 2022-08-23 15:22:15 +00:00
Andrew Kingston eb3f7ba810 Update block ejection with latest codebase 2022-08-23 15:53:28 +01:00
Andrew Kingston 6716f5e978 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-eject-blocks 2022-08-23 15:34:25 +01:00
Andrew Kingston 382aac3ad4 Fix view form block not showing data and move size setting to general section 2022-08-23 15:08:39 +01:00
Andrew Kingston bcda3e321e Reset forms when disable prop changes 2022-08-23 14:59:07 +01:00
Andrew Kingston 0a2ad8f879 Remove form block and rename form block plus to form block 2022-08-23 14:58:56 +01:00
Budibase Release Bot 2284c9e408 v1.2.50 2022-08-23 11:52:59 +00:00
Budibase Staging Release Bot 1f63e6f431 v1.2.44-alpha.5 2022-08-23 11:19:20 +00:00
Budibase Release Bot d15804b8be v1.2.49 2022-08-23 11:08:17 +00:00
Andrew Kingston 434fe378c7 Merge branch 'develop' of github.com:Budibase/budibase into form-block 2022-08-23 11:40:15 +01:00
Budibase Release Bot e9598eb7f5 v1.2.48 2022-08-23 10:38:35 +00:00
Budibase Staging Release Bot ca82722a1b v1.2.44-alpha.4 2022-08-23 10:23:46 +00:00
Budibase Staging Release Bot 83781f436e v1.2.44-alpha.3 2022-08-23 09:57:34 +00:00
Andrew Kingston f0e158cc81 Improve websocket types 2022-08-23 08:48:16 +01:00
Andrew Kingston 2961b0ed89 Remove logging and expect version to be passed in top level when initialising plugins 2022-08-22 18:30:13 +01:00
Andrew Kingston c1822ecac6 Clean up websocket initialisation 2022-08-22 18:24:34 +01:00
Budibase Staging Release Bot 14cb8b6e16 v1.2.44-alpha.2 2022-08-22 17:10:19 +00:00
Andrew Kingston e6a15c9cdd Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-08-22 17:54:40 +01:00
Andrew Kingston bec08eecc8 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-22 17:54:25 +01:00
Andrew Kingston 36b067a600 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience-websocket 2022-08-22 17:54:14 +01:00
Mel O'Hagan 075611b2fa Update CSS conditional UI 2022-08-22 16:45:59 +01:00
Andrew Kingston 23a91b89a7 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-22 11:27:04 +01:00
Andrew Kingston 19c99f4390 Allow configuring whether notification is automatically dismissed or not 2022-08-22 11:08:52 +01:00
Andrew Kingston 8a2f35b3f0 Add action for showing a custom notification 2022-08-22 11:00:51 +01:00
Budibase Staging Release Bot 4a43ae372a v1.2.44-alpha.1 2022-08-22 09:19:26 +00:00
Budibase Release Bot 46beea5ec0 v1.2.47 2022-08-20 11:45:07 +00:00
Budibase Release Bot 60c8dc10d2 v1.2.46 2022-08-20 08:35:52 +00:00
Budibase Staging Release Bot 3f1204806c v1.2.44-alpha.0 2022-08-19 15:14:08 +00:00
Budibase Release Bot cd1b7c75c5 v1.2.45 2022-08-19 14:43:12 +00:00
Budibase Release Bot ec6f0ec3d1 v1.2.44 2022-08-19 14:17:38 +00:00
Rory Powell 7d1a32f729 Merge branch 'master' into develop 2022-08-19 14:15:49 +01:00
Andrew Kingston 2c87d6e340 Initial work on websockets 2022-08-19 11:09:20 +01:00
Budibase Release Bot ead009a801 v1.2.43 2022-08-19 08:40:10 +00:00
Budibase Release Bot 79b1aef9f8 v1.2.42 2022-08-18 13:33:18 +00:00
Budibase Staging Release Bot c0719786eb v1.2.41-alpha.5 2022-08-18 11:48:31 +00:00
Budibase Staging Release Bot a42ff6cd50 v1.2.41-alpha.4 2022-08-18 11:20:32 +00:00
Budibase Release Bot aca0c5c6c0 v1.2.41 2022-08-18 08:15:49 +00:00
Budibase Staging Release Bot 371816e923 v1.2.41-alpha.3 2022-08-17 16:01:36 +00:00
melohagan 5b9b071f62 Merge pull request #7243 from Budibase/bug/sev2/orphaned-minio-attachment
Delete attachments on field clear from minio bucket
2022-08-17 16:48:27 +01:00
Budibase Staging Release Bot c021f5187a v1.2.41-alpha.2 2022-08-17 15:46:45 +00:00
melohagan b2ae542869 Merge pull request #5829 from Budibase/feature/clickable-container
Containers support onClick
2022-08-17 16:34:41 +01:00
Budibase Staging Release Bot ff1029fc80 v1.2.41-alpha.1 2022-08-17 15:21:29 +00:00
Andrew Kingston 32025ef76d Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-17 16:13:27 +01:00
Andrew Kingston 6ef6b47c52 Disable pointer events for all components nested inside a clickable container 2022-08-17 15:43:42 +01:00
Andrew Kingston 1a23970a38 Return nullish button action function for empty arrays 2022-08-17 15:43:25 +01:00
Andrew Kingston 4bc2c7a28f Revert click context 2022-08-17 15:17:29 +01:00
Andrew Kingston 3caae00d38 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-08-17 14:20:34 +01:00
Budibase Staging Release Bot e7ff65a070 v1.2.41-alpha.0 2022-08-16 14:50:58 +00:00
Michael Drury 6ddf6c58d2 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-16 15:42:47 +01:00
Michael Drury cfbc9b043c Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-16 15:39:40 +01:00
Budibase Staging Release Bot 1b2cbf8431 v1.2.39-alpha.8 2022-08-16 13:37:03 +00:00
Budibase Staging Release Bot f2921f8842 v1.2.39-alpha.7 2022-08-16 09:27:48 +00:00
mike12345567 4683c57e02 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-15 16:17:54 +01:00
Budibase Staging Release Bot dc0af9ef81 v1.2.39-alpha.6 2022-08-15 13:55:15 +00:00
Mel O'Hagan d2f9201bd0 Block child button onClick if container hasOnClick 2022-08-14 14:42:25 +01:00
Mel O'Hagan 2b322b5243 Merge branch 'develop' into feature/clickable-container 2022-08-14 12:55:04 +01:00
Budibase Staging Release Bot 2b7bce3746 v1.2.39-alpha.5 2022-08-12 17:16:26 +00:00
Budibase Staging Release Bot 9366f407cf v1.2.39-alpha.4 2022-08-12 16:31:16 +00:00
Budibase Staging Release Bot 56d7e6e4d2 v1.2.39-alpha.3 2022-08-12 14:43:32 +00:00
melohagan 812bddcd61 Merge pull request #7237 from Budibase/feature/custom-colour-charts
Custom colour palette for charts
2022-08-12 15:33:57 +01:00
Budibase Release Bot afad99b495 v1.2.40 2022-08-12 14:30:31 +00:00
Budibase Staging Release Bot 0810e05430 v1.2.39-alpha.2 2022-08-12 14:14:56 +00:00
Budibase Release Bot 872c4056d3 v1.2.39 2022-08-12 13:52:26 +00:00
Mel O'Hagan dd2b2139bb Remove unused barSeparator 2022-08-12 14:37:52 +01:00
Andrew Kingston ceb3eb78e5 Remove uncecessary calls to loadBudibase when registering a plugin at runtime 2022-08-12 14:34:44 +01:00
Andrew Kingston 8c227c0edd Simply logic around handling runtime reloading of custom components 2022-08-12 14:02:11 +01:00
mike12345567 37dee844d2 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-12 13:13:15 +01:00
Budibase Staging Release Bot f92375329a v1.2.39-alpha.1 2022-08-12 12:09:27 +00:00
Budibase Staging Release Bot d327ab53b8 v1.2.39-alpha.0 2022-08-12 11:19:01 +00:00
Mel O'Hagan 5171fc09fb Delete attachments on field clear 2022-08-12 11:29:57 +01:00
Mel O'Hagan e45cb32c14 Custom colors Area Chart 2022-08-11 17:59:38 +01:00
Mel O'Hagan a51a8d1c6d Custom colors line chart 2022-08-11 17:52:09 +01:00
Mel O'Hagan 255434a714 Add colors for Bar and Donut Charts 2022-08-11 17:45:46 +01:00
Andrew Kingston f0d17b2039 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 17:05:58 +01:00
Andrew Kingston 3b3d48196e Transparently hot reload app preview when inserting a custom component bundle and reload relevant components 2022-08-11 17:05:42 +01:00
Mel O'Hagan 352d236f2e Custom colors for Pie Chart 2022-08-11 16:59:50 +01:00
mike12345567 c9c468a424 Merge branch 'plugins-dev-experience' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 16:36:07 +01:00
mike12345567 76d427001a Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-11 16:34:01 +01:00
mike12345567 1c7f860184 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
Mel O'Hagan 7c13d3ded9 Custom color bar chart 2022-08-11 15:31:39 +01:00
Budibase Release Bot c5c838ad94 v1.2.38 2022-08-11 14:29:57 +00:00
Andrew Kingston f00d860d9c Use full component names for custom components in client library 2022-08-11 15:27:51 +01:00
Budibase Staging Release Bot ac7ce66571 v1.2.33-alpha.3 2022-08-11 13:49:14 +00:00
Budibase Staging Release Bot bd1a5caecc v1.2.33-alpha.2 2022-08-11 11:34:47 +00:00
Mel O'Hagan 2941ba5ade Add prop for 24hr time 2022-08-11 11:01:48 +01:00
Budibase Release Bot a72486758f v1.2.37 2022-08-11 08:52:16 +00:00
Budibase Release Bot ddb859df8a v1.2.36 2022-08-10 20:04:54 +00:00
Budibase Release Bot 85a5900315 v1.2.35 2022-08-10 16:44:10 +00:00
Budibase Release Bot 5cec6d61f4 v1.2.34 2022-08-10 15:58:32 +00:00
Budibase Release Bot 63c2d51168 v1.2.33 2022-08-10 15:36:06 +00:00
Budibase Staging Release Bot bf748de502 v1.2.33-alpha.1 2022-08-10 15:28:57 +00:00
Budibase Staging Release Bot 947091c6c4 v1.2.33-alpha.0 2022-08-10 14:57:48 +00:00
Andrew Kingston 07909c9ae3 Remove forced custom component from client library 2022-08-10 15:52:19 +01:00
Andrew Kingston eab1b93c24 Update client library to full handle custom components 2022-08-10 15:34:00 +01:00
Budibase Release Bot c3d178c60f v1.2.32 2022-08-10 14:32:21 +00:00
Budibase Release Bot eb402d3819 v1.2.31 2022-08-10 13:55:01 +00:00
Budibase Release Bot db2afb03cb v1.2.30 2022-08-10 13:31:28 +00:00
Budibase Release Bot 1361592fc4 v1.2.29 2022-08-10 12:42:25 +00:00
mike12345567 8ac1a20ef7 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-10 13:31:10 +01:00
Budibase Release Bot b9f4d49af0 v1.2.28 2022-08-10 11:50:14 +00:00
Rory Powell d1abb4f7b4 Merge pull request #7194 from Budibase/trigger-served-ping
Trigger served events on ping endpoint
2022-08-10 12:37:24 +01:00
Budibase Staging Release Bot e2550cc19d v1.2.28-alpha.0 2022-08-10 11:09:57 +00:00
Andrew Kingston 3745cf6b46 Add PoC of using a custom component inside client library 2022-08-10 12:04:58 +01:00
Rory Powell 500e697974 Trigger served events on ping endpoint 2022-08-10 11:01:54 +01:00
Budibase Release Bot 09acdb11df v1.2.27 2022-08-10 08:43:44 +00:00
Budibase Release Bot a07b92e0dd v1.2.26 2022-08-09 13:28:56 +00:00
Budibase Release Bot 8187e25c6d v1.2.25 2022-08-09 10:08:51 +00:00
Budibase Release Bot 9fa59a9242 v1.2.24 2022-08-08 16:50:33 +00:00
Budibase Release Bot 84da0b6dc0 v1.2.23 2022-08-08 15:55:00 +00:00
Budibase Release Bot cf12dbef7a v1.2.22 2022-08-08 14:13:10 +00:00
Budibase Release Bot 53c2aa3423 v1.2.21 2022-08-08 13:19:20 +00:00
Budibase Release Bot 1100c93c8d v1.2.20 2022-08-08 11:36:29 +00:00
Budibase Release Bot a94576add8 v1.2.19 2022-08-08 09:59:51 +00:00
Budibase Release Bot bf155b69e2 v1.2.18 2022-08-08 09:10:52 +00:00
Budibase Release Bot 4743181157 v1.2.17 2022-08-06 19:29:21 +00:00
melohagan d569fc7692 Merge pull request #7113 from Budibase/bug/sev3/options-picker-set-value-relationship-picker
Options picker set value for relationship picker - handle non-array values
2022-08-06 20:18:27 +01:00
Budibase Release Bot ca59b500f1 v1.2.16 2022-08-05 21:22:22 +00:00
Budibase Release Bot b40a3ff5a4 v1.2.15 2022-08-05 16:45:30 +00:00
Mel O'Hagan 15ffa76d6f Handle non-array values 2022-08-05 14:53:41 +01:00
Budibase Release Bot f3dfcf07aa v1.2.14 2022-08-05 12:00:58 +00:00
Budibase Release Bot dff11ee7a5 v1.2.13 2022-08-05 10:40:20 +00:00
Budibase Release Bot 8db77ffaf4 v1.2.12 2022-08-04 19:51:17 +00:00
Budibase Release Bot 93f5a57df6 v1.2.11 2022-08-04 18:49:45 +00:00
Budibase Release Bot 787ecbc9db v1.2.10 2022-08-04 15:20:18 +00:00
Budibase Release Bot d47b0d15b9 v1.2.9 2022-08-04 14:33:14 +00:00
Budibase Release Bot a91a8857c8 v1.2.8 2022-08-04 12:00:52 +00:00
Budibase Release Bot 6437f9af4a v1.2.7 2022-08-04 11:15:11 +00:00
Budibase Release Bot 15d62a5fd3 v1.2.6 2022-08-04 08:30:40 +00:00
Budibase Release Bot 66bc34de12 v1.2.5 2022-08-03 14:03:36 +00:00
Budibase Release Bot 1bcb7a05b5 v1.2.4 2022-08-02 14:38:48 +00:00
Budibase Release Bot 9a42f27755 v1.2.3 2022-08-02 10:56:12 +00:00
Budibase Release Bot 2a7a1bd853 v1.2.2 2022-08-02 09:45:34 +00:00
Budibase Release Bot 24beed7eea v1.2.1 2022-08-02 09:33:49 +00:00
Budibase Release Bot 6824e0201f v1.2.0 2022-08-02 08:45:09 +00:00
Andrew Kingston 98864c9614 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-08-01 19:08:30 +01:00
Budibase Staging Release Bot 937e769276 v1.1.33-alpha.1 2022-08-01 17:23:31 +00:00
Budibase Staging Release Bot f3e7fa24b5 v1.1.33-alpha.0 2022-08-01 16:09:32 +00:00
Martin McKeaveney 61a61e5703 merge with master 2022-08-01 16:51:51 +01:00
Budibase Release Bot c7eff641fc v1.1.32 2022-08-01 15:43:39 +00:00
Martin McKeaveney 77489b2583 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-01 16:35:12 +01:00
Martin McKeaveney 3df1b61d0e Merge pull request #6922 from Budibase/fix/indicators-initial-load
Fix issue showing selected component indicators on initial load
2022-08-01 16:33:44 +01:00
Budibase Staging Release Bot 6accd07c07 v1.1.32-alpha.5 2022-08-01 15:03:22 +00:00
Budibase Staging Release Bot 20c1196aad v1.1.32-alpha.4 2022-08-01 11:47:51 +00:00
Budibase Staging Release Bot 52a2e5bbeb v1.1.32-alpha.3 2022-08-01 08:53:34 +00:00
Budibase Staging Release Bot 575ffb1500 v1.1.32-alpha.2 2022-08-01 08:19:07 +00:00
Budibase Staging Release Bot 8950e25af1 v1.1.32-alpha.1 2022-07-29 18:36:47 +00:00
Budibase Staging Release Bot 4a43f348d3 v1.1.32-alpha.0 2022-07-29 16:06:40 +00:00
Martin McKeaveney 4fc25e6af2 latest from master 2022-07-29 16:12:38 +01:00
Budibase Release Bot a8ea8a0cf3 v1.1.31 2022-07-29 14:57:51 +00:00
Andrew Kingston 9717858c95 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop 2022-07-29 15:04:37 +01:00
Budibase Staging Release Bot e4fadd5cc4 v1.1.29-alpha.2 2022-07-29 13:07:37 +00:00
Andrew Kingston 3ebb2e193f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-29 13:48:27 +01:00
Andrew Kingston a9a4b6ee44 Add keybindings to component context menu. Add duplicate keybinding. Simplify pasting 2022-07-29 13:33:04 +01:00
Andrew Kingston 8758f6b49a Add support for custom themes in client apps 2022-07-29 13:33:04 +01:00
Andrew Kingston b9dc9f7b56 Fix button roundess not applying properly to large and XL buttons 2022-07-29 13:33:04 +01:00
Andrew Kingston a4847a471c Add keyboard shortcuts for components. Improve component reordering 2022-07-29 13:33:02 +01:00
Budibase Release Bot dd1d000ca7 v1.1.30 2022-07-28 15:24:10 +00:00
Budibase Release Bot 3d45434654 v1.1.29 2022-07-28 09:36:48 +00:00
Budibase Staging Release Bot 98343adfcc v1.1.29-alpha.1 2022-07-28 09:32:56 +00:00
Andrew Kingston 08f9c628ab Merge pull request #6920 from Budibase/design-updates
Design updates
2022-07-28 10:24:01 +01:00
Mel O'Hagan c88995244f Remove timeoutIds 2022-07-28 09:39:24 +01:00
Mel O'Hagan 6c1c51a22a Merge branch 'develop' into bug/sev3/remove-validate-current-step-checkbox 2022-07-28 09:25:55 +01:00
Budibase Staging Release Bot e30f71fc03 v1.1.29-alpha.0 2022-07-27 20:43:38 +00:00
Rory Powell 1dc062a3fb Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00
Budibase Staging Release Bot 08176ad006 v1.1.25-alpha.5 2022-07-27 18:33:57 +00:00
Budibase Staging Release Bot bed505f451 v1.1.25-alpha.4 2022-07-27 17:57:32 +00:00
Rory Powell e190d1cae9 Update lockfiles in pro release 2022-07-27 13:42:06 -04:00
Budibase Release Bot 632479ee0e v1.1.28 2022-07-27 16:49:29 +00:00
Budibase Staging Release Bot 4c39cf1baf v1.1.25-alpha.3 2022-07-27 16:47:54 +00:00
Budibase Release Bot 6713c0b46d v1.1.27 2022-07-27 15:46:51 +00:00
Budibase Staging Release Bot 29ae9b9479 v1.1.25-alpha.2 2022-07-27 15:19:37 +00:00
Budibase Release Bot 9fa39b0538 v1.1.26 2022-07-27 12:35:02 +00:00
Andrew Kingston b76000f828 Fix issue showing selected component indicators on initial load sometimes due to null reference 2022-07-27 12:55:20 +01:00
Andrew Kingston 31ddce3ada Merge branch 'master' of github.com:Budibase/budibase into design-updates 2022-07-27 11:19:39 +01:00
Andrew Kingston aed40def09 Update long form field icon 2022-07-27 11:09:11 +01:00
Budibase Staging Release Bot fa39900672 v1.1.25-alpha.1 2022-07-26 19:42:38 +00:00
Budibase Release Bot 2e3ef1c3ed v1.1.25 2022-07-26 17:06:56 +00:00
Budibase Staging Release Bot 7a2e82d6fb v1.1.25-alpha.0 2022-07-26 16:36:18 +00:00
mike12345567 d30e27d27d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-26 17:25:55 +01:00
Budibase Release Bot b364b7bcfe v1.1.24 2022-07-26 15:54:14 +00:00
Budibase Staging Release Bot b8d05abd8c v1.1.22-alpha.2 2022-07-26 15:53:16 +00:00
Martin McKeaveney de845cf832 Merge pull request #6897 from Budibase/nord-theme
Nord theme + Midnight theme
2022-07-26 16:45:04 +01:00
Martin McKeaveney 8e854d3e13 Merge pull request #6858 from Budibase/cheeks-fixes
Drag and drop fix + date filtering improvement
2022-07-26 16:42:58 +01:00
Budibase Staging Release Bot 9bd6cbd35c v1.1.22-alpha.1 2022-07-26 14:11:00 +00:00
Budibase Release Bot 25714061df v1.1.23 2022-07-26 12:44:54 +00:00
Andrew Kingston d81d584233 Don't load custom themes for client apps 2022-07-26 13:41:59 +01:00
Andrew Kingston ec6e17748a Merge branch 'master' of github.com:Budibase/budibase into nord-theme 2022-07-26 11:46:28 +01:00
Budibase Release Bot c96b78a9d4 v1.1.22 2022-07-25 14:11:42 +00:00
Andrew Kingston 7d12458ef7 Update add component menu to new designs 2022-07-25 11:57:27 +01:00
Maurits Lourens 92b7cdf897 add missing props 2022-07-25 09:49:37 +02:00
Budibase Staging Release Bot 8372900b0e v1.1.22-alpha.0 2022-07-22 18:37:20 +00:00
mike12345567 bd7ace561a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-22 19:14:35 +01:00
Budibase Staging Release Bot e2b6ebc168 v1.1.18-alpha.5 2022-07-22 17:12:47 +00:00
Andrew Kingston 303bfd5be4 Make block searching on dates useful by using a range of the whole day 2022-07-22 11:10:20 +01:00
Budibase Release Bot 372e957258 v1.1.21 2022-07-22 07:32:36 +00:00
Budibase Release Bot 092e4bd98b v1.1.20 2022-07-21 11:22:27 +00:00
Mel O'Hagan 3fdc037082 Set notification width to fixed 2022-07-21 12:03:01 +01:00
Budibase Staging Release Bot 7065fa3f60 v1.1.18-alpha.4 2022-07-21 10:00:09 +00:00
Budibase Staging Release Bot bee5b6b603 v1.1.18-alpha.3 2022-07-21 08:41:47 +00:00
Budibase Release Bot bc4d858803 v1.1.19 2022-07-21 08:34:26 +00:00
Andrew Kingston 6b9898f9ad Merge pull request #6735 from Budibase/fix/dom-children
Replace incorrect usages of element.childNodes with element.children
2022-07-21 09:24:47 +01:00
Andrew Kingston e5665c5164 Merge pull request #6788 from Budibase/clickable-cards
Allow full spectrum cards to be clickable
2022-07-21 09:16:41 +01:00
Mel O'Hagan 96c99da3ce lint 2022-07-20 14:16:08 +01:00
Mel O'Hagan 3b1edf2bdb lint 2022-07-20 13:55:12 +01:00
Mel O'Hagan cc5920da12 Add notification store timeouts 2022-07-20 13:54:45 +01:00
Mel O'Hagan 6e9ece3cd7 Allow client notifications to be stacked 2022-07-20 13:41:18 +01:00
Budibase Release Bot d106afdb16 v1.1.18 2022-07-20 12:19:41 +00:00
Budibase Staging Release Bot e062d2bb55 v1.1.18-alpha.2 2022-07-20 11:11:31 +00:00
Mel O'Hagan 5db7a80dcd lint 2022-07-20 10:59:27 +01:00
Mel O'Hagan 6e63151143 Handle validation error toasts 2022-07-20 10:46:24 +01:00
Budibase Staging Release Bot c77c5fa406 v1.1.18-alpha.1 2022-07-20 09:21:34 +00:00
Mel O'Hagan 5a3688d237 Remove checkbox. Always validate current step. 2022-07-20 09:56:02 +01:00
dependabot[bot] 8f6ce3d0b4 Bump terser from 5.10.0 to 5.14.2 in /packages/client
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 02:41:02 +00:00
Budibase Staging Release Bot b54fd14cf4 v1.1.18-alpha.0 2022-07-19 13:24:56 +00:00
mike12345567 1c02c3d3c3 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-19 14:12:48 +01:00
Budibase Staging Release Bot b98c724c04 v1.1.15-alpha.3 2022-07-19 10:23:48 +00:00
Michael Drury 00efa5eb04 Merge pull request #6584 from Budibase/labday/backups
CLI backups functionality
2022-07-19 11:13:59 +01:00
Budibase Release Bot 302a64b8e1 v1.1.17 2022-07-18 17:51:38 +00:00
Budibase Staging Release Bot df4da22a4b v1.1.15-alpha.2 2022-07-18 17:23:36 +00:00
mike12345567 082b5571a5 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 17:53:28 +01:00
Budibase Release Bot bee10b5211 v1.1.16 2022-07-18 14:24:55 +00:00
Andrew Kingston b08aea2241 Allow full spectrum cards to be clickable 2022-07-18 15:23:07 +01:00
dependabot[bot] 17313bc288 Bump svelte from 3.46.4 to 3.49.0
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 14:22:29 +00:00
Budibase Staging Release Bot 6768125fe9 v1.1.15-alpha.1 2022-07-18 14:17:03 +00:00
Andrew Kingston 0aa4f43581 Merge pull request #6733 from Budibase/409-fixes-master
Frontend store improvements for conflicts and performance
2022-07-18 15:03:47 +01:00
Budibase Staging Release Bot f1c99997e5 v1.1.15-alpha.0 2022-07-18 13:23:56 +00:00
Budibase Release Bot c95abe380f v1.1.15 2022-07-18 13:16:48 +00:00
mike12345567 6f78b5eea8 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 14:16:39 +01:00
mike12345567 6afdd6dcec Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-18 14:09:02 +01:00
mike12345567 a8a7bea658 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 13:59:46 +01:00
Budibase Release Bot 1ce75b1a19 v1.1.14 2022-07-18 12:13:20 +00:00
Budibase Release Bot 7f57435beb v1.1.13 2022-07-18 09:53:41 +00:00
Budibase Staging Release Bot 468573ea91 v1.1.10-alpha.4 2022-07-18 09:12:15 +00:00
Budibase Release Bot 93e8c50c7a v1.1.12 2022-07-18 08:55:27 +00:00
dependabot[bot] b8f2125fd9 Bump svelte from 3.46.4 to 3.49.0 in /packages/client
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.46.4 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/compare/v3.46.4...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-15 16:53:52 +00:00
Andrew Kingston c9ee465507 Replace incorrect usages of element.childNodes with element.children 2022-07-15 13:47:39 +01:00
Andrew Kingston 80018e9668 Visually hide components when cutting but do not remove from real definition 2022-07-15 13:09:43 +01:00
Budibase Staging Release Bot bdc21065e3 v1.1.10-alpha.3 2022-07-15 09:57:58 +00:00
Budibase Staging Release Bot 37899b47ee v1.1.10-alpha.2 2022-07-15 09:32:18 +00:00
Budibase Release Bot d0d477e405 v1.1.11 2022-07-15 09:05:39 +00:00
Budibase Staging Release Bot 431da64f96 v1.1.10-alpha.1 2022-07-15 08:26:04 +00:00
Budibase Staging Release Bot 7a88742cc2 v1.1.10-alpha.0 2022-07-14 18:45:31 +00:00
Budibase Release Bot 790ccc8cac v1.1.10 2022-07-14 18:42:37 +00:00
Budibase Release Bot 20e8ba4d0d v1.1.9 2022-07-14 18:01:07 +00:00
Budibase Release Bot 5f92ec6edf v1.1.8 2022-07-14 17:18:06 +00:00
Budibase Release Bot b54035f426 v1.1.7 2022-07-13 17:26:44 +00:00
Budibase Release Bot 03ec93abd2 v1.1.6 2022-07-13 16:29:54 +00:00
Budibase Release Bot 5e63b6076c v1.1.5 2022-07-13 15:18:01 +00:00
Budibase Release Bot bc5f68778a v1.1.4 2022-07-13 14:23:12 +00:00
Andrew Kingston b92d0b7630 Merge pull request #6682 from Budibase/cheeks-fixes
Design polish + misc fixes
2022-07-13 13:09:30 +01:00
Andrew Kingston 2a9c323689 Update cards block filter limit to 5 2022-07-13 12:54:04 +01:00
Andrew Kingston 610a64eec0 Remove layout padding when using max width screens 2022-07-13 12:19:24 +01:00
Andrew Kingston 3996aad9e9 Update table block filter limit to 5 2022-07-13 12:12:30 +01:00
Budibase Release Bot c8868ae458 v1.1.3 2022-07-13 11:08:22 +00:00
Budibase Release Bot 196ef25880 v1.1.2 2022-07-11 16:56:08 +00:00
Martin McKeaveney a5e4e51410 v1.1.1 2022-07-11 17:45:09 +01:00
Budibase Release Bot b597e08149 v1.1.0 2022-07-11 16:35:16 +00:00
Budibase Release Bot 1766af3fe2 v1.0.221 2022-07-11 16:14:26 +00:00
Budibase Release Bot f27c52836e v1.0.220 2022-07-11 15:49:41 +00:00
Budibase Staging Release Bot a63a9d472a v1.0.220-alpha.3 2022-07-11 12:40:23 +00:00
Andrew Kingston b10bbd7e2f Ensure devtools are never shown in the app preview 2022-07-11 13:13:39 +01:00
Andrew Kingston e00c91c8a6 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 12:13:14 +01:00
Budibase Staging Release Bot e166b56561 v1.0.220-alpha.2 2022-07-11 11:04:12 +00:00
Budibase Staging Release Bot aac2695533 v1.0.220-alpha.1 2022-07-11 10:22:01 +00:00
Andrew Kingston bcc736a3a4 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:51:29 +01:00
Andrew Kingston 16116f2877 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
Budibase Staging Release Bot 2dc0dcb079 v1.0.220-alpha.0 2022-07-11 09:31:40 +00:00
Martin McKeaveney adb265564e merge 2022-07-11 10:19:07 +01:00
mike12345567 4345391dd3 Quick fixes to automation history UI around publishing and unpublishing. 2022-07-08 19:32:05 +01:00
Budibase Staging Release Bot 8fbfe2f7cc v1.0.219-alpha.17 2022-07-08 14:43:13 +00:00
Budibase Release Bot 50862e7614 v1.0.219 2022-07-08 12:34:02 +00:00
Budibase Staging Release Bot 7682a44bf4 v1.0.219-alpha.16 2022-07-08 12:31:06 +00:00
Budibase Staging Release Bot 879cc6590a v1.0.219-alpha.15 2022-07-08 12:12:41 +00:00
Budibase Staging Release Bot 1ae934d1aa v1.0.219-alpha.14 2022-07-08 11:01:57 +00:00
Budibase Staging Release Bot 118beb9eb6 v1.0.219-alpha.13 2022-07-08 08:40:36 +00:00
Budibase Staging Release Bot bf9516a0c1 v1.0.219-alpha.12 2022-07-08 08:17:27 +00:00
melohagan 90a9c667f7 Merge pull request #6561 from Budibase/bug/sev2/dynamic-filter-delete-column-fix
Only add defined schema fields to dynamic filter
2022-07-08 09:05:40 +01:00
Budibase Staging Release Bot 43a6866ac6 v1.0.219-alpha.11 2022-07-07 14:41:07 +00:00
Mel O'Hagan 401bb13870 Merge branch 'develop' into bug/sev2/dynamic-filter-delete-column-fix 2022-07-07 13:45:43 +01:00
Budibase Staging Release Bot 7d81c0b21c v1.0.219-alpha.10 2022-07-07 12:13:32 +00:00
Budibase Staging Release Bot 4b868c6575 v1.0.219-alpha.9 2022-07-07 11:12:43 +00:00
Budibase Staging Release Bot c7343bb5aa v1.0.219-alpha.8 2022-07-07 10:40:17 +00:00
Budibase Staging Release Bot 4db03245a1 v1.0.219-alpha.7 2022-07-06 20:56:34 +00:00
Budibase Staging Release Bot 294b25504f v1.0.219-alpha.6 2022-07-06 16:57:35 +00:00
Budibase Staging Release Bot 33d442b0c5 v1.0.219-alpha.5 2022-07-06 15:42:23 +00:00
Budibase Staging Release Bot 4ad3c6062b v1.0.219-alpha.4 2022-07-06 13:14:14 +00:00
Budibase Staging Release Bot 7b55dc5c31 v1.0.219-alpha.3 2022-07-06 12:48:30 +00:00
Budibase Staging Release Bot e9297e0379 v1.0.219-alpha.2 2022-07-06 12:36:37 +00:00
Budibase Staging Release Bot 3e98e68259 v1.0.219-alpha.1 2022-07-06 12:16:08 +00:00
Budibase Staging Release Bot 4ad19d2e72 v1.0.219-alpha.0 2022-07-05 16:57:18 +00:00
mike12345567 48975be041 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-05 17:37:04 +01:00
Mel O'Hagan 191cc0069c Only add defined schema fields to dynamic filter 2022-07-05 15:23:04 +01:00
Budibase Staging Release Bot e83613124b v1.0.212-alpha.15 2022-07-05 09:27:43 +00:00
melohagan d2ffd68ebf Merge pull request #6554 from Budibase/bug/sev3/blank-field-regex-not-working
Make null values empty for regex validation
2022-07-05 10:08:51 +01:00
Budibase Staging Release Bot 71f7b60630 v1.0.212-alpha.14 2022-07-05 08:31:43 +00:00
Mel O'Hagan 36a8e05390 Merge branch 'develop' into bug/sev3/blank-field-regex-not-working 2022-07-04 20:29:25 +01:00
Mel O'Hagan 530c7df2dd Make null values empty for regex validation 2022-07-04 20:25:27 +01:00
Budibase Staging Release Bot e34db7b70d v1.0.212-alpha.13 2022-07-04 16:56:48 +00:00
Budibase Release Bot ad6d7b6012 v1.0.218 2022-07-04 15:04:53 +00:00
Budibase Release Bot 80e35dc242 v1.0.217 2022-07-04 13:16:12 +00:00
Budibase Staging Release Bot 5eddda2f4c v1.0.212-alpha.12 2022-07-04 11:22:35 +00:00
Budibase Release Bot 92b723f55e v1.0.216 2022-07-04 09:26:54 +00:00
Budibase Release Bot 9e9c6bb6b1 v1.0.215 2022-07-04 08:51:35 +00:00
Budibase Staging Release Bot 33835b47e5 v1.0.212-alpha.11 2022-07-04 08:45:33 +00:00
Andrew Kingston 9c7263dae9 Fix mobile mode not working properly inside app preview 2022-07-01 13:40:37 +01:00
Andrew Kingston ed32e26705 Set button active state color to be custom theme hover color 2022-07-01 13:37:28 +01:00
Andrew Kingston bc087f3a69 Update icons for many components 2022-07-01 13:11:48 +01:00
Budibase Staging Release Bot e5518f03dd v1.0.212-alpha.10 2022-07-01 10:11:44 +00:00
Budibase Staging Release Bot 55b1a6da74 v1.0.212-alpha.9 2022-06-30 23:42:49 +00:00
Martin McKeaveney 836af2ffbe Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-01 00:34:50 +01:00
Andrew Kingston 5b2ff31e73 Add ability to eject blocks into raw components 2022-06-30 19:31:25 +01:00
Andrew Kingston 4940d71145 Be more explicit with imports to avoid circular dependencies 2022-06-30 19:31:06 +01:00
Andrew Kingston 39df006099 Update locks 2022-06-30 19:30:43 +01:00
Budibase Staging Release Bot 5540b8f884 v1.0.212-alpha.8 2022-06-30 17:01:12 +00:00
Budibase Staging Release Bot 19b4e2e051 v1.0.212-alpha.7 2022-06-30 13:56:24 +00:00
Budibase Release Bot c17224b9d6 v1.0.214 2022-06-30 12:20:41 +00:00
Mel O'Hagan d222dba681 Merge branch 'develop' into feature/clickable-container 2022-06-29 14:21:58 +01:00
Budibase Staging Release Bot 1dc3fd6624 v1.0.212-alpha.6 2022-06-29 09:02:17 +00:00
Budibase Release Bot c4bdad4807 v1.0.213 2022-06-29 08:16:43 +00:00
Andrew Kingston 748a7de1ec Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-29 09:01:48 +01:00
Budibase Staging Release Bot e47ed87200 v1.0.212-alpha.5 2022-06-28 21:54:55 +00:00
Budibase Staging Release Bot b81ead2da4 v1.0.212-alpha.4 2022-06-28 18:41:48 +00:00
Budibase Staging Release Bot d92cb590b9 v1.0.212-alpha.3 2022-06-28 17:22:24 +00:00
Budibase Staging Release Bot f8a8faa50a v1.0.212-alpha.2 2022-06-28 13:54:40 +00:00
Budibase Staging Release Bot 94e6757c55 v1.0.212-alpha.1 2022-06-28 12:24:15 +00:00
Budibase Staging Release Bot 3f5c583685 v1.0.212-alpha.0 2022-06-24 17:00:31 +00:00
Budibase Release Bot 5a34127d24 v1.0.212 2022-06-24 16:54:00 +00:00
mike12345567 a625fa573d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-24 17:50:55 +01:00
Budibase Release Bot 76e86bc92a v1.0.211 2022-06-24 15:04:34 +00:00
Budibase Release Bot 46801c776b v1.0.210 2022-06-23 16:57:56 +00:00
Budibase Staging Release Bot 124c4e88e2 v1.0.207-alpha.10 2022-06-23 14:45:06 +00:00
Andrew Kingston 6a9d8acf9f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-23 15:33:07 +01:00
Budibase Staging Release Bot cdd4cfc2bb v1.0.207-alpha.9 2022-06-23 14:09:31 +00:00
Budibase Release Bot 1ce200ee7e v1.0.209 2022-06-23 14:08:59 +00:00
Andrew Kingston 29ff84018a Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-23 15:00:48 +01:00
Budibase Staging Release Bot a17c2496ce v1.0.207-alpha.8 2022-06-23 13:01:28 +00:00
Budibase Staging Release Bot 9f355bc763 v1.0.207-alpha.7 2022-06-23 12:19:06 +00:00
Andrew Kingston a0d83eefaa Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-22 12:49:46 +01:00
Andrew Kingston 680849d561 Merge pull request #6392 from Budibase/custom-csv-export
Add option to customise which columns are exported in export data action
2022-06-22 12:49:10 +01:00
Andrew Kingston 1811926515 Merge pull request #6409 from Budibase/useful-features
"On screen load" actions & query params binding
2022-06-22 08:49:51 +01:00
Andrew Kingston ad57889c79 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-21 15:10:58 +01:00
Budibase Staging Release Bot 95c29d4a10 v1.0.207-alpha.6 2022-06-21 12:37:15 +00:00
Maurits Lourens 657ee6289c Merge branch 'develop' into merge_create_user_modals
# Conflicts:
#	packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-06-21 13:10:27 +02:00
Budibase Staging Release Bot 82e5456847 v1.0.207-alpha.5 2022-06-21 09:13:16 +00:00
Andrew Kingston b9494e52b6 Fix indentation 2022-06-21 09:52:51 +01:00
Andrew Kingston 7eddb3b369 Add data binding for query params 2022-06-21 09:39:25 +01:00
Andrew Kingston 853f9fd268 Don't fire on load events when working in the builder preview 2022-06-21 09:38:57 +01:00
Budibase Staging Release Bot a39340c326 v1.0.207-alpha.4 2022-06-20 16:34:21 +00:00
Andrew Kingston 8643bb1553 Add 'on load' actions for screens 2022-06-20 16:12:46 +01:00
Budibase Staging Release Bot 84e2dc78b0 v1.0.207-alpha.3 2022-06-20 12:49:25 +00:00
Andrew Kingston f1250840af Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-20 13:28:26 +01:00
Budibase Release Bot 5e02d8e364 v1.0.208 2022-06-20 12:14:13 +00:00
Budibase Staging Release Bot 125c51dbc4 v1.0.207-alpha.2 2022-06-20 12:09:16 +00:00
Budibase Staging Release Bot 3b318889a4 v1.0.207-alpha.1 2022-06-20 11:46:05 +00:00
Andrew Kingston 6845f86689 Add option to customise which columns are exported in export data action 2022-06-20 12:32:13 +01:00
Budibase Staging Release Bot 346780a472 v1.0.207-alpha.0 2022-06-20 09:49:23 +00:00
Budibase Release Bot cd1f7baaed v1.0.207 2022-06-20 09:49:13 +00:00
Maurits Lourens 4799af1df6 Merge branch 'develop' into merge_create_user_modals
# Conflicts:
#	packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-06-17 14:23:36 +02:00
mike12345567 7050ffc2cb Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-17 11:41:34 +01:00
Andrew Kingston 0c7b5362e0 Move screen ranking and sorting logic to screen store 2022-06-17 10:18:39 +01:00
Andrew Kingston db9daaefaa Improve client routing logic 2022-06-17 10:09:27 +01:00
Budibase Release Bot 3e9adedc4a v1.0.206 2022-06-16 14:03:10 +00:00
Budibase Release Bot a7d7730512 v1.0.205 2022-06-16 08:50:15 +00:00
Budibase Release Bot b8ba952bc5 v1.0.204 2022-06-16 08:30:01 +00:00
Budibase Release Bot f7d3b7fae4 v1.0.203 2022-06-16 07:41:55 +00:00
Budibase Release Bot bc981a7f15 v1.0.202 2022-06-15 15:56:01 +00:00
Andrew Kingston b5d635c83f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-15 15:32:33 +01:00
Budibase Release Bot b871bd09ef v1.0.201 2022-06-15 13:56:05 +00:00
Budibase Staging Release Bot 4f3c758973 v1.0.201-alpha.5 2022-06-15 13:19:50 +00:00
Budibase Staging Release Bot 6c83ba7199 v1.0.201-alpha.4 2022-06-15 11:47:55 +00:00
Budibase Staging Release Bot f6967c139f v1.0.201-alpha.3 2022-06-15 10:55:33 +00:00
Budibase Staging Release Bot 606a946201 v1.0.201-alpha.2 2022-06-15 10:31:43 +00:00
Andrew Kingston eb3a7b44b6 Merge pull request #6309 from Budibase/builder-focus-updates
Builder focus updates
2022-06-15 11:07:46 +01:00
Andrew Kingston 2bef536e9a Fix issue where required settings that depend on other settings were still blocking rendering 2022-06-15 10:17:34 +01:00
Budibase Staging Release Bot b29c0a4964 v1.0.201-alpha.1 2022-06-15 08:49:31 +00:00
Budibase Staging Release Bot ced392fdec v1.0.201-alpha.0 2022-06-14 16:44:13 +00:00
Rory Powell 4c73b6dda5 Merge branch 'master' into release 2022-06-14 17:25:11 +01:00
Budibase Release Bot 8549d0ff5e v1.0.200 2022-06-14 15:56:28 +00:00
Budibase Staging Release Bot 307ada5b3f v1.0.200-alpha.5 2022-06-14 15:56:05 +00:00
Andrew Kingston b0fcb0f339 Prevent inline editing of components with missing required settings 2022-06-14 15:34:33 +01:00
Andrew Kingston f1ce3de3d6 Add default value for button text 2022-06-14 15:31:28 +01:00
Andrew Kingston 2914f99e67 Improve determination of default values and logic around showing highlighted settings 2022-06-14 15:29:27 +01:00
Andrew Kingston f2f0276417 Remove required settings from link 2022-06-14 15:08:40 +01:00
Budibase Staging Release Bot 9ea49e4f99 v1.0.200-alpha.4 2022-06-14 13:06:03 +00:00
Rory Powell 2dc10f611c Merge branch 'release' into develop 2022-06-14 13:57:54 +01:00
Budibase Staging Release Bot 60ec68a43d v1.0.200-alpha.3 2022-06-13 21:39:05 +00:00
Budibase Staging Release Bot 046520270b v1.0.200-alpha.2 2022-06-13 15:59:17 +00:00
Andrew Kingston d89047b2ab Revert focus specific logic in other components and simplify 2022-06-13 16:11:12 +01:00
Budibase Staging Release Bot a0f7762142 v1.0.200-alpha.1 2022-06-13 14:38:52 +00:00
Andrew Kingston e097f82b5d Update client library so that component placeholders are always shown when required settings are missing 2022-06-13 12:09:29 +01:00
Budibase Staging Release Bot a300b42b9d v1.0.200-alpha.0 2022-06-13 11:08:22 +00:00
Rory Powell af8b1ff908 Merge branch 'release' into merge-release 2022-06-13 11:58:14 +01:00
Rory Powell 0594a0ea20 Merge branch 'master' into release 2022-06-13 11:54:37 +01:00
Rory Powell 4dc5cfc5a7 Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
Budibase Staging Release Bot d33312d218 v1.0.199-alpha.0 2022-06-13 10:34:28 +00:00
Budibase Staging Release Bot dddf1551aa v1.0.192-alpha.8 2022-06-13 09:52:53 +00:00
Martin McKeaveney ccbe1c12a5 Merge pull request #6184 from actus-ag/feature/optiontype-sort-order
feat: toggle for sort order in options type field
2022-06-13 10:44:21 +01:00
Budibase Staging Release Bot 55c744f274 v1.0.192-alpha.7 2022-06-13 08:13:34 +00:00
Budibase Release Bot 119dd6ab83 v1.0.199 2022-06-10 13:43:23 +00:00
Dean d8f82e9482 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-10 09:53:39 +01:00
Andrew Kingston 0a3fa45599 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-09 16:05:40 +01:00
Andrew Kingston c6dbd52c88 Show devtools even in client app error states, to fix being locked out when changing to a public preview 2022-06-09 15:55:59 +01:00
Andrew Kingston 12961806ff Invalidate cached API responses when bad response statuses are recevied and invalidate entire API cache when switching role 2022-06-09 15:33:41 +01:00
Rory Powell 396a07cac5 Merge branch 'release' into feature/event-backfill 2022-06-09 15:21:49 +01:00
Andrew Kingston 9d26b06958 Improve logic around dev tools roles and its usages. Ensure dev tools roles are never used in builder preview 2022-06-09 15:03:43 +01:00
Andrew Kingston 3d1c5111e9 Add role setting to navigation links to allow easily customising which roles see which links 2022-06-09 14:28:02 +01:00
Budibase Release Bot f34d34359f v1.0.198 2022-06-08 12:06:10 +00:00
Budibase Release Bot c1882634cc v1.0.197 2022-06-08 08:28:45 +00:00
melohagan 9898bf4116 Merge pull request #6220 from Budibase/bug/sev3/select-row-with-button
Don't allow row selection for buttons in rows
2022-06-08 09:18:01 +01:00
Andrew Kingston 7940d4997a Lint 2022-06-07 15:19:51 +01:00
Budibase Release Bot b97f206a5a v1.0.196 2022-06-07 13:54:52 +00:00
Mel O'Hagan 59cfb66428 Added preventSelectRow prop to custom column 2022-06-07 14:40:56 +01:00
Andrew Kingston 6e83c96236 Show empty screen placeholder with a CTA to add a component 2022-06-07 13:41:17 +01:00
Budibase Staging Release Bot 8a19d3ae4b v1.0.192-alpha.6 2022-06-07 09:41:26 +00:00
Philipp Wirtenberger 7daf8ca00b fix: pass `sort` parameter through the options picker 2022-06-07 09:49:19 +02:00
Andrew Kingston d059433f1f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-06-07 08:45:57 +01:00
Andrew Kingston 72397530ec Apply timezones patch from existing ignore-timezones branch 2022-06-07 08:31:00 +01:00
Philipp Wirtenberger 062db071e7 chore: reword options type sort order label
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-06-07 09:27:41 +02:00
Budibase Staging Release Bot 936c69e037 v1.0.192-alpha.5 2022-06-06 15:39:39 +00:00
Rory Powell 361ffd224f Merge branch 'release' into feature/event-backfill 2022-06-06 09:50:06 +01:00
Budibase Release Bot c36522d10a v1.0.195 2022-06-05 15:55:19 +00:00
Budibase Staging Release Bot 87179fc60b v1.0.192-alpha.4 2022-06-05 14:39:18 +00:00
Philipp Wirtenberger e2c20f7c3b feat: toggle for sort order in options type field 2022-06-03 10:58:37 +02:00
Budibase Staging Release Bot eb62eeeb21 v1.0.192-alpha.3 2022-06-02 15:53:16 +00:00
Budibase Release Bot d1b889ac3c v1.0.194 2022-06-01 14:49:52 +00:00
Budibase Staging Release Bot 7f4d701e71 v1.0.192-alpha.2 2022-06-01 12:40:30 +00:00
Budibase Release Bot 740328d1d6 v1.0.193 2022-06-01 12:38:18 +00:00
Budibase Release Bot 07e4f6d26f v1.0.192 2022-06-01 11:16:17 +00:00
Dean 0a79e92c9a Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-01 10:52:11 +01:00
Budibase Staging Release Bot 724c447601 v1.0.192-alpha.1 2022-06-01 09:34:58 +00:00
Budibase Staging Release Bot f1d35057a3 v1.0.192-alpha.0 2022-06-01 08:57:05 +00:00
Martin McKeaveney d57c4987fe Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-01 09:47:13 +01:00
Dean 78d0b70ef8 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-06-01 09:05:24 +01:00
Dean 9012889154 Added missing component config 2022-06-01 09:04:38 +01:00
Dean 692039cd34 Component Cypress tests and fixes 2022-05-31 22:57:33 +01:00
Budibase Staging Release Bot 919abae8c8 v1.0.191-alpha.0 2022-05-31 14:16:46 +00:00
mike12345567 010059e29d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-31 14:59:57 +01:00
Budibase Release Bot 78df2772e6 v1.0.191 2022-05-31 13:57:52 +00:00
Budibase Release Bot 15164833f3 v1.0.190 2022-05-31 13:07:37 +00:00
Budibase Staging Release Bot 5bc1a3698a v1.0.190-alpha.0 2022-05-31 12:20:29 +00:00
Martin McKeaveney 356340f048 merge 2022-05-31 13:11:42 +01:00
Dean f1111fffca Updated approach to focus behaviour. Placeholder now updates to direct the user to the next required field they haven't entered 2022-05-30 12:57:10 +01:00
Rory Powell 2a00f6498d Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-29 00:25:40 +01:00
Rory Powell 857cd2d735 Merge branch 'develop' into feature/posthog-v2 2022-05-28 23:03:31 +01:00
Rory Powell 06b897ba4d Merge branch 'master' into develop 2022-05-28 21:47:24 +01:00
Dean b06235efc0 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-28 18:31:48 +01:00
Budibase Staging Release Bot f185f56263 v1.0.188-alpha.2 2022-05-27 14:48:22 +00:00
Budibase Release Bot 2692f5a630 v1.0.189 2022-05-27 14:45:37 +00:00
Budibase Staging Release Bot 4f2603c5cd v1.0.188-alpha.1 2022-05-27 13:42:06 +00:00
Martin McKeaveney a0a7537e1d Merge pull request #6043 from Budibase/fix/json-schema
Enrich data fetch subscriptions with additional JSON schema fields
2022-05-27 14:34:28 +01:00
Dean 08ccea2e49 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-27 14:04:40 +01:00
Budibase Staging Release Bot 6d09808fa9 v1.0.188-alpha.0 2022-05-27 12:39:56 +00:00
Budibase Release Bot 5dd7f1ad4f v1.0.188 2022-05-27 12:33:26 +00:00
Andrew Kingston 2f324023d9 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-27 13:32:07 +01:00
mike12345567 b8e50bba22 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-27 13:30:02 +01:00
Budibase Release Bot 5d91672ecf v1.0.187 2022-05-27 11:31:21 +00:00
Budibase Release Bot e594d0c1b7 v1.0.186 2022-05-27 10:51:02 +00:00
Budibase Staging Release Bot 70f0699b09 v1.0.185-alpha.7 2022-05-27 10:10:14 +00:00
Budibase Release Bot aa815a1476 v1.0.185 2022-05-27 09:52:35 +00:00
Budibase Staging Release Bot 244b66dfa0 v1.0.185-alpha.6 2022-05-27 09:26:19 +00:00
Dean 372ff3b8fe Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-27 10:22:48 +01:00
Budibase Staging Release Bot e833e36048 v1.0.185-alpha.5 2022-05-26 23:46:33 +00:00
Budibase Staging Release Bot b93c77ccd1 v1.0.185-alpha.4 2022-05-26 23:19:48 +00:00
Budibase Staging Release Bot aebfc1261c v1.0.185-alpha.3 2022-05-26 22:16:19 +00:00
Budibase Staging Release Bot d16b580a68 v1.0.185-alpha.2 2022-05-26 20:27:40 +00:00
Martin McKeaveney 54f7e7fa28 Merge pull request #6058 from HMXHIU/feature/attachmentLimit
Expose option to limit amount of uploads in attatchment field
2022-05-26 21:18:53 +01:00
Budibase Staging Release Bot f82735e0e6 v1.0.185-alpha.1 2022-05-26 16:52:21 +00:00
Budibase Staging Release Bot b22211f6e3 v1.0.185-alpha.0 2022-05-25 17:34:17 +00:00
mike12345567 8bc0142a37 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-25 18:12:27 +01:00
Budibase Release Bot fd06b245c9 v1.0.184 2022-05-25 16:11:35 +00:00
Budibase Release Bot 4fadab2349 v1.0.183 2022-05-25 15:03:59 +00:00
Peter Clement de0cfc3434 Merge pull request #5983 from Budibase/pc-fixes
Misc bug fixes
2022-05-25 15:56:09 +01:00
meng xiong hiu e9d8229b37 Expose option to limit amount of uploads in attatchment field 2022-05-25 21:15:23 +08:00
Andrew Kingston 1b82a965d5 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-25 13:49:28 +01:00
Budibase Release Bot 888c5621de v1.0.182 2022-05-25 12:13:30 +00:00
Budibase Release Bot c84886ccbb v1.0.181 2022-05-24 22:17:47 +00:00
Budibase Release Bot 66889c231f v1.0.180 2022-05-24 19:17:59 +00:00
Budibase Release Bot d6a532f733 v1.0.179 2022-05-24 16:59:27 +00:00
Dean 6114e37f19 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 17:09:15 +01:00
Budibase Staging Release Bot ee96dc5a0c v1.0.178-alpha.0 2022-05-24 14:26:06 +00:00
Budibase Release Bot 4ad905c64c v1.0.178 2022-05-24 11:30:17 +00:00
Dean 55817d301f Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 11:10:42 +01:00
Rory Powell 630d38ae8f Merge branch 'master' into develop 2022-05-24 10:24:53 +01:00
Peter Clement 08ca1f259d Merge remote-tracking branch 'origin/master' into pc-fixes 2022-05-24 10:23:43 +01:00
Andrew Kingston d84150d26f Enrich data fetch subscriptions with additional JSON schema fields 2022-05-24 10:23:23 +01:00
Dean 511a80a0ca Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 10:23:13 +01:00
Budibase Release Bot 8fd98781a5 v1.0.177 2022-05-24 09:22:31 +00:00
Rory Powell 5d8bd9c2a3 Merge branch 'master' into develop 2022-05-24 10:20:08 +01:00
Peter Clement cb9c363166 Merge remote-tracking branch 'origin/master' into pc-fixes 2022-05-24 09:58:31 +01:00
Dean 663a4ee7c7 Expanding the focus behaviour to more component types in the builder. Minor fix for cypress test 2022-05-24 09:58:05 +01:00
Peter Clement f90050fb53 disable row selection within client table 2022-05-24 09:47:28 +01:00
Andrew Kingston bff49a33f0 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-24 09:47:00 +01:00
Budibase Release Bot 273bb01357 v1.0.176 2022-05-24 08:28:23 +00:00
Dean 8a189f3451 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-24 09:12:34 +01:00
Budibase Staging Release Bot fe44d5a321 v1.0.176-alpha.0 2022-05-23 22:51:48 +00:00
mike12345567 a7e6eb2851 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 23:43:57 +01:00
Budibase Release Bot 15d3ecaa7b v1.0.175 2022-05-23 22:32:31 +00:00
Budibase Release Bot b8737ef665 v1.0.174 2022-05-23 18:24:18 +00:00
Budibase Release Bot 4c8dceb5cf v1.0.173 2022-05-23 17:14:13 +00:00
Budibase Staging Release Bot f838a43e51 v1.0.173-alpha.0 2022-05-23 16:13:12 +00:00
mike12345567 1f3d552199 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 17:03:36 +01:00
Budibase Release Bot 858204d5f9 v1.0.172 2022-05-23 15:48:30 +00:00
Dean b60e03f8f1 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-23 16:13:26 +01:00
Dean 253642ad1f Refactored the approach to builder focus. Extending the behaviour beyond form fields 2022-05-23 16:12:56 +01:00
Budibase Staging Release Bot deb9915ed2 v1.0.167-alpha.9 2022-05-23 14:17:10 +00:00
Budibase Release Bot 664d41ab99 v1.0.171 2022-05-23 12:01:23 +00:00
Andrew Kingston fd532a88d5 Improve performance when determining client component icons and update layout to allow for a better visual selection of the navigation section 2022-05-23 12:22:42 +01:00
Andrew Kingston fcf682b827 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-23 11:54:24 +01:00
Rory Powell 4841c84861 Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00
Rory Powell 70fff5c7b9 Merge branch 'develop' into feature/posthog-v2 2022-05-23 09:04:00 +01:00
Budibase Release Bot aa12ae78af v1.0.170 2022-05-23 07:51:22 +00:00
Budibase Release Bot 2754241eea v1.0.169 2022-05-23 00:06:28 +00:00
Dean 81bb960491 Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-22 19:30:58 +01:00
Budibase Release Bot 62aa399396 v1.0.168 2022-05-22 18:30:22 +00:00
Budibase Staging Release Bot 32f125944d v1.0.167-alpha.8 2022-05-20 15:56:52 +00:00
Dean c3c388b01a Merge remote-tracking branch 'origin/develop' into feature/required-field-focus 2022-05-20 09:09:50 +01:00
Budibase Staging Release Bot dd9ee25863 v1.0.167-alpha.7 2022-05-20 00:13:14 +00:00
Budibase Staging Release Bot 5d49e5aa90 v1.0.167-alpha.6 2022-05-19 22:55:56 +00:00
Budibase Staging Release Bot 9d45d5d06e v1.0.167-alpha.5 2022-05-19 22:05:21 +00:00
Andrew Kingston 12858c2b0f Update navigation padding 2022-05-19 21:20:37 +01:00
Andrew Kingston 2ff85212eb Slightly update sizes and styles of indicators and navigation to look better 2022-05-19 21:16:26 +01:00
Andrew Kingston 0484a8a976 Allow indicator to be shown for hovering and selecting navigation section, including title and icon 2022-05-19 21:03:20 +01:00
Andrew Kingston 5289dcec1d Scroll preview to the top to show navigation whenever editing navigation settings 2022-05-19 21:02:54 +01:00
Peter Clement b8bd09d4ce inform user that row selection only works with sql / internal 2022-05-19 16:02:34 +01:00
Budibase Staging Release Bot bb388f8d3d v1.0.167-alpha.4 2022-05-19 14:17:02 +00:00
Budibase Staging Release Bot 8dc922dff9 v1.0.167-alpha.3 2022-05-19 09:10:53 +00:00
Andrew Kingston 27788626ec Remove some log statements 2022-05-19 09:17:09 +01:00
Andrew Kingston 6f6d7da70f Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-19 09:11:13 +01:00
Budibase Release Bot 8cba28e9db v1.0.167 2022-05-18 20:09:31 +00:00
Budibase Staging Release Bot 4a4ab601d2 v1.0.167-alpha.2 2022-05-18 17:25:12 +00:00
Budibase Staging Release Bot b4f1ec67d7 v1.0.167-alpha.1 2022-05-18 14:51:12 +00:00
Budibase Staging Release Bot 4813f18c04 v1.0.167-alpha.0 2022-05-18 13:45:22 +00:00
Rory Powell 2ce76881f2 Merge branch 'master' into merge-master 2022-05-18 14:24:35 +01:00
Budibase Staging Release Bot dc0c5a6f5c v1.0.164-alpha.4 2022-05-18 12:19:42 +00:00
Budibase Staging Release Bot 4c3fd849bf v1.0.164-alpha.3 2022-05-17 15:03:55 +00:00
Budibase Staging Release Bot 6fa3b5f8d2 v1.0.164-alpha.2 2022-05-17 14:11:30 +00:00
Dean 4c25248de8 Builder focus behaviour added to guide users when adding form elements. Refactored the component tests 2022-05-17 15:09:13 +01:00
Budibase Release Bot 8b45ed4e04 v1.0.166 2022-05-17 14:04:28 +00:00
Budibase Staging Release Bot 6767a27d4a v1.0.164-alpha.1 2022-05-17 13:54:40 +00:00
Martin McKeaveney c69df439a4 Merge pull request #5787 from Upgreydd/convert_text_to_boolean_for_custom_schema_in_select
Allow to use select for boolean field type
2022-05-17 14:45:18 +01:00
Andrew Kingston 3c8558e1a0 Update preview indicator offsets 2022-05-17 14:34:54 +01:00
Andrew Kingston 8cdbb690eb Add icons to app preview selection indicators 2022-05-17 14:33:12 +01:00
Andrew Kingston ff47e8acd3 Scroll to the selected component inside the app preview 2022-05-17 14:10:21 +01:00
Andrew Kingston 08a98b4b95 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-17 12:59:15 +01:00
Budibase Release Bot 8cc05541eb v1.0.165 2022-05-17 10:17:38 +00:00
Budibase Release Bot 32b25b6ce2 v1.0.164 2022-05-17 09:22:10 +00:00
Budibase Staging Release Bot 635846d103 v1.0.164-alpha.0 2022-05-17 09:06:07 +00:00
Rory Powell 0d9147be77 Merge branch 'master' into merge-master 2022-05-17 08:35:29 +01:00
Budibase Release Bot 0a71979ebc v1.0.163 2022-05-16 22:37:40 +00:00
Budibase Staging Release Bot e246b7df7a v1.0.159-alpha.3 2022-05-16 19:08:26 +00:00
Budibase Release Bot 08eda0e89f v1.0.162 2022-05-16 16:48:39 +00:00
Budibase Staging Release Bot 0584c15b11 v1.0.159-alpha.2 2022-05-16 15:00:11 +00:00
Budibase Staging Release Bot 5144c59ad4 v1.0.159-alpha.1 2022-05-16 11:10:36 +00:00
melohagan 76640f65f1 Merge pull request #5800 from Budibase/bug/sev3/misc-picker-fixes
Misc Picker Fixes
2022-05-16 12:03:22 +01:00
Mel O'Hagan 3ba4772210 Simplify clickable class 2022-05-16 11:26:52 +01:00
Mel O'Hagan df7b75ea84 Show autocomplete only for select 2022-05-16 11:14:13 +01:00
Budibase Release Bot 1d885f4de9 v1.0.161 2022-05-13 15:45:14 +00:00
Budibase Release Bot c6120f509d v1.0.160 2022-05-13 13:48:11 +00:00
Budibase Staging Release Bot 7217d62d5b v1.0.159-alpha.0 2022-05-13 09:33:36 +00:00
Budibase Release Bot f211981da7 v1.0.159 2022-05-13 09:10:56 +00:00
Budibase Release Bot a1153da298 v1.0.158 2022-05-12 20:41:02 +00:00
Budibase Release Bot 6b8091d4a3 v1.0.157 2022-05-12 17:31:59 +00:00
Martin McKeaveney 9e4928739c Merge pull request #5844 from Budibase/fix/print-styles
Update print styles to work with dev tools update
2022-05-12 18:24:32 +01:00
Budibase Release Bot 44c25f6fff v1.0.156 2022-05-12 15:16:33 +00:00
Budibase Release Bot 0ba6546321 v1.0.155 2022-05-12 14:53:11 +00:00
Andrew Kingston 1005d58ed3 Update print styles to work with dev tools update 2022-05-12 10:44:36 +01:00
Andrew Kingston 550511d404 Render screenslot when showing legacy layouts and remove concept of preview type 2022-05-12 09:42:25 +01:00
Budibase Release Bot 090f067ffc v1.0.154 2022-05-11 14:05:21 +00:00
Mel O'Hagan 844463b312 Containers support onClick 2022-05-11 14:03:08 +01:00
Budibase Release Bot fd46cf96a4 v1.0.153 2022-05-11 11:48:53 +00:00
Budibase Release Bot 2c303e7311 v1.0.152 2022-05-11 11:14:55 +00:00
Budibase Staging Release Bot beae0892a4 v1.0.151-alpha.1 2022-05-11 11:09:54 +00:00
Budibase Release Bot 7b1f9587b2 v1.0.151 2022-05-11 09:42:20 +00:00
Budibase Staging Release Bot 5aec5c4fc5 v1.0.151-alpha.0 2022-05-11 09:24:10 +00:00
Andrew Kingston 876cb4784d Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-11 09:07:35 +01:00
Budibase Staging Release Bot 090905a5ca v1.0.148-alpha.1 2022-05-11 08:01:11 +00:00
Andrew Kingston c8d454c9d9 Restore app preview border 2022-05-10 16:30:21 +01:00
Mel O'Hagan 98ceac76fe Update label 2022-05-10 15:48:00 +01:00
Mel O'Hagan 6adb8fdc32 Added MultiSelect Checkboxes 2022-05-10 15:16:13 +01:00
Andrew Kingston 78b5e7707d Add screen width setting with backwards compatibility 2022-05-10 14:54:53 +01:00
Andrew Kingston 6922852d01 Update layouts to support legacy page widths while allowing new screens to determine their own width 2022-05-10 14:37:00 +01:00
Andrew Kingston f66f3b7935 Use 'Screen' for the name when selecting the root screen component 2022-05-10 14:10:26 +01:00
Andrew Kingston a8e4dca331 Remove border around client app preview 2022-05-10 13:34:10 +01:00
Budibase Release Bot 0da892a6b4 v1.0.150 2022-05-10 10:48:32 +00:00
Budibase Release Bot 285b4a74e4 v1.0.149 2022-05-09 14:54:10 +00:00
Kacper 45522f456e Allow to use select with radio buttons for boolean field type 2022-05-09 16:12:42 +02:00
Budibase Staging Release Bot 2bd36ebf95 v1.0.148-alpha.0 2022-05-09 14:03:21 +00:00
Budibase Release Bot ae2a45cec6 v1.0.148 2022-05-09 13:23:32 +00:00
Budibase Release Bot 043b2b12ca v1.0.147 2022-05-09 12:36:54 +00:00
Andrew Kingston b89203cd45 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-09 09:41:28 +01:00
Budibase Release Bot 8e6c902876 v1.0.146 2022-05-06 15:37:07 +00:00
Martin McKeaveney 996f5d6110 Merge pull request #5722 from Budibase/fix/missing-component-store
Fix missing component store (form step issues + duplicate issues)
2022-05-06 16:26:29 +01:00
Andrew Kingston 28fcf18559 Hide dev tools when in screen peek modal 2022-05-06 14:09:35 +01:00
Andrew Kingston 85a619c6ea Automatically go to navigation section when clicking navigation in preview 2022-05-06 13:59:16 +01:00
Andrew Kingston eb4d8d5e52 Add full navigation settings panel in new design UI. Remove navigation theme settings from theme panel 2022-05-06 13:51:27 +01:00
Budibase Release Bot b87068657f v1.0.145 2022-05-05 23:48:56 +00:00
Budibase Release Bot ace0730739 v1.0.144 2022-05-05 22:39:12 +00:00
Budibase Release Bot 87001bd1c5 v1.0.143 2022-05-05 13:08:19 +00:00
Budibase Staging Release Bot b8a6ba981b v1.0.143-alpha.1 2022-05-05 10:58:30 +00:00
Andrew Kingston cc08c263c8 Fix duplicate component action in settings bar 2022-05-05 08:57:49 +01:00
Andrew Kingston d8c7fadd46 Add missing component store to client library SDK 2022-05-05 08:57:36 +01:00
Rory Powell e4257f1e04 Merge branch 'develop' into feature/posthog-v2 2022-05-05 08:47:06 +01:00
Budibase Staging Release Bot e21d8a9ada v1.0.143-alpha.0 2022-05-05 07:46:48 +00:00
Andrew Kingston 7b96ba811c Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-05 08:26:37 +01:00
Budibase Release Bot 6204109df3 v1.0.142 2022-05-04 16:58:22 +00:00
Budibase Release Bot eaa0b8e903 v1.0.141 2022-05-04 13:14:06 +00:00
Budibase Release Bot 008d69ab09 v1.0.140 2022-05-04 12:40:27 +00:00
Michael Drury 67e1d0a0e3 Merge pull request #5637 from Budibase/fix/conditional-form-validation
Deregister field validation when unmounting form fields
2022-05-04 13:31:17 +01:00
Budibase Release Bot be6228df53 v1.0.139 2022-05-04 12:25:09 +00:00
Budibase Release Bot 10864f03ce v1.0.138 2022-05-03 16:38:39 +00:00
Budibase Release Bot 21e02dd279 v1.0.137 2022-05-03 15:58:47 +00:00
Michael Drury 0c10a9f7be Merge pull request #5690 from Budibase/fix/mike-fixes-may
April release fixes - MySQL dates and various form/automation fixes
2022-05-03 16:51:07 +01:00
Budibase Release Bot b7db3613e5 v1.0.136 2022-05-03 15:08:57 +00:00
Budibase Staging Release Bot e1be097612 v1.0.130-alpha.3 2022-05-03 15:05:22 +00:00
mike12345567 2a01bd5210 Merge branch 'master' of github.com:Budibase/budibase into fix/mike-fixes-may 2022-05-03 15:34:14 +01:00
mike12345567 cfd53b2f93 Fix for form issue #5669 - when in an empty state didn't correctly handle null stores. 2022-05-03 15:29:17 +01:00
Budibase Release Bot 808e3e7c8b v1.0.135 2022-05-03 13:54:24 +00:00
mike12345567 d090f2a8aa Fix for #5553 - when importing for SQL databases attempt to manage date and time only column times, handle these when displaying in tables and when filtering. 2022-05-03 14:11:06 +01:00
Budibase Staging Release Bot 2976073cf9 v1.0.130-alpha.2 2022-05-03 12:54:51 +00:00
Budibase Release Bot c2b3a7e0c8 v1.0.134 2022-05-03 09:32:48 +00:00
Budibase Release Bot d422912943 v1.0.133 2022-05-02 08:48:23 +00:00
Budibase Release Bot ed8e4b3d77 v1.0.132 2022-04-29 13:31:30 +00:00
Rory Powell 185b591db5 Merge branch 'labday/backend-core-ts' into feature/posthog-v2 2022-04-29 14:01:13 +01:00
Budibase Staging Release Bot 8c4f7ea67c v1.0.130-alpha.1 2022-04-29 12:55:46 +00:00
Andrew Kingston 1db3ae2974 Add support for instant updating of navigation settings in client apps 2022-04-28 17:30:48 +01:00
Andrew Kingston 45439ac3aa Deregister field validation when unmounting form fields 2022-04-28 16:35:38 +01:00
Budibase Release Bot f88504f4b0 v1.0.131 2022-04-28 14:16:39 +00:00
Andrew Kingston afa5f5e6cd Move some role logic to frontend core and enable client library to preferentially route to home screens 2022-04-28 15:13:33 +01:00
Budibase Release Bot 51c7c6abab v1.0.130 2022-04-28 13:29:28 +00:00
Budibase Staging Release Bot e06c03e140 v1.0.130-alpha.0 2022-04-28 11:30:07 +00:00
Andrew Kingston d94b30cb1e Fix issue loading app previews 2022-04-28 12:18:08 +01:00
Budibase Release Bot 7100baf6d0 v1.0.129 2022-04-28 10:19:06 +00:00
Budibase Release Bot 488f4a98fb v1.0.128 2022-04-28 08:24:29 +00:00
Andrew Kingston 2736954438 Add link settings to new navigation tab 2022-04-27 17:50:01 +01:00
Rory Powell 1caf4b1965 Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00
Budibase Staging Release Bot 59cd1f722d v1.0.126-alpha.0 2022-04-27 14:40:24 +00:00
Budibase Release Bot b2b98c790b v1.0.127 2022-04-27 13:13:56 +00:00
Andrew Kingston 14bd507566 Fix toggle navigation for a screen not refrecting in the app preview 2022-04-27 13:28:17 +01:00
Budibase Release Bot e2a4f17afe v1.0.126 2022-04-27 11:55:18 +00:00
Andrew Kingston 84d5d69aa8 Update client library to properly handle new screen navigation settings 2022-04-27 12:47:54 +01:00
Andrew Kingston 840ff254d1 Allow client library to render new screen structure without layouts 2022-04-27 12:30:35 +01:00
Budibase Release Bot 14169a9a04 v1.0.125 2022-04-27 09:28:58 +00:00
Andrew Kingston b42161bfd5 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-04-27 07:59:37 +01:00
Budibase Release Bot 4d01185e6d v1.0.124 2022-04-26 22:48:04 +00:00
Budibase Staging Release Bot 2adf990ec7 v1.0.124-alpha.0 2022-04-26 19:19:35 +00:00
Michael Drury 8d78698c60 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-04-26 20:10:26 +01:00
Budibase Staging Release Bot ddb6f1549c v1.0.123-alpha.1 2022-04-26 18:30:39 +00:00
Budibase Release Bot 2e846dd4da v1.0.123 2022-04-26 17:11:18 +00:00
Budibase Staging Release Bot 3b01575b77 v1.0.123-alpha.0 2022-04-26 16:12:16 +00:00
Rory Powell 3e1a7987a3 BB logo on free plan 2022-04-26 11:28:31 +01:00
Martin McKeaveney 9ca4dacbaa merge with master 2022-04-26 10:21:45 +01:00
Budibase Release Bot d251a80123 v1.0.122 2022-04-26 07:55:00 +00:00
Budibase Staging Release Bot 34388e05c3 v1.0.105-alpha.41 2022-04-25 22:24:32 +00:00
Rory Powell c94d8516c5 Fix: You must pass a 'distinctId' (public forms) 2022-04-25 22:08:56 +01:00
Budibase Staging Release Bot e2207c8c1e v1.0.105-alpha.40 2022-04-25 15:22:23 +00:00
Budibase Release Bot 45a65a03c3 v1.0.121 2022-04-25 13:59:00 +00:00
Budibase Staging Release Bot 36b7f19657 v1.0.105-alpha.39 2022-04-25 13:39:27 +00:00
Andrew Kingston 3d9e868334 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui-dirty 2022-04-25 14:38:52 +01:00
Andrew Kingston d269354d6f Merge branch 'feature/new-app-publish-workflow' of github.com:Budibase/budibase into new-design-ui-dirty 2022-04-25 13:42:23 +01:00
Budibase Staging Release Bot 558760a1f6 v1.0.105-alpha.38 2022-04-25 12:06:32 +00:00
Budibase Staging Release Bot d4de38019b v1.0.105-alpha.37 2022-04-25 11:34:54 +00:00
Budibase Staging Release Bot de1b2c3476 v1.0.105-alpha.36 2022-04-25 11:19:53 +00:00
Budibase Release Bot 650cf2a82f v1.0.120 2022-04-25 10:50:20 +00:00
Budibase Release Bot 00078b6cad v1.0.119 2022-04-23 12:20:38 +00:00
Budibase Release Bot 81adeafd52 v1.0.118 2022-04-23 12:13:13 +00:00
Budibase Release Bot f7e5afab79 v1.0.117 2022-04-22 15:57:50 +00:00
Budibase Staging Release Bot 17f5261b68 v1.0.105-alpha.35 2022-04-22 15:27:20 +00:00
Andrew Kingston 03be935e6c Refactor routes and start updating core design UI into new components 2022-04-22 16:03:47 +01:00
Budibase Release Bot 272e4fe959 v1.0.116 2022-04-22 14:39:34 +00:00
Michael Drury 94419024a4 Merge pull request #5510 from Budibase/fix/pouch-leak
PouchDB memory leak protection
2022-04-22 15:32:51 +01:00
Budibase Staging Release Bot 894bcdaca2 v1.0.105-alpha.34 2022-04-22 13:43:43 +00:00
Budibase Staging Release Bot 30cdd57ab3 v1.0.105-alpha.33 2022-04-22 11:52:44 +00:00
Budibase Staging Release Bot d91558486c v1.0.105-alpha.32 2022-04-22 10:58:15 +00:00
Budibase Staging Release Bot a8b963083c v1.0.105-alpha.31 2022-04-22 10:11:20 +00:00
Budibase Release Bot ab6473dfb7 v1.0.115 2022-04-22 09:55:33 +00:00
Budibase Staging Release Bot 7bf32ddcb2 v1.0.105-alpha.30 2022-04-22 09:55:26 +00:00
Andrew Kingston faf6a3ef1e Merge pull request #5483 from Budibase/fix/sticky-icon-hover-state
Fix sticky hover state for icons on mobile
2022-04-22 10:49:04 +01:00
Andrew Kingston 754aa82cec Merge pull request #5417 from Budibase/form-actions
Form actions
2022-04-22 10:47:57 +01:00
Budibase Staging Release Bot e2e5f73549 v1.0.105-alpha.29 2022-04-22 09:30:17 +00:00
Budibase Staging Release Bot 21735dae0a v1.0.105-alpha.28 2022-04-22 08:54:21 +00:00
Budibase Staging Release Bot f0eaf68a5e v1.0.105-alpha.27 2022-04-22 08:11:17 +00:00
Budibase Staging Release Bot 1a9e89c211 v1.0.105-alpha.26 2022-04-22 07:56:32 +00:00
Budibase Release Bot 980c9d1444 v1.0.114 2022-04-21 14:31:17 +00:00
mike12345567 7083470baa Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db). 2022-04-21 15:20:23 +01:00
Budibase Staging Release Bot 851c62d71a v1.0.105-alpha.25 2022-04-21 13:36:43 +00:00
Budibase Staging Release Bot 389221a58e v1.0.105-alpha.24 2022-04-21 11:52:07 +00:00
Rory Powell d2a4e0a934 Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
Budibase Staging Release Bot 282d2b73cc v1.0.105-alpha.23 2022-04-20 11:45:43 +00:00
Mel O'Hagan 9b5ad2dacc Get latest RevId if not provided 2022-04-20 11:51:01 +01:00
Budibase Staging Release Bot b18c47a586 v1.0.105-alpha.22 2022-04-20 07:47:53 +00:00
Budibase Staging Release Bot c8d3c9ded4 v1.0.105-alpha.21 2022-04-19 12:05:43 +00:00
Andrew Kingston 943ae42b27 Fix sticky hover state for icons on mobile 2022-04-19 10:55:53 +01:00
Budibase Staging Release Bot d1c6aaa245 v1.0.105-alpha.20 2022-04-19 08:48:18 +00:00
Budibase Staging Release Bot c53c350879 v1.0.105-alpha.19 2022-04-14 19:50:11 +00:00
Budibase Staging Release Bot 8c613db188 v1.0.105-alpha.18 2022-04-14 16:55:46 +00:00
Budibase Staging Release Bot 3b7a03c7a9 v1.0.105-alpha.17 2022-04-14 12:05:50 +00:00
Andrew Kingston f6eef900ad Merge pull request #5272 from Budibase/cheeks-lab-day-devtools
DevTools
2022-04-14 12:57:01 +01:00
Andrew Kingston e60c1a9685 Capitalise on change labels for form fields 2022-04-14 10:38:24 +01:00
Budibase Staging Release Bot b37dd1c229 v1.0.105-alpha.16 2022-04-14 09:14:11 +00:00
Andrew Kingston 3875cb02f0 Fix typo 2022-04-14 10:12:49 +01:00
Andrew Kingston 8ab79c3cbb Add on change action to S3 upload field 2022-04-14 10:04:38 +01:00
Andrew Kingston b3ca4357b2 Add on change action to relationship field 2022-04-14 10:01:14 +01:00
Andrew Kingston 02178d3f2b Add on change action to options field 2022-04-14 09:54:49 +01:00
Andrew Kingston bd7c009537 Add on change action to multi-select field 2022-04-14 09:51:41 +01:00
Andrew Kingston bd313c7204 Add on change action to long form field 2022-04-14 09:49:13 +01:00
Andrew Kingston b886fe95c2 Add on change action to string field 2022-04-14 09:47:27 +01:00
Andrew Kingston 0957b3195a Add on change action to JSON field 2022-04-14 09:47:00 +01:00
Andrew Kingston bbaec2e50f Add on change action to datetime field 2022-04-14 09:46:46 +01:00
Andrew Kingston ede7f684c4 Add on change action to boolean field 2022-04-14 09:46:36 +01:00
Andrew Kingston 8b3cf851b8 Add on change action to attachment field 2022-04-14 09:46:24 +01:00
Andrew Kingston 9545b3af1b Add button actions to update form field values 2022-04-14 09:46:07 +01:00
Budibase Staging Release Bot 5044094fb0 v1.0.105-alpha.15 2022-04-14 07:49:18 +00:00
Rory Powell fa1f9ad6cc Merge branch 'develop' into feature/licensing 2022-04-13 21:24:07 +01:00
Mel O'Hagan bf4b2f65d8 Only apply to small components (button, headline) 2022-04-13 15:53:26 +01:00
Budibase Staging Release Bot 06f22413cb v1.0.105-alpha.14 2022-04-13 13:20:56 +00:00
Andrew Kingston 5e19a93726 Merge pull request #5369 from Budibase/fix-query-block-search
Fixes for custom queries
2022-04-13 14:13:46 +01:00
Andrew Kingston 24e0f98501 Merge pull request #5389 from Budibase/fix-query-error
Fix query error
2022-04-13 14:12:47 +01:00
Budibase Release Bot f2abbc8377 v1.0.113 2022-04-13 12:21:10 +00:00
Budibase Staging Release Bot 0197b96be4 v1.0.105-alpha.13 2022-04-13 11:22:17 +00:00
Budibase Staging Release Bot 69904fd870 v1.0.105-alpha.12 2022-04-13 10:40:51 +00:00
Andrew Kingston cb90b872f5 Ensure existing invalid datasource definitions are also fixed by checking data source type before fetching table definitions 2022-04-13 10:28:55 +01:00
Andrew Kingston adc6008c4c Ensure existing invalid datasource definitions are also fixed by checking data source type before fetching table definitions 2022-04-13 10:27:32 +01:00
Budibase Staging Release Bot b8042b60fe v1.0.105-alpha.11 2022-04-13 09:19:50 +00:00
Rory Powell 0d084d9c03 Replace analytics with bbtel in client error exclusion 2022-04-12 17:23:30 +01:00
Rory Powell 33719fcb09 Merge branch 'feature/licensing' into feature/posthog-v2 2022-04-12 17:12:46 +01:00
Rory Powell 03ba6d914f Merge branch 'develop' into feature/licensing 2022-04-12 16:18:41 +01:00
Budibase Release Bot c717273996 v1.0.112 2022-04-12 11:03:43 +00:00
Budibase Staging Release Bot 4340a46fe7 v1.0.105-alpha.10 2022-04-12 09:14:08 +00:00
Rory Powell 5ab9f1a9c5 Table CRUD events + add timekeeper for tests 2022-04-11 14:39:31 +01:00
Budibase Release Bot 37d723fa07 v1.0.111 2022-04-11 08:38:36 +00:00
Budibase Staging Release Bot 6fce5fce89 v1.0.105-alpha.9 2022-04-11 08:16:09 +00:00
Andrew Kingston a5ac60f201 Merge pull request #5225 from Budibase/cheeks-fixes
Misc fixes
2022-04-11 09:08:01 +01:00
Budibase Release Bot 7eb13151f3 v1.0.110 2022-04-08 09:34:45 +00:00
Budibase Staging Release Bot 404ec5cec1 v1.0.105-alpha.8 2022-04-07 13:27:06 +00:00
Andrew Kingston c6d1757f7d Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-04-07 12:04:13 +01:00
Budibase Staging Release Bot 50729710c5 v1.0.105-alpha.7 2022-04-06 21:25:19 +00:00
Budibase Staging Release Bot bb7c4e1d41 v1.0.105-alpha.6 2022-04-06 20:15:30 +00:00
Mel O'Hagan eb4206cc55 Move settings bar below element if at very top 2022-04-06 17:31:59 +01:00
Andrew Kingston 257bfb046d Update spectrum card word wrapping again 2022-04-06 16:05:58 +01:00
Budibase Release Bot d0773466d3 v1.0.109 2022-04-06 14:17:15 +00:00
Andrew Kingston 923973f1ab Account for builder preview 2px offset when rendering indicator sets so that indicators are accurate for devtools 2022-04-06 14:32:25 +01:00
Budibase Staging Release Bot 9746ac3ac6 v1.0.105-alpha.5 2022-04-06 13:05:51 +00:00
Andrew Kingston 34a0c77d73 Tidy up 2022-04-06 13:40:07 +01:00
Andrew Kingston f7d5456e72 Add label for global selected rows bindings in devtools 2022-04-06 13:30:38 +01:00
Andrew Kingston c2d61d8ebc Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools 2022-04-06 11:50:43 +01:00
Budibase Staging Release Bot 57f5f5731a v1.0.105-alpha.4 2022-04-06 10:38:23 +00:00
Budibase Release Bot 496b582538 v1.0.108 2022-04-06 10:32:58 +00:00
Budibase Release Bot d1ea717bdd v1.0.107 2022-04-06 09:48:21 +00:00
Budibase Staging Release Bot 1660c3372a v1.0.105-alpha.3 2022-04-06 08:58:34 +00:00
Andrew Kingston 3c3be66786 Don't show an error for the endpoint 2022-04-06 08:16:24 +01:00
Budibase Release Bot b9bf678770 v1.0.106 2022-04-05 13:38:48 +00:00
Andrew Kingston 5b423a21ee Reset buttion action output context on each invocation of the action 2022-04-05 14:00:44 +01:00
Budibase Staging Release Bot 43b6714a98 v1.0.105-alpha.2 2022-04-05 11:56:35 +00:00
Budibase Staging Release Bot 3725fa4ca5 v1.0.105-alpha.1 2022-04-05 11:22:24 +00:00
Budibase Release Bot 6840d8d166 v1.0.105 2022-04-05 11:16:17 +00:00
Budibase Staging Release Bot 476386f35a v1.0.105-alpha.0 2022-04-05 10:46:38 +00:00
Andrew Kingston 0427b9dc7f Merge branch 'develop' of github.com:Budibase/budibase into nord-theme 2022-04-04 12:19:29 +01:00
Andrew Kingston 3e4ab1cc64 Fix color and size of chart tooltips 2022-04-04 10:56:06 +01:00
Budibase Release Bot defd0a29a7 v1.0.104 2022-04-04 09:54:00 +00:00
Andrew Kingston e51bd54fce Update chart data labels to white 2022-04-04 09:14:56 +01:00
Andrew Kingston a1e3318c1e Disable validation for search fields in cards block 2022-04-04 08:49:46 +01:00
Andrew Kingston 474e89fa5f Disable validation for search fields in table block 2022-04-04 08:49:16 +01:00
Andrew Kingston 967c9efc3a Add internal setting to fully disable form validation 2022-04-04 08:49:01 +01:00
Andrew Kingston 4c22ff4dce Manually pull in new state context on each button action enrichment to keep aware of state changes during button action execution 2022-04-01 18:36:41 +01:00
Andrew Kingston d08d9d1248 Add form block and form block plus components 2022-04-01 12:51:23 +01:00
Budibase Staging Release Bot 459c285d23 v1.0.104-alpha.0 2022-03-31 09:35:49 +00:00
Budibase Release Bot db768fa6f6 v1.0.103 2022-03-31 09:27:58 +00:00
Budibase Release Bot b94a48eac3 v1.0.102 2022-03-31 08:47:33 +00:00
Budibase Release Bot 42c82f30fe v1.0.101 2022-03-30 16:29:43 +00:00
Martin McKeaveney cd8188a800 bump versions 2022-03-30 17:19:41 +01:00
Budibase Staging Release Bot 733b20c0b4 v1.0.98-alpha.9 2022-03-30 15:25:14 +00:00
Budibase Staging Release Bot 96ed7abf85 v1.0.98-alpha.8 2022-03-30 12:21:32 +00:00
Andrew Kingston a6d9661ccc Merge pull request #5172 from Budibase/fix/in-preview-editing
Fix in-preview text editing bugs
2022-03-30 13:13:06 +01:00
Budibase Staging Release Bot be20424695 v1.0.98-alpha.7 2022-03-30 11:45:01 +00:00
Andrew Kingston 04d8e1417b Remove button editing class which was used for testing 2022-03-30 09:37:00 +01:00
Andrew Kingston 444072ecac Only save textContent of editable fields to fix HTML being inserted, and fully remount component when toggling editing to fix chrome issues 2022-03-30 09:32:19 +01:00
Budibase Staging Release Bot f8f8d3c9cb v1.0.98-alpha.6 2022-03-29 12:03:54 +00:00
Michael Drury 137cde43f8 Merge pull request #5154 from Budibase/dep-update-29-03-2022
Dependabot merge
2022-03-29 12:57:49 +01:00
mike12345567 388badf0bc Merge branch 'dependabot/npm_and_yarn/packages/client/minimist-1.2.6' of github.com:Budibase/budibase into dep-update-29-03-2022 2022-03-29 12:24:53 +01:00
Budibase Staging Release Bot 21f7599509 v1.0.98-alpha.5 2022-03-29 10:18:40 +00:00
Budibase Staging Release Bot be02c8be94 v1.0.98-alpha.4 2022-03-29 07:24:22 +00:00
Budibase Staging Release Bot 866965c02c v1.0.98-alpha.3 2022-03-29 06:59:36 +00:00
Maurits Lourens e68016efc4 Merge branch 'develop' into merge_create_user_modals
# Conflicts:
#	packages/builder/src/pages/builder/portal/manage/users/_components/BasicOnboardingModal.svelte
2022-03-28 21:10:01 +02:00
Budibase Staging Release Bot 52b33fce2e v1.0.98-alpha.2 2022-03-28 13:07:09 +00:00
Rory Powell 75d5c0c0b9 Merge branch 'feature/licensing' into feature/posthog-v2 2022-03-28 09:47:34 +01:00
Budibase Staging Release Bot 7ee95962e1 v1.0.98-alpha.1 2022-03-25 17:00:35 +00:00
Budibase Staging Release Bot 3776c8b8d4 v1.0.98-alpha.0 2022-03-25 14:13:59 +00:00
dependabot[bot] ea6dee9c5e Bump minimist from 1.2.5 to 1.2.6 in /packages/client
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 14:08:44 +00:00
Rory Powell f5809a2cbf clean and bootstrap 2022-03-25 13:14:44 +00:00
Rory Powell 69b2b38aea Merge branch 'master' into merge-master 2022-03-25 13:10:37 +00:00
Rory Powell 3e5e95a9c1 Add analytics to backend-core. Update server posthog usage 2022-03-25 13:04:34 +00:00
Budibase Staging Release Bot d8ccfd5ce9 v1.0.91-alpha.18 2022-03-25 12:35:36 +00:00
Andrew Kingston 4d82b49c0e Merge pull request #5086 from Budibase/continue-if-button-action
'Continue if' button action
2022-03-25 12:29:19 +00:00
Andrew Kingston fa7136d5ea Merge pull request #4925 from Budibase/feature/map-actions
Button action inputs + map component actions
2022-03-25 12:28:56 +00:00
Budibase Release Bot dc292a072c v1.0.97 2022-03-25 12:22:30 +00:00
Budibase Staging Release Bot 565dd95052 v1.0.91-alpha.17 2022-03-25 12:05:09 +00:00
Budibase Release Bot afb1dc5210 v1.0.96 2022-03-25 12:04:42 +00:00
Andrew Kingston bedbf4bcae Merge branch 'develop' of github.com:Budibase/budibase into feature/map-actions 2022-03-25 12:00:17 +00:00
Dean 962f53e36f Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-25 11:31:45 +00:00
Andrew Kingston eb582e6c80 Fix bug which prevented last marker being removed from the map if deleted 2022-03-25 10:59:45 +00:00
Rory Powell 36a7323676 Merge branch 'master' into fix/cross-tenant-apps-with-session 2022-03-25 10:53:10 +00:00
Andrew Kingston 4b55e8c85e Add 'continue if' button action 2022-03-25 09:26:15 +00:00
Budibase Release Bot 79f6f92dd4 v1.0.95 2022-03-24 18:31:41 +00:00
Budibase Staging Release Bot cc452f41a8 v1.0.91-alpha.16 2022-03-24 18:07:08 +00:00
Andrew Kingston c858fc37cb Merge pull request #5068 from Budibase/fix/table-block-nested-setting
Mark table block table column setting as nested to fix custom values
2022-03-24 16:15:27 +00:00
Budibase Staging Release Bot 4a115a722f v1.0.91-alpha.15 2022-03-24 16:07:57 +00:00
Rory Powell 7acb1ddb98 yarn clean && yarn bootstrap lockfiles 2022-03-24 14:33:03 +00:00
Budibase Staging Release Bot f4d7f516dc v1.0.91-alpha.14 2022-03-24 14:00:11 +00:00
Rory Powell 819f9b75de Link app context with tenancy, remove app tenancy middleware 2022-03-24 13:04:49 +00:00
Andrew Kingston 478433d05a Mark table block table column setting as nested to fix custom values not working 2022-03-24 10:25:27 +00:00
Budibase Staging Release Bot 68569b9d98 v1.0.91-alpha.13 2022-03-24 09:56:07 +00:00
Andrew Kingston fead539800 Merge pull request #5010 from Budibase/cheeks-fixes
Miscellaneous fixes
2022-03-24 02:50:04 -07:00
Budibase Staging Release Bot fe77642bf7 v1.0.91-alpha.12 2022-03-23 21:17:38 +00:00
Rory Powell 5851525c88 Merge branch 'master' into fix/cross-tenant-apps-with-session 2022-03-23 16:45:36 +00:00
Rory Powell a68abf2730 Fix cross tenant apps with session 2022-03-23 16:45:06 +00:00
Budibase Staging Release Bot 61ba97057d v1.0.91-alpha.11 2022-03-23 15:56:31 +00:00
Andrew Kingston 9f60df9ac2 Update apex chart tooltips to work in dark themes 2022-03-23 14:21:23 +00:00
Andrew Kingston bd487fa988 Use global self endpoint in client apps to differentiate between not being logged in and not having access to an app 2022-03-23 11:41:51 +00:00
Budibase Staging Release Bot 0f263cc51e v1.0.91-alpha.10 2022-03-23 10:52:40 +00:00
Andrew Kingston 3817de254e Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-03-23 10:48:49 +00:00
Andrew Kingston 38be4979f3 Merge pull request #4987 from Budibase/scrollable-component-tree
Scrollable component tree
2022-03-23 10:46:55 +00:00
Budibase Staging Release Bot 850cadc63b v1.0.91-alpha.9 2022-03-23 08:51:26 +00:00
Andrew Kingston 1e8ef54956 Make app dynamic filter component respsonsive 2022-03-22 18:33:41 +00:00
Andrew Kingston 644fd0da87 Update pie chart to be reactive 2022-03-22 17:45:05 +00:00
Andrew Kingston ede871dac2 Update line chart to be reactive 2022-03-22 17:44:58 +00:00
Andrew Kingston cff11d4b8b Update candlestick chart to be reactive 2022-03-22 17:44:45 +00:00
Andrew Kingston bbc161c481 Update bar chart to be reactive 2022-03-22 17:44:32 +00:00
Andrew Kingston e4dfb5b269 Do not update form field value when default value changes to prevent endless loops 2022-03-22 17:28:04 +00:00
Budibase Staging Release Bot cf6e89bbea v1.0.91-alpha.8 2022-03-22 16:42:33 +00:00
Budibase Release Bot 8f4a335a84 v1.0.94 2022-03-22 13:08:40 +00:00
Budibase Staging Release Bot d2e7b28304 v1.0.91-alpha.7 2022-03-22 08:38:11 +00:00
Martin McKeaveney b51191fef9 Merge pull request #4950 from mslourens/enforce_display_column_validation
fetch the table which contains info about the primaryDisplay
2022-03-22 08:31:48 +00:00
Rory Powell 0a4b1eb552 Tests complete + backwards compatibility for deployment 2022-03-22 00:23:22 +00:00
Budibase Release Bot 29021b4600 v1.0.93 2022-03-21 17:15:53 +00:00
Rory Powell 715d42d3e6 Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
Budibase Release Bot 4ee5256ad3 v1.0.92 2022-03-21 14:34:43 +00:00
Andrew Kingston 61e077bf0a Update spectrum card word wrapping to allow breaking text anywhere 2022-03-21 12:16:51 +00:00
Budibase Staging Release Bot 69532f59ce v1.0.91-alpha.6 2022-03-21 08:42:06 +00:00
Martin McKeaveney 35facc8cb1 Merge pull request #4872 from Budibase/add-print-styles
Add css print styles to ensure multi-page print is possible
2022-03-21 08:34:55 +00:00
Budibase Staging Release Bot 4d7ad2b541 v1.0.91-alpha.5 2022-03-21 08:32:22 +00:00
Martin McKeaveney cf9105c9dc Merge pull request #4821 from Budibase/copy-paste-improvements
Copy paste improvements + extras
2022-03-21 08:25:01 +00:00
Budibase Staging Release Bot 572abdd0a9 v1.0.91-alpha.4 2022-03-21 08:13:27 +00:00
Budibase Release Bot 01fd1f3124 v1.0.91 2022-03-18 16:05:00 +00:00
Andrew Kingston 80adf9be14 Don't attempt to invalidate related datasources when invalidating query datasources 2022-03-18 15:21:24 +00:00
Maurits Lourens 8cd921f834 fetch the table which contains info about the primaryDisplay 2022-03-18 14:35:06 +01:00
Budibase Staging Release Bot b0f33de743 v1.0.91-alpha.3 2022-03-18 10:13:46 +00:00
Budibase Staging Release Bot c9afb9e074 v1.0.91-alpha.2 2022-03-18 09:56:54 +00:00
Budibase Staging Release Bot 05607adccb v1.0.91-alpha.1 2022-03-18 07:23:08 +00:00
Andrew Kingston de318ec9e2 Merge branch 'develop' of github.com:Budibase/budibase into feature/map-component 2022-03-16 15:31:10 +00:00
Andrew Kingston d03dc54efd Update default height of map component 2022-03-16 15:03:13 +00:00
Andrew Kingston 44bc4f4f43 Merge branch 'develop' of github.com:Budibase/budibase into feature/map-actions 2022-03-16 15:03:01 +00:00
Andrew Kingston 4cf9d8612a Update some settings text to be more consistent 2022-03-16 14:58:48 +00:00
Andrew Kingston ced26dfa64 Improve map actions, tidy up some parts of the map component and ensure settings update properly 2022-03-16 14:53:12 +00:00
Budibase Staging Release Bot 6ef4e4840a v1.0.91-alpha.0 2022-03-16 12:34:44 +00:00
mike12345567 6dd5bd92b5 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-16 12:26:33 +00:00
Budibase Release Bot ac32c2ee5f v1.0.90 2022-03-16 11:37:15 +00:00
Peter Clement fcfce77d5d linting 2022-03-16 10:33:38 +00:00
Peter Clement a2c3257515 send export file from backend 2022-03-16 10:22:06 +00:00
Andrew Kingston b3840f0ae0 Fix duplicate handlers for map click setting and update map to only zoom to markers once 2022-03-15 13:54:32 +00:00
Andrew Kingston fcb3ce4da3 Add map action for map click 2022-03-15 13:25:41 +00:00
Peter Clement 54ec5ea2dc fix button action export for csv 2022-03-15 12:03:16 +00:00
Andrew Kingston 8bac9d43b4 Revert locks to develop 2022-03-15 11:42:12 +00:00
Andrew Kingston f40407885a Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements 2022-03-15 11:33:27 +00:00
Budibase Release Bot eb747c98b1 v1.0.89 2022-03-15 11:26:55 +00:00
Andrew Kingston 3acea6b148 Add nord theme 2022-03-15 11:20:06 +00:00
Andrew Kingston 9500203515 Add event context to button actions to allow passing in params at run time and add corresponding data bindings 2022-03-15 11:16:51 +00:00
Budibase Staging Release Bot 11cb2e681a v1.0.89-alpha.0 2022-03-15 11:09:22 +00:00
mike12345567 51e5e1e90f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-15 10:56:39 +00:00
Budibase Release Bot 243838898a v1.0.88 2022-03-14 21:51:54 +00:00
Budibase Release Bot 5b0a5f8dc1 v1.0.87 2022-03-14 17:13:11 +00:00
Budibase Release Bot 4d8578b785 v1.0.86 2022-03-14 16:01:47 +00:00
Budibase Staging Release Bot 36f0de889e v1.0.86-alpha.0 2022-03-14 15:56:38 +00:00
mike12345567 c538db107f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-14 15:39:06 +00:00
Budibase Release Bot 48abc23302 v1.0.85 2022-03-14 12:09:21 +00:00
mike12345567 9364f4170f Updating yarn locks. 2022-03-14 12:00:44 +00:00
Andrew Kingston 4d01063383 Convert marker popups to tooltips on hover 2022-03-14 11:45:26 +00:00
Budibase Staging Release Bot 96249bd923 v1.0.85-alpha.0 2022-03-14 10:28:24 +00:00
mike12345567 fd4be9d003 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-14 10:20:05 +00:00
Dean 7f5270ab5b Minor code styling fix 2022-03-14 09:47:48 +00:00
Dean 24de79a38b Added link target to the list of allowed attributes for any links used in map attribution 2022-03-14 09:25:41 +00:00
Budibase Release Bot eab8f86793 v1.0.84 2022-03-13 10:52:05 +00:00
Dean 21a499d0cb Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-11 11:41:41 +00:00
Dean 318214fd72 Map refactored and dependency updates 2022-03-11 11:17:15 +00:00
Dean 39468c98c0 Added html escaping package sanitize-html to prevent injection via the map attribution field 2022-03-11 11:06:05 +00:00
Budibase Staging Release Bot 0d7d6932cc v1.0.84-alpha.0 2022-03-10 18:44:53 +00:00
Michael Drury 0f4f9c786d Merge pull request #4873 from Budibase/examples/nextjs
NextJS public API example
2022-03-10 18:38:54 +00:00
Budibase Release Bot 92bf490066 v1.0.83 2022-03-10 17:45:17 +00:00
Dean a5efd34184 Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-10 15:48:51 +00:00
Dean b5a36de5bd Added fix to accomodate a cleared attribution field 2022-03-10 15:48:11 +00:00
Budibase Staging Release Bot f12ce76171 v1.0.81-alpha.8 2022-03-10 14:27:08 +00:00
mike12345567 d4e129c2a7 Removing built file. 2022-03-10 13:23:16 +00:00
mike12345567 6c4732a91e Merge branch 'develop' of github.com:Budibase/budibase into examples/nextjs 2022-03-10 13:16:47 +00:00
Dean 9f561b09c3 Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-10 12:49:57 +00:00
Dean b196ca10af Added the default location behaviour back in. Added in a Map Attribution field for users who alter their tile url. Some refactoring based on feedback 2022-03-10 12:48:49 +00:00
Andrew Kingston c4a3502187 Add comment for consistency 2022-03-10 11:56:31 +00:00
Andrew Kingston 42cbdcd923 Add css print styles to ensure multi-page print is possible 2022-03-10 11:54:15 +00:00
mike12345567 9e4e83bd78 Editting readme for example and linting example. 2022-03-10 10:12:21 +00:00
Dean 2ad0207181 Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-10 09:07:52 +00:00
Dean 7c7de856c7 Corrected label for location option 2022-03-10 09:07:26 +00:00
Budibase Release Bot ff11d0ed02 v1.0.82 2022-03-10 01:06:14 +00:00
Budibase Staging Release Bot acd3549345 v1.0.81-alpha.7 2022-03-10 01:04:00 +00:00
Budibase Release Bot 1a76729412 v1.0.81 2022-03-10 00:46:03 +00:00
Budibase Staging Release Bot 627bb87b45 v1.0.81-alpha.6 2022-03-09 22:11:25 +00:00
Andrew Kingston fa89e58934 Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements 2022-03-09 18:07:51 +00:00
Dean baa35e8964 Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-09 16:50:14 +00:00
Budibase Staging Release Bot 54ba0958cb v1.0.81-alpha.5 2022-03-09 16:37:44 +00:00
Andrew Kingston e58f942dc9 Try to fix branch 2022-03-09 15:39:51 +00:00
mike12345567 0167c44674 Merge branch 'develop' of github.com:Budibase/budibase into fix/open-api-search 2022-03-09 15:28:03 +00:00
Dean 8cf4f95fac Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-09 15:14:02 +00:00
Martin McKeaveney f62d76c664 reverting package.json to versions before merge 2022-03-09 15:54:43 +01:00
Dean c672a439c0 Merge remote-tracking branch 'origin/develop' into feature/map-component 2022-03-09 11:02:53 +00:00
Dean 2560bec3e8 Screenfull and leafletjs additions 2022-03-09 10:28:55 +00:00
Dean 3b9b4d9277 Removed unused map property definition 2022-03-09 09:23:20 +00:00
Andrew Kingston f335c2635b Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements 2022-03-08 17:58:12 +00:00
Budibase Staging Release Bot deab04bba0 v1.0.81-alpha.4 2022-03-08 17:23:38 +00:00
Martin McKeaveney c6bb18d14a Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-03-08 18:17:41 +01:00
Martin McKeaveney d197a6d651 yarn.lock client library 2022-03-08 18:13:52 +01:00
Budibase Staging Release Bot e0580147d0 v1.0.81-alpha.3 2022-03-08 16:48:36 +00:00
Martin McKeaveney 02fe18ecaf update client lib to before merge 2022-03-08 17:41:23 +01:00
Dean b67b34928a Initial Commit for Issue/3819. World map component added and a small change to the Component draggable behaviour to accomodate it. 2022-03-08 16:41:21 +00:00
Martin McKeaveney 592ed2a801 update client lib to before merge 2022-03-08 17:39:49 +01:00
Budibase Staging Release Bot e106bc7160 v1.0.81-alpha.2 2022-03-08 15:58:48 +00:00
Martin McKeaveney 10a80b443f adding dayjs dep 2022-03-08 16:52:21 +01:00
Budibase Staging Release Bot 08bd8ae284 v1.0.81-alpha.1 2022-03-08 15:31:24 +00:00
Peter Clement 38ba2509d7 Merge remote-tracking branch 'origin/develop' into feature/export-from-client 2022-03-08 13:56:56 +00:00
Andrew Kingston 4ef06ea6c1 Merge branch 'develop' of github.com:Budibase/budibase into copy-paste-improvements 2022-03-08 13:35:35 +00:00
Peter Clement 064aee5e2e Update how button action for exporting works 2022-03-08 12:58:05 +00:00
Budibase Staging Release Bot 64658d9880 v1.0.81-alpha.0 2022-03-08 12:05:17 +00:00
Martin McKeaveney 14cffcd6ff merge 2022-03-08 12:40:41 +01:00
Martin McKeaveney 975eb0b99e merge from master 2022-03-08 12:34:27 +01:00
Martin McKeaveney 01e14346ed Merge pull request #4824 from Budibase/feature/export-from-client
Export selected rows from button action
2022-03-08 12:31:47 +01:00
Budibase Staging Release Bot 84f40bcac2 v1.0.80-alpha.5 2022-03-08 11:06:36 +00:00
Budibase Staging Release Bot f995dc1e57 v1.0.80-alpha.4 2022-03-08 10:03:32 +00:00
Budibase Release Bot 6ae5ead5f1 v1.0.80 2022-03-08 08:51:10 +00:00
Budibase Staging Release Bot db033231e3 v1.0.80-alpha.3 2022-03-07 17:22:25 +00:00
Andrew Kingston e84e4f9899 Add duplicate action to settings bar 2022-03-07 14:05:26 +00:00
Rory Powell 5e94c8a931 Allow page width to be overridden 2022-03-07 13:14:36 +00:00
Peter Clement ed2c210db8 Add button action allowing for export of client row selection 2022-03-07 12:06:11 +00:00
Budibase Staging Release Bot 7b3bf46a28 v1.0.80-alpha.2 2022-03-07 10:14:10 +00:00
Andrew Kingston bed09f5f6c Fix loading state in S3 upload component and show error if possible 2022-03-07 09:57:15 +00:00
Budibase Staging Release Bot 7d8b80f4fe v1.0.80-alpha.1 2022-03-06 21:05:20 +00:00
Budibase Staging Release Bot 19849472fb v1.0.80-alpha.0 2022-03-04 11:33:27 +00:00
mike12345567 63bb4f34c4 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-03-04 11:25:32 +00:00
Budibase Release Bot cb857ca017 v1.0.79 2022-03-04 10:13:53 +00:00
Budibase Staging Release Bot 31f3956bfb v1.0.79-alpha.11 2022-03-03 14:33:26 +00:00
Budibase Staging Release Bot e682e07bbe v1.0.79-alpha.10 2022-03-03 12:44:58 +00:00
Andrew Kingston e58fa37b6e Merge pull request #4750 from Budibase/fix/option-picker-values
Fixes for 409s and option picker values
2022-03-03 12:37:59 +00:00
Budibase Staging Release Bot 959bb352f0 v1.0.79-alpha.9 2022-03-03 09:13:11 +00:00
Budibase Staging Release Bot a7bd7fb325 v1.0.79-alpha.8 2022-03-02 23:16:59 +00:00
Budibase Staging Release Bot af5210e4dc v1.0.79-alpha.7 2022-03-02 10:47:17 +00:00
Budibase Staging Release Bot 8b80379e92 v1.0.79-alpha.6 2022-03-02 10:01:25 +00:00
Rory Powell 040d80fc55 Merge branch 'master' into licensing-poc-master 2022-03-01 21:10:51 +00:00
mike12345567 fa41548e13 Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api 2022-03-01 18:43:52 +00:00
Budibase Staging Release Bot 295ac7669c v1.0.79-alpha.5 2022-03-01 14:10:17 +00:00
Budibase Staging Release Bot 9c37633459 v1.0.79-alpha.4 2022-03-01 13:45:26 +00:00
Budibase Staging Release Bot 563f4530a0 v1.0.79-alpha.3 2022-03-01 12:22:03 +00:00
Budibase Staging Release Bot b2014b979c v1.0.79-alpha.2 2022-03-01 12:09:29 +00:00
Peter Clement ffe35bc5ec Merge pull request #4638 from Budibase/feature/table-row-selection
Allow selection of rows from table component
2022-03-01 12:03:24 +00:00
Budibase Staging Release Bot a595c39cbe v1.0.79-alpha.1 2022-03-01 11:49:32 +00:00
Peter Clement 6095b5cb87 Merge remote-tracking branch 'origin/develop' into feature/table-row-selection 2022-03-01 10:37:26 +00:00
Budibase Staging Release Bot ce54070c1e v1.0.79-alpha.0 2022-03-01 10:34:25 +00:00
Rory Powell 8f1b638f3b Merge branch 'master' into merge-master 2022-03-01 10:04:23 +00:00
Andrew Kingston 1d38486bb7 Update more option picker logic to only hide nullish rather than falsey values when using a dynamic options source 2022-03-01 10:00:08 +00:00
Andrew Kingston 9535bc7c24 Update option picker logic to only hide nullish rather than falsey values when using a dynamic options source 2022-03-01 09:51:48 +00:00
Budibase Staging Release Bot 576e79ecdd v1.0.76-alpha.6 2022-03-01 09:48:46 +00:00
Budibase Release Bot e563403f51 v1.0.78 2022-03-01 09:46:34 +00:00
mike12345567 8b6a9b7273 Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api 2022-02-28 18:43:45 +00:00
Budibase Release Bot 2f7ca2518c v1.0.77 2022-02-28 12:19:05 +00:00
Budibase Release Bot 6aaa239c33 v1.0.76 2022-02-28 08:22:58 +00:00
Andrew Kingston 3ba195960b Add error notification if executing a query in a button action fails 2022-02-25 21:29:02 +00:00
Andrew Kingston eb27ac368a Fix incorrect syntax for showing a notification while executing custom queries 2022-02-25 21:26:08 +00:00
Andrew Kingston a3f45a0dac Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-25 13:49:24 +00:00
Budibase Staging Release Bot 2e4cfb3312 v1.0.76-alpha.5 2022-02-25 13:45:29 +00:00
Andrew Kingston a216a44827 Merge pull request #4681 from Budibase/fix/asset-type-selection
Fix asset type selection
2022-02-25 13:38:10 +00:00
Andrew Kingston 9bc38c4105 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-25 13:34:40 +00:00
Andrew Kingston 00b2fc29e0 Fix route choice when using devtools role preview and fix devtools role ID not being passed down in context 2022-02-25 13:26:11 +00:00
Budibase Staging Release Bot a01cb16684 v1.0.76-alpha.4 2022-02-25 09:11:42 +00:00
Andrew Kingston 7ca040efe6 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-25 08:20:28 +00:00
Michael Drury 01bb56cbf4 Adding a testing system which generates the schema and compares against responses. 2022-02-24 23:21:10 +00:00
Andrew Kingston 755e12a24d Add full featured component settings and bindings devtools tabs 2022-02-24 21:48:54 +00:00
Andrew Kingston 969e6531d5 Make copy to clipboard an exported utility 2022-02-24 21:48:23 +00:00
mike12345567 53f108865a Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-api 2022-02-24 18:19:20 +00:00
Andrew Kingston c944d1fdf5 Update devtools with new features 2022-02-24 15:36:21 +00:00
Andrew Kingston b8809d33b9 Ensure dev tools never shows in builder preview 2022-02-24 14:15:36 +00:00
Andrew Kingston 0fcfa43790 Fix className autocorrect and make client load time optional 2022-02-24 14:14:55 +00:00
Andrew Kingston 66715b8290 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-devtools 2022-02-24 14:03:29 +00:00
Andrew Kingston fd76551909 Key client app layout rendering by builder store asset type to ensure preview is always remounted properly 2022-02-24 12:26:31 +00:00
Budibase Staging Release Bot e29967c877 v1.0.76-alpha.3 2022-02-24 10:07:41 +00:00
Andrew Kingston 6573835c13 Fix missing prop from table block and add fixed context provider ID for tables inside table blocks to support row selection bindings 2022-02-24 09:16:35 +00:00
Andrew Kingston d888831b4a Fix table selection defaulting to true, reset selected rows when unmounting tables, remove position absolute on row selection text 2022-02-24 09:15:37 +00:00
Michael Drury aeae61342a Adding table public API. 2022-02-23 22:13:16 +00:00
Budibase Staging Release Bot 89ac67a6f0 v1.0.76-alpha.2 2022-02-23 14:53:13 +00:00
Andrew Kingston 51153565d8 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-23 14:47:06 +00:00
Andrew Kingston 1ec76e3e7e Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config 2022-02-23 13:25:48 +00:00
Budibase Staging Release Bot b97e2df584 v1.0.76-alpha.1 2022-02-23 13:04:02 +00:00
Budibase Staging Release Bot 214b97463b v1.0.76-alpha.0 2022-02-23 12:50:13 +00:00
Rory Powell a009cec2fd Merge branch 'develop' into merge-master 2022-02-23 12:16:03 +00:00
Rory Powell 6fca8ca936 Merge branch 'master' into merge-master 2022-02-23 12:14:04 +00:00
Andrew Kingston 8f93227dad Merge branch 'table-cell-config' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-23 12:10:03 +00:00
Andrew Kingston 63e2adbbbe Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config 2022-02-23 11:32:51 +00:00
Andrew Kingston 32d7c716c7 Merge branch 'develop' of github.com:Budibase/budibase into feature/table-row-selection 2022-02-23 11:32:14 +00:00
Budibase Staging Release Bot 002f816949 v1.0.74-alpha.2 2022-02-23 10:11:50 +00:00
Peter Clement dffdcd882f add ability to select rows from different tables and provide bindings 2022-02-22 15:18:08 +00:00
Peter Clement 87d001b66f Merge remote-tracking branch 'origin/develop' into feature/table-row-selection 2022-02-22 15:17:38 +00:00
Budibase Staging Release Bot 205d4c5c81 v1.0.74-alpha.1 2022-02-22 14:18:29 +00:00
Budibase Release Bot 5a6cc0c592 v1.0.75 2022-02-22 12:59:24 +00:00
Andrew Kingston afc4b32886 Fix client package.json and lock file after merges 2022-02-22 12:37:27 +00:00
Rory Powell 1adf43733a Merge branch 'master' into merge-master 2022-02-22 09:09:36 +00:00
Budibase Release Bot f666457733 v1.0.74 2022-02-22 08:12:54 +00:00
Budibase Staging Release Bot 102e2c43a5 v1.0.74-alpha.0 2022-02-21 16:59:03 +00:00
mike12345567 629bf6177a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-02-21 16:51:08 +00:00
Budibase Release Bot f7d7f1693f v1.0.73 2022-02-21 16:10:18 +00:00
Andrew Kingston 988afc2dac Add compact setting to table block 2022-02-21 15:45:39 +00:00
Budibase Staging Release Bot c050426e34 v1.0.73-alpha.0 2022-02-21 14:17:54 +00:00
Andrew Kingston f1209f30de Merge branch 'develop' of github.com:Budibase/budibase into table-cell-config 2022-02-21 13:46:22 +00:00
Andrew Kingston 7236ae80e5 Allow bindings for table cell values and break out cell settings into its own drawer component 2022-02-21 13:19:29 +00:00
Rory Powell ada72fa8c9 Merge branch 'master' into merge-master 2022-02-21 12:19:30 +00:00
Budibase Release Bot bcf64c91ff v1.0.72 2022-02-21 12:08:35 +00:00
Budibase Staging Release Bot 132fcc6ba7 v1.0.72-alpha.0 2022-02-21 11:46:11 +00:00
Rory Powell 0593b852a5 Merge branch 'master' into merge-master-into-develop 2022-02-21 10:51:01 +00:00
Budibase Release Bot 82510630a4 v1.0.71 2022-02-21 10:46:11 +00:00
Budibase Release Bot ea40d1dc53 v1.0.70 2022-02-20 21:32:17 +00:00
Andrew Kingston 86acb3fea3 Update client table component to be more generic about passing table customisation options 2022-02-18 20:29:20 +00:00
Budibase Release Bot 0f46cf8525 v1.0.69 2022-02-18 17:45:29 +00:00
Andrew Kingston a3ee95f4e9 Ensure child component column in tables always uses auto width 2022-02-18 14:58:49 +00:00
Andrew Kingston 35f95d2fb3 Fix issue when columns are not defined for a table 2022-02-18 13:22:04 +00:00
Andrew Kingston 9f92ee2d0b Add compact setting to table 2022-02-18 13:08:18 +00:00
Andrew Kingston f45715d61b Only autosort columns when custom columns are not specified 2022-02-18 12:35:39 +00:00
Rory Powell 814b5ae5ab Merge branch 'master' into develop 2022-02-18 11:57:54 +00:00
Budibase Release Bot 8a5a1bf1ab v1.0.68 2022-02-17 10:27:59 +00:00
Peter Clement 340c9480c2 add row selection numbers 2022-02-16 15:00:18 +00:00
Budibase Release Bot e044e5a193 v1.0.67 2022-02-16 14:42:28 +00:00
Peter Clement 1dd909c8c2 Merge remote-tracking branch 'origin/develop' into feature/table-row-selection 2022-02-16 14:35:42 +00:00
Budibase Release Bot de3ad814b2 v1.0.66 2022-02-16 13:50:45 +00:00
Rory Powell d02b40ed50 Pin sentry to pre-broken version. See https://github.com/getsentry/sentry-javascript/issues/4594 2022-02-16 11:43:38 +00:00
Rory Powell 029125794b Tidy 2022-02-16 10:22:24 +00:00
Rory Powell 3fc6ff4dbe Remove outdated launch config 2022-02-16 10:12:38 +00:00
Rory Powell ba57813674 Integrate with standard release pipeline 2022-02-16 10:08:49 +00:00
Rory Powell 7242406c68 poc wip 2022-02-16 09:54:26 +00:00
Budibase Staging Release Bot 6361565dc7 v1.0.66-alpha.0 2022-02-15 17:15:15 +00:00
mike12345567 db45086105 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-02-15 16:54:21 +00:00
Budibase Release Bot 83e0f68597 v1.0.65 2022-02-15 15:43:32 +00:00
Andrew Kingston 6ec1add951 Merge pull request #4505 from Budibase/fix/tag-settings-bar
Fix slash appearing in the tag settings bar
2022-02-15 15:37:35 +00:00
mike12345567 352c903fa5 Updating client yarn lock. 2022-02-15 14:50:21 +00:00
mike12345567 6cb7c2b770 Fix for safari, removing all usage of regex lookbehinds. 2022-02-15 14:48:32 +00:00
Andrew Kingston f1a1f701f3 Fix slash appearing in the tag settings bar 2022-02-15 10:48:13 +00:00
Budibase Staging Release Bot e22f0fe5d1 v1.0.58-alpha.7 2022-02-15 10:36:59 +00:00
Budibase Staging Release Bot fd7da375e0 v1.0.58-alpha.6 2022-02-15 09:23:08 +00:00
Budibase Release Bot 6f267526c5 v1.0.64 2022-02-15 09:22:36 +00:00
Andrew Kingston 6352e66b09 Merge branch 'develop' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-15 09:11:08 +00:00
Budibase Staging Release Bot 8233a522e0 v1.0.58-alpha.5 2022-02-14 18:05:17 +00:00
Andrew Kingston 5984746809 Don't run visualiser in client library when not in production 2022-02-14 18:01:43 +00:00
Andrew Kingston 2972927a18 Merge branch 'develop' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-14 17:58:42 +00:00
Andrew Kingston bd99ffb5b7 Merge pull request #4475 from Budibase/table-column-config
Table column config
2022-02-14 17:57:56 +00:00
Budibase Staging Release Bot 410e8a2888 v1.0.58-alpha.4 2022-02-14 15:04:23 +00:00
Andrew Kingston f433343dc4 Update table block to use new column config setting 2022-02-14 13:11:01 +00:00
Budibase Staging Release Bot b010c2fd63 v1.0.58-alpha.3 2022-02-14 12:04:23 +00:00
Andrew Kingston 2f9874d7c8 Merge branch 'develop' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-14 11:48:48 +00:00
Budibase Staging Release Bot 709e5ac547 v1.0.58-alpha.2 2022-02-14 11:00:33 +00:00
Budibase Release Bot 0862c8db84 v1.0.63 2022-02-14 09:34:12 +00:00
Budibase Release Bot 3f46eb4fd0 v1.0.62 2022-02-12 12:01:26 +00:00
Budibase Release Bot adbfbb62c1 v1.0.61 2022-02-12 11:04:28 +00:00
Budibase Release Bot c27a552d88 v1.0.60 2022-02-11 18:47:34 +00:00
Budibase Staging Release Bot e4d5aa6521 v1.0.58-alpha.1 2022-02-11 18:29:37 +00:00
Budibase Release Bot 93336bf798 v1.0.59 2022-02-11 18:25:35 +00:00
Peter Clement 5a88c89baf changing bindings key 2022-02-11 15:37:43 +00:00
Andrew Kingston 0f2d41c342 Merge branch 'develop' of github.com:Budibase/budibase into table-column-config 2022-02-11 14:28:36 +00:00
Peter Clement d45c107db7 add row selection functionality to tables 2022-02-11 11:55:35 +00:00
Budibase Release Bot 16106548ac v1.0.58 2022-02-10 18:13:24 +00:00
Budibase Staging Release Bot 7f7bd8f447 v1.0.58-alpha.0 2022-02-10 18:04:34 +00:00
Martin McKeaveney d1cebc61a9 merge with master 2022-02-10 18:57:26 +01:00
Andrew Kingston 5f72066dde Update table component to use new settings component and support new column config setting structure 2022-02-10 16:42:15 +00:00
Budibase Staging Release Bot 39a27d1dae v1.0.50-alpha.7 2022-02-10 11:03:45 +00:00
Budibase Release Bot 9852015cfa v1.0.57 2022-02-10 10:41:52 +00:00
Martin McKeaveney a495050871 merge with develop 2022-02-10 11:39:15 +01:00
Budibase Release Bot 87db7db456 v1.0.56 2022-02-10 09:35:51 +00:00
Budibase Release Bot a15268d682 v1.0.55 2022-02-09 17:41:16 +00:00
Andrew Kingston 0e59be9375 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-09 15:18:44 +00:00
Budibase Staging Release Bot 7ed0cb274a v1.0.50-alpha.6 2022-02-09 15:12:28 +00:00
Budibase Release Bot 18ea87e5e3 v1.0.54 2022-02-09 14:57:41 +00:00
Michael Drury 1cc32e42c0 Merge branch 'develop' into frontend-core 2022-02-09 14:42:05 +00:00
Budibase Staging Release Bot fcddaf1f73 v1.0.50-alpha.5 2022-02-09 14:38:55 +00:00
Budibase Release Bot c941ecad1e v1.0.53 2022-02-09 14:27:35 +00:00
Andrew Kingston 91ef045396 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-09 14:24:05 +00:00
mike12345567 70c9782e9a Merge branch 'develop' of github.com:Budibase/budibase into fix/feb-fixes 2022-02-09 12:48:53 +00:00
Budibase Release Bot 4ab5ef95ee v1.0.52 2022-02-08 17:19:05 +00:00
mike12345567 d13985af3f Fix for #3758 - updating the datetime cell renderer and form component to be capable of display time only formats, as well as adding an option to only select the time component for a date time form field. 2022-02-08 16:15:08 +00:00
Budibase Staging Release Bot 14b0ef2ec5 v1.0.50-alpha.4 2022-02-08 16:13:59 +00:00
Budibase Release Bot 7dbb77fcff v1.0.51 2022-02-08 16:06:53 +00:00
Budibase Staging Release Bot c229768b72 v1.0.50-alpha.3 2022-02-08 15:32:30 +00:00
Budibase Staging Release Bot 10077bdde2 v1.0.50-alpha.2 2022-02-08 14:51:54 +00:00
Budibase Staging Release Bot 5aa0b87e17 v1.0.50-alpha.1 2022-02-08 11:53:04 +00:00
Budibase Release Bot 00234cf186 v1.0.50 2022-02-08 10:01:04 +00:00
Andrew Kingston d90ccc26c7 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-08 08:12:37 +00:00
Budibase Staging Release Bot 8bf26bed76 v1.0.50-alpha.0 2022-02-07 20:42:24 +00:00
Martin McKeaveney 3742c7dc91 merge 2022-02-07 21:24:44 +01:00
Budibase Staging Release Bot d91efb9678 v1.0.49-alpha.16 2022-02-07 16:54:28 +00:00
Andrew Kingston 6a3333cb19 Merge pull request #4372 from Budibase/dont-dismiss-error-notifications
Remove automatic dismissal of error notifications
2022-02-07 16:47:15 +00:00
Budibase Staging Release Bot 6881cee40e v1.0.49-alpha.15 2022-02-07 15:46:09 +00:00
Andrew Kingston 85b6943853 Prevent notifications in client apps from being automatically dismissed 2022-02-07 15:25:03 +00:00
Andrew Kingston 353b67d0eb Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-07 14:46:05 +00:00
Andrew Kingston 2969f2d24c Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-07 14:45:14 +00:00
Andrew Kingston 6245d605e8 Update rich text editor fullscreen and side-by-side modes to work on desktop and mobile properly with any type of layout navigation 2022-02-07 12:49:33 +00:00
Andrew Kingston d78e6a5e59 Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text 2022-02-07 12:13:29 +00:00
Andrew Kingston b31780d26c Revert rich text field name to long form field 2022-02-07 12:13:11 +00:00
Andrew Kingston 2975e4a8f7 Add format setting on long form fields to allow choice between rich text and plain text, and default to automatically determining from the schema 2022-02-07 12:12:02 +00:00
Budibase Staging Release Bot 22a685aade v1.0.49-alpha.14 2022-02-07 10:52:24 +00:00
Budibase Staging Release Bot 2a5e169b7c v1.0.49-alpha.13 2022-02-07 10:27:31 +00:00
Andrew Kingston a76508c76e Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-07 09:50:17 +00:00
Andrew Kingston 48ce006ac3 Hide some icons on mobile to avoid fullscreen mobile icon wrapping in rich text editor 2022-02-04 14:25:20 +00:00
Andrew Kingston 90514af833 Merge branch 'develop' of github.com:Budibase/budibase into feature/real-rich-text 2022-02-04 13:53:01 +00:00
Budibase Staging Release Bot 508d7d1738 v1.0.49-alpha.12 2022-02-04 13:16:25 +00:00
Budibase Release Bot 2dea8789e8 v1.0.49 2022-02-04 12:19:39 +00:00
Budibase Staging Release Bot 0f11aea9d4 v1.0.49-alpha.11 2022-02-04 11:10:37 +00:00
Andrew Kingston de3bf659f5 Merge pull request #4323 from Budibase/relationship-field-default-value
Relationship field default value
2022-02-04 11:03:48 +00:00
Budibase Staging Release Bot 0b91bfdf85 v1.0.49-alpha.10 2022-02-04 10:32:31 +00:00
Andrew Kingston a3eef9f534 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-04 09:23:32 +00:00
Andrew Kingston a2a3b276d0 Add default value for relationship fields 2022-02-04 08:50:56 +00:00
Budibase Staging Release Bot 47dc1ac540 v1.0.49-alpha.9 2022-02-03 20:58:29 +00:00
mike12345567 984950b945 Adds alignment to long form and string fields as per #3374. 2022-02-03 19:13:56 +00:00
Andrew Kingston 619bae1d27 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-03 14:48:13 +00:00
Andrew Kingston 2724ce00c3 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-03 14:46:59 +00:00
Andrew Kingston b84ec36271 Update setting label of markdown viewer component 2022-02-03 11:54:07 +00:00
Andrew Kingston 160849d0f5 Support a customisable offset for fullscreen mode for rich text editors 2022-02-03 11:53:51 +00:00
Andrew Kingston aacd8b01c6 Update rich text field height to be set dynamically 2022-02-03 10:46:41 +00:00
Andrew Kingston 815b6213cf Update client app long form text component to be rich text and add new markdown viewer component 2022-02-02 21:23:28 +00:00
Budibase Staging Release Bot cf3e0f0fdc v1.0.49-alpha.8 2022-02-02 10:59:16 +00:00
Budibase Staging Release Bot 61e3877e08 v1.0.49-alpha.7 2022-02-01 20:38:50 +00:00
Andrew Kingston 298be3d931 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-01 16:53:12 +00:00
Andrew Kingston 378ddc5753 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-01 16:52:26 +00:00
Andrew Kingston 14eca1b461 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-02-01 16:49:59 +00:00
Andrew Kingston e0ed191f49 Update lock files 2022-02-01 16:46:38 +00:00
Andrew Kingston de12e0dc79 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-01 16:46:00 +00:00
Andrew Kingston eb1edcd1cc Simply and improve core client library logic 2022-02-01 16:32:37 +00:00
Budibase Staging Release Bot 7852960a03 v1.0.49-alpha.6 2022-02-01 16:32:31 +00:00
Andrew Kingston 27c2b62223 Remove log statements 2022-02-01 11:55:31 +00:00
Martin McKeaveney c11e26cb2e merge 2022-02-01 11:22:14 +01:00
Budibase Staging Release Bot bc781128d6 v1.0.49-alpha.5 2022-02-01 10:11:29 +00:00
Budibase Staging Release Bot 9abefd5b63 v1.0.49-alpha.4 2022-01-31 19:12:15 +00:00
Andrew Kingston 249520bdb2 Merge pull request #4228 from pueding/fix/query-pagination-on-production
Fix not showing pagination of query on production
2022-01-31 19:06:00 +00:00
Andrew Kingston 21a771ff70 Merge in client bundle size reductions 2022-01-31 19:02:59 +00:00
Andrew Kingston fcd79ed70a Merge branch 'client-bundle-size-reduction' into experimental-hbs-caching 2022-01-31 18:58:19 +00:00
Andrew Kingston caf8991d92 Cache the determination of client component settings and simplify initialisationlogic 2022-01-31 18:54:04 +00:00
Budibase Staging Release Bot 7aab9d3e40 v1.0.49-alpha.3 2022-01-31 17:55:54 +00:00
Budibase Staging Release Bot a063274133 v1.0.49-alpha.2 2022-01-31 16:54:48 +00:00
Budibase Staging Release Bot 4596464b5a v1.0.49-alpha.1 2022-01-31 16:01:59 +00:00
mike12345567 f9c7877e02 Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering 2022-01-31 15:21:15 +00:00
Hwansoo 241d04ed38 fix: check if fields exists 2022-02-01 00:03:25 +09:00
Budibase Staging Release Bot 4b9acb21ae v1.0.49-alpha.0 2022-01-31 14:39:05 +00:00
mike12345567 d55005d327 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-01-31 14:29:02 +00:00
Budibase Release Bot 86ffa65d93 v1.0.48 2022-01-31 13:43:13 +00:00
Andrew Kingston e5ca73a5d9 Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching 2022-01-31 10:34:04 +00:00
Andrew Kingston 9b1754ad70 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-31 09:40:33 +00:00
Andrew Kingston 22bb99357a Remove lodash and sort dependencies out 2022-01-31 09:32:06 +00:00
Budibase Staging Release Bot 6246ae61f9 v1.0.46-alpha.8 2022-01-30 21:43:10 +00:00
Rory Powell 0089fb06d9 Merge branch 'develop' into csrf 2022-01-30 21:20:48 +00:00
Andrew Kingston 4b7fe15598 Add experimental support for caching the creation of HBS template functions 2022-01-29 18:53:21 +00:00
Budibase Staging Release Bot dbaede79f6 v1.0.46-alpha.7 2022-01-28 15:12:31 +00:00
Hwansoo 35671cb120 Fix not showing pagination of query on production 2022-01-28 01:31:10 +09:00
Andrew Kingston 6af3e1ef7c Remove builder rollup alias from client as it is now fully decoupled 2022-01-26 17:55:45 +00:00
Andrew Kingston bfe209e3e6 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-26 17:49:27 +00:00
mike12345567 223b5a0e16 Fixing dynamic filter modal in client library to include static formula. 2022-01-26 17:49:02 +00:00
Andrew Kingston 0b5d26b28b Enable caching in client library 2022-01-26 17:45:35 +00:00
Budibase Staging Release Bot d8ab715267 v1.0.46-alpha.6 2022-01-26 17:11:44 +00:00
Martin McKeaveney 19d27c97a4 code review and merge with develop 2022-01-26 17:45:28 +01:00
Andrew Kingston c7cd6b923d Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-26 16:02:27 +00:00
Budibase Staging Release Bot 03b35d1e8d v1.0.46-alpha.5 2022-01-26 15:03:16 +00:00
Rory Powell ffcf5354eb Add CSRF Token 2022-01-25 22:54:50 +00:00
Andrew Kingston 29f47198c6 Remove built-in patch functionality from core API client and instead manually patch client library API endpoints 2022-01-25 19:22:43 +00:00
mike12345567 ff6c81f265 Getting client side block search fields working with searching formulas. 2022-01-25 18:28:55 +00:00
Andrew Kingston bd04d627d2 Add missing API client documentation and fix S3 upload endpoints to make them consistent 2022-01-25 16:54:55 +00:00
Andrew Kingston 9a813dbb29 Lint 2022-01-25 15:49:35 +00:00
Andrew Kingston 7b32543537 Use core CookieUtils in client library 2022-01-25 15:28:14 +00:00
Andrew Kingston 604788a244 Fix issue with multiple enrichments before components mount without affecting other components 2022-01-25 11:22:26 +00:00
Andrew Kingston 57aa63a2d6 Don't render the active client app screen until the router is loaded to avoid a wasted render 2022-01-25 11:21:42 +00:00
Andrew Kingston d5ef915f39 Fix filtering no datetime fields in blocks 2022-01-25 08:42:07 +00:00
Andrew Kingston 5fa51005cf Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-25 07:51:47 +00:00
Andrew Kingston 7656887c1a Fix rare issue which could occur when enriching component props twice before an initial render has taken place 2022-01-24 19:25:19 +00:00
Andrew Kingston 591dafc336 Don't show a notification when failing an API request due to analytics failures 2022-01-24 19:14:57 +00:00
Andrew Kingston b33a2aa662 Improve API error logging to differentiate between builder and client sources 2022-01-24 16:40:55 +00:00
Budibase Release Bot e96b2b4d42 v1.0.47 2022-01-24 15:48:12 +00:00
Budibase Staging Release Bot 0b2564ff44 v1.0.46-alpha.4 2022-01-24 15:47:45 +00:00
Andrew Kingston 30fa72665a Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-24 15:46:54 +00:00
Andrew Kingston b0defa8176 Merge pull request #4030 from Budibase/s3-upload
S3 file upload component
2022-01-24 15:41:46 +00:00
Andrew Kingston f3d1035e23 Add info text to the S3 upload component 2022-01-24 15:18:54 +00:00
Andrew Kingston 9c38624d3a Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-21 13:38:06 +00:00
Andrew Kingston a9d4e6a64e Fix rare issue which could occur when enriching component props twice before an initial render has taken place 2022-01-21 13:32:56 +00:00
Budibase Staging Release Bot 58dc644ad8 v1.0.46-alpha.3 2022-01-21 11:27:13 +00:00
Martin McKeaveney 208ec7183a update scroll limit 2022-01-21 10:26:01 +01:00
Andrew Kingston f100ae42fd Add more work on API refactor in builder 2022-01-21 09:10:59 +00:00
Budibase Release Bot caebb066c3 v1.0.46 2022-01-20 19:58:40 +00:00
Andrew Kingston 2394f7faee Fix data fetch for nested providers, JSON arrays or array fields not working 2022-01-20 19:25:21 +00:00
Andrew Kingston 858d7b4b5a Revert changes to MultiFieldSelect 2022-01-20 19:24:57 +00:00
Andrew Kingston 3c50a83de7 Derive safe array-like value as the default value for multi-select fields 2022-01-20 19:24:28 +00:00
Budibase Staging Release Bot 36611280f2 v1.0.46-alpha.2 2022-01-20 18:57:06 +00:00
Budibase Staging Release Bot 9dbadcd671 v1.0.46-alpha.1 2022-01-20 18:46:28 +00:00
Andrew Kingston e2fb5f51f5 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-20 18:44:04 +00:00
Andrew Kingston b0d24d7c07 Merge pull request #4086 from Budibase/ak-fixes
Fixes for multi-selects and data fetching
2022-01-20 18:39:40 +00:00
Budibase Staging Release Bot f927117582 v1.0.46-alpha.0 2022-01-20 17:10:09 +00:00
mike12345567 8d95d9b603 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-01-20 17:03:21 +00:00
Budibase Release Bot 6c22ccb149 v1.0.45 2022-01-20 16:33:40 +00:00
Budibase Staging Release Bot 96d8e6d68e v1.0.44-alpha.9 2022-01-20 14:01:03 +00:00
Andrew Kingston d3a4e34b3f Don't show a notification if there is no error message 2022-01-20 13:37:20 +00:00
Budibase Staging Release Bot 62873fbb8d v1.0.44-alpha.8 2022-01-20 12:33:48 +00:00
Andrew Kingston 86e0e8acc2 Fix DND throwing errors due to browser API updates 2022-01-20 11:52:29 +00:00
Andrew Kingston d494e53786 Remove static functions from data fetch models 2022-01-20 11:50:18 +00:00
Andrew Kingston a3d6af7b9f Update usage of fetch client app route endpoint 2022-01-20 11:30:51 +00:00
Andrew Kingston c7e98623bc Update usage of DataFetching in client apps 2022-01-20 11:29:30 +00:00
Andrew Kingston 1ec3a91cae Update usages of utils and helpers in the builder 2022-01-20 11:19:37 +00:00
Andrew Kingston aab7adce03 Update remaining dependency issues in client 2022-01-20 10:16:13 +00:00
Andrew Kingston 5fad127f94 Update remaining usage of API in client library 2022-01-20 09:57:57 +00:00
Andrew Kingston 6e58820b45 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-20 09:43:23 +00:00
Andrew Kingston 6694bdc651 Add core API implementation and update most of client library to use it 2022-01-20 09:40:53 +00:00
Budibase Staging Release Bot e8915adc61 v1.0.44-alpha.7 2022-01-19 15:25:19 +00:00
Budibase Staging Release Bot d8c44be3c3 v1.0.44-alpha.6 2022-01-19 15:17:21 +00:00
Budibase Staging Release Bot ba3de70639 v1.0.44-alpha.5 2022-01-19 15:08:47 +00:00
Budibase Staging Release Bot a870c5b327 v1.0.44-alpha.4 2022-01-19 14:59:39 +00:00
Andrew Kingston 937518228d Merge pull request #4105 from Budibase/fix/log-out-action
Fix log out action
2022-01-19 14:54:20 +00:00
Budibase Staging Release Bot b3670e6fff v1.0.44-alpha.3 2022-01-19 14:52:46 +00:00
Maurits Lourens f5732abe55 #3397 - select radio buttons alignment setting 2022-01-19 15:23:41 +01:00
Andrew Kingston 9d4f18f1ce Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-19 13:54:39 +00:00
Andrew Kingston 8be7018543 Rename return URL to redirect URL in log out action 2022-01-19 12:50:07 +00:00
Budibase Staging Release Bot dddeb80cee v1.0.44-alpha.2 2022-01-19 11:49:24 +00:00
Andrew Kingston baee67d2e8 Lint 2022-01-19 11:32:56 +00:00
Andrew Kingston f6396649b5 Update log out handling to work better, and add support for navigating to a return URL 2022-01-19 11:22:27 +00:00
Budibase Release Bot fafe6f5d40 v1.0.44 2022-01-19 10:13:22 +00:00
Martin McKeaveney 3d5a3e7902 Merge pull request #4088 from mslourens/attachment_field_extensions
add extensions prop to specify accepted file extensions
2022-01-19 10:33:10 +01:00
Andrew Kingston 8bf91e6f21 Merge pull request #4084 from bastiaanterhorst/multi-options-default-fix
Update MultiFieldSelect to accept a defaultValue
2022-01-19 08:54:39 +00:00
Bastiaan Terhorst 5b58bd9be6 set defaultValue in Field component 2022-01-19 09:19:49 +01:00
Andrew Kingston 603d38ad78 Merge pull request #4033 from Budibase/fix/dynamic-validators
Fix dynamic validators not correctly validating form components
2022-01-18 19:20:27 +00:00
Maurits Lourens a4fea9ab3c add extensions prop to specify accepted file extensions 2022-01-18 17:17:31 +01:00
Bastiaan Terhorst 7ed18caa31 also set defaultValue 2022-01-18 16:48:08 +01:00
Budibase Staging Release Bot 3c4fee31e3 v1.0.44-alpha.1 2022-01-18 15:36:05 +00:00
Andrew Kingston 37a8d213e6 Fix data fetch for nested providers, JSON arrays or array fields not working 2022-01-18 15:34:10 +00:00
Budibase Staging Release Bot 3a49483eca v1.0.44-alpha.0 2022-01-18 14:31:59 +00:00
mike12345567 d93617d3c7 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-01-18 14:25:30 +00:00
Bastiaan Terhorst d2ffc2e920 Update MultiFieldSelect to accept a defaultValue
This changes the multi select control to accept defaultValues. As these are passed in as strings (flattened arrays in the form of "1, 2, 3") they need to be split into an array to be accepted by the control.
2022-01-18 15:04:40 +01:00
Budibase Staging Release Bot 5004e81168 v1.0.27-alpha.24 2022-01-18 13:16:22 +00:00
Michael Drury 7cf78f8c8b Merge pull request #4073 from Budibase/feature/sql-relationship-filtering
SQL relationship filtering
2022-01-18 13:10:58 +00:00
Budibase Staging Release Bot 8798f5cf37 v1.0.27-alpha.23 2022-01-18 09:45:46 +00:00
Andrew Kingston 0201841b90 Add initial work on frontend-core refactor 2022-01-18 09:39:19 +00:00
Budibase Staging Release Bot 2c11661c61 v1.0.27-alpha.22 2022-01-18 08:59:52 +00:00
Maurits Lourens 68986fba3a fix schema constraint mapping to validation rule 2022-01-17 23:23:36 +01:00
Budibase Staging Release Bot 7335a6ab5e v1.0.27-alpha.21 2022-01-17 18:01:17 +00:00
mike12345567 cde801d99b Adding dynamic filter capabilities, also updating search field select in builder to make sure it removes banned search field types. 2022-01-17 16:48:49 +00:00
Budibase Release Bot e3d8302194 v1.0.43 2022-01-17 16:42:48 +00:00
Andrew Kingston 54ce8d8386 Merge branch 'feature/sql-relationship-filtering' of github.com:Budibase/budibase into feature/sql-relationship-filtering 2022-01-17 14:04:19 +00:00
Andrew Kingston 0502e62e1c Add optional enrichment of relationship fields when determining datasource schema and update block filters to properly reference relationship fields 2022-01-17 14:03:47 +00:00
mike12345567 29fbfe7b95 Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationship-filtering 2022-01-17 13:34:16 +00:00
Budibase Staging Release Bot b77be977dd v1.0.27-alpha.20 2022-01-17 10:15:17 +00:00
Rory Powell 0f6e626005 Merge pull request #4022 from Budibase/fix/return-url
Fix return url
2022-01-17 10:09:38 +00:00
Budibase Release Bot 2a8cbb8805 v1.0.42 2022-01-17 08:48:49 +00:00
mike12345567 aae2dc86d3 Getting client partially working, having an issue with search fields not updating for a table block. 2022-01-14 17:42:14 +00:00
Andrew Kingston 283c4a5d9f Remove log 2022-01-14 16:47:50 +00:00
Budibase Staging Release Bot 3bcad013c7 v1.0.27-alpha.19 2022-01-14 14:33:55 +00:00
Budibase Staging Release Bot 472ec03fa9 v1.0.27-alpha.18 2022-01-14 14:25:57 +00:00
Andrew Kingston 4dfb74f512 Add public URL of uploaded file to button action outputs when uploading files to S3 2022-01-14 10:40:38 +00:00
Andrew Kingston 5b40ef2422 Fix issue where error was always reset when a component was re-registered 2022-01-14 09:58:23 +00:00
Budibase Release Bot 95c4edad08 v1.0.41 2022-01-14 09:39:56 +00:00
Andrew Kingston 0b0618aa84 Lint and fix size of S3 upload component overlay 2022-01-14 09:20:20 +00:00
Andrew Kingston 73f2c9bd35 Improve error handling when uploading files to S3 2022-01-14 08:39:24 +00:00
Budibase Release Bot 5256a1cf9f v1.0.40 2022-01-13 18:35:02 +00:00