Katherine
|
c8d8b719bd
|
fix: scrollbar issue in sub-table with size small under compact theme (#5796)
|
2024-12-05 14:06:01 +08:00 |
|
Zeke Zhang
|
77af684214
|
perf(getAssociationAppends): prevent unnecessary rendering (#5792)
* perf(getAssociationAppends): prevent unnecessary rendering
* chore(e2e): remove comment
* Revert "perf(getAssociationAppends): prevent unnecessary rendering"
This reverts commit 68b1c921bba06818c9a3e91d0d92104adc3e12e3.
* Revert "Revert "perf(getAssociationAppends): prevent unnecessary rendering""
This reverts commit 26e04c1c073c5e0a20902b36dac091ab29ae3d49.
* chore(e2e): fix e2e error
|
2024-12-05 10:44:05 +08:00 |
|
Zeke Zhang
|
fc4b125d6a
|
chore(NocoBaseField): improve compatibility
|
2024-12-05 07:03:51 +08:00 |
|
Zeke Zhang
|
6ef4e9608c
|
fix(enableLink): fix error when enableLink is enabled
|
2024-12-04 22:10:25 +08:00 |
|
Zeke Zhang
|
0fa56d7407
|
perf(Table): remove Formily components to improve performance (#5738)
* perf(Table): remove Formily components to improve performance
* refactor: rename and modify comments
* fix(UIEditor): fix hover style
* fix(Table): fix style configuration option not showing
* fix(ellipsis): fix refresh issue
* fix: need to update field value
* perf(Table): improve performance of configuring top buttons
* refactor: skip style-related code when no style rules are set
* chore(e2e): fix e2e errors
* fix(e2e): fix e2e errors
* fix(workflow): fix refresh issue
* fix(workflow): fix refresh issue
* fix(Action.Container): fix refresh issue
* fix(drawer): fix refresh issue
* fix(Table): fix refresh issue
* fix(AssociationField): fix refresh issues
* fix(NocoBaseRecursionField): fix refresh code
* refactor(SchemaComponentContext): remove useless code
* refactor: rename RefreshContext to RefreshFieldSchemaContext
* refactor(useDataBlockRequestGetter): optimize comment
* refactor: rename and new refresh context
* fix(Table): fix some refresh issues
* fix(AssociationField): fix refresh issue
* refactor(Table): make code better
* fix: replace RecursionField with NocoBaseRecursionField
* refactor: remove useless code
* fix(Menu): fix draging issue
* fix: refresh entire page after drag and drop operation
* fix(Page): fix draging issue
* chore: fix build error
* fix(test): make unit tests pass
* chore(test): fix unit test
* chore(e2e): fix e2e errors
* chore(e2e): update e2e to make it pass
* chore(e2e): update e2e to make it pass
* chore(e2e): fix e2e errors
* fix(e2e): fix some e2e errors
* fix(SchemaComponent): fix onChange issue
* chore(e2e): make e2e more stable
|
2024-12-04 21:05:50 +08:00 |
|
nocobase[bot]
|
1363a51576
|
Merge branch 'next' into develop
|
2024-12-04 01:42:51 +00:00 |
|
Katherine
|
2bbf618bec
|
chore: configure fields support filtering (#5784)
|
2024-12-04 09:42:28 +08:00 |
|
Zeke Zhang
|
e35768ce61
|
fix(variable): fix issues where variables cannot be properly used in third-party data source blocks (#5782)
* fix(variable): resolve field visibility issues in multi-data source variables
* fix(test): fix unit test error
|
2024-12-03 20:49:37 +08:00 |
|
Zeke Zhang
|
384271fb90
|
fix: fix the issue where association field values are empty in block templates (#5777)
* fix(template): fix appends issue
* fix(variable): resolve variable parsing issue in third-party data sources
* chore(e2e): make e2e more stable
|
2024-12-03 20:39:27 +08:00 |
|
katherinehhh
|
fa7abb07cf
|
Merge branch 'next' into develop
|
2024-12-03 20:26:44 +08:00 |
|
nocobase[bot]
|
f46a1b203c
|
Merge branch 'main' into next
|
2024-12-03 11:32:34 +00:00 |
|
Katherine
|
fa315a1261
|
fix: incorrect parameters passed in table block filtering (#5773)
|
2024-12-03 19:32:07 +08:00 |
|
nocobase[bot]
|
b65585ca9f
|
Merge branch 'next' into develop
|
2024-12-03 11:20:31 +00:00 |
|
nocobase[bot]
|
42e954d4cf
|
Merge branch 'main' into next
|
2024-12-03 11:20:08 +00:00 |
|
gchust
|
38e79d41af
|
fix: cannot set highlight style for link action button (#5780)
|
2024-12-03 19:19:41 +08:00 |
|
gchust
|
02783e588f
|
Fix/use dynamic props not working with lazy component (#5776)
* fix: withDynamicSchemaProps not working with lazy
* chore: rename lazid component key[skip ci]
|
2024-12-03 16:33:27 +08:00 |
|
YANG QIA
|
7b81685179
|
fix(data-vi): issue where filter field components of chart blocks not rendering (#5769)
* fix(data-vi): issue where filter field components of chart blocks not rendering
* chore: update
|
2024-12-03 11:49:40 +08:00 |
|
nocobase[bot]
|
1db694897e
|
Merge branch 'next' into develop
|
2024-12-03 01:45:46 +00:00 |
|
Katherine
|
ac995c4eaf
|
fix: record picker not displaying selected items when selecting across pages (#5770)
|
2024-12-03 09:45:23 +08:00 |
|
Katherine
|
cb44af2ea1
|
fix: tag color (#5772)
|
2024-12-03 09:20:18 +08:00 |
|
Zeke Zhang
|
59d85392a0
|
Merge branch 'next' into develop
|
2024-12-02 20:50:28 +08:00 |
|
nocobase[bot]
|
0fbe4f0229
|
Merge branch 'main' into next
|
2024-12-02 11:54:12 +00:00 |
|
Junyi
|
f2b3571845
|
fix(client): fix e2e cases based on changed icons (#5768)
|
2024-12-02 19:53:46 +08:00 |
|
Katherine
|
e6cf5ae535
|
feat: support link enabled in fields to trigger popup opening (#5747)
* feat: support link activation in fields to trigger popup opening
* refactor: withPopupWapper
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: bug
* fix: test
* fix: test
* fix: bug
* fix: test
|
2024-12-02 18:42:03 +08:00 |
|
nocobase[bot]
|
01adbb92ed
|
Merge branch 'next' into develop
|
2024-12-02 09:10:43 +00:00 |
|
Katherine
|
ad8a283712
|
fix: chart filter form field configuration error when adding/removing charts (#5765)
|
2024-12-02 17:10:22 +08:00 |
|
katherinehhh
|
c7a5d90a3e
|
Merge branch 'next' into develop
|
2024-12-02 12:51:43 +08:00 |
|
Katherine
|
2fcd584846
|
feat: support attachment file fields in public forms (#5749)
* feat: support attachment file fields in public forms
* fix: bug
|
2024-12-02 12:38:23 +08:00 |
|
nocobase[bot]
|
be21a0d83e
|
Merge branch 'next' into develop
|
2024-12-01 22:45:00 +00:00 |
|
nocobase[bot]
|
61ab3e265a
|
Merge branch 'main' into next
|
2024-12-01 22:44:36 +00:00 |
|
Zeke Zhang
|
ed05cfe626
|
chore(e2e): make e2e pass
|
2024-12-02 06:44:05 +08:00 |
|
nocobase[bot]
|
69b6c52251
|
Merge branch 'next' into develop
|
2024-12-01 14:30:51 +00:00 |
|
katherinehhh
|
188950c7a8
|
Merge branch 'main' into next
|
2024-12-01 22:30:02 +08:00 |
|
nocobase[bot]
|
515c474a5f
|
Merge branch 'next' into develop
|
2024-12-01 14:26:38 +00:00 |
|
Katherine
|
7a739b91f2
|
fix: field width issue in sub table in horizontal layout (#5763)
|
2024-12-01 22:26:16 +08:00 |
|
Katherine
|
05ed11eb15
|
fix: select field to display blank when data is empty (#5762)
|
2024-12-01 21:36:05 +08:00 |
|
nocobase[bot]
|
216c4346d9
|
Merge branch 'next' into develop
|
2024-11-30 12:26:03 +00:00 |
|
nocobase[bot]
|
0e2b6343c2
|
Merge branch 'main' into next
|
2024-11-30 12:25:38 +00:00 |
|
Junyi
|
b59d53dde8
|
refactor(client): change block initializers icons (#5757)
|
2024-11-30 20:25:04 +08:00 |
|
gchust
|
d62b9e77a9
|
fix: react warning when using uselazy (#5758)
|
2024-11-30 16:33:28 +08:00 |
|
katherinehhh
|
f343b988fa
|
Merge branch 'next' into develop
|
2024-11-30 09:26:29 +08:00 |
|
Katherine
|
d77b4aa36d
|
refactor: set small as table default size (#5755)
|
2024-11-29 22:39:20 +08:00 |
|
katherinehhh
|
5458829e43
|
Merge branch 'next' into develop
|
2024-11-29 14:05:13 +08:00 |
|
Katherine
|
30a16af817
|
feat: support quick schedule creation by clicking date on calendar block (#5733)
* feat: calender block
* fix: bug
* fix: bug
* refactor: initialValues for start and end
* fix: bug
* fix: bug
* fix: bug
|
2024-11-29 10:03:44 +08:00 |
|
nocobase[bot]
|
76b4965aba
|
Merge branch 'next' into develop
|
2024-11-28 16:52:19 +00:00 |
|
chenos
|
f2c3f09685
|
feat: optimize bulk plugin activation logic
|
2024-11-29 00:51:31 +08:00 |
|
Katherine
|
b144d30ac9
|
feat: support associate and disassociate action in association blocks (#5695)
* feat: association block support assocaition action
* test: e2e test
* test: e2e test
* fix: bug
* fix: bug
* fix: bug
* fix: bug
|
2024-11-28 20:43:44 +08:00 |
|
Zeke Zhang
|
f06391a5d8
|
chore(page): should remember page scroll position
|
2024-11-28 19:06:14 +08:00 |
|
Zeke Zhang
|
7c997293f0
|
fix(desktop): fix page scrolling issue
|
2024-11-28 18:54:39 +08:00 |
|
Zeke Zhang
|
eef3d183b0
|
fix(mobile): fix page scrolling issue
|
2024-11-28 16:03:52 +08:00 |
|