jack zhang
a5fc22c6b0
feat: tree block ( #4566 )
...
* feat: tree block
* fix: remove showSettings
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: table tree expand
* fix: bug
* fix: connection bug T-4501
* fix: template settings bug
2024-06-11 22:53:04 +08:00
dependabot[bot]
868813b5fc
chore(deps-dev): bump multer-aliyun-oss from 2.1.1 to 2.1.3 ( #4614 )
...
Bumps [multer-aliyun-oss](https://github.com/ay86/multer-aliyun-oss ) from 2.1.1 to 2.1.3.
- [Commits](https://github.com/ay86/multer-aliyun-oss/commits )
---
updated-dependencies:
- dependency-name: multer-aliyun-oss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 22:38:30 +08:00
estheryo
c413b3eba5
Update README.zh-CN.md
2024-06-11 21:36:50 +08:00
estheryo
95aa4d26e5
Update README.md
2024-06-11 21:33:58 +08:00
GitHub Actions Bot
1dc8b20f08
chore: update changelog
2024-06-11 12:13:36 +00:00
GitHub Actions Bot
092f3afab1
chore(versions): 😊 publish v1.0.1-alpha.2
2024-06-11 12:13:31 +00:00
Zeke Zhang
b97e103001
feat(filter-form): auto-trigger filter action when default values exist ( #4622 )
...
* test: add e2e test
* feat(filter-form): auto-trigger filter action when default values exist
2024-06-11 20:04:39 +08:00
Katherine
aa39b44d1b
fix: missing height in map history block ( #4621 )
2024-06-11 18:11:30 +08:00
Katherine
82c8bff835
fix: table block height issue with minimal data ( #4617 )
2024-06-11 18:10:41 +08:00
Junyi
cd04d23481
fix(preset): fix plugin-workflow-mailer version ( #4619 )
2024-06-11 15:44:58 +08:00
YANG QIA
0fb18b495f
fix(auth): allows to set the auth type title translation from server end ( #4616 )
...
* fix(auth): allows to set auth type title translation from server end
* chore: move tval to utils
* chore: mark deprecated
* fix: test
2024-06-11 14:25:07 +08:00
Katherine
b9fda22fb1
fix(export): export button remaining in loading state after cancel ( #4615 )
2024-06-11 11:35:53 +08:00
YANG QIA
aae75de70b
feat(tree-block): support filtering child nodes ( #4603 )
...
* feat(tree-block): support filtering child nodes
* test: add list test
* test: remove only
* fix: use isValidFilter
2024-06-11 11:34:11 +08:00
Junyi
11fcc9d7ae
fix(client): fix text wrap in variable input ( #4605 )
...
* fix(client): fix text wrap in variable input
* fix(client): revert css
2024-06-10 17:26:29 +08:00
Junyi
792200278e
refactor(plugin-workflow): change variable getter from collection fields ( #4567 )
...
* refactor(plugin-workflow): change variable getter from collection fields
* fix(plugin-workflow): fix import
* chore(plugin-workflow-action-trigger): remove unused import
* fix(plugin-workflow): fix collection field in workflow variable
* refactor(plugin-workflow-manual): avoid tslint error
2024-06-10 16:30:43 +08:00
chenos
1d2ac6b85e
fix: remove grid wrap ( #4612 )
2024-06-10 15:31:19 +08:00
David Fecke
328b0da846
feat(client): allow JSON5 value in Form Input of type JSONTextArea ( #4600 )
...
* feat(client): allow json5 value in form-item type json component
* test: fix tests
* chore: set json5 default as false
* chore: add demo
---------
Co-authored-by: xilesun <2013xile@gmail.com>
2024-06-10 11:09:26 +08:00
Katherine
73bf5f328d
fix: iframe block loses height when set to default ( #4602 )
...
* fix: iframe block loses height when set to default
* refactor: local improve
2024-06-08 12:57:14 +08:00
Junyi
d090f27346
feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow ( #4584 )
...
* feat(plugin-workflow-smtp-mailer): add new plugin for sending email in workflow
* refactor(plugin-workflow-mailer): change plugin name and locales
* fix(plugin-workflow-mailer): fix parameters
* fix(preset): add new plugin to preset
* fix(plugin-workflow-mailer): fix locale namespace
2024-06-08 09:19:30 +08:00
Zeke Zhang
056a126d3a
chore: fix typo ( #4589 )
2024-06-08 09:16:13 +08:00
GitHub Actions Bot
6bc8a093ad
chore: update changelog
2024-06-07 13:46:42 +00:00
GitHub Actions Bot
9218319d02
chore(versions): 😊 publish v1.0.1-alpha.1
2024-06-07 13:46:37 +00:00
chenos
401c2a1d79
chore: update lerna
2024-06-07 21:45:20 +08:00
Katherine
7439a663f5
fix: style issues for gridCard in mobile client ( #4599 )
...
* fix: style issiues for gridCard in mobile client
* fix: bug
* fix: bug
* fix: bug
* fix: style improve
2024-06-07 20:56:07 +08:00
Katherine
b00631ab89
fix: style issues for gridCard in mobile client ( #4593 )
...
* fix: style issiues for gridCard in mobile client
* fix: bug
* fix: bug
* fix: bug
2024-06-07 20:39:22 +08:00
Zeke Zhang
7d4ae69f08
fix(variable): should remove through collection field ( #4590 )
2024-06-07 14:05:39 +08:00
YANG QIA
34108f1fcb
feat(data-vi): support for using url params and current role variables ( #4586 )
...
* feat(data-vi): support for using url params and current role variable
* fix: bug
2024-06-07 11:43:11 +08:00
Zeke Zhang
837f4f4158
refactor(variable): support default value setting ( #4583 )
...
* refactor(variable): support default value setting
* chore: add e2e test for URL search params variable
* fix: resolve field linkage errors
* chore: fix unit test
* test: association select data scope linkage
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
2024-06-07 10:23:28 +08:00
Katherine
17edad6014
fix: compatibility issues with historical kanban and iframe block ( #4587 )
...
* fix: iframe params undefined
* fix: kanban fixed block
* fix: kanban fixed block
* fix: kanban fixed block
* fix: kanban fixed block
2024-06-07 10:22:13 +08:00
chenos
cf740897cc
fix(ci): skip some test cases on the Windows platform
2024-06-07 10:19:49 +08:00
Zeke Zhang
4743b2b689
fix(linkage-rules): resolve issue with invalid expressions ( #4580 )
...
* fix(linkage-rules): resolve issue with invalid expressions
* test: add e2e test for expression
* refactor: extract template
2024-06-06 19:38:38 +08:00
Chareice
99e1605bd6
chore: volta node version
2024-06-06 19:03:54 +08:00
YANG QIA
0c637e8890
fix(map): amap reset ( #4574 )
2024-06-06 15:48:00 +08:00
chenos
22a89861f6
feat: url support preview ( #4559 )
...
* feat: url support preview
* feat: add settings for Input.Preview
* refactor: refactor CollectionField.tsx to use dynamic component
* Revert "refactor: refactor CollectionField.tsx to use dynamic component"
This reverts commit 37719eb28e
.
* test: add e2e test
* refactor(e2e): extract template
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-06-06 14:11:10 +08:00
Katherine
74a5090ae8
fix: correct precision conversion error for Unix timestamp in readPretty ( #4569 )
2024-06-06 09:27:57 +08:00
Junyi
361ebee130
feat(plugin-workflow): allow to select any path of a variable in condition node ( #4571 )
2024-06-05 23:28:06 +08:00
Junyi
15424f4c88
fix(client): fix action props ( #4568 )
2024-06-05 20:43:19 +08:00
Zeke Zhang
cdd98c91bf
chore(e2e): optimize e2e test
2024-06-05 18:02:47 +08:00
ChengLei Shao
2063227f4a
refactor: export & import plugin ( #4468 )
...
* feat: chunk method in repository
* chore: xlsx export test
* chore: xlsx export
* chore: export action
* chore: export action
* chore: code
* feat: database interface manager
* feat: export with ui schema
* chore: console.log
* chore: export with china region field
* chore: export with attachments
* chore: export with multiple select
* chore: export with interface
* chore: export action
* fix: export with datetime file
* chore: limit export action running in same time
* chore: yarn.lock
* fix: render json value
* chore: chunk with limit
* feat: add EXPORT_LIMIT env config
* fix: typo
* fix: type
* chore: asyn mutex version
* chore: test
* chore: test
* fix: export null value
* chore: test
* chore: createdAt test
* fix: export with createdAt
* chore: import template
* chore: xlsx importer
* chore: import run
* chore: export with data source api
* chore: toValue api in interface
* fix: build
* chore: import with transaction
* fix: build database
* chore: many to one interface
* chore: code
* chore: import with associations
* chore: default toValue
* chore: import template with explain
* chore: import with explain template
* chore: reset id seq after import
* chore: download template action
* fix: database build
* fix: build
* fix: build
* fix: test
* chore: import with number field
* chore: import with boolean field
* chore: json interface
* chore: import action
* chore: typo
* chore: i18n
* chore: select interface
* chore: china region interface
* chore: datetiem field
* chore: cast to array
* fix: import tips
* chore: import await
* fix: test
* fix: test in mariadb
* chore: comments
* chore: comments
* fix: parse date with empty string
* fix: read import limit
* fix: type
* fix: test in mariadb
* chore: skip bigint test in sqlite
* chore: skip bigint test in sqlite
* chore: download tip i18n keys
* fix: download tips
* feat(client): add new variable named 'URL search params' and support link action (#4506 )
* feat: support link action
* feat(client): add new variable named 'URL search params'
* chore: add translation
* fix: avoid crashing
* chore: fix failed test
* feat: link action
* feat: link action
* fix: remove filter parameters with undefined values
* feat: link action
* feat: add support for default values in filter form fields
* refactor: code improve
* refactor: locale improve
* refactor: locale improve
* test: add e2e test
* refactor: locale improve
* refactor: locale improve
* fix: resolve operation issues with variables
* refactor: code improve
* chore: enable direct selection of variables as default value
* chore: use qs to parse query string
* fix: menu selectKeys (T-4373)
* refactor: use qs to stringify search params
* refactor: locale improve
* refactor: locale improve
* chore: fix failed tests
* fix: resolve issue where setting Data scope is not work
* chore: fix failed e2e tests
* chore: make e2e tests more stable
* chore: add translation
* chore: make e2e tests more stable
* fix: resolve the issue of error when saving data scope
* feat: trigger variable parsing after context change
* test: add unit tests
* test: add e2e test
* refactor: extract template
* chore: fix failed unit tests
* chore: fix failed e2e test
* fix(Link): hide linkage rules in top link (T-4410)
* fix(permission): remove URL search params variable from data scope
* chore: make more stable
* chore: make e2e test more stable
* fix(Link): reduce size for variable
* fix: clear previous context (T-4449)
* fix(calendar, map): resolve initial data scope setting error (T-4450)
* fix: correct concatenation of query string (T-4453)
---------
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: jack zhang <1098626505@qq.com>
* refactor(FormV2): add FormWithDataTemplates component (#4551 )
* Revert "fix(client): fix data template style (#4536 )"
This reverts commit db66090ab2
.
* refactor(FormV2): add FormWithDataTemplates component
* chore: fix failed e2e tests
* chore: make e2e test more stable
* chore: import warning i18n
* chore: import warning i18n
* fix: bug
* fix: export action loading
* fix: bug
* chore: map field interface
* fix: merge bug
---------
Co-authored-by: xilesun <2013xile@gmail.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
Co-authored-by: jack zhang <1098626505@qq.com>
2024-06-05 17:52:43 +08:00
Katherine
1cc35e1ef5
fix: styling issues during field drag-and-drop in details/form/list block ( #4558 )
...
* fix: styling issues during field drag-and-drop in details/form/list block
* refactor: code improve
* refactor: code improve
* refactor: code improve
2024-06-05 16:50:18 +08:00
Zeke Zhang
1dc6a25aa4
chore(e2e): make e2e tests more stable ( #4565 )
...
* chore(e2e): make e2e tests more stable
* fix(e2e): add immediate param for clearBlockTemplates
2024-06-05 16:44:47 +08:00
YANG QIA
65b91797ee
fix: sign up page not found for a new basic authentication ( #4556 )
2024-06-05 15:38:34 +08:00
YANG QIA
af1325f055
fix(l10n): i18n namespace of page title ( #4557 )
2024-06-05 15:38:16 +08:00
Katherine
ec15f9e35a
feat: iframe support variables ( #4512 )
...
* feat: support link action
* feat(client): add new variable named 'URL search params'
* chore: add translation
* fix: avoid crashing
* chore: fix failed test
* feat: link action
* feat: link action
* fix: remove filter parameters with undefined values
* feat: link action
* feat: add support for default values in filter form fields
* refactor: code improve
* refactor: locale improve
* refactor: locale improve
* test: add e2e test
* refactor: locale improve
* refactor: locale improve
* fix: resolve operation issues with variables
* refactor: code improve
* chore: enable direct selection of variables as default value
* chore: use qs to parse query string
* feat: iframe support variables
* fix: menu selectKeys (T-4373)
* feat: iframe support variables
* refactor: use qs to stringify search params
* refactor: locale improve
* refactor: locale improve
* chore: fix failed tests
* fix: bug
* fix: resolve issue where setting Data scope is not work
* chore: fix failed e2e tests
* chore: make e2e tests more stable
* chore: add translation
* chore: make e2e tests more stable
* fix: resolve the issue of error when saving data scope
* feat: trigger variable parsing after context change
* test: add unit tests
* test: add e2e test
* refactor: extract template
* chore: fix failed unit tests
* chore: fix failed e2e test
* fix: bug
* fix: bug
* fix(Link): hide linkage rules in top link (T-4410)
* fix: bug
* fix: bug
* fix: bug
* refactor: extract commonOptions
* fix: remove 'Current record' variable
* chore: fix unit tests
* fix: bug
* chore: make unit tests pass
* fix: fix build
* fix(e2e): resolve errors due to compilation issues
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
Co-authored-by: jack zhang <1098626505@qq.com>
2024-06-05 15:25:04 +08:00
Junyi
924a328501
fix(client): fix upload logo in system settings ( #4564 )
2024-06-05 14:50:55 +08:00
Junyi
3f8ab46dc1
fix(plugin-fm): fix attachment component selectable check ( #4563 )
2024-06-05 14:50:38 +08:00
Junyi
d7866a6b51
fix(client): fix waring props ( #4562 )
2024-06-05 14:49:49 +08:00
Junyi
8cc5ad2abf
fix(plugin-fm): fix page crash when 413 in local dev ( #4560 )
2024-06-05 13:46:34 +08:00
Zeke Zhang
2dfa7a2625
Revert "chore: make e2e tests more stable"
...
This reverts commit 46f219f0cc
.
2024-06-05 12:41:19 +08:00
Daniel Jimenez Gutierrez
bef0dcb7de
fix defaultImage in constants.ts for google maps ( #4483 )
...
Somehow the image was corrupted, I made a regression to a past constant and now it works.
2024-06-05 10:15:48 +08:00