Commit Graph

3284 Commits

Author SHA1 Message Date
Budibase Staging Release Bot 5ea568d961 v2.2.10-alpha.10 2022-12-22 13:25:47 +00:00
Andrew Kingston 3dd5916f24 Update user and group details pages with new tables 2022-12-21 16:33:25 +00:00
Budibase Staging Release Bot a415407d36 v2.2.10-alpha.9 2022-12-21 14:35:40 +00:00
Budibase Staging Release Bot 4ad619af91 v2.2.10-alpha.8 2022-12-21 11:12:10 +00:00
Andrew Kingston 285f11eca5 Add sidebar for portal and use it for automation history. Fix multiple overflow and scrolling issues 2022-12-21 09:47:17 +00:00
Andrew Kingston d684ab95f2 Fix multiple issues with long text overflow 2022-12-21 08:45:54 +00:00
Andrew Kingston a4aea23bf9 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-20 17:52:20 +00:00
Andrew Kingston f12fdf48ff Update table styles to support flexible column widths much better 2022-12-20 17:22:39 +00:00
Andrew Kingston 5d74763c42 Remove scrolling from tables when not required and stop selects from updating their own state locally 2022-12-20 17:12:36 +00:00
Andrew Kingston 75af4cbfbf Update table hover colours 2022-12-20 17:07:14 +00:00
Andrew Kingston 7ca61c8bca Rewrite app overview access tab 2022-12-20 17:01:50 +00:00
Budibase Staging Release Bot 19fc8977e0 v2.2.10-alpha.7 2022-12-20 16:56:30 +00:00
Budibase Staging Release Bot 66a84be7ee v2.2.10-alpha.6 2022-12-20 16:23:25 +00:00
Budibase Staging Release Bot e84d0d0375 v2.2.10-alpha.5 2022-12-20 15:21:10 +00:00
Budibase Staging Release Bot dc7a31b5d4 v2.2.10-alpha.4 2022-12-20 14:46:51 +00:00
Andrew Kingston 627a5f812c Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-20 12:14:53 +00:00
Budibase Staging Release Bot f4823c81ef v2.2.10-alpha.3 2022-12-20 11:08:52 +00:00
Andrew Kingston ab29c10936 Update app overview version and name/url screens 2022-12-20 08:48:20 +00:00
Budibase Staging Release Bot f14db05982 v2.2.10-alpha.2 2022-12-20 08:40:00 +00:00
Budibase Staging Release Bot 48d472d293 v2.2.10-alpha.1 2022-12-19 22:21:52 +00:00
Budibase Staging Release Bot 7883766a3a v2.2.10-alpha.0 2022-12-19 21:08:30 +00:00
Martin McKeaveney 72573c818b pulling from master 2022-12-19 18:54:58 +00:00
Budibase Release Bot cd754c4642 v2.2.9 2022-12-19 18:25:02 +00:00
Budibase Staging Release Bot cb6a335d88 v2.2.4-alpha.9 2022-12-19 17:56:10 +00:00
Budibase Staging Release Bot 97b93b3ed6 v2.2.4-alpha.8 2022-12-19 16:33:03 +00:00
Andrew Kingston 9bb1cf3af8 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-19 16:05:18 +00:00
Martin McKeaveney 84ab7862d1 fixes for google sheets, admin checklist, and deleting an app from API (#8846)
* fixes for google sheets, admin checklist, and deleting an app from API

* code review

* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller

* updating REST method for unpublish in API test

* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app

* removing skip_setup from prodAppDb call

* removing commented code

* unit tests and open API spec updates

* unpublish, publish unit tests - delete still in progress

* remove line updating app name in API test

* unit tests

* v2.1.46

* Update pro version to 2.1.46

* v2.2.0

* Update pro version to 2.2.0

* Fix for budibase plugin skeleton, which utilises the old import style.

* Fix side nav styles

* v2.2.1

* Update pro version to 2.2.1

* using dist folder to allow importing constants for openAPI specs

* v2.2.2

* Update pro version to 2.2.2

* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)

* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.

* v2.2.3

* Update pro version to 2.2.3

* Fix SQL table `_id` filtering (#9030)

* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field

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

* Update data section filtering to respect new rules

* Update automation section filtering to respect new rules

* Update dynamic filter component to respect new rules

* v2.2.4

* Update pro version to 2.2.4

* lock changes (#9047)

* v2.2.5

* Update pro version to 2.2.5

* Make looping arrow point in right direction (#9053)

* v2.2.6

* Update pro version to 2.2.6

* Types/attaching license to account (#9065)

* adding license type to account

* removing planDuration

* v2.2.7

* Update pro version to 2.2.7

* Environment variable type coercion fix (#9074)

* Environment variable type coercion fix

* Update .gitignore

* v2.2.8

* Update pro version to 2.2.8

* tests passing

* all tests passing, updates to public API response

* update unpublish call to return 204, openAPI spec and unit

* fixing API tests

Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 13:18:00 +00:00
Budibase Staging Release Bot 840b7007e0 v2.2.4-alpha.7 2022-12-19 13:01:05 +00:00
Budibase Staging Release Bot b30ef394a6 v2.2.4-alpha.6 2022-12-19 08:37:23 +00:00
Budibase Staging Release Bot 365aae7b96 v2.2.4-alpha.5 2022-12-17 14:27:51 +00:00
Andrew Kingston 3b1819952d Builder data section routing refactor (#8996)
* Improve theming with spectrum badges and dedupe spectrum label usage

* Update data section nav to match designs and use panel component

* Fix main content layout in data section

* Update data section routing for tables

* Improve data section routing for tables to account for edge cases

* Update internal and sample datasource routing

* Update external datasource routing

* Update routing for queries and make a top level concept like everything else

* Update routing for views

* Fix undefined reference when deleting datasource

* Reduce network calls and fix issues with stale datasourcenavigator state

* Update routing for REST queries and unify routes for normal queries and REST queries

* Lint

* Fix links for queries from datasource details page

* Remove redundant API calls and improve table deletion logic

* Improve data entity deletion logic and redirection and fix query details keying

* Improve determination of selected item in datasource tree

* Lint

* Fix BBUI import

* Fix datasource navigator selected state not working for internal DB or sample data
2022-12-17 14:13:06 +00:00
Andrew Kingston 8832864eec Add initial rewrite of app overview section 2022-12-16 15:54:34 +00:00
Budibase Release Bot 1835b89b72 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Staging Release Bot 4760a76978 v2.2.4-alpha.4 2022-12-16 11:33:20 +00:00
Budibase Release Bot 80d06fbad8 v2.2.7 2022-12-16 10:41:13 +00:00
Budibase Staging Release Bot 03b8d7b439 v2.2.4-alpha.3 2022-12-15 16:38:10 +00:00
Andrew Kingston 9e290527ed Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-15 15:34:50 +00:00
Budibase Release Bot 76d99dbe2b v2.2.6 2022-12-15 15:27:14 +00:00
Budibase Staging Release Bot d0ce6c1fe2 v2.2.4-alpha.2 2022-12-15 14:13:23 +00:00
melohagan f5c902fb57 Add compact setting to AttachmentField (#9052) 2022-12-15 13:59:03 +00:00
Budibase Release Bot 70d6dd9855 v2.2.5 2022-12-15 13:04:16 +00:00
Budibase Staging Release Bot 704e6661ec v2.2.4-alpha.1 2022-12-15 12:48:37 +00:00
Budibase Staging Release Bot 8461dc22fe v2.2.4-alpha.0 2022-12-15 12:27:02 +00:00
Andrew Kingston 090ae5df49 Master => Develop (#9049)
* v2.1.46

* Update pro version to 2.1.46

* v2.2.0

* Update pro version to 2.2.0

* Fix for budibase plugin skeleton, which utilises the old import style.

* Fix side nav styles

* v2.2.1

* Update pro version to 2.2.1

* using dist folder to allow importing constants for openAPI specs

* v2.2.2

* Update pro version to 2.2.2

* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)

* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.

* v2.2.3

* Update pro version to 2.2.3

* Fix SQL table `_id` filtering (#9030)

* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field

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

* Update data section filtering to respect new rules

* Update automation section filtering to respect new rules

* Update dynamic filter component to respect new rules

Co-authored-by: Martin McKeaveney <martin@budibase.com>
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-12-15 12:13:42 +00:00
Budibase Staging Release Bot f4462de364 v2.1.46-alpha.14 2022-12-15 11:58:11 +00:00
Budibase Staging Release Bot 8594839400 v2.1.46-alpha.13 2022-12-15 11:28:12 +00:00
Budibase Release Bot fde4a72beb v2.2.4 2022-12-15 09:37:40 +00:00
Budibase Staging Release Bot 0049d9f022 v2.1.46-alpha.12 2022-12-14 22:08:24 +00:00
Andrew Kingston 0419f22931 Update button styles to always use newStyles, update auth page styles 2022-12-14 15:51:56 +00:00
Andrew Kingston dfed2c26c7 Update font styles to allow for easy customisation 2022-12-14 15:33:16 +00:00
Budibase Staging Release Bot e4a54158fa v2.1.46-alpha.11 2022-12-14 15:19:14 +00:00
Budibase Staging Release Bot 1f2874a820 v2.1.46-alpha.10 2022-12-14 14:38:07 +00:00
Budibase Staging Release Bot 8760fd0083 v2.1.46-alpha.9 2022-12-14 14:07:16 +00:00
Budibase Staging Release Bot 4d0270b4c2 v2.1.46-alpha.8 2022-12-14 13:35:36 +00:00
Budibase Staging Release Bot 3c72070ce8 v2.1.46-alpha.7 2022-12-14 13:07:32 +00:00
Budibase Release Bot f6cf315148 v2.2.3 2022-12-14 00:52:41 +00:00
Andrew Kingston e1093fc07d Fix top nav colours and fix selected tab not updating 2022-12-13 15:55:59 +00:00
Andrew Kingston 33ac401046 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-portal-redesign 2022-12-13 15:25:32 +00:00
Budibase Staging Release Bot 5fe1b78b52 v2.1.46-alpha.6 2022-12-13 09:35:44 +00:00
Rory Powell 9a35ab0934 Exclude all test utils packages from TS build (#9024) 2022-12-13 09:21:42 +00:00
Budibase Staging Release Bot c50b9af57c v2.1.46-alpha.5 2022-12-12 22:18:47 +00:00
Budibase Release Bot be08601315 v2.2.2 2022-12-12 16:52:02 +00:00
Budibase Release Bot 8e3d5b74e1 v2.2.1 2022-12-12 13:13:05 +00:00
Budibase Staging Release Bot 865ad436ba v2.1.46-alpha.4 2022-12-12 12:44:42 +00:00
Budibase Release Bot dcf6bd29dc v2.2.0 2022-12-12 10:21:57 +00:00
Budibase Release Bot 912d6da874 v2.1.46 2022-12-12 09:02:12 +00:00
Budibase Staging Release Bot 06938d4c2b v2.1.46-alpha.3 2022-12-11 22:33:55 +00:00
Martin McKeaveney 7e7f1a6a3d merge 2022-12-11 22:05:47 +00:00
Martin McKeaveney a2b7ae01f9 additional spectrum deps 2022-12-11 19:13:08 +00:00
Budibase Staging Release Bot ed6c1e953e v2.1.46-alpha.2 2022-12-11 17:30:10 +00:00
Martin McKeaveney e026d68ffe pinning spectrum deps in BBUI 2022-12-11 17:13:22 +00:00
Budibase Staging Release Bot 314aef35c8 v2.1.46-alpha.1 2022-12-09 14:42:23 +00:00
Budibase Staging Release Bot 062133181a v2.1.46-alpha.0 2022-12-09 13:52:03 +00:00
Martin McKeaveney bfab6fc335 merge 2022-12-09 13:35:18 +00:00
Budibase Staging Release Bot d2f9668f21 v2.1.43-alpha.15 2022-12-08 11:36:58 +00:00
Budibase Staging Release Bot cfd8180cbd v2.1.43-alpha.14 2022-12-08 10:29:26 +00:00
Andrew Kingston b57b18932f Merge branch 'develop' of github.com:Budibase/budibase into pin-bbui-spectrum 2022-12-08 09:38:46 +00:00
Budibase Staging Release Bot e2603945e8 v2.1.43-alpha.13 2022-12-08 09:36:34 +00:00
Andrew Kingston d0f257a6bc Pin all vesions of spectrum deps inside BBUI 2022-12-08 09:34:11 +00:00
Budibase Staging Release Bot 4e38b40779 v2.1.43-alpha.12 2022-12-07 13:29:13 +00:00
Andrew Kingston 5cad5e2604 Merge pull request #8965 from Budibase/cheeks-fixes
Misc fixes
2022-12-07 13:01:14 +00:00
Budibase Staging Release Bot 8075ff29df v2.1.43-alpha.11 2022-12-07 11:19:14 +00:00
Andrew Kingston 2b4ad2d0b9 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-12-07 09:54:57 +00:00
Budibase Staging Release Bot 9d1d208503 v2.1.43-alpha.10 2022-12-06 16:29:26 +00:00
Andrew Kingston b03bf753a0 Fix issue with extremely long select values! 2022-12-06 15:13:12 +00:00
dependabot[bot] 505453218a Bump express from 4.17.1 to 4.18.2 in /packages/bbui
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 15:01:42 +00:00
Budibase Staging Release Bot 95f6ae9cc5 v2.1.43-alpha.9 2022-12-06 14:59:52 +00:00
Budibase Release Bot ca6ad9076c v2.1.45 2022-12-06 14:44:23 +00:00
Budibase Staging Release Bot 545fa54442 v2.1.43-alpha.8 2022-12-06 12:41:31 +00:00
Andrew Kingston e612545072 Merge pull request #8944 from Budibase/side-panel-tweaks
Side panel tweaks
2022-12-06 12:23:46 +00:00
Andrew Kingston d1d4082046 Tweak skeleton colours to make slightly less pronounced 2022-12-06 11:18:26 +00:00
Budibase Staging Release Bot f8f901f689 v2.1.43-alpha.7 2022-12-06 10:59:45 +00:00
Budibase Release Bot 4e947fbb54 v2.1.44 2022-12-05 18:40:59 +00:00
Budibase Staging Release Bot 7fd1f0ad03 v2.1.43-alpha.6 2022-12-05 18:25:31 +00:00
Budibase Staging Release Bot 5abd0bc89f v2.1.43-alpha.5 2022-12-05 13:10:00 +00:00
Budibase Staging Release Bot 19ce0dfae3 v2.1.43-alpha.4 2022-12-05 12:38:09 +00:00
Budibase Staging Release Bot 50c6f72a51 v2.1.43-alpha.3 2022-12-05 09:51:56 +00:00
Budibase Release Bot 2551ce181a v2.1.43 2022-12-05 09:33:56 +00:00
Budibase Staging Release Bot d7968766ab v2.1.43-alpha.2 2022-12-02 17:54:31 +00:00
Budibase Staging Release Bot 62291cfa67 v2.1.43-alpha.1 2022-12-02 13:40:48 +00:00
Budibase Staging Release Bot ee6bf260f2 v2.1.43-alpha.0 2022-12-02 11:08:37 +00:00
deanhannigan 9c923c7f8c Merge pull request #8789 from Budibase/feature/add-delete-to-row-edit-modal
Add delete to row edit modal
2022-12-02 09:12:47 +00:00
Rory Powell 7a7bbd1857 Merge branch 'master' into develop 2022-12-01 14:39:05 +00:00
Budibase Staging Release Bot d1e57b4f33 v2.1.40-alpha.7 2022-12-01 11:42:21 +00:00
Gerard Burns 9382cab3fc Text Overflowing Notifications (#8859) 2022-12-01 11:29:45 +00:00
Budibase Release Bot 7f1171771f v2.1.42 2022-11-30 16:25:46 +00:00
Budibase Staging Release Bot 5851a71f1e v2.1.40-alpha.6 2022-11-30 16:21:48 +00:00
Andrew Kingston b336a916c7 Merge pull request #8788 from Budibase/side-panel
Side panels
2022-11-30 16:04:35 +00:00
Andrew Kingston 27845336b7 Add ability to show component info above the settings panel and add info to side panels 2022-11-30 14:18:31 +00:00
Budibase Release Bot 3d1f422d0e v2.1.41 2022-11-30 09:50:39 +00:00
Budibase Staging Release Bot db742f4a83 v2.1.40-alpha.5 2022-11-30 09:24:52 +00:00
Budibase Staging Release Bot 240bf202b6 v2.1.40-alpha.4 2022-11-29 22:24:37 +00:00
Budibase Staging Release Bot 48aa0e6c66 v2.1.40-alpha.3 2022-11-29 17:23:40 +00:00
Budibase Staging Release Bot 2f1692fd76 v2.1.40-alpha.2 2022-11-29 16:16:09 +00:00
Andrew Kingston 8567ae70af Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-29 12:22:56 +00:00
Budibase Staging Release Bot de75146d28 v2.1.40-alpha.1 2022-11-29 12:18:18 +00:00
Budibase Release Bot 41e017f3ba v2.1.40 2022-11-29 11:33:43 +00:00
Budibase Staging Release Bot 9446b66f69 v2.1.40-alpha.0 2022-11-29 11:33:39 +00:00
Michael Drury 4f4eb4da26 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
Budibase Release Bot 00be8be1aa v2.1.39 2022-11-28 14:13:40 +00:00
Andrew Kingston 27bea5c85b Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-28 09:57:12 +00:00
Budibase Release Bot 0e6d776867 v2.1.38 2022-11-28 09:36:09 +00:00
Budibase Staging Release Bot a6a8957457 v2.1.32-alpha.11 2022-11-28 09:19:56 +00:00
Budibase Release Bot 11bf2ddf26 v2.1.37 2022-11-27 13:49:45 +00:00
Budibase Release Bot ca2e0b4671 v2.1.36 2022-11-25 14:11:38 +00:00
melohagan 28e5a883d9 Merge pull request #8810 from Budibase/bug/sev2/disable-date-picker
Disable date picker
2022-11-25 14:01:00 +00:00
Budibase Staging Release Bot 7d3e80b007 v2.1.32-alpha.10 2022-11-25 13:57:11 +00:00
Andrew Kingston f892faa98f Remove console log 2022-11-25 13:54:49 +00:00
Budibase Release Bot d882845b9b v2.1.35 2022-11-25 12:55:56 +00:00
Andrew Kingston ece86ea1a8 Ensure datepicker underlay does not exceed parent element size 2022-11-25 12:14:05 +00:00
Andrew Kingston 3e0211ed22 Ignore modals from consideration in clickOutside util 2022-11-25 12:13:48 +00:00
Andrew Kingston 92b7b04e14 Refactor clickoutside util to use a single event listener rather than many, and add support for ignoring certain classes 2022-11-25 12:08:34 +00:00
Andrew Kingston abedb5d9eb Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
Mel O'Hagan 991706ec53 Disable input 2022-11-25 10:54:36 +00:00
Budibase Staging Release Bot 19840c7a78 v2.1.32-alpha.9 2022-11-25 10:17:30 +00:00
Gerard Burns a2889ec1a3 Skeleton Loading States (#8719)
* Loading Skeletons

* PR Feedback
2022-11-25 10:02:43 +00:00
Budibase Release Bot 6a750f1cf9 v2.1.34 2022-11-24 15:25:31 +00:00
Budibase Release Bot 8a9bd3be7d v2.1.33 2022-11-24 13:56:05 +00:00
Budibase Release Bot 23b1ed7528 v2.1.32 2022-11-24 12:17:58 +00:00
Budibase Staging Release Bot b59aa48977 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Dean f86e29f0fa Merge remote-tracking branch 'origin/develop' into feature/add-delete-to-row-edit-modal 2022-11-23 16:04:43 +00:00
Budibase Staging Release Bot 4af59396be v2.1.32-alpha.7 2022-11-23 15:13:37 +00:00
Dean 7b65b693e0 Added delete functionality to the edit table row modal 2022-11-23 15:03:00 +00:00
Michael Drury 077907579b Merge pull request #8756 from Budibase/dependabot/npm_and_yarn/packages/bbui/minimatch-3.1.2
Bump minimatch from 3.0.4 to 3.1.2 in /packages/bbui
2022-11-23 15:01:10 +00:00
Budibase Staging Release Bot 106aa1d11b v2.1.32-alpha.6 2022-11-23 13:29:13 +00:00
Andrew Kingston 42d2a71395 Remount table when columns change to avoid rare crashes 2022-11-23 12:32:20 +00:00
Budibase Staging Release Bot df0820d954 v2.1.32-alpha.5 2022-11-23 08:45:13 +00:00
Budibase Staging Release Bot ed92241d40 v2.1.32-alpha.4 2022-11-22 17:00:36 +00:00
Andrew Kingston c01b9af1f0 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-22 16:52:09 +00:00
Andrew Kingston 91b9396212 Handle nullish values being passed into clickoutside util 2022-11-22 16:43:34 +00:00
Budibase Staging Release Bot 0577c2064c v2.1.32-alpha.3 2022-11-22 10:47:48 +00:00
Budibase Staging Release Bot f580ae90b3 v2.1.32-alpha.2 2022-11-21 17:30:27 +00:00
Budibase Staging Release Bot e7f686dbe9 v2.1.32-alpha.1 2022-11-21 15:56:51 +00:00
dependabot[bot] c9d209885b Bump minimatch from 3.0.4 to 3.1.2 in /packages/bbui
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 15:39:35 +00:00
Michael Drury fd04f6da33 Merge pull request #8755 from Budibase/merge/21-nov
Merge all dependabot in one
2022-11-21 15:38:52 +00:00
Budibase Staging Release Bot 082b0851db v2.1.32-alpha.0 2022-11-21 15:35:45 +00:00
mike12345567 1e2258745a Merge branch 'develop' of github.com:Budibase/budibase into merge/21-nov 2022-11-21 15:13:16 +00:00
mike12345567 cfbed0b236 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
mike12345567 62d7271a2c Merge branch 'dependabot/npm_and_yarn/packages/bbui/loader-utils-1.4.2' of github.com:Budibase/budibase into merge/21-nov 2022-11-21 14:45:31 +00:00
Budibase Release Bot 043e3b315a v2.1.31 2022-11-21 12:54:57 +00:00
Budibase Staging Release Bot cb2e31ee4f v2.1.22-alpha.9 2022-11-21 12:17:27 +00:00
Budibase Release Bot a109b63037 v2.1.30 2022-11-21 12:04:40 +00:00
Andrew Kingston c58067a589 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-21 10:30:25 +00:00
Budibase Staging Release Bot 7ebc70995a v2.1.22-alpha.8 2022-11-18 09:29:55 +00:00
Budibase Staging Release Bot 4f815e2b2d v2.1.22-alpha.7 2022-11-17 17:02:41 +00:00
Budibase Release Bot 6412d11090 v2.1.29 2022-11-17 10:40:06 +00:00
Andrew Kingston 43fb581fde Fix flatpickr random error 2022-11-17 10:16:27 +00:00
Budibase Release Bot 951a398570 v2.1.28 2022-11-16 18:19:48 +00:00
Budibase Staging Release Bot 5b1e0d3d4d v2.1.22-alpha.6 2022-11-16 13:33:51 +00:00
dependabot[bot] f029a5d360 Bump loader-utils from 1.4.1 to 1.4.2 in /packages/bbui
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 12:15:18 +00:00
Budibase Staging Release Bot f36ccbe855 v2.1.22-alpha.5 2022-11-16 12:04:59 +00:00
Budibase Staging Release Bot b752af6506 v2.1.22-alpha.4 2022-11-15 16:49:11 +00:00
Rory Powell bcc9374e77 Merge pull request #8684 from Budibase/test-updates
Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings
2022-11-15 16:09:20 +00:00
Budibase Release Bot f1cf5bda31 v2.1.27 2022-11-15 15:28:49 +00:00
Budibase Staging Release Bot 00ecf2a9cc v2.1.22-alpha.3 2022-11-15 13:19:15 +00:00
Andrew Kingston 0137796a20 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-15 13:05:11 +00:00
Andrew Kingston 8b941df5ff Update tables to use button actions rather than link settings 2022-11-14 15:47:14 +00:00
Budibase Release Bot 80e2234650 v2.1.26 2022-11-14 14:32:46 +00:00
Budibase Staging Release Bot 9fb4eb386c v2.1.22-alpha.2 2022-11-14 13:49:57 +00:00
Rory Powell 5da699e27c Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings 2022-11-14 13:29:46 +00:00
Budibase Staging Release Bot 420bf19366 v2.1.22-alpha.1 2022-11-14 12:06:21 +00:00
Budibase Release Bot 08766b3c22 v2.1.25 2022-11-11 12:51:08 +00:00
Budibase Release Bot 870bee4de5 v2.1.24 2022-11-10 15:53:01 +00:00
Budibase Release Bot 291514f57b v2.1.23 2022-11-10 10:58:45 +00:00
Budibase Release Bot 44fbdec0a2 v2.1.22 2022-11-09 14:27:49 +00:00
Budibase Staging Release Bot f110fad3cd v2.1.22-alpha.0 2022-11-09 13:57:34 +00:00
Martin McKeaveney 217743e6fd patching sub dep for loader-utils to patch security vulnerability 2022-11-09 13:57:22 +00:00
mike12345567 ecb398bf98 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-09 13:41:51 +00:00
Budibase Staging Release Bot c7dc27d6b9 v2.1.19-alpha.1 2022-11-09 13:20:20 +00:00
Michael Drury b88173ecef Merge pull request #8583 from Budibase/dependabot/npm_and_yarn/packages/bbui/loader-utils-1.4.1
Bump loader-utils from 1.4.0 to 1.4.1 in /packages/bbui
2022-11-09 12:54:17 +00:00
Andrew Kingston 98ce87e8f7 More WIP portal redesign! 2022-11-09 09:45:37 +00:00
Budibase Release Bot 7db103cd6e v2.1.21 2022-11-08 20:44:21 +00:00
Budibase Release Bot b159ed2da0 v2.1.20 2022-11-08 17:20:53 +00:00
Budibase Release Bot 63d745ada6 v2.1.19 2022-11-08 12:42:41 +00:00
Budibase Staging Release Bot d457a6da8a v2.1.19-alpha.0 2022-11-08 11:17:54 +00:00
dependabot[bot] 97a650570d Bump loader-utils from 1.4.0 to 1.4.1 in /packages/bbui
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 11:09:02 +00:00
Budibase Release Bot b6017587b5 v2.1.18 2022-11-07 15:45:04 +00:00
Budibase Release Bot 09dfa4d565 v2.1.17 2022-11-05 15:13:19 +00:00
Budibase Release Bot 8f582b2349 v2.1.16 2022-11-05 14:11:32 +00:00
Budibase Release Bot 2307f26b32 v2.1.15 2022-11-04 20:40:02 +00:00
Budibase Release Bot 94b958eb6a v2.1.14 2022-11-04 10:56:19 +00:00
Budibase Release Bot aae4e87f36 v2.1.13 2022-11-03 14:55:54 +00:00
Budibase Release Bot f75c0cd304 v2.1.12 2022-11-03 14:04:02 +00:00
Michael Drury 269cddbaf8 Merge pull request #8488 from Budibase/fix/peter-fixes
Bug fixes
2022-11-03 13:37:26 +00:00
Budibase Release Bot 28aa02e50d v2.1.11 2022-11-02 19:24:50 +00:00
Budibase Release Bot 297aed1253 v2.1.10 2022-11-02 17:28:21 +00:00
Budibase Release Bot 00fa398b08 v2.1.9 2022-11-02 15:51:23 +00:00
Budibase Release Bot dffb49390a v2.1.8 2022-11-02 14:48:58 +00:00
deanhannigan 9cebbd5a35 Merge pull request #8475 from Budibase/fix/remove-reactive-update-on-multiselect
Multiselect value parsing moved out of the component
2022-11-02 14:31:57 +00:00
deanhannigan e4660b43ea Merge pull request #8482 from Budibase/fix/app-list-group-filtering
General fixes to app list group filtering
2022-11-02 14:31:19 +00:00
Budibase Release Bot e1b59ac541 v2.1.7 2022-11-02 14:21:53 +00:00
Peter Clement df72037eac fix issue with datepicker 2022-11-02 12:15:03 +00:00
Budibase Release Bot cb8855749b v2.1.6 2022-11-02 10:07:48 +00:00
melohagan a9575db549 Merge pull request #8472 from Budibase/bug/sev3/validation-error-attachments
Validation error attachments
2022-11-02 09:56:28 +00:00
Budibase Release Bot 314c27001b v2.1.5 2022-11-02 09:17:52 +00:00
Budibase Release Bot 2ab32b141b v2.1.4 2022-11-02 08:33:09 +00:00
Dean ff29e8e7af General fixes to app list group filtering 2022-11-02 00:41:15 +00:00
Dean b3c2cfea44 General approach not suitable at the component level. Backing out change 2022-11-01 17:46:20 +00:00
Mel O'Hagan ebeae5742a Clear file input when removing files 2022-11-01 16:43:18 +00:00
Budibase Release Bot 257db888e4 v2.1.3 2022-11-01 13:43:56 +00:00
Budibase Release Bot bea83971ed v2.1.2 2022-11-01 10:29:25 +00:00
Budibase Release Bot affd5aa823 v2.1.1 2022-11-01 09:41:28 +00:00
Budibase Release Bot 1a14a3fbe1 v2.1.0 2022-11-01 08:31:03 +00:00
Budibase Release Bot dacde195dd v2.0.40 2022-10-31 16:39:19 +00:00
Budibase Staging Release Bot e2976855c3 v2.0.40-alpha.0 2022-10-31 14:01:44 +00:00
Martin McKeaveney 87717ebdf5 merge with master 2022-10-31 13:44:23 +00:00
Budibase Staging Release Bot 778044c83a v2.0.34-alpha.10 2022-10-31 11:10:03 +00:00
Budibase Release Bot 794f66977f v2.0.39 2022-10-31 11:03:49 +00:00
Andrew Kingston 16bfe97015 Update user and groups pages 2022-10-28 08:03:06 +01:00
Budibase Staging Release Bot bbec5a928b v2.0.34-alpha.9 2022-10-27 19:25:56 +00:00
Andrew Kingston 0cdc814bcc Add redesign for apps pages 2022-10-27 19:20:55 +01:00
Budibase Staging Release Bot 2f7d556b32 v2.0.34-alpha.8 2022-10-27 16:47:20 +00:00
Budibase Staging Release Bot 3af8bb57c0 v2.0.34-alpha.7 2022-10-27 15:14:48 +00:00
Budibase Staging Release Bot 5723fe863b v2.0.34-alpha.6 2022-10-27 10:30:18 +00:00
Budibase Staging Release Bot 4ecb596a10 v2.0.34-alpha.5 2022-10-26 16:58:42 +00:00
Dean 5e61575e30 Refactored approach to parsing multiselect values and ensuring any parsed values trigger a field update 2022-10-26 15:13:27 +01:00
Budibase Staging Release Bot d5320647a9 v2.0.34-alpha.4 2022-10-26 12:59:47 +00:00
Gerard Burns 77165e4cdd Fix Input Dropdown Outside Click (#8404) 2022-10-26 13:48:48 +01:00
Budibase Staging Release Bot 9c203e1830 v2.0.34-alpha.3 2022-10-26 09:14:18 +00:00
Peter Clement 1335bc81d7 Merge pull request #8395 from Budibase/pc/backups-ui-fixes
Assorted Backups UI fixes
2022-10-26 10:03:18 +01:00
Budibase Staging Release Bot fca7a2dd8f v2.0.34-alpha.2 2022-10-26 08:48:28 +00:00
Budibase Release Bot 20bf7cd73e v2.0.38 2022-10-25 15:43:52 +00:00
Peter Clement 20612c8d00 Merge remote-tracking branch 'origin/develop' into pc/backups-ui-fixes 2022-10-25 16:27:32 +01:00
Peter Clement 679e22384c Assorted Backups UI fixes 2022-10-25 16:05:19 +01:00
Budibase Staging Release Bot 02d54713d3 v2.0.34-alpha.1 2022-10-25 13:32:58 +00:00
Budibase Staging Release Bot b7c4a1e233 v2.0.34-alpha.0 2022-10-25 11:30:17 +00:00
Andrew Kingston 603c8744a5 Merge branch 'master' into master-develop 2022-10-25 12:03:33 +01:00
Budibase Staging Release Bot fd0e08d566 v2.0.30-alpha.17 2022-10-25 08:53:55 +00:00
Budibase Staging Release Bot 17cb526c62 v2.0.30-alpha.16 2022-10-25 07:31:09 +00:00
Budibase Staging Release Bot 544a6300b8 v2.0.30-alpha.15 2022-10-24 17:42:53 +00:00
Michael Drury 2e3698a919 Merge pull request #8373 from Budibase/feature/backups-ui
Backups UI
2022-10-24 18:18:12 +01:00
Budibase Staging Release Bot 69f3dabb06 v2.0.30-alpha.14 2022-10-24 16:19:21 +00:00
mike12345567 0a6f86197d Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/backups-ui 2022-10-24 17:02:35 +01:00
mike12345567 cf1843002d Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/backups-ui 2022-10-24 15:50:45 +01:00
Budibase Release Bot bd8557d764 v2.0.37 2022-10-24 14:40:33 +00:00
Budibase Staging Release Bot 8f8cbfc25e v2.0.30-alpha.13 2022-10-24 14:33:30 +00:00
Peter Clement 1aca8756f6 pr comments 2022-10-24 15:09:32 +01:00
Budibase Release Bot cbe0720ca6 v2.0.36 2022-10-24 11:47:15 +00:00
Budibase Release Bot fe3a8ea1d9 v2.0.35 2022-10-24 09:55:12 +00:00
Budibase Staging Release Bot 3864295eea v2.0.30-alpha.12 2022-10-24 08:01:46 +00:00
melohagan 8c52c4bfc7 Merge pull request #8355 from Budibase/fix/fix-pickers-interaction-with-outside-click-handler-action
Fix Picker Interaction with the Outside Click Action
2022-10-24 08:50:49 +01:00
Budibase Staging Release Bot f64834300c v2.0.30-alpha.11 2022-10-21 19:44:23 +00:00
Mel O'Hagan 2f714bffa3 Apply transition locally to color picker 2022-10-21 16:47:59 +01:00
Gerard Burns d2997b3357 Fix Picker Interaction with the Outside Click Action 2022-10-21 15:12:38 +01:00
Budibase Release Bot b2869f23d0 v2.0.34 2022-10-21 09:58:52 +00: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 ab226e8fb8 Merge pull request #8301 from Budibase/fix/clicking-the-toggle-button-of-an-open-action-menu-does-not-close-it
Clicking the Toggle Button of an Open Action Menu Does Not Close It
2022-10-20 20:35:39 +01:00
Peter Clement d138d5ebaa add ability tofilter by range 2022-10-20 16:10:09 +01:00
Peter Clement 62ada4f7cc integrate download and update and update datepicker 2022-10-20 15:09:43 +01:00
Peter Clement f5c9e22d42 fix paging and add deletion 2022-10-20 11:46:04 +01:00
Budibase Release Bot ab494256fb v2.0.33 2022-10-19 11:15:01 +00:00
Peter Clement 71439d4b82 add datepicker range and test search 2022-10-19 10:16:54 +01:00
Budibase Staging Release Bot 3a26af1ed4 v2.0.30-alpha.8 2022-10-18 17:43:08 +00:00
Gerard Burns ef6fadb9d4 Clicking the Toggle Button of an Open Action Menu Does Not Close It 2022-10-17 19:58:43 +01:00
Budibase Release Bot 873b20219c v2.0.32 2022-10-17 16:43:56 +00: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
Budibase Staging Release Bot 6511a5460c v2.0.30-alpha.6 2022-10-14 09:04:02 +00:00
Budibase Staging Release Bot 39a72968b3 v2.0.30-alpha.5 2022-10-13 16:34:26 +00:00
Budibase Staging Release Bot 4625ee10ee v2.0.30-alpha.4 2022-10-13 15:54:42 +00: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
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
Budibase Release Bot bc5bf284cf v2.0.26 2022-10-10 13:01:46 +00:00
Budibase Release Bot 18a93ddc79 v2.0.25 2022-10-10 10:13:09 +00: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
Budibase Staging Release Bot 52ab10971c v2.0.24-alpha.2 2022-10-07 12:28:52 +00:00
Budibase Staging Release Bot c2eaffcd39 v2.0.24-alpha.1 2022-10-07 11:56:02 +00: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
Budibase Release Bot dff64a1b62 v2.0.22 2022-10-05 15:44:22 +00: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
Budibase Release Bot a3cbb85dce v2.0.19 2022-10-04 16:57:55 +00:00
Budibase Release Bot 14552dce87 v2.0.18 2022-10-04 14:10:26 +00: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
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
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
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
Budibase Release Bot 332a8ad26f v2.0.6 2022-09-28 15:34:09 +00:00
Dean e033af8e87 Merge remote-tracking branch 'origin/develop' into feature/automation-log-filter-by-license 2022-09-28 11:39:22 +01:00
Budibase Release Bot c25ab26305 v2.0.5 2022-09-27 18:15:36 +00: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
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
Budibase Staging Release Bot 126c7737ab v1.4.8-alpha.11 2022-09-26 14:19:47 +00:00
Budibase Release Bot ee0714b57f v1.4.16 2022-09-26 11:20:52 +00:00
Martin McKeaveney 9eb73d4f2d Merge pull request #7891 from Budibase/fix/table-cell-attachment-click-propagation
Fix/table cell attachment click propagation
2022-09-26 12:06:58 +01: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
Michael Drury ec89e27a8c Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-24 17:04:31 +01: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
mike12345567 6bef55843a Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-23 17:10:30 +01: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
mike12345567 fae80e8910 Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-23 14:37:50 +01: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
mike12345567 9b29bd6709 Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-22 18:44:16 +01:00
Budibase Release Bot 09d7d31c2b v1.4.10 2022-09-22 16:06:01 +00: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
mike12345567 429a89159c Fixing issue that refactoring file caused (some strings renamed to ts rather than js). 2022-09-22 15:18:10 +01:00
mike12345567 67d9495481 Some updates, typescripting some more APIs, as well as fixing a lot of Router creation which did not specify the 'new' operator. 2022-09-22 14:59:28 +01:00
Budibase Staging Release Bot 805fdd94e4 v1.4.8-alpha.2 2022-09-22 09:07:01 +00:00
Dean 06ec501c54 Merge remote-tracking branch 'origin/master' into fix/table-cell-attachment-click-propagation 2022-09-22 09:22:48 +01:00
Budibase Release Bot 4c84ca7db2 v1.4.8 2022-09-22 08:15:50 +00:00
deanhannigan db34acde99 Merge pull request #7876 from Budibase/fix/hide-disabled-attachment-dropzone
Fix/hide disabled attachment dropzone
2022-09-22 09:01:16 +01: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
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
Dean 8946bb5f6a Stop click propagation on attachment links in tables 2022-09-21 16:01:18 +01:00
Budibase Release Bot 1f955513b1 v1.4.5 2022-09-21 14:45:11 +00:00
Dean e1fb25ec7e Merge remote-tracking branch 'origin/master' into fix/hide-disabled-attachment-dropzone 2022-09-21 14:14:43 +01:00
Dean 14fb43a113 Hide the file attachment dropzone when the picker is disabled 2022-09-21 14:11:04 +01:00
Budibase Release Bot 1117ab80b3 v1.4.4 2022-09-21 12:56:47 +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
Budibase Staging Release Bot a430f01916 v1.3.22-alpha.4 2022-09-20 11:09:59 +00:00
Budibase Staging Release Bot 46d51b6a0c v1.3.22-alpha.3 2022-09-20 09:52:49 +00: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
mike12345567 47724782c2 Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-16 17:03:50 +01:00
mike12345567 1be71933ca Merge branch 'develop' of github.com:Budibase/budibase into group-fixes 2022-09-16 17:02:08 +01: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
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
mike12345567 fc8dc9f176 Fixing issue introduced by fix for #7683 - encoding the query string caused handlebars statements to break, this rectifies that. 2022-09-15 19:35:55 +01: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
Dean 78d72b78cb Fix to include the current user bindings in datasource queries 2022-09-15 16:39:25 +01:00
Budibase Staging Release Bot f88c8511a4 v1.3.19-alpha.2 2022-09-15 14:19:01 +00: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 086d9ebdf9 Merge branch 'develop' into feature/day-pass-pricing 2022-09-15 10:56:50 +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
Dean f0f222f9ea Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing 2022-09-15 09:06:48 +01:00
Rory Powell 8cfd6a9faa Merge branch 'develop' into feature/day-pass-pricing 2022-09-15 08:55:33 +01:00
Dean 132f347916 Apps Page update to hide apps when sessions are maxed. General refactoring and updates to the licensing notification flows. 2022-09-14 18:04:58 +01:00
Budibase Staging Release Bot 5b61a8a3ea v1.3.15-alpha.9 2022-09-14 16:58:05 +00: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
Dean c6155d60ef Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing 2022-09-14 14:35:54 +01:00
Budibase Staging Release Bot ac4e502bf9 v1.3.15-alpha.7 2022-09-14 10:56:15 +00:00
Rory Powell a551532e73 Navigation updates, cookie constant, update link-dependencies and localdomain scripts 2022-09-14 10:53:14 +01: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
Dean b848fc52d9 Merge branch 'feature/day-pass-pricing' of github.com:Budibase/budibase into feature/day-pass-pricing 2022-09-13 11:52:58 +01:00
Dean 60feccaac0 Merge commit 2022-09-13 11:52:31 +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
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
mike12345567 30817751ad Updating plugin backend, refactoring a bit, correctly allowing a set of headers to be used for a URL. 2022-09-12 19:12:05 +01:00
Budibase Release Bot bd0b5c433a v1.3.15 2022-09-12 14:51:31 +00:00
mike12345567 828066de46 Merge branch 'develop' of github.com:Budibase/budibase into feature/plugin-management-ui 2022-09-12 15:34:34 +01: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
Rory Powell 884f446671 Merge branch 'develop' into feature/day-pass-pricing-temp 2022-09-12 11:33:02 +01:00
Michael Drury 51725ea6b1 Merge pull request #7685 from Budibase/fix/sept-various-fixes
Fix/sept various fixes
2022-09-12 12:16:31 +02:00
Budibase Release Bot 94caa376b3 v1.3.13 2022-09-12 08:31:58 +00:00
Rory Powell 03458f0f34 Usage tooltips and server accurate remaining days calculations 2022-09-12 00:02:29 +01:00
Rory Powell 48464b2fe3 Update InlineAlert with additional spacing around button 2022-09-11 20:25:51 +01:00
mike12345567 61fdabc382 Adding onTop attribute to tabs which allows setting the z-index for the container - #7679. 2022-09-07 17:45:14 +01:00
Budibase Staging Release Bot 931bca92f3 v1.3.12-alpha.3 2022-09-07 15:10:29 +00:00
Peter Clement 0ebe0b8275 remove verify and fix deletion bug 2022-09-07 16:08:29 +01:00
Budibase Staging Release Bot 145eb775ce v1.3.12-alpha.2 2022-09-07 13:27:13 +00:00
Budibase Release Bot 88daf4a762 v1.3.12 2022-09-07 11:33:35 +00:00
Budibase Staging Release Bot f856524d43 v1.3.12-alpha.1 2022-09-07 10:16:09 +00:00
NEOLPAR fbfdf1c5ec Merge branch 'plugins-dev-experience' into feature/plugin-management-ui 2022-09-07 09:55:23 +01: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
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
Budibase Staging Release Bot 244f7a36eb v1.3.4-alpha.3 2022-09-06 07:54:34 +00: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
Budibase Staging Release Bot 9f49f7b356 v1.3.4-alpha.2 2022-09-05 14:29:05 +00:00
Budibase Release Bot 58f389b0ed v1.3.6 2022-09-05 13:19:34 +00: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
Peter Clement cb4b918e5a remove name selection from UI 2022-09-05 11:27:43 +01:00
NEOLPAR 7d8940f0cb Merge branch 'plugins-dev-experience' into feature/plugin-management-ui 2022-09-05 09:38:24 +01: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
Budibase Release Bot 8d00233db4 v1.3.3 2022-09-02 18:59:39 +00: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
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
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
Rory Powell 276c455a11 Merge branch 'develop' into feature/day-pass-pricing 2022-09-01 15:26:16 +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
Budibase Staging Release Bot 4ba0b6f194 v1.2.58-alpha.5 2022-09-01 08:30:35 +00: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
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
Peter Clement b9b8d59005 add plugins ui 2022-08-30 10:49:19 +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
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
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
Budibase Staging Release Bot d330dcb02c v1.2.44-alpha.7 2022-08-25 08:46:18 +00:00
Dean 64382995ee Merge remote-tracking branch 'origin/develop' into feature/binding-ux-update 2022-08-24 12:08:45 +01:00
Budibase Staging Release Bot 7de3f5b68b v1.2.44-alpha.6 2022-08-23 15:22:15 +00: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
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
Dean 6eb187f706 Merge remote-tracking branch 'origin/develop' into feature/binding-ux-update 2022-08-22 23:09:03 +01:00
Budibase Staging Release Bot 14cb8b6e16 v1.2.44-alpha.2 2022-08-22 17:10:19 +00:00
Dean f4a5715461 Merge remote-tracking branch 'origin/develop' into feature/binding-ux-update 2022-08-22 12:49:56 +01:00
Dean 098c67ce5d Initial commit of UX refactor 2022-08-22 12:49:05 +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
Rory Powell 8fc8308530 Merge branch 'develop' into feature/day-pass-pricing 2022-08-19 14:08:03 +01:00
Andrew Kingston 7eaed5bea7 Merge branch 'master' of github.com:Budibase/budibase into cheeks-fixes 2022-08-19 13:54:47 +01:00
Budibase Release Bot ead009a801 v1.2.43 2022-08-19 08:40:10 +00:00
Rory Powell af7c64255b usage page updates 2022-08-19 09:28:26 +01: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
Budibase Staging Release Bot ff1029fc80 v1.2.41-alpha.1 2022-08-17 15:21:29 +00:00
Andrew Kingston f7286e1597 Fix icon import 2022-08-17 15:01:38 +01:00
Andrew Kingston 37f9e7ad1d SUpport using icons for keybind indicators in menu items 2022-08-17 14:47:07 +01:00
Andrew Kingston 978cdc3968 Add XS size for icons 2022-08-17 14:46:38 +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 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
Mel O'Hagan 1200f4d2a0 Allow delete attachments from builder data section 2022-08-15 15:46:55 +01:00
Budibase Staging Release Bot dc0af9ef81 v1.2.39-alpha.6 2022-08-15 13:55:15 +00:00
mike12345567 ae9ae26bd4 Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters 2022-08-15 12:24:41 +01:00
Andrew Kingston 35528ee17e Use real file names when download files from tables 2022-08-15 11:37:40 +01:00
Andrew Kingston 05bfd86b91 Use real file names when download files from dropzones 2022-08-15 11:37:30 +01:00
Andrew Kingston 4045337bb7 Add download setting to links 2022-08-15 11:37:04 +01:00
Andrew Kingston 03e379bafe Fix typo 2022-08-15 11:24:25 +01:00
Andrew Kingston ee5085f57f Fix flatpickr offsetting date by one hour on initial selection of time-only fields 2022-08-13 16:25:01 +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
melohagan e4f24b29e0 Merge pull request #6770 from Kanary159357/fix/popover-min-width
Fix popover min-width to have parents full width
2022-08-12 17:21:36 +01:00
Budibase Staging Release Bot 56d7e6e4d2 v1.2.39-alpha.3 2022-08-12 14:43:32 +00: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
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 9fb5b2a37d Delete the selected file only 2022-08-12 11:43:39 +01:00
Mel O'Hagan 5171fc09fb Delete attachments on field clear 2022-08-12 11:29:57 +01:00
mike12345567 1c7f860184 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
Budibase Release Bot c5c838ad94 v1.2.38 2022-08-11 14:29:57 +00: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 16c8a6a3a6 Redraw Date Picker when settings change 2022-08-11 11:13:50 +01: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
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
Budibase Release Bot b9f4d49af0 v1.2.28 2022-08-10 11:50:14 +00: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
Andrew Kingston ec6a208b1b Lint 2022-08-09 10:33:55 +01: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
Mel O'Hagan 5b46494cf6 Revert Multiselect component changes 2022-08-06 20:32:52 +01:00
Budibase Release Bot 4743181157 v1.2.17 2022-08-06 19:29:21 +00: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
Andrew Kingston 2c583e96e0 Merge branch 'master' of github.com:Budibase/budibase into group-fixes 2022-08-05 16:10:34 +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
Andrew Kingston f188472533 Restore popover styles to spectrum 2022-08-05 11:11:12 +01:00
Andrew Kingston e09c3c13cd Update icon usage in pickerdropdown 2022-08-05 11:01:30 +01:00
Andrew Kingston 447c51f8f2 Use core icon component for app rows 2022-08-05 10:37:35 +01:00
Andrew Kingston 211b74100b Standardise icons across groups and users 2022-08-05 10:32:55 +01:00
Budibase Release Bot 8db77ffaf4 v1.2.12 2022-08-04 19:51:17 +00:00