362 Commits

Author SHA1 Message Date
nocobase[bot]
b7906cdfbf chore(versions): 😊 publish v1.4.12 2024-12-18 11:31:48 +00:00
nocobase[bot]
fafc1b3951 chore(versions): 😊 publish v1.4.11 2024-12-18 10:19:13 +00:00
nocobase[bot]
fb55f1d17b chore(versions): 😊 publish v1.5.0-beta.11 2024-12-18 09:44:17 +00:00
nocobase[bot]
22ecd87c89 chore(versions): 😊 publish v1.5.0-beta.10 2024-12-18 04:02:51 +00:00
nocobase[bot]
4e0cd8a57d chore(versions): 😊 publish v1.5.0-beta.9 2024-12-15 11:45:45 +00:00
nocobase[bot]
a8bc4155dd chore(versions): 😊 publish v1.5.0-beta.8 2024-12-15 07:54:02 +00:00
nocobase[bot]
5a00386c4f chore(versions): 😊 publish v1.5.0-beta.7 2024-12-13 04:36:42 +00:00
nocobase[bot]
ca3b98ce1f chore(versions): 😊 publish v1.4.10 2024-12-12 14:04:41 +00:00
nocobase[bot]
27b326d9ba chore(versions): 😊 publish v1.4.9 2024-12-12 03:15:37 +00:00
nocobase[bot]
c804068478 chore(versions): 😊 publish v1.6.0-alpha.5 2024-12-11 14:26:08 +00:00
nocobase[bot]
062b4bffd7 chore(versions): 😊 publish v1.5.0-beta.6 2024-12-11 09:54:46 +00:00
nocobase[bot]
b2f632c767 chore(versions): 😊 publish v1.5.0-beta.5 2024-12-11 07:36:12 +00:00
nocobase[bot]
0bbc7250b6 chore(versions): 😊 publish v1.5.0-beta.4 2024-12-11 06:58:08 +00:00
chenos
10ddc12fba chore: update version 2024-12-11 13:09:52 +08:00
chenos
6e5de98a12 chore: update version 2024-12-11 12:57:00 +08:00
nocobase[bot]
0acce094df chore(versions): 😊 publish v1.4.8 2024-12-10 06:26:00 +00:00
katherinehhh
12df6e42e5 Merge branch 'next' into develop 2024-12-09 20:54:08 +08:00
nocobase[bot]
7633e93b79 chore(versions): 😊 publish v1.6.0-alpha.4 2024-12-09 09:46:48 +00:00
chenyongxin
075ff36042
plugin-calendar add event open method (#5808)
* feat: plugin-calendar-add-event-open-method

* feat: modify plugin-calendar locale file

* feat: modify plugin-calendar locale file
2024-12-09 14:52:55 +08:00
nocobase[bot]
4bbfbd09cc chore(versions): 😊 publish v1.4.7 2024-12-09 06:09:22 +00:00
nocobase[bot]
504b665d72 chore(versions): 😊 publish v1.6.0-alpha.3 2024-12-09 02:19:22 +00:00
nocobase[bot]
bb3714261c chore(versions): 😊 publish v1.4.6 2024-12-08 23:24:17 +00:00
nocobase[bot]
5becd3c6c0 chore(versions): 😊 publish v1.4.5 2024-12-08 07:13:13 +00:00
nocobase[bot]
045b2e7469 chore(versions): 😊 publish v1.4.4 2024-12-08 05:19:18 +00:00
Zeke Zhang
694c9b0928
fix(popup): completely solve the URL confusion issue (#5812)
* test(e2e): add test

* fix(enableLink): fix popup issue

* fix(enableLink): fix popup issue

* fix(popup): completely solve the URL confusion issue

* chore(e2e): fix e2e error

* chore(e2e): make e2e more stable
2024-12-08 00:12:01 +08:00
nocobase[bot]
7c02524b9f chore(versions): 😊 publish v1.5.0-beta.2 2024-12-06 08:20:03 +00: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]
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]
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
nocobase[bot]
15ea26add9 chore(versions): 😊 publish v1.5.0-beta.1 2024-12-03 14:28:07 +00:00
nocobase[bot]
38365a5023 chore(versions): 😊 publish v1.4.0 2024-12-03 12:40:49 +00:00
nocobase[bot]
d45d53671d chore(versions): 😊 publish v1.4.0-beta.11 2024-12-02 05:23:11 +00: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