Katherine
fd6b63d24f
refactor(mobile): Improve mobile component usability ( #5590 )
...
* refactor: mobile component
* refactor: mobile datepicker
* refactor: datepicker
* refactor: selectpicker
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: style improve
* fix: bug
* refactor: locale improve
* fix: locale
* fix: bug
* chore: datetime picker
* fix: test
* fix: test
* refactor: make test stable
* refactor: make test stable
* fix: bug
* fix: bug
* fix: bug
* refactor: locale improve
* fix: bug
2024-11-14 17:13:40 +08:00
nocobase[bot]
f15b90b4c3
Merge branch 'main' into next
2024-11-14 02:37:56 +00:00
Katherine
c6eb117899
fix: linkage rule title editing issue ( #5644 )
2024-11-14 10:20:52 +08:00
nocobase[bot]
d12c0afbbb
chore(versions): 😊 publish v1.4.0-alpha.9
2024-11-14 01:08:11 +00:00
nocobase[bot]
0987ce5094
chore(versions): 😊 publish v1.3.49-beta
2024-11-13 02:20:46 +00:00
nocobase[bot]
bd6894fb35
Merge branch 'main' into next
2024-11-13 02:03:46 +00:00
Junyi
eefad31179
fix(client): support o2o and m2m (array) to use file collection ( #5637 )
2024-11-13 09:54:24 +08:00
chenos
3c812362b2
feat: improve useAssociationFieldContext ( #5642 )
2024-11-12 23:43:31 +08:00
nocobase[bot]
f4562998ef
Merge branch 'main' into next
2024-11-12 12:21:50 +00:00
Katherine
586c515ff7
fix: reset issue that reverts filter button title to default ( #5635 )
...
* fix: reset issue that reverts filter button title to default
* fix: bug
2024-11-12 20:21:30 +08:00
chenos
1d508b8e96
feat: support summary props ( #5640 )
2024-11-12 20:10:00 +08:00
Katherine
dafc3a16a1
refactor: adjust default column width to 100 in table ( #5625 )
...
* refactor: adjust default column width to 100 in table
* fix: test
2024-11-12 15:20:50 +08:00
Katherine
6badfd8983
style: optimize mobile styling for reduced field spacing and a more compact display ( #5605 )
...
* style: mobile style improve
* style: action penal style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
* style: style improve
2024-11-12 15:05:00 +08:00
Katherine
ad563f37c6
fix: align right-fixed column in table ( #5636 )
2024-11-12 15:03:09 +08:00
gchust
903c48b1f0
chore: use rspack as the client-side build tool for the plugin ( #5613 )
...
* fix: change plugin build tool to rspack
* fix: bug
* fix: bug
* fix: bug
* feat: upgrade rspack
* feat: upgrade rspack
* fix: rspack config
* fix: some plugins can't be loaded
* chore: update rspack
* chore: revert rspack version due to tests failing
* chore: update rspack to 1.0.14
* fix: missing tsconfig in rspack config
* fix: pro plugins build error
* fix: incorrect dependecies docs link
* fix: jshint dependency error
* chore: change all vite build to rspack
---------
Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-11-12 14:05:34 +08:00
nocobase[bot]
07b95c388a
chore(versions): 😊 publish v1.4.0-alpha.8
2024-11-11 04:15:27 +00:00
nocobase[bot]
8618a33d68
chore(versions): 😊 publish v1.4.0-alpha.7
2024-11-11 02:25:11 +00:00
nocobase[bot]
9470479100
chore(versions): 😊 publish v1.3.48-beta
2024-11-11 02:20:28 +00:00
nocobase[bot]
0db386c704
Merge branch 'main' into next
2024-11-11 02:10:07 +00:00
chenos
32eeb88101
feat: support hiding menu items ( #5624 )
...
* feat: support hiding menu items
* fix: hidden
2024-11-11 10:09:46 +08:00
Katherine
6075c461d9
refactor: optimize field list: remove relation fields and Duplicate tag ( #5616 )
...
* refactor: optimize field list: remove relation fields and Duplicate tag
* fix: test
2024-11-10 19:12:58 +08:00
nocobase[bot]
95134d0273
Merge branch 'main' into next
2024-11-10 02:22:04 +00:00
chenos
451210a248
docs: update README.md
2024-11-10 10:09:21 +08:00
Junyi
90d9231fc5
feat(client): add delimiters props to variable text ( #5620 )
...
* feat(client): add delimiters props to variable text
* refactor(plugin-notification-iam): change delimiters for url in message template
2024-11-09 10:26:28 +08:00
nocobase[bot]
7d0aadcf52
Merge branch 'main' into next
2024-11-08 10:38:41 +00:00
Zeke Zhang
934f619452
chore(e2e): fix test failures caused by timezone differences in CI environment
2024-11-08 18:37:55 +08:00
Junyi
06e7617691
refactor(client): move getFilterTargetKey api to collection ( #5617 )
...
* refactor(client): move getFilterTargetKey api to collection
* test(client): add test case
* fix(client): fix type error when build
2024-11-08 18:31:02 +08:00
nocobase[bot]
4a62b6798f
Merge branch 'main' into next
2024-11-08 10:25:46 +00:00
Junyi
b186a5eb3d
fix(client): support file collection as target of one-to-many association ( #5619 )
...
* fix(client): support file collecion as target of one-to-many association
* fix(client): fix load collection
2024-11-08 18:25:26 +08:00
Junyi
a223f4448e
feat(plugin-workflow): branch presetting ( #5570 )
...
* fix(client): fix core component bug and warnings
* feat(plugin-workflow): add preset and branching config before add node
* refactor(plugin-workflow): fix AddNodeContext and adjust styles
* fix(plugin-workflow): fix default config value in preset form
* fix(plugin-workflow): fix e2e cases
* fix(plugin-workflow-parallel): fix e2e test cases
* fix(plugin-workflow): fix e2e test cases
2024-11-08 13:43:39 +08:00
ChengLei Shao
c728146160
refactor: collections api ( #5610 )
...
* chore: test
* chore: list meta
* chore: list meta api
* fix: test
2024-11-08 12:44:13 +08:00
nocobase[bot]
d1b4ccc1aa
chore(versions): 😊 publish v1.3.47-beta
2024-11-08 02:25:17 +00:00
nocobase[bot]
3733676d6e
chore(versions): 😊 publish v1.4.0-alpha.6
2024-11-08 01:15:45 +00:00
nocobase[bot]
b3ea409d6c
chore(versions): 😊 publish v1.4.0-alpha.5
2024-11-08 00:48:42 +00:00
nocobase[bot]
6c8a2ae3b5
chore(versions): 😊 publish v1.4.0-alpha.4
2024-11-08 00:26:17 +00:00
nocobase[bot]
3801a2e145
chore(versions): 😊 publish v1.4.0-alpha.3
2024-11-07 14:57:03 +00:00
Zeke Zhang
cdb18cb9c8
Merge branch 'main' into next
2024-11-07 22:42:24 +08:00
Zeke Zhang
5fb6962ec5
fix(defaultValue): fix errors in special cases ( #5607 )
...
* fix(defaultValue): fix errors in special cases
* test: add e2e test
* chore: make unit tests pass
* chore: make e2e more stable
* chore: fix e2e
2024-11-07 21:18:59 +08:00
ChengLei Shao
ef1ded8ff2
fix: import with date field ( #5606 )
...
* fix: import with dateOnly and datetimeNoTz field
* fix: import with date field
* fix: export datetime filed
* fix: test
* fix: test
* fix: test
* fix: unixtimestamp import
* chore: test
2024-11-07 21:05:58 +08:00
Zeke Zhang
3d512adade
feat(Table): add 'Hide column' configuration option ( #5597 )
...
* chore(deps): bump antd from 5.12.8 to 5.13.3
* chore: update yarn.lock
* chore: fix unit tests
* chore: make e2e tests pass
* feat(Table): add 'Hide column' configuration option
* test: add e2e test
* chore: fix build
* Revert "chore: make e2e tests pass"
This reverts commit a84a22c140
.
* Revert "chore: fix unit tests"
This reverts commit 436b001c9b
.
* Revert "chore: update yarn.lock"
This reverts commit 0b960251c4
.
* Revert "chore(deps): bump antd from 5.12.8 to 5.13.3"
This reverts commit b165d557f6
.
* chore: make e2e more stable
2024-11-07 20:47:14 +08:00
Katherine
89269ec7a4
fix: table scrollbar issue in non-config mode ( #5599 )
...
* fix: unnecessary scrollbar in non-config mode with few columns
* fix: bug
* refactor: table column
2024-11-07 17:30:53 +08:00
katherinehhh
03f5899902
Merge branch 'main' into next
2024-11-07 16:58:38 +08:00
Katherine
666c92d524
fix: issue with fuzzy search support for association fields with string-type title field ( #5611 )
2024-11-07 15:21:13 +08:00
Katherine
49968f8636
refactor: adjust collection categories to be loaded from the main data source and remove from global ( #5602 )
2024-11-07 14:52:18 +08:00
gchust
9b379c90d8
Revert "chore: use rspack as the client-side build tool for the plugin ( #5575 )" ( #5608 )
...
This reverts commit 388353dc5a
.
2024-11-07 11:40:08 +08:00
chenos
388353dc5a
chore: use rspack as the client-side build tool for the plugin ( #5575 )
...
* fix: change plugin build tool to rspack
* fix: bug
* fix: bug
* fix: bug
* feat: upgrade rspack
* feat: upgrade rspack
* fix: rspack config
* fix: some plugins can't be loaded
* chore: update rspack
* chore: revert rspack version due to tests failing
* chore: update rspack to 1.0.14
* fix: missing tsconfig in rspack config
* fix: pro plugins build error
* fix: incorrect dependecies docs link
---------
Co-authored-by: dream2023 <1098626505@qq.com>
Co-authored-by: gchust <gchust@qq.com>
2024-11-07 10:06:41 +08:00
nocobase[bot]
a2d9b52ec5
chore(versions): 😊 publish v1.4.0-alpha.2
2024-11-06 09:44:44 +00:00
nocobase[bot]
a6ac4a6384
chore(versions): 😊 publish v1.3.46-beta
2024-11-06 09:03:46 +00:00
nocobase[bot]
c004720ca6
chore(versions): 😊 publish v1.3.45-beta
2024-11-06 07:38:51 +00:00
chenos
04bb931424
fix: add disabled, multiple, value, and onChange props to QRCodeUploader
2024-11-06 15:18:08 +08:00