GitHub Actions Bot
8a19d907be
Merge branch 'main' into next
2024-09-10 23:16:57 +00:00
Zeke Zhang
59a3c10afa
fix(create-nocobase-app): fix error after setting linkage rules ( #5249 )
2024-09-11 07:16:37 +08:00
GitHub Actions Bot
84245b4efa
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
2024-09-10 14:52:19 +00:00
xilesun
029e09ff86
chore: update release-next ci
auto-merge / push-commit (push) Waiting to run
2024-09-10 22:50:15 +08:00
Katherine
0d32ba4ff5
chore: support composite record unique key ( #5007 )
...
* refactor: filterTargetkey support mutiple
* refactor: getRowKey
* fix: bug
* chore: test
* chore: test
* chore: test
* fix: bug
* fix: build
* fix: useBulkDestroyActionProps support join primary key
* fix: build
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: fieldNames
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: sourceIdValue
* fix: remoteselect
* chore: test
* chore: multi target key in has many relation repository
* chore: test
* chore: multiple relation repository
* fix: test
* refactor: target collection not support join collection
* Update update-associations.ts
---------
Co-authored-by: Chareice <chareice@live.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-10 21:51:37 +08:00
Katherine
5112b8e77e
refactor: secondary confirmation information supports customization ( #5199 )
...
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
* refactor: secondary confirmation information supports customization
* fix: bug
* fix: bug
* refactor: locale improve
* refactor: locale improve
* fix: test
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* refactor: locale improve
* fix: test
* fix: bug
2024-09-10 16:48:59 +08:00
ChengLei Shao
a7df0e3fd3
refactor: datetime field ( #5084 )
...
* refactor: date field support timezone, defaultToCurrentTime, and onUpdateToCurrentTime
* refactor: availableTypes unixTimestamp
* chore: defaultToCurrentTime
* chore: unix timestamp field
* fix: bug
* chore: field type map
* refactor: local improve
* fix: bug
* fix: bug
* chore: timezone test
* chore: test
* fix: test
* fix: test
* chore: field setter
* chore: test
* chore: date only field
* chore: test
* chore: test
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* chore: accuracy
* fix: bug
* fix: bug
* fix: unixTimestamp
* fix: unixTimestamp
* fix: date & datetime
* refactor: add DateFieldInterface
* fix: bug
* chore: test
* chore: test
* chore: test
* refactor: locale improve
* refactor: local improve
* fix: bug
* refactor: unixTimestamp not support default value
* refactor: timezone
* refactor: datetimeNoTzFieldInterface
* refactor: locale improve
* refactor: locale improve
* fix: test
* fix: bug
* chore: datetime no tz field
* refactor: datetimeNoTz
* refactor: datetime
* fix: bug
* refactor: timeFormat
* style: collection fields style improve
* refactor: defaultToCurrentTime
* fix: datetime no tz
* chore: field type map
* fix: bug
* fix: bug
* refactor: createAt & updateAt
* fix: bug
* fix: no tz field with timezone
* refactor: dateonly
* fix: test
* chore: data type map
* fix: dateonly
* fix: dateonly
* fix: datetime
* refactor: locale improve
* refactor: unixtimestamp
* fix: merge bug
* fix: bug
* fix: datetime
* fix: datetime no tz
* fix: datetime no tz
* chore: mysql datetime map
* chore: test
* chore: test
* chore: test
* chore: datetimeTz field
* fix: no interface option
* refactor: update type
* refactor: update type
* fix: pg no tz field
* chore: save iso8601 format to no tz field
* fix: test
* fix: test
* refactor: gannt & calender startTime & endTime
* refactor: unixTimestamp
* chore: filter of datetime field
* chore: test
* chore: test
* fix: test
* fix: datetime no tz filter
* chore: test
* chore: test
* fix: datetime default value in mysql
* fix: sqlite test
* chore: test
* fix: test
* fix: test
* fix: $dateOn
* fix: bug
* fix: bug
* refactor: datepicker
* fix: test
* refactor: datePicker
* refactor: gantt setting
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-09-10 15:25:20 +08:00
GitHub Actions Bot
68b3fa78c4
Merge branch 'main' into next
2024-09-10 04:59:48 +00:00
nocobase[bot]
361c68c180
docs: update changelogs
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
2024-09-10 04:59:26 +00:00
GitHub Actions Bot
1a1435194d
Merge branch 'main' into next
2024-09-10 04:50:16 +00:00
xilesun
758a6cee9a
fix(release): changelog script
2024-09-10 12:49:50 +08:00
nocobase[bot]
85cd481e59
Merge branch 'main' into next
2024-09-10 04:02:46 +00:00
nocobase[bot]
c8b2ebe656
chore(versions): 😊 publish v1.3.20-beta
2024-09-10 04:02:33 +00:00
GitHub Actions Bot
10dbed8918
Merge branch 'main' into next
2024-09-10 03:52:27 +00:00
Zeke Zhang
97d2ad6f52
feat: support for displaying deeper level association fields in data blocks ( #5243 )
...
* feat(table): add support for selecting child fields of association fields
* style: fix style
* feat(details): add support for selecting child fields of association fields
* fix: correct sourceId retrieval
* test: add tests
* chore: fix build error
* chore: remove ConfigProvider
* test: update e2e tests
2024-09-10 11:13:37 +08:00
GitHub Actions Bot
831418f8cd
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
2024-09-10 02:12:31 +00:00
xilesun
5eee3dba91
chore: update ci
auto-merge / push-commit (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase Backend Test / sqlite-test (20, false) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, false) (push) Waiting to run
NocoBase Backend Test / mysql-test (20, true) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, false) (push) Waiting to run
NocoBase Backend Test / mariadb-test (20, true) (push) Waiting to run
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
2024-09-10 09:24:05 +08:00
dependabot[bot]
603c46d0ca
chore(deps): bump @opentelemetry/semantic-conventions ( #5241 )
...
Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js ) from 1.19.0 to 1.27.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-js/compare/v1.19.0...semconv/v1.27.0 )
---
updated-dependencies:
- dependency-name: "@opentelemetry/semantic-conventions"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 09:12:19 +08:00
GitHub Actions Bot
7e4ffc7396
Merge branch 'main' into next
2024-09-10 01:05:58 +00:00
dependabot[bot]
c3db102d1b
chore(deps): bump @emotion/css from 11.11.2 to 11.13.0 ( #5242 )
...
Bumps [@emotion/css](https://github.com/emotion-js/emotion ) from 11.11.2 to 11.13.0.
- [Release notes](https://github.com/emotion-js/emotion/releases )
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md )
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/css@11.11.2...@emotion/css@11.13.0 )
---
updated-dependencies:
- dependency-name: "@emotion/css"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 09:05:40 +08:00
Junyi
431a189cc5
feat(plugin-workflow-request): add xml and text to content type select ( #5238 )
2024-09-10 06:49:54 +08:00
GitHub Actions Bot
50e6dc296e
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-09-09 16:02:27 +00:00
YANG QIA
011bba4529
fix(data-vi): fix incorrect data source context when multiple data sources exist ( #5237 )
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
2024-09-09 23:24:57 +08:00
GitHub Actions Bot
84523160b7
Merge branch 'main' into next
2024-09-09 11:42:38 +00:00
Katherine
4399856eae
fix: menu modifications do not take effect in real-time ( #5207 )
...
* fix: menu modifications do not take effect in real-time
* fix: bug
2024-09-09 19:42:12 +08:00
Katherine
2180c7aad8
refactor:action panel for mobile to support mobile:addBlock ( #5235 )
...
* refactor: action panel for mobile to support mobile:addBlock
* fix: test
2024-09-09 19:36:49 +08:00
GitHub Actions Bot
4e3b7dd8b5
Merge branch 'main' into next
2024-09-09 09:33:21 +00:00
Katherine
db57b21e1a
refactor: support association field preloading in Handlebars templates ( #5236 )
...
* chore: update ci
* chore: update ci
* fix: support association field preloading in Handlebars templates
* fix: bug
---------
Co-authored-by: xilesun <2013xile@gmail.com>
2024-09-09 17:33:03 +08:00
GitHub Actions Bot
225a9a21b3
Merge branch 'main' into next
2024-09-09 06:47:31 +00:00
xilesun
8ebc9d521f
chore: update ci
...
chore: update ci
chore: update ci
chore: update ci
2024-09-09 14:43:29 +08:00
GitHub Actions Bot
5ebe8a5b4e
Merge branch 'main' into next
2024-09-09 06:42:16 +00:00
xilesun
f97e2f42fb
chore: update ci
2024-09-09 14:41:45 +08:00
GitHub Actions Bot
5a7991fdd8
Merge branch 'main' into next
2024-09-09 06:19:10 +00:00
xilesun
8cf53cb7e6
chore: update ci
2024-09-09 14:18:42 +08:00
GitHub Actions Bot
f6cf5989ab
Merge branch 'main' into next
2024-09-09 03:36:51 +00:00
xilesun
0840024ba0
chore: update ci
2024-09-09 11:36:22 +08:00
GitHub Actions Bot
678ca3786f
Merge branch 'main' into next
2024-09-09 02:21:35 +00:00
xilesun
685bedd38e
chore: update ci
2024-09-09 10:21:10 +08:00
GitHub Actions Bot
8504cb0bfe
Merge branch 'main' into next
2024-09-09 02:16:11 +00:00
YANG QIA
f2ab4c4b60
chore: optimize ci ( #5233 )
...
* fix(ci): optimize release next ci
* chore: update
* chore: update
* chore: update
* chore: update
* chore: add manual-build-pro-plugin-image.yml
2024-09-09 10:15:53 +08:00
GitHub Actions Bot
93ce793382
Merge branch 'main' into next
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
2024-09-08 14:48:28 +00:00
nocobase[bot]
c81661a163
docs: update changelogs
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
2024-09-08 14:31:35 +00:00
nocobase[bot]
5d406abceb
Merge branch 'main' into next
2024-09-08 14:24:14 +00:00
nocobase[bot]
574c67f403
chore(versions): 😊 publish v1.3.19-beta
2024-09-08 14:24:01 +00:00
GitHub Actions Bot
919bfcc4ca
Merge branch 'main' into next
2024-09-08 14:15:08 +00:00
Zeke Zhang
1e7a740f66
fix(popup): fix URL anomalies caused by using popups together with Link buttons ( #5219 )
...
* fix(popup): resolve URL issues caused by popups used with Link buttons
* chore: make e2e tests pass
2024-09-08 22:14:51 +08:00
GitHub Actions Bot
001d993d81
Merge branch 'main' into next
2024-09-08 13:51:50 +00:00
nocobase[bot]
b2dd68faff
docs: update changelogs
2024-09-08 13:51:26 +00:00
nocobase[bot]
e3867e1273
Merge branch 'main' into next
2024-09-08 13:25:09 +00:00
nocobase[bot]
a248c7e363
chore(versions): 😊 publish v1.3.18-beta
2024-09-08 13:24:58 +00:00