1
0
Fork 0
mirror of synced 2024-08-08 22:58:24 +12:00
Commit graph

54 commits

Author SHA1 Message Date
Rory Powell
03ba6d914f Merge branch 'develop' into feature/licensing 2022-04-12 16:18:41 +01:00
dependabot[bot]
b0ee581f9e Bump minimist from 1.2.5 to 1.2.6
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-04-05 10:41:37 +00:00
Rory Powell
7acb1ddb98 yarn clean && yarn bootstrap lockfiles 2022-03-24 14:33:03 +00:00
Rory Powell
0a4b1eb552 Tests complete + backwards compatibility for deployment 2022-03-22 00:23:22 +00:00
mike12345567
9364f4170f Updating yarn locks. 2022-03-14 12:00:44 +00:00
Martin McKeaveney
592ed2a801 update client lib to before merge 2022-03-08 17:39:49 +01: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
7d9b1fa567 Update BBUI dependency of string-templates 2022-02-21 13:47:38 +00:00
dependabot[bot]
39e0340458 Bump nanoid from 3.1.22 to 3.3.0 in /packages/bbui
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.22...3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 09:17:23 +00:00
Andrew Kingston
0892a1db59 Add new rich text component to BBUI 2022-02-02 15:17:59 +00:00
dependabot[bot]
e8956b65cd Bump postcss from 8.2.10 to 8.2.13 in /packages/bbui
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-07 12:05:26 +00:00
mike12345567
ac1d6ee23e Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this. 2021-10-26 20:03:54 +01:00
Andrew Kingston
b45777bd66 Update svelte-flatpickr and disable flatpickr attempting to use native datepickers on mobile, to fix mobile support 2021-10-04 14:50:02 +01:00
Andrew Kingston
c945fc650d Add stepper component to bbui for numeric values 2021-08-18 11:32:39 +01:00
Andrew Kingston
820c4a1716 Refreshing package lock to try and fix error with new divider import 2021-08-04 16:35:53 +01:00
dependabot[bot]
ac98cdd85e Bump ws from 5.2.2 to 5.2.3 in /packages/bbui
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 10:13:33 +00:00
dependabot[bot]
524980eaeb Bump browserslist from 4.16.4 to 4.16.6 in /packages/bbui
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:08:12 +00:00
Martin McKeaveney
35e361717c make attachments downloadable and images clickable 2021-05-23 15:40:00 +01:00
Andrew Kingston
d30a9ef494 Add StatusLight and Badge components to BBUI 2021-05-21 10:31:45 +01:00
Andrew Kingston
10681d1a44 Add spectrum pagination component to BBUI 2021-05-13 12:23:25 +01:00
Andrew Kingston
830069970a Bump svelte and routify deps, fix builder _reset usage and some tidy ups 2021-05-07 11:14:43 +01:00
Keviin Åberg Kultalahti
4106d5705b Merge branch 'spectrum-bbui' into spectrum/kevins-bits-and-bobs 2021-04-22 12:09:51 +02:00
Andrew Kingston
1a067fd492 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui 2021-04-22 10:10:52 +01:00
Andrew Kingston
1fb6cd0b4b Add dropzone component and update builder and standard components 2021-04-22 10:10:42 +01:00
Keviin Åberg Kultalahti
3197174398 Implements SideNavigation component 2021-04-21 15:18:50 +02:00
Keviin Åberg Kultalahti
cb3e2fd106 fix ButtonGroup not adding classes to children 2021-04-21 14:19:10 +02:00
Keviin Åberg Kultalahti
8d80c007f3 implements Avatar component 2021-04-21 14:09:36 +02:00
Keviin Åberg Kultalahti
8390bee693 wip: initial tags 2021-04-21 13:53:49 +02:00
Keviin Åberg Kultalahti
a84b1ed316 merge spectrum-bbui 2021-04-21 13:15:16 +02:00
Andrew Kingston
06b438d585 Add datepicker, centralise icon management and update builder styles 2021-04-20 20:06:27 +01:00
Andrew Kingston
14cf5c0669 Add search component and update screen list panel 2021-04-20 14:24:14 +01:00
Andrew Kingston
eeac45d3e7 Add combobox component 2021-04-19 12:05:11 +01:00
Andrew Kingston
9663c62d2e Add switch and fix modal titles 2021-04-16 17:12:22 +01:00
Keviin Åberg Kultalahti
ff72127875 wip: tree component 2021-04-16 16:17:26 +02:00
Andrew Kingston
431abb53ce Add radio group spectrum component and update builder 2021-04-16 14:30:33 +01:00
Andrew Kingston
064c2d8551 Add spectrum checkbox component 2021-04-16 11:05:53 +01:00
Andrew Kingston
7d91794a53 Update lock 2021-04-16 08:10:18 +01:00
Andrew Kingston
b823f2bed1 Merge branch 'spectrum-bbui' of github.com:Budibase/budibase into spectrum-bbui-forms 2021-04-16 08:08:52 +01:00
Keviin Åberg Kultalahti
afb5e25b1d adds wip progresscircle component 2021-04-15 18:06:22 +02:00
Keviin Åberg Kultalahti
a95240404a adds progressBar 2021-04-15 15:39:14 +02:00
Andrew Kingston
10fe99346f Improve modal layout, improve modal button spacing, use rollup for building to expose multple BBUI entrypoints 2021-04-15 11:50:56 +01:00
Keviin Åberg Kultalahti
3056d4316a adds divider component 2021-04-14 14:52:25 +02:00
Keviin Åberg Kultalahti
697c3d33df adds Typogaphy components 2021-04-14 10:53:23 +02:00
Andrew Kingston
4e2fceffcb Add missing menu, actiongroup and link spectrum dependencies 2021-04-13 18:12:10 +01:00
Andrew Kingston
c602502e46 Add missing toast dependency 2021-04-13 15:28:57 +01:00
Andrew Kingston
c729d80902 Merge branch 'spectrum-bbui-table' of github.com:Budibase/budibase into spectrum-bbui 2021-04-13 15:24:34 +01:00
Keviin Åberg Kultalahti
af983023fb converts popover to spectrum 2021-04-09 11:22:49 +02:00
Keviin Åberg Kultalahti
d8b352a9ae convert table command buttons to spectrum 2021-04-08 18:04:03 +02:00
Andrew Kingston
5ef5106f07 Add spectrum table to BBUI and update builder 2021-04-08 15:57:24 +01:00
Keviin Åberg Kultalahti
0675944893 converts ModalContent to semi-use spectrum 2021-04-08 15:46:34 +02:00