Katherine
|
eca3bf4a65
|
fix: incorrect QC code scan path in sub-application public form (#5799)
|
2024-12-06 14:47:41 +08:00 |
|
nocobase[bot]
|
2657e8feb0
|
Merge branch 'next' into develop
|
2024-12-05 15:28:59 +00:00 |
|
nocobase[bot]
|
5168a608ab
|
Merge branch 'main' into next
|
2024-12-05 15:28:37 +00:00 |
|
Zeke Zhang
|
6a7f2f2913
|
fix(Calendar): fix popup issue (#5793)
* test(e2e): add e2e test
* fix(Calendar): fix popup issue
|
2024-12-05 23:28:14 +08:00 |
|
nocobase[bot]
|
b906326c6f
|
Merge branch 'next' into develop
|
2024-12-05 15:01:23 +00:00 |
|
nocobase[bot]
|
eee875a0ce
|
Merge branch 'main' into next
|
2024-12-05 15:01:01 +00:00 |
|
Katherine
|
7f370bb29d
|
fix: error when clicking on a blank date in the calendar (#5803)
|
2024-12-05 23:00:37 +08:00 |
|
nocobase[bot]
|
713563ada7
|
chore(versions): 😊 publish v1.4.3
|
2024-12-05 14:32:22 +00:00 |
|
nocobase[bot]
|
7181861692
|
Merge branch 'next' into develop
|
2024-12-05 11:20:16 +00:00 |
|
nocobase[bot]
|
f356cc917f
|
Merge branch 'main' into next
|
2024-12-05 11:19:55 +00:00 |
|
Sheldon Guo
|
411614eb86
|
chore(notification-in-app-message): update titles for detail URLs in forms and localization files (#5742)
* chore(notification-in-app-message): update titles for detail URLs in forms and localization files
|
2024-12-05 19:19:33 +08:00 |
|
Zeke Zhang
|
92e87ee1da
|
Merge branch 'next' into develop
|
2024-12-05 16:36:42 +08:00 |
|
Katherine
|
99e9f41fef
|
refactor: optimize operation panel and public form components for mobile adaptation (#5788)
* refactor: public form datetime & select
* refactor: action panel
|
2024-12-05 11:38:48 +08:00 |
|
nocobase[bot]
|
cca4535429
|
chore(versions): 😊 publish v1.4.2
|
2024-12-04 13:12:33 +00: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]
|
51cb1d0a71
|
Merge branch 'next' into develop
|
2024-12-04 05:08:34 +00:00 |
|
nocobase[bot]
|
a3fa990da3
|
Merge branch 'main' into next
|
2024-12-04 05:08:14 +00:00 |
|
Junyi
|
d04f64e252
|
fix(plugin-workflow): fix sync column tag (#5787)
|
2024-12-04 13:07:52 +08:00 |
|
nocobase[bot]
|
bcf6a04548
|
chore(versions): 😊 publish v1.4.1
|
2024-12-04 02:14:31 +00:00 |
|
nocobase[bot]
|
9e46b7291e
|
chore(versions): 😊 publish v1.6.0-alpha.2
|
2024-12-03 15:48:39 +00:00 |
|
nocobase[bot]
|
7524726d0d
|
chore(versions): 😊 publish v1.6.0-alpha.1
|
2024-12-03 15:10:42 +00:00 |
|
Katherine
|
79743f0948
|
fix: missing date input field in filter operation on mobile (#5786)
|
2024-12-03 22:31:47 +08:00 |
|
nocobase[bot]
|
15ea26add9
|
chore(versions): 😊 publish v1.5.0-beta.1
|
2024-12-03 14:28:07 +00:00 |
|
Junyi
|
45b8a56eb7
|
feat(plugin-workflow): add manual execute workflow (#5664)
* feat(plugin-workflow): add manual execute workflow
* refactor(plugin-workflow): adjust ui and type
* feat(plugin-workflow-action-trigger): add manually execute
* fix(plugin-workflow): keep trigger action in workflows for action trigger
* fix(plugin-workflow): fix type
* fix(plugin-workflow): collection trigger transaction
* fix(plugin-workflow): fix type
* test(plugin-workflow): skip failed test case
* fix(plugin-workflow): fix transaction
* fix(plugin-workflow): fix schedule mode field bug
* fix(plugin-workflow): collection trigger executing error
* fix(plugin-workflow-action-trigger): fix payload and appends
* fix(plugin-workflow): skip changed logic when execute
* fix(plugin-workflow): fix collection field schedule context when execute manually
* refactor(plugin-workflow): change manually option name
* fix(plugin-workflow-action-trigger): fix test case
|
2024-12-03 21:56:58 +08:00 |
|
nocobase[bot]
|
484eb28877
|
Merge branch 'next' into develop
|
2024-12-03 13:25:31 +00:00 |
|
Katherine
|
d23ac5580c
|
fix: missing date input field in filter operation on mobile (#5779)
* fix: missing date input field in filter operation on mobile
* fix: bug
|
2024-12-03 21:25:07 +08:00 |
|
nocobase[bot]
|
38365a5023
|
chore(versions): 😊 publish v1.4.0
|
2024-12-03 12:40:49 +00:00 |
|
katherinehhh
|
fa7abb07cf
|
Merge branch 'next' into develop
|
2024-12-03 20:26:44 +08:00 |
|
YANG QIA
|
fa202efd47
|
docs: v1.4.0 changelogs (#5774)
* docs: v1.4.0 changelogs
* docs: en
* chore: update
* chore: update
* chore: update
* chore: update
|
2024-12-03 20:14:58 +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]
|
7f524cb28a
|
Merge branch 'next' into develop
|
2024-12-02 14:48:44 +00:00 |
|
nocobase[bot]
|
f1ffc114f4
|
Merge branch 'main' into next
|
2024-12-02 14:48:20 +00:00 |
|
Katherine
|
6c3eb4a40e
|
fix: incorrect display of source key (#5771)
|
2024-12-02 22:47:55 +08:00 |
|
nocobase[bot]
|
7149f1a149
|
Merge branch 'next' into develop
|
2024-12-02 13:05:08 +00:00 |
|
Junyi
|
23c23307fa
|
fix(plugin-workflow): fix test button variable (#5766)
|
2024-12-02 21:04:44 +08:00 |
|
nocobase[bot]
|
d45d53671d
|
chore(versions): 😊 publish v1.4.0-beta.11
|
2024-12-02 05:23:11 +00: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]
|
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 |
|
Katherine
|
f7da956a41
|
fix: build error (#5753)
* fix: build error
* fix: merge bug
|
2024-11-29 14:40:31 +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]
|
e3ec7bc6aa
|
chore(versions): 😊 publish v1.3.54
|
2024-11-28 15:35:38 +00:00 |
|
nocobase[bot]
|
fd24bbfde4
|
chore(versions): 😊 publish v1.4.0-beta.10
|
2024-11-28 15:10:36 +00:00 |
|
nocobase[bot]
|
5d60497c37
|
chore(versions): 😊 publish v1.3.53
|
2024-11-28 14:34:54 +00:00 |
|