Katherine
8d83c13fe7
feat: support add group item in detail & form block ( #5498 )
...
* feat: support add group item in detail & form block
* feat: support add group item in detail & form block
* refactor: locale
* refactor: orientationMargin
* fix: test
* fix: test
* refactor: locale impeove
2024-10-24 20:13:22 +08:00
nocobase[bot]
eb6dc302ea
Merge branch 'main' into next
2024-10-24 09:21:57 +00:00
Katherine
055a55c4dc
fix: linkage rule to correctly evaluate URL parameter variables ( #5504 )
2024-10-24 16:51:03 +08:00
nocobase[bot]
024c393216
Merge branch 'main' into next
2024-10-24 05:08:28 +00:00
Katherine
e85e131ea8
fix: improve display of unchecked fields ( #5503 )
2024-10-24 13:08:07 +08:00
nocobase[bot]
41564ce029
Merge branch 'main' into next
2024-10-24 04:00:32 +00:00
Zeke Zhang
4e981ed339
perf(Table): improve performance ( #5438 )
...
* perf(Table): improve performance
* perf(RecordProvider): improve performance
* perf(Table): improve performance
* refactor: migrate component to out
* perf(Action): improve performance
* perf(useInView): registor in row instead of cell
* perf(useCompile): improve performance
* fix: fix undefined error
* perf: use startTransition API
* fix: make e2e test pass
* fix: make e2e test pass
* fix: make unit test pass
* chore: fix unit test
* perf: replace antd skeleton component with custom skeleton component
* perf: split useParentObjectVariable
* perf(ColumnFieldProvider): remove observer and use useMemo
* perf(ReadPretty.JSON): remove Typography
* refactor(Map): use new API
* perf(markdown): use memoize
* fix: make unit test pass
* refactor: extract constant
* perf(ButtonLinkList): use asynchronous rendering to prevent blocking the main process
* fix(ButtonLinkList): fix render issue
* refactor: remove observer
* perf: optimize code
* refactor(EllipsisWithTooltip): extract function out
* refactor(EllipsisWithTooltip): optimize code
* perf(SelectReadPretty): improve performance
* chore: make e2e test more stable
2024-10-24 11:58:20 +08:00
Zeke Zhang
4fcf7e3815
fix(FilterBlocks): allow adding filter blocks in popup even without a… ( #5502 )
...
* fix(FilterBlocks): allow adding filter blocks in popup even without association fields
* chore: make e2e more stable
2024-10-24 11:46:17 +08:00
mytharcher
b348a415d2
fix(plugin-workflow): fix calculation node
2024-10-24 10:44:28 +08:00
katherinehhh
faaaf2e6d3
Merge branch 'main' into next
2024-10-24 10:05:45 +08:00
Katherine
5010a052b5
fix: pagination issue in list block with simple pagination collection ( #5500 )
2024-10-24 09:51:35 +08:00
Katherine
8e6da46691
fix: limit editing to current collection form block in non-config mode and hide other block ( #5499 )
2024-10-24 09:51:23 +08:00
mytharcher
9548bebe2a
Merge branch 'main' into next
2024-10-24 09:35:53 +08:00
Sheldon Guo
f7a368f802
refactor(form): optimize useDataFormItemProps hook ( #5484 )
2024-10-24 09:29:43 +08:00
Junyi
4a6bf09737
fix(client): fix special white space happens when paste content ( #5497 )
2024-10-23 21:00:38 +08:00
nocobase[bot]
d7c8db97c8
Merge branch 'main' into next
2024-10-22 16:11:05 +00:00
Junyi
af600e3e4f
fix(plugin-file-manager): fix upload and destroy file record within an association ( #5493 )
2024-10-23 00:03:45 +08:00
nocobase[bot]
b241793bfb
Merge branch 'main' into next
2024-10-22 15:11:03 +00:00
mahuan
df3f239959
refactor: standardize localization file name
2024-10-22 23:05:59 +08:00
Junyi
e0c7e765dd
fix(plugin-workflow): fix locale of binding workflow on button ( #5494 )
2024-10-22 23:05:55 +08:00
katherinehhh
13a0541dec
Merge branch 'main' into next
2024-10-22 21:15:50 +08:00
Katherine
2f9ad6b2a7
fix: show pagination bar with data in the table ( #5480 )
...
* fix: show pagination bar with data in the table
* refactor: local improve
* fix: bug
* fix: test
* fix: test
2024-10-22 20:36:51 +08:00
Katherine
c903b43a17
feat: subTable support pagination ( #5450 )
...
* refactor: subtable support pagination settings
* fix: bug
* fix: bug
2024-10-22 17:00:11 +08:00
nocobase[bot]
61fd4e3461
Merge branch 'main' into next
2024-10-22 07:14:16 +00:00
Jinx
1da28b62e0
fix: Grid.Col displayName correct ( #4958 )
2024-10-22 14:44:29 +08:00
Junyi
dc34e027e3
fix(client): fix typo in upload component ( #5460 ) ( #5479 )
...
* fix(client): fix typo in upload component (#5460 )
* fix(client): fix typo in upload component
* fix(plugin-file-manager): fix rule hook
* fix(plugin-file-manager): fix useless log
2024-10-22 14:19:03 +08:00
Katherine
fc79c4397a
fix: variable value is lost after refreshing markdown block popup ( #5478 )
2024-10-22 11:29:32 +08:00
Zeke Zhang
d0a85bf2ab
Merge branch 'main' into next
2024-10-21 09:01:53 +08:00
Zeke Zhang
dd71cdaaa4
feat(variable): add a new variable named Parent object ( #5449 )
...
* feat(variable): add a new variable named Parent object
* test: add tests and fix bug
* fix(linkageRules): fix issue with variable options in subtables
* test: add e2e test
2024-10-21 08:46:04 +08:00
chenos
865681960b
chore: update handlebars documentation link
2024-10-20 14:53:53 +08:00
Junyi
50b2695797
feat(plugin-workflow): add component ( #5464 )
...
* feat(plugin-workflow): add fieldset card component
* fix(plugin-workflow): fix schema name caused wrong ui
2024-10-20 14:22:44 +08:00
Junyi
d553e51b51
fix(client): fix typo in upload component ( #5460 )
...
* fix(client): fix typo in upload component
* fix(plugin-file-manager): fix rule hook
2024-10-19 15:13:46 +08:00
Junyi
cdc2d62842
feat(client): support json input in variable input ( #5453 )
2024-10-18 22:58:48 +08:00
Katherine
012f648bb2
fix: incorrect time display for noTimeZone datetime field with showTi… ( #5458 )
...
* fix: incorrect time display for noTimeZone datetime field with showTime enabled
* fix: test
2024-10-18 18:03:21 +08:00
Katherine
1649a1d692
feat: blocks support layout settings ( #5429 )
...
* feat: form and details blocks support layout settings
* refactor: kanban & list & grid card support layout
* fix: bug
* fix: bug
* fix: test
* fix: bug
* fix: style improve
2024-10-18 17:46:51 +08:00
katherinehhh
bc0de80479
Merge branch 'main' into next
2024-10-18 15:39:52 +08:00
Katherine
fadda05424
fix: adjust supported availableTypes for uuid, nano, and id ( #5427 )
2024-10-18 15:01:07 +08:00
Zeke Zhang
2bfe8bafb4
Merge branch 'main' into next
2024-10-18 12:47:39 +08:00
Zeke Zhang
988476ea3e
feat(filterForm): add 'Allow multiple selection' for association fields ( #5451 )
...
* feat(filterForm): add 'Allow multiple selection' for association fields
* test: add e2e test
2024-10-18 12:42:35 +08:00
Zeke Zhang
760f807850
Merge branch 'main' into next
2024-10-18 12:11:39 +08:00
Zeke Zhang
32b3b76172
fix(variable): fix issue of not parsing URL variables ( #5454 )
...
* fix(variable): fix issue of not parsing URL variables
* test: add e2e test
2024-10-18 12:09:29 +08:00
Katherine
eff3dfdd54
feat: support configuring disassociation button in sub-tables ( #5425 )
...
* feat: support configuring disassociation button in sub-tables
* fix: bug
* refactor: locale improve
* fix: filter action test
2024-10-18 12:01:14 +08:00
Katherine
d120259c67
refactor: use filterable property to control field filtering capability ( #5455 )
2024-10-18 11:48:40 +08:00
Katherine
adc5ecf216
refactor: reverseField ( #5423 )
2024-10-18 10:22:23 +08:00
Katherine
f2e6e02577
feat: configure edit permissions for user profiles & change password ( #5422 )
...
* feat: configure edit permissions for user profiles
* fix: bug
* fix: bug
* refactor: locale improve
* refactor: currentUser
2024-10-18 09:09:32 +08:00
gchust
d158585efd
fix: unit tests error, caused by #5442 ( #5448 )
...
* fix: unit tests error, caused by #5442
* fix: unit test errors casued by #5442
2024-10-17 21:18:25 +08:00
nocobase[bot]
231adb0b60
Merge branch 'main' into next
2024-10-17 10:01:20 +00:00
Junyi
9f6b162782
fix(client): fix selected background color of table row ( #5445 )
2024-10-17 18:00:58 +08:00
gchust
997bdd1609
fix: missing translate for input component option ( #5444 )
2024-10-17 16:18:49 +08:00
gchust
821d790169
fix: field component options has not been translated correctly ( #5442 )
2024-10-17 13:38:40 +08:00