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 a84a22c140c393c055136f90140ff74c657d8b28.
* Revert "chore: fix unit tests"
This reverts commit 436b001c9b3cf75ee2ddcc00915199b12e1d37d4.
* Revert "chore: update yarn.lock"
This reverts commit 0b960251c414a66d8a0a1274bd1cd3330093ccc0.
* Revert "chore(deps): bump antd from 5.12.8 to 5.13.3"
This reverts commit b165d557f68e3cb7dab4172e8f22f631decea277.
* 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 388353dc5af4accfa35eadc5d6323da1da5a66e9.
|
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]
|
493ee41f3e
|
Merge branch 'main' into next
|
2024-11-06 12:33:14 +00:00 |
|
ChengLei Shao
|
0082fb7dec
|
chore: file collection unavailable action (#5604)
|
2024-11-06 20:32:44 +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 |
|
nocobase[bot]
|
e2dd54f338
|
chore(versions): 😊 publish v1.4.0-alpha.1
|
2024-11-06 06:59:06 +00:00 |
|
nocobase[bot]
|
1ca1a570c9
|
chore(versions): 😊 publish v1.4.0-alpha.0
|
2024-11-06 06:15:07 +00:00 |
|
chenos
|
b3f85cda5c
|
fix: cannot find module
|
2024-11-06 14:02:06 +08:00 |
|
nocobase[bot]
|
4508ba564c
|
Merge branch 'main' into next
|
2024-11-06 05:47:09 +00:00 |
|
ChengLei Shao
|
88cc322a8c
|
fix: import with belongs to associations (#5417)
* fix: import with belongs to associations
* chore: test
|
2024-11-06 13:17:27 +08:00 |
|
chenos
|
12297a3c12
|
fix(cli): improve path error message for paths with spaces
|
2024-11-06 13:14:26 +08:00 |
|
nocobase[bot]
|
b4b3e6716a
|
Merge branch 'main' into next
|
2024-11-06 04:26:15 +00:00 |
|
Katherine
|
f8ca0da8b3
|
fix: validate association field permissions when checking association collection field permissions (#5569)
|
2024-11-06 12:04:58 +08:00 |
|
nocobase[bot]
|
47763e68fd
|
Merge branch 'main' into next
|
2024-11-06 02:29:48 +00:00 |
|
ChengLei Shao
|
5788841df6
|
fix: export with i18n (#5591)
|
2024-11-06 10:29:26 +08:00 |
|
Junyi
|
45976f37b2
|
feat(plugin-notification-manager): support handlebars in notification message (#5559)
* feat(plugin-notification-manager): support handlebars in message
* fix(plugin-notification-manager): fix parsing null template
* fix(plugin-notification-manager): fix compile
|
2024-11-06 09:59:27 +08:00 |
|
Sheldon Guo
|
ee512d7c9d
|
feat(notification-in-app-message): support in-app messages for mobile client (#5560)
feat(notification-in-app-message): support in-app messages for mobile client
|
2024-11-06 09:29:05 +08:00 |
|
Zeke Zhang
|
a6f16acf1c
|
fix(kanban): fix incorrect appends parameter issue (#5592)
* refactor(kanban): optimize get appends function
* fix(kanban): fix incorrect appends parameter issue
* chore: remove useless code
|
2024-11-06 09:28:20 +08:00 |
|
Katherine
|
ee1dd2375f
|
feat: table block support size settings (#5563)
* feat: table block support size settings
* fix: bug
* fix: bug
* fix: test
|
2024-11-06 09:11:45 +08:00 |
|
ChengLei Shao
|
aad8fd7bab
|
chore: add middleware name (#5594)
* chore: middleware name
* chore: add name to middleware
* chore: logging
|
2024-11-06 00:29:06 +08:00 |
|
Chareice
|
5b31c1006b
|
chore: db logging with sql benchmark
|
2024-11-05 21:28:45 +08:00 |
|
nocobase[bot]
|
8d20967b0a
|
chore(versions): 😊 publish v1.3.44-beta
|
2024-11-05 07:41:24 +00:00 |
|
nocobase[bot]
|
cf08c5c290
|
Merge branch 'main' into next
|
2024-11-05 07:38:29 +00:00 |
|
YANG QIA
|
9fd136b331
|
feat(client): allows to redirect to specific url after signout (#5583)
|
2024-11-05 15:38:09 +08:00 |
|
Katherine
|
a97aa1c2c1
|
fix: resolve error when configuring fields after adding a new data source (#5576)
|
2024-11-05 14:25:54 +08:00 |
|
Chareice
|
2f9436d539
|
chore: log response size
|
2024-11-05 12:43:37 +08:00 |
|
Chareice
|
0e46d78c3c
|
chore: trace middleware entry logs
|
2024-11-05 12:39:46 +08:00 |
|
Katherine
|
567524dd5e
|
style: increase button spacing between rows in compact theme (#5589)
|
2024-11-05 11:59:43 +08:00 |
|
katherinehhh
|
30dc9faf24
|
Merge branch 'main' into next
|
2024-11-05 10:50:00 +08:00 |
|
chenos
|
f92717e1cd
|
chore: support running multiple application processes simultaneously in development mode
|
2024-11-05 10:23:40 +08:00 |
|
Katherine
|
2f1a9100a0
|
refactor: remove search box when adding block to page (#5577)
* refactor: remove search box when adding block to page
* fix: bug
|
2024-11-05 10:11:00 +08:00 |
|
Katherine
|
812a2cb24a
|
fix: filter issue when setting single-select field as title field in association select (#5581)
|
2024-11-05 10:10:13 +08:00 |
|
nocobase[bot]
|
dc3a216c2a
|
chore(versions): 😊 publish v1.3.43-beta
|
2024-11-04 23:54:28 +00:00 |
|
Feng
|
eeca3c7bc1
|
feat: table component support popup (#5580)
|
2024-11-04 16:10:47 +08:00 |
|
Katherine
|
fdf8aa6f44
|
fix: search field should be searched based on the translated text (#5572)
|
2024-11-03 19:42:55 +08:00 |
|
chenos
|
08ce9fa923
|
feat: support adding commands before app initialization
|
2024-11-03 15:58:32 +08:00 |
|
Katherine
|
14f843ef79
|
fix: issue with adding data to sub-table after deletion (#5568)
|
2024-11-02 22:09:36 +08:00 |
|
Katherine
|
0b762cf89f
|
fix: issue with adding data to sub-table after deletion (#5566)
|
2024-11-02 19:19:54 +08:00 |
|
katherinehhh
|
582f1d7ef8
|
fix: bug
|
2024-11-02 19:18:35 +08:00 |
|
Katherine
|
231b7d641b
|
chore: add support for Layout parameters (labelAlign, labelWidth, labelWrap) (#5521)
* chore: support layout settings
* refactor: locale improve
* fix: test
* fix: bug
* refactor: label width
* fix: bug
* refactor: locale improve
* fix: bug
* style: style improve
* fix: test
|
2024-11-01 16:06:18 +08:00 |
|
Katherine
|
c639e7d403
|
feat: configure fields support serach and filter fields (#5471)
* feat: configure fields support serach and filter fields
* feat: configure fields support serach and filter fields
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: test
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
|
2024-11-01 14:28:46 +08:00 |
|
ChengLei Shao
|
e818195dd1
|
fix: merge option with filter target key (#5558)
|
2024-10-31 21:41:10 +08:00 |
|