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
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
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
d88adc395b
Merge branch 'main' into next
2024-09-07 15:14:53 +00:00
Zeke Zhang
6767e59c02
feat(linkageRules): add support for linkage rules in sub-tables and sub-forms ( #5159 )
...
* refactor(linkageRules): extract common function
* refactor: extract forEachLinkageRule
* feat: bind linkage rules to fields
* feat(linkageRules): enable setting linkage rules for sub-tables and sub-forms
* feat(variable): add 'Current object' variable to linkage rules
* fix: make e2e tests pass
* fix: adapt read pretty
* fix: fix the block that does not refresh after changing linkage rules
* fix: improve styling for disabled fields
2024-09-07 22:53:23 +08:00
Zeke Zhang
026367864c
fix(defails): avoid infinite loop ( #5228 )
2024-09-07 22:49:53 +08:00
GitHub Actions Bot
e55a238519
Merge branch 'main' into next
2024-09-07 12:56:24 +00:00
Zeke Zhang
68c3d1d62a
fix: resolve unauthorized error on button click for normal roles ( #5206 )
...
* feat(server): add 'upgrade' action for uiSchemas
* test: add unit tests
* chore: update unit test
* refactor: rename 'upgrade' to 'initializeActionContext'
* fix: transaction
* chore: fix build
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-07 20:41:41 +08:00
GitHub Actions Bot
1a7e835fd9
Merge branch 'main' into next
2024-09-07 09:02:44 +00:00
chenos
4365c3ea4a
feat: plugins can also be enabled when the plugin dependency version is inconsistent ( #5225 )
2024-09-07 17:02:25 +08:00
GitHub Actions Bot
4ecdbd9fed
Merge branch 'main' into next
2024-09-07 09:02:23 +00:00
chenos
954b6bdf62
feat: the default time for display is 00:00:00 ( #5226 )
2024-09-07 17:02:00 +08:00
GitHub Actions Bot
71cd2fe0e5
Merge branch 'main' into next
2024-09-07 02:04:29 +00:00
Junyi
18e684a957
fix(plugin-workflow): fix trigger type column showing wrong text after new workflow created ( #5222 )
...
* fix(plugin-workflow): fix trigger type column showing wrong text after new workflow created
* fix(plugin-workflow): fix bind workflow button
2024-09-07 11:04:11 +09:00
GitHub Actions Bot
f2f0477e2a
Merge branch 'main' into next
2024-09-07 01:03:26 +00:00
Katherine
84600cb20d
refactor: collectionNotAllowViewPlaceholder ( #5224 )
2024-09-07 08:55:08 +08:00
GitHub Actions Bot
a777e0975f
Merge branch 'main' into next
2024-09-06 23:54:09 +00:00
chenos
6d2f17a7c3
feat: provide more user-friendly application-level error messages ( #5220 )
...
* fix: display app maintaining message
* fix: app error
2024-09-07 07:53:50 +08:00
GitHub Actions Bot
1dc108a4a2
Merge branch 'main' into next
2024-09-06 16:06:28 +00:00
Zhichao Gu
efac16c6a9
feat: change all pageSize options to 5/10/20/50/100/200 ( #5020 )
...
* fix: change all pageSize options to 5/10/20/50/100/200
* fix: reset pageSize options same as list options 5/10/20/50/100/200
* fix: reset table pageSize options same as list options 5/10/20/50/100/200
* fix: list set pageSizeOption as 5/10/20/50/100/200,showSizeChanger
* fix: gridcard set pageSizeOption but showSizeChanger not set
2024-09-06 23:38:12 +08:00
GitHub Actions Bot
3abe5fb072
Merge branch 'main' into next
2024-09-06 15:28:24 +00:00
dependabot[bot]
96ce57adde
chore(deps): bump multer and @types/multer ( #5173 )
...
* chore(deps): bump multer and @types/multer
Bumps [multer](https://github.com/expressjs/multer ) and [@types/multer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/multer ). These dependencies needed to be updated together.
Updates `multer` from 1.4.4 to 1.4.5-lts.1
- [Changelog](https://github.com/expressjs/multer/blob/v1.4.5-lts.1/CHANGELOG.md )
- [Commits](https://github.com/expressjs/multer/compare/v1.4.4...v1.4.5-lts.1 )
Updates `@types/multer` from 1.4.11 to 1.4.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/multer )
---
updated-dependencies:
- dependency-name: multer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/multer"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(e2e): make e2e more stable
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-06 22:45:57 +08:00
nocobase[bot]
2b20c8aaf0
Merge branch 'main' into next
2024-09-06 08:32:37 +00:00
Katherine
2459991fbb
fix: issue with select linkage value type ( #5180 )
...
* fix: issue with filterItem remove
* fix: issue with select-linkage-value-type
* fix: bug
* fix: bug
2024-09-06 15:51:34 +08:00
YANG QIA
bd942342b0
fix(auth): should set user token as invalid when changing password ( #5212 )
...
* fix(auth): should log user out when changing password
* fix: add passwordChangeTZ
* fix: clear local token when token is invalid
* fix: test
* fix: field name
2024-09-06 14:43:14 +08:00
Katherine
93a788e769
refactor: ActionPanel support popup & custom request action ( #5148 )
...
* refactor: workbench support popup action
* fix: popup action in workben
* fix: popup action in workben
* feat(WorkbenchAction): adapt popup
* refactor: workbench support custom request
* fix: workbench support custom request
* refactor: action panel
* refactor: support layout
* refactor: support layout
* refactor: locale improve
* refactor: popup action support openMode
* refactor: layout
* fix: bug
* fix: bug
* fix: bug
* style: improve
* fix(map): resolve issue with map not displaying
* refactor: add popup action
* fix: bug
* refactor: confirm title
* style: improve
* fix: bug
* fix: resolve error when creating blocks
* chore: get unit test pass
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-05 23:01:41 +08:00
GitHub Actions Bot
fa1010c951
Merge branch 'main' into next
2024-09-05 14:38:57 +00:00
chenos
3e9ff85305
feat: support line break in system title ( #5211 )
2024-09-05 22:14:32 +08:00
GitHub Actions Bot
aa02e551ff
Merge branch 'main' into next
2024-09-05 13:34:44 +00:00
Katherine
325c4341ba
refactor: collectionNotAllowViewPlaceholder ( #5208 )
2024-09-05 21:02:08 +08:00
GitHub Actions Bot
c8e6ba46ba
Merge branch 'main' into next
2024-09-05 01:51:50 +00:00
猫鱼豆腐
eb0a2c3906
feat(client): display system title when logo is missing ( #5175 )
...
* fix(client): no logo show title
* fix(client): font size using token
* fix(client): update font size
* style: optimize style
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-09-05 09:51:25 +08:00
GitHub Actions Bot
8146718689
Merge branch 'main' into next
2024-09-04 13:18:04 +00:00
Zeke Zhang
1034aaa81d
fix(Collapse): resolve error when using variables in data scope ( #5195 )
...
* refactor: use common hook to reduce code size
* fix(Collapse): resolve error when using variables in data scope
2024-09-04 21:17:43 +08:00
GitHub Actions Bot
e1aa2e9e0a
Merge branch 'main' into next
2024-09-04 08:58:02 +00:00
Katherine
3c89e0342e
fix: custom request support refreshDataBlockRequest ( #5188 )
2024-09-04 16:54:15 +08:00
GitHub Actions Bot
b1709df4ac
Merge branch 'main' into next
2024-09-03 09:53:01 +00:00
Zeke Zhang
dba8c7a2c4
feat(filterForm): add support for many-to-many association fields ( #5178 )
...
* feat(filterForm): add support for many-to-many association fields
* test: add e2e test
* fix: prevent page from losing responsiveness
2024-09-03 17:52:44 +08:00
Katherine
c77cdf34b9
chore: configuration of collection field default value ( #5047 )
...
* chore: configure collection field defalt value
* chore: getDefaultValueProps
* chore: collectionFieldInterface
* refactor: defaultProps
* refactor: defaultProps
* revert: field default props
* revert: field default props
* revert: field default props
* revert: field default props
2024-09-02 13:15:04 +08:00
Zeke Zhang
55cebbd291
fix(mobile): fix permission ( #5163 )
...
* refactor: wrap a useMemo for value
* fix(mobile): fix permission
* chore: update unit tests
* fix: fix e2e error
* test: add e2e tests
* fix: reset role to root
2024-09-01 17:44:14 +08:00
Zeke Zhang
49db3e4908
chore: update e2e test
2024-09-01 17:35:15 +08:00
Katherine
5196b47b29
fix: issue with association select data scope linkage in sub-table ( #5160 )
...
* fix: association select data scope linkage in sub-table
* fix: association select data scope linkage in sub-table
2024-08-30 17:57:50 +08:00
Katherine
16254a4533
fix: issue in data selector other block should display Markdown, not 'Add Text' ( #5161 )
2024-08-30 17:51:55 +08:00
Zeke Zhang
6e45780565
chore: update comment
2024-08-30 11:07:45 +08:00
Katherine
ae8f5c797f
fix: add text support handlebars ( #5150 )
2024-08-29 15:42:15 +08:00