1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00
Commit graph

1539 commits

Author SHA1 Message Date
Andrew Kingston 69422f374b Refactor some app components to remove dependency on static props 2021-11-16 17:52:00 +00:00
Andrew Kingston cc5e42e933 Update table to handle dynamic data provider prop 2021-11-16 17:51:05 +00:00
Andrew Kingston fa70eb540a Update forms to handle a dynamic schema prop 2021-11-16 17:42:27 +00:00
Andrew Kingston 9aa03c39ba Optimise core memoization of client component props to improve performance significantly 2021-11-16 16:29:31 +00:00
Andrew Kingston 1432cbec72 Refactor how client app actions programmatically mutate data provider queries to allow for correctly handling removal of query extensions 2021-11-16 16:28:48 +00:00
Budibase Staging Release Bot 782a0cc175 v0.9.185-alpha.6 2021-11-16 14:37:51 +00:00
Budibase Staging Release Bot 1a9706bbb2 v0.9.185-alpha.5 2021-11-16 13:54:16 +00:00
Andrew Kingston 3acdf56679 Precent unecessary client app builder store updates to improve performance 2021-11-16 13:35:20 +00:00
Andrew Kingston e5f49c87f6 Ensure button is focused when starting to edit text 2021-11-16 13:22:31 +00:00
Andrew Kingston d13170ff57 Disable drag and drop for components in the selected path when edit mode is enabled to fix firefox issue with text selection when draggable attribute is set 2021-11-16 13:17:34 +00:00
Budibase Staging Release Bot 4a22570b05 v0.9.185-alpha.4 2021-11-16 11:48:38 +00:00
Andrew Kingston c43927e863 Remove focus style on contenteditable components in chrome 2021-11-16 11:47:03 +00:00
Andrew Kingston 1cfb0f467d Prevent dragging of a component while being edited 2021-11-16 11:46:46 +00:00
Andrew Kingston 638972804d Merge develop into editable text lab day 2021-11-16 11:14:46 +00:00
Budibase Staging Release Bot 144452346f v0.9.185-alpha.3 2021-11-16 11:12:03 +00:00
Andrew Kingston 3db13562d6
Merge pull request #3355 from Budibase/repeater-array
Data block + array fields as data sources
2021-11-16 11:03:30 +00:00
Andrew Kingston b1a2bb59a6 Rename data block to repeater block 2021-11-15 18:07:51 +00:00
Budibase Staging Release Bot 5bb8900cdd v0.9.185-alpha.2 2021-11-15 17:47:27 +00:00
Budibase Release Bot bfc9a4157d v0.9.187 2021-11-15 17:04:12 +00:00
Budibase Staging Release Bot 38f0e8d665 v0.9.185-alpha.1 2021-11-15 14:43:16 +00:00
Andrew Kingston 1b4e95ed3c Be even more explicit about expecting an array data type for data provider rows 2021-11-15 12:26:13 +00:00
Andrew Kingston cd94f72faa Replace manual usage of square brackets with string-templates makePropSafe util 2021-11-12 15:28:08 +00:00
Andrew Kingston 04e8c4a932 Clafify comments 2021-11-12 15:27:42 +00:00
Andrew Kingston 07f15c5759 Add data block component 2021-11-12 15:19:25 +00:00
Andrew Kingston 65111272b8 Allow blocks which take children to work with DND 2021-11-12 15:18:55 +00:00
Andrew Kingston 8b3edeea3b Update settings bar to account for new block settings structure 2021-11-12 14:48:53 +00:00
Andrew Kingston e0c88597a7 Enable data providers to use array and attachment fields as their source 2021-11-12 13:42:55 +00:00
Budibase Release Bot 4385ee6fc2 v0.9.186 2021-11-12 13:15:37 +00:00
Budibase Staging Release Bot 04cfca8b8e v0.9.185-alpha.0 2021-11-11 13:59:14 +00:00
mike12345567 d54992de3d Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-11 13:48:07 +00:00
Budibase Release Bot d1714b7f9a v0.9.185 2021-11-11 12:14:43 +00:00
Budibase Release Bot 4db512d87e v0.9.184 2021-11-11 11:35:31 +00:00
Budibase Staging Release Bot f612213122 v0.9.180-alpha.11 2021-11-11 11:09:49 +00:00
Andrew Kingston 7fd5f60ecc
Merge pull request #3299 from Budibase/full-bindings
Full bindings for relationships and attachments
2021-11-11 11:01:27 +00:00
Budibase Staging Release Bot ec8fccf4f5 v0.9.180-alpha.10 2021-11-10 19:52:01 +00:00
Budibase Staging Release Bot b2a4418a8b v0.9.180-alpha.9 2021-11-10 18:29:22 +00:00
Budibase Staging Release Bot 542aa92daf v0.9.180-alpha.8 2021-11-10 16:33:07 +00:00
Andrew Kingston 3ebf44d1f7 Rename blocks to be shorter 2021-11-10 15:56:51 +00:00
Andrew Kingston 32c3788a53 Refactor all block link settings to be URLs rather than onclick handlers. Add settings for linking card titles in card list blocks 2021-11-10 15:52:36 +00:00
Budibase Staging Release Bot b1afbfa451 v0.9.180-alpha.7 2021-11-10 14:56:30 +00:00
Budibase Release Bot 0202adaa60 v0.9.183 2021-11-10 14:28:28 +00:00
Budibase Staging Release Bot 7e02034897 v0.9.180-alpha.6 2021-11-10 13:50:18 +00:00
Budibase Staging Release Bot 1d7490e328 v0.9.180-alpha.5 2021-11-10 12:29:11 +00:00
Budibase Staging Release Bot 0e9c16763e v0.9.180-alpha.4 2021-11-10 12:17:43 +00:00
Andrew Kingston 143510ceb8
Merge pull request #3311 from Budibase/block-search-improvements
Improve block searching
2021-11-10 12:08:10 +00:00
Andrew Kingston dd28adbf68 Update block search so that string fields do a 'starts with' search rather than an exact match 2021-11-10 11:48:02 +00:00
Budibase Staging Release Bot 186a44c40e v0.9.180-alpha.3 2021-11-10 10:13:12 +00:00
Budibase Release Bot 9dd74e580e v0.9.182 2021-11-10 09:52:01 +00:00
Budibase Staging Release Bot bb410a7742 v0.9.180-alpha.2 2021-11-09 17:25:41 +00:00
Andrew Kingston b0e0b61527 Add comment to client rows API 2021-11-09 15:48:04 +00:00
Andrew Kingston 7aa337f7d2 Disable links when in builder preview 2021-11-09 15:24:13 +00:00
Budibase Release Bot 8b7f3a461f v0.9.181 2021-11-09 12:38:10 +00:00
mike12345567 2155e5f5eb Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus 2021-11-09 11:20:17 +00:00
Martin McKeaveney f7550c8c47 adding flags for messagePassing 2021-11-09 12:15:29 +01:00
Budibase Staging Release Bot 610ba92bac v0.9.180-alpha.1 2021-11-08 20:54:52 +00:00
Andrew Kingston d0755ce8ac
Merge pull request #3249 from Budibase/blocks
Core blocks implementation + table with search block
2021-11-08 20:46:21 +00:00
mike12345567 15907280b2 Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables. 2021-11-08 17:25:05 +00:00
Andrew Kingston 08ae550791 Update default number of cards in card list block to 8 2021-11-08 16:54:43 +00:00
Andrew Kingston de9c038150 Fix card list block empty state and update size 2021-11-08 16:40:45 +00:00
Andrew Kingston 3e5980082f Fix card button text potentially showing as undefined 2021-11-08 14:51:13 +00:00
Budibase Release Bot c10163a301 v0.9.180 2021-11-08 14:36:40 +00:00
Andrew Kingston aa56d6fd63 Add card list with search block. Add concept of nested settings which can consume their own contexts and are not enriched at the top level 2021-11-08 14:35:58 +00:00
Budibase Staging Release Bot e611847752 v0.9.180-alpha.0 2021-11-08 14:13:09 +00:00
mike12345567 c1e23c0153 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-08 14:00:47 +00:00
Budibase Release Bot ec321ba7cb v0.9.179 2021-11-08 12:29:59 +00:00
Andrew Kingston 2f949bad85 Lint 2021-11-05 12:43:26 +00:00
Andrew Kingston f8f906b9de Add ability to link rows in tables, and link rows in the table with search block 2021-11-05 12:38:33 +00:00
Budibase Release Bot 56e5aca60f v0.9.178 2021-11-04 16:37:06 +00:00
Budibase Staging Release Bot 87f472a82c v0.9.176-alpha.3 2021-11-04 16:30:06 +00:00
Martin McKeaveney 37ddd416c0 tidy up 2021-11-04 17:28:07 +01:00
Martin McKeaveney a48f8434eb fix safari 2021-11-04 17:24:56 +01:00
Martin McKeaveney 1c237d8dc6
Merge pull request #3187 from Budibase/fix/safari-bug
Fix budibase builder preview on safari
2021-11-04 17:22:02 +01:00
Martin McKeaveney 5ebeb6814d refactor switch into a key value handler object
tidy up - remove logs and comments

update windowed modals to use postMessage
2021-11-04 17:21:17 +01:00
Budibase Release Bot 0b57f74a43 v0.9.177 2021-11-04 13:56:13 +00:00
Andrew Kingston 9d473e9a34 Lint 2021-11-04 11:31:43 +00:00
Andrew Kingston dc9b1a2a8c Add button to table with search block and support defining multiple settings sections in component manifest entries 2021-11-04 11:30:43 +00:00
Budibase Release Bot 2715f44db0 v0.9.176 2021-11-04 09:24:56 +00:00
Budibase Staging Release Bot f7b155c7dd v0.9.176-alpha.2 2021-11-04 09:24:27 +00:00
Budibase Staging Release Bot bbd249c07d v0.9.176-alpha.1 2021-11-04 00:48:41 +00:00
Martin McKeaveney a46ef3fe4f
Merge pull request #3231 from opensas/patch-1
fix: update README.md
2021-11-04 01:39:34 +01:00
Budibase Staging Release Bot 30bdc11527 v0.9.176-alpha.0 2021-11-03 16:33:02 +00:00
Budibase Release Bot 22f33ba0f0 v0.9.175 2021-11-03 16:20:47 +00:00
Andrew Kingston df9f061d66 Remove conditional props from manifest for table with search block 2021-11-03 16:18:12 +00:00
Andrew Kingston 3acc937ddc Fix picker width in table with search block and enable autosizing of other search components 2021-11-03 15:53:45 +00:00
Andrew Kingston c5433e6ef8 Add support for tables updating server-side sorting 2021-11-03 15:26:15 +00:00
Budibase Release Bot 551be52bfb v0.9.174 2021-11-03 15:10:20 +00:00
Andrew Kingston 7ec5c2b1f2 Allow table with search block to render correct components for all relevant field types 2021-11-03 11:58:06 +00:00
Andrew Kingston 73d5d1289b Standardise fetching schema from client apps to fix issues with determing schema for certain data sources 2021-11-03 11:57:47 +00:00
opensas 2ae6f9ee6e
fix: update README.md
add space between #### and text title
2021-11-03 02:42:44 -03:00
Budibase Staging Release Bot a0c9f4c977 v0.9.173-alpha.8 2021-11-02 17:06:37 +00:00
Budibase Staging Release Bot fb8cc1c243 v0.9.173-alpha.7 2021-11-02 15:32:59 +00:00
Andrew Kingston 212e62b62e Simplify some block logic 2021-11-02 12:58:38 +00:00
Andrew Kingston ee7ab70f4d Comment some parts of blocks implementation for clarity 2021-11-02 08:58:50 +00:00
Andrew Kingston 4cbe82c1db Add title setting to table with search block and fix import paths 2021-11-02 08:51:48 +00:00
Andrew Kingston 7bd46a6ecb Remove old files and tidy up 2021-11-02 08:47:19 +00:00
Andrew Kingston 808d2d0f73 Add generic block structure with support for writing blocks like normal svelte components rather than a JSON builder 2021-11-02 08:45:27 +00:00
Andrew Kingston 6ad3df2e7f Add initial structure of table with search block 2021-11-01 17:18:38 +00:00
Andrew Kingston f682e7e4ac Add in-preview editing for all field labels 2021-10-28 16:31:22 +01:00
Andrew Kingston 90403948dd Fix issue editing components in the preview when nested inside another draggable component 2021-10-28 15:52:07 +01:00
Andrew Kingston 232957f610 Add in-preview editing of buttons and add settings bar for buttons 2021-10-28 15:29:48 +01:00
Andrew Kingston d3839f2f91 Focus contenteditable node when starting editing a component in the preview 2021-10-28 13:28:43 +01:00
Andrew Kingston 9bf5d50d4f Add in-preview editing of link text and improve placeholder usage when combined with in-preview editing 2021-10-28 13:20:04 +01:00
Andrew Kingston 1333844a2c Move keyboard handling into client library so that component deletion via keyboard can reference client app state 2021-10-28 13:00:55 +01:00
Budibase Staging Release Bot 9b63fd62eb v0.9.173-alpha.6 2021-10-28 11:52:29 +00:00
Andrew Kingston 7c16a1423b Allow in-preview editing of paragraphs and headings 2021-10-28 12:43:31 +01:00
Budibase Staging Release Bot 7a6cf5d534 v0.9.173-alpha.5 2021-10-27 15:45:31 +00:00
Budibase Staging Release Bot 92f0963726 v0.9.173-alpha.4 2021-10-27 15:24:55 +00:00
Budibase Release Bot b0a9de45cf v0.9.173 2021-10-27 15:13:34 +00:00
Budibase Staging Release Bot 7bbd460f86 v0.9.173-alpha.3 2021-10-27 14:27:54 +00:00
Andrew Kingston 13a0744c50
Merge pull request #3177 from Budibase/ak-fixes
Relationship aware data provider automatic reloading + extras
2021-10-27 15:16:39 +01:00
Andrew Kingston 6b69ce4eb9 Use explicity onDestroy calls rather than an onMount return value to ensure callbacks are actually executed to fix data provider cleanup issues 2021-10-27 14:24:36 +01:00
Budibase Staging Release Bot 4aaffe23c0 v0.9.173-alpha.2 2021-10-27 09:02:08 +00:00
Andrew Kingston 5d5a35fd32 Don't invalidate users table due to autocolumn fields in schema when hot reloading data in the client library 2021-10-27 08:37:51 +01:00
Andrew Kingston 870219722a Invalidate related tables automatically via client library and fix issue with data source invalidation from modals 2021-10-26 19:12:55 +01:00
Budibase Staging Release Bot e68412b6c6 v0.9.173-alpha.1 2021-10-26 15:27:44 +00:00
Budibase Staging Release Bot 2b38fa91be v0.9.173-alpha.0 2021-10-26 14:03:18 +00:00
Martin McKeaveney 9ec7cfbd75 merge with master 2021-10-26 14:28:49 +02:00
Andrew Kingston 8cf672252a Update field disabled state when disabled prop changes 2021-10-26 11:05:48 +01:00
Budibase Staging Release Bot cc89350ccb v0.9.169-alpha.18 2021-10-25 13:50:36 +00:00
Budibase Staging Release Bot bb12d16125 v0.9.169-alpha.17 2021-10-25 09:51:42 +00:00
Budibase Staging Release Bot 297cbf1f8f v0.9.169-alpha.16 2021-10-25 09:26:20 +00:00
Budibase Release Bot f33cc5a9cd v0.9.172 2021-10-25 09:08:46 +00:00
Budibase Staging Release Bot 1c034752d4 v0.9.169-alpha.15 2021-10-25 08:10:24 +00:00
Budibase Staging Release Bot ec9c514e13 v0.9.169-alpha.14 2021-10-23 14:17:01 +00:00
Budibase Staging Release Bot ef986c3a54 v0.9.169-alpha.13 2021-10-22 16:58:51 +00:00
Budibase Staging Release Bot c75ce8bb43 v0.9.169-alpha.12 2021-10-22 09:02:10 +00:00
Budibase Staging Release Bot c4377f2a77 v0.9.169-alpha.11 2021-10-21 18:01:14 +00:00
Budibase Staging Release Bot b224b6bf45 v0.9.169-alpha.10 2021-10-21 14:40:18 +00:00
Budibase Staging Release Bot 00e2f5b220 v0.9.169-alpha.9 2021-10-21 11:57:41 +00:00
Budibase Staging Release Bot cf52fb9574 v0.9.169-alpha.8 2021-10-21 11:40:14 +00:00
Budibase Staging Release Bot 4ab8cfca34 v0.9.169-alpha.7 2021-10-21 09:52:12 +00:00
Budibase Release Bot 77cf485b01 v0.9.171 2021-10-20 13:36:22 +00:00
Budibase Staging Release Bot 66553f335c v0.9.169-alpha.6 2021-10-20 12:59:04 +00:00
Budibase Staging Release Bot 519a9216f2 v0.9.169-alpha.5 2021-10-20 12:31:06 +00:00
Andrew Kingston f85b9ed52d
Merge pull request #3083 from Budibase/fix/date-sorting
Fix date format of dates created with Flatpickr (the date picker in apps)
2021-10-20 13:20:26 +01:00
Budibase Release Bot ccf252ddb9 v0.9.170 2021-10-20 11:59:17 +00:00
Budibase Staging Release Bot 65077556b1 v0.9.169-alpha.4 2021-10-20 09:35:25 +00:00
Andrew Kingston 04b9c1ad56
Merge pull request #3087 from Budibase/fix/flatpickr-key-events
Fix flatpickr hijacking key events on the whole page
2021-10-20 10:26:42 +01:00
Budibase Staging Release Bot b6f6aacfac v0.9.169-alpha.3 2021-10-19 15:54:53 +00:00
Budibase Staging Release Bot 92883785a7 v0.9.169-alpha.2 2021-10-19 15:35:03 +00:00
Andrew Kingston bf74a750f2 Give flatpickr its own root component in client apps to avoid it hijacking key events on the whole page 2021-10-19 15:11:14 +01:00
Budibase Staging Release Bot 340d52dc38 v0.9.169-alpha.1 2021-10-19 12:11:03 +00:00
Andrew Kingston f5f2611a3e Remove date parsing from client date picker as it has moved to the core date picker 2021-10-18 17:12:02 +01:00
Budibase Staging Release Bot 1d5494a7f5 v0.9.169-alpha.0 2021-10-18 15:44:36 +00:00
Budibase Release Bot 80074ddba0 v0.9.169 2021-10-18 15:38:42 +00:00
Rory Powell 596cb15c37 Merge branch 'master' into develop 2021-10-18 16:35:32 +01:00
Budibase Staging Release Bot 9f1d6013b2 v0.9.167-alpha.14 2021-10-18 11:44:29 +00:00
Rory Powell 5288fb5256
Merge pull request #3015 from Budibase/options-text-columns
Allow options picker to be used on text columns
2021-10-18 12:34:40 +01:00
Budibase Staging Release Bot 4717b0d975 v0.9.167-alpha.13 2021-10-18 11:30:09 +00:00
Rory Powell bd9dbc6644 Remove redundant fieldTypes 2021-10-18 12:02:08 +01:00
Rory Powell 63aaad4812 Merge branch 'develop' into options-text-columns 2021-10-18 11:25:35 +01:00
Budibase Staging Release Bot eed61105f0 v0.9.167-alpha.12 2021-10-18 10:16:48 +00:00
Rory Powell e35dd47608
Merge pull request #3016 from Budibase/paginate-text-change
Remove 'internal' from dataprovider / paginate info
2021-10-18 11:05:03 +01:00
Budibase Staging Release Bot 8a8bbf55fd v0.9.167-alpha.11 2021-10-18 09:23:26 +00:00
Budibase Staging Release Bot dfad3a4d85 v0.9.167-alpha.10 2021-10-18 08:45:15 +00:00
Budibase Staging Release Bot d517506127 v0.9.167-alpha.9 2021-10-18 08:31:27 +00:00
Budibase Release Bot 6d8f7f1220 v0.9.168 2021-10-17 20:06:43 +00:00
Budibase Staging Release Bot bc396fb840 v0.9.167-alpha.8 2021-10-15 14:58:22 +00:00
Budibase Staging Release Bot 3f6c5d2558 v0.9.167-alpha.7 2021-10-15 13:12:11 +00:00
Budibase Staging Release Bot 843b13613d v0.9.167-alpha.6 2021-10-15 10:45:34 +00:00
Andrew Kingston 27a1342531
Merge pull request #3002 from Budibase/js-binding-drawer
JavaScript bindings
2021-10-15 11:37:25 +01:00
Rory Powell 4e0487bd82 Remove 'internal' from dataprovider / paginate info 2021-10-15 10:26:39 +01:00
Budibase Staging Release Bot 8b73d1c6c5 v0.9.167-alpha.5 2021-10-15 07:56:53 +00:00
Budibase Staging Release Bot a81ac3293c v0.9.167-alpha.4 2021-10-14 16:42:40 +00:00
Budibase Staging Release Bot f633521486 v0.9.167-alpha.3 2021-10-14 16:10:07 +00:00
Budibase Staging Release Bot 750aa078c0 v0.9.167-alpha.2 2021-10-14 15:47:58 +00:00
Rory Powell 88cdc7c1bd Allow options picker to be used on text columns 2021-10-14 16:36:45 +01:00
Budibase Staging Release Bot c33689182a v0.9.167-alpha.1 2021-10-14 13:45:01 +00:00
Budibase Release Bot 17314f9a38 v0.9.167 2021-10-14 13:41:23 +00:00
Andrew Kingston 9a21a0b2db Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into js-binding-drawer 2021-10-14 10:45:19 +01:00
Andrew Kingston 96a723d838 Fix issue with button roundness when using other sizes than medium 2021-10-14 10:43:17 +01:00
Budibase Staging Release Bot 54fff6db18 v0.9.167-alpha.0 2021-10-13 15:56:03 +00:00
Budibase Release Bot 3f662acc4d v0.9.166 2021-10-13 15:33:19 +00:00
Budibase Release Bot f12210c693 v0.9.165 2021-10-13 14:18:05 +00:00
Budibase Staging Release Bot ba7fe1560b v0.9.165-alpha.1 2021-10-13 14:07:13 +00:00
Budibase Staging Release Bot 4326df56c2 v0.9.165-alpha.0 2021-10-13 13:30:05 +00:00
Budibase Release Bot fb5c60b773 v0.9.164 2021-10-12 21:15:39 +00:00
Budibase Release Bot 758c7bd94d v0.9.163 2021-10-11 17:22:28 +00:00
Budibase Release Bot 582f9052d8 v0.9.162 2021-10-11 15:17:21 +00:00
Budibase Staging Release Bot 5e4e15fe9e v0.9.160-alpha.0 2021-10-08 10:05:15 +00:00
Budibase Release Bot 767fdfdfc8 v0.9.161 2021-10-07 22:32:31 +00:00
Budibase Release Bot 07a3f46cc8 v0.9.160 2021-10-07 22:18:59 +00:00
Budibase Release Bot 812d6e5a51 v0.9.159 2021-10-07 21:55:18 +00:00
Budibase Release Bot 59cdc495d5 v0.9.158 2021-10-07 21:20:53 +00:00
Budibase Staging Release Bot fb2720968f v0.9.158-alpha.0 2021-10-07 21:09:01 +00:00
Martin McKeaveney 05f058b00f merge 2021-10-07 21:58:09 +01:00
Budibase Staging Release Bot 40b72d2562 v0.9.157-alpha.0 2021-10-07 20:17:21 +00:00
Budibase Release Bot d3934eaeda v0.9.157 2021-10-07 20:07:47 +00:00
Martin McKeaveney 43d3c2af4d adding made in budibase tag 2021-10-07 20:57:50 +01:00
Budibase Release Bot 4b96866cd2 v0.9.156 2021-10-07 07:50:40 +00:00
Budibase Release Bot 2a8d5814b1 v0.9.155 2021-10-06 21:26:52 +00:00
Budibase Release Bot 9ca8c3fda6 v0.9.154 2021-10-06 16:37:28 +00:00
Budibase Release Bot f96b0c95e8 v0.9.153 2021-10-06 15:36:11 +00:00
Budibase Staging Release Bot d10fe0f770 v0.9.153-alpha.1 2021-10-06 15:23:47 +00:00
Budibase Staging Release Bot 586f71e0be v0.9.153-alpha.0 2021-10-06 15:02:59 +00:00
Martin McKeaveney 8ce19dc527 merge with master 2021-10-06 15:50:00 +01:00
Budibase Staging Release Bot ee2fd89b0b v0.9.152-alpha.2 2021-10-06 14:46:31 +00:00
Budibase Staging Release Bot 37cfac65bf v0.9.152-alpha.1 2021-10-06 14:26:36 +00:00
Budibase Release Bot 843e5d1898 v0.9.152 2021-10-06 14:19:18 +00:00
Martin McKeaveney 6127ac662e
Merge pull request #2900 from Budibase/ak-fixes
Misc fixes
2021-10-06 15:17:48 +01:00
Budibase Staging Release Bot ce4c101479 v0.9.152-alpha.0 2021-10-06 14:08:17 +00:00
Martin McKeaveney be4b59c92c merge with master 2021-10-06 14:57:34 +01:00
Martin McKeaveney 3cb088e930
Merge pull request #2896 from Budibase/feature/onboarding-templates
Feature/onboarding templates
2021-10-06 14:50:12 +01:00
Andrew Kingston 67543ef9be Fix drag and drop indicator positioning when not using desktop preview 2021-10-06 13:59:25 +01:00
Budibase Staging Release Bot 9bb679d1cf v0.9.151-alpha.4 2021-10-06 12:38:24 +00:00
Andrew Kingston 2a736c16d7 Fix padding being added to empty layouts in mobile view 2021-10-06 13:33:37 +01:00
Martin McKeaveney ddfecf14dc templates working end to end 2021-10-05 23:02:28 +01:00
Budibase Staging Release Bot 15a01f0c1d v0.9.151-alpha.3 2021-10-05 11:23:23 +00:00
Budibase Staging Release Bot 005c5895c0 v0.9.151-alpha.2 2021-10-05 11:07:22 +00:00
Budibase Staging Release Bot e32b0698d0 v0.9.151-alpha.1 2021-10-04 17:25:50 +00:00
Budibase Release Bot 8e7ecf03b0 v0.9.151 2021-10-04 16:25:23 +00:00
Budibase Staging Release Bot ed6491933c v0.9.151-alpha.0 2021-10-04 15:58:42 +00:00
Budibase Release Bot e6833fe06c v0.9.150 2021-10-04 14:02:30 +00:00
Budibase Staging Release Bot e511ff4e22 v0.9.150-alpha.0 2021-10-04 13:30:07 +00:00
Budibase Release Bot bc3bba3704 v0.9.149 2021-10-01 15:40:26 +00:00
Budibase Staging Release Bot 7d621a36f0 v0.9.149-alpha.3 2021-10-01 15:25:11 +00:00
Budibase Staging Release Bot 544f3f65d2 v0.9.149-alpha.2 2021-10-01 15:10:31 +00:00
Budibase Staging Release Bot 9d802f5d73 v0.9.149-alpha.1 2021-10-01 14:53:11 +00:00
Budibase Staging Release Bot efb441b602 v0.9.149-alpha.0 2021-10-01 14:28:01 +00:00
Budibase Release Bot 423728a8a6 v0.9.148 2021-10-01 09:13:03 +00:00
Budibase Staging Release Bot a02ef789dd v0.9.148-alpha.2 2021-09-30 16:51:01 +00:00
Budibase Staging Release Bot ec63adf567 v0.9.148-alpha.1 2021-09-30 16:15:24 +00:00
Martin McKeaveney f0893efc96
Merge pull request #2824 from Budibase/feature/end-user-analytics
end user ping for client apps
2021-09-30 17:05:17 +01:00
Martin McKeaveney 7a7fd6c02f fixing import 2021-09-30 16:52:21 +01:00
Budibase Staging Release Bot da6e17a2bf v0.9.148-alpha.0 2021-09-30 15:51:50 +00:00
Martin McKeaveney 665a9620a4 lint 2021-09-30 16:39:10 +01:00
Martin McKeaveney a251c8bfd0 merge with develop 2021-09-30 16:05:06 +01:00
Budibase Release Bot 06de2005de v0.9.147 2021-09-30 14:33:09 +00:00
Budibase Staging Release Bot 50eb091381 v0.9.147-alpha.0 2021-09-30 14:22:16 +00:00
Martin McKeaveney 3ef9e27a81
Merge pull request #2677 from Budibase/dnd
Drag and drop
2021-09-30 15:13:25 +01:00
Rory Powell 0f4cb52618 Merge branch 'master' into develop 2021-09-30 15:08:40 +01:00
Budibase Staging Release Bot 1f88412e2d v0.9.146-alpha.6 2021-09-30 14:05:41 +00:00
Martin McKeaveney b8fef9965d end user ping for client apps 2021-09-30 15:03:57 +01:00
Martin McKeaveney 2f491f3b6f
Merge branch 'develop' into dnd 2021-09-30 14:56:23 +01:00
Michael Drury f2534c3ec3
Merge pull request #2815 from Budibase/feature/cloud-export
Cloud export -> self host import
2021-09-30 14:55:37 +01:00
Budibase Staging Release Bot 6fac7c30d4 v0.9.146-alpha.5 2021-09-30 13:49:21 +00:00
Budibase Staging Release Bot 722cf24e7e v0.9.146-alpha.4 2021-09-30 12:59:29 +00:00
mike12345567 7de9ed2fdf Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export 2021-09-30 12:22:28 +01:00
Budibase Staging Release Bot 1ff4cc3927 v0.9.146-alpha.3 2021-09-30 10:23:22 +00:00
Andrew Kingston 7571be0bb9
Merge pull request #2790 from Budibase/data-ui-pagination
Data UI pagination and searching
2021-09-30 11:13:47 +01:00
Budibase Staging Release Bot 5c28ca3ce4 v0.9.146-alpha.2 2021-09-30 09:58:13 +00:00
Budibase Release Bot 987906e1a7 v0.9.146 2021-09-29 19:01:05 +00:00
Budibase Staging Release Bot 36daa9fc6a v0.9.146-alpha.1 2021-09-29 18:38:14 +00:00
Martin McKeaveney 6dac3e28bd
Merge pull request #2804 from Budibase/fix/redirect-loop-ff
fix firefox redirect loop
2021-09-29 19:27:15 +01:00
Martin McKeaveney b94c65f1c4 fix firefox redirect loop 2021-09-29 18:59:26 +01:00
Budibase Staging Release Bot 087cbdbf18 v0.9.146-alpha.0 2021-09-29 17:08:46 +00:00
Budibase Release Bot 22b29db903 v0.9.145 2021-09-29 13:55:56 +00:00
Budibase Staging Release Bot 736970afcc v0.9.145-alpha.0 2021-09-29 13:36:20 +00:00
mike12345567 be1f94941c Merge branch 'develop' of github.com:Budibase/budibase into feature/cloud-export 2021-09-29 12:57:14 +01:00
Budibase Release Bot 1e4bbfcb3a v0.9.144 2021-09-29 10:51:15 +00:00